.shareLink {
    color: #5271fc;
    cursor: pointer;
}

.did-floating-label-content {
    position: relative;
    margin-bottom: 20px;
}

.nd-none {
    display: none !important;
}

.card {
    width: 100%;
}

.add-now-button.not-bookable,
.add-now-button.booked-membership {
    pointer-events: none;
}

.not-bookable .only-account-access,
.booked-membership .only-account-access {
    position: absolute;
    right: 0;
    background: #5271fc;
    width: fit-content;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
}

.owl-nav .owl-prev span {
    font-size: 50px !important;
    padding: 5px 6px 12px 5px;
    background: #5271fc;
    color: #fff;
    /* opacity: 0.3; */
    align-items: center;
    display: flex;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.owl-nav .owl-next span {
    font-size: 50px !important;
    padding: 5px 6px 12px 5px;
    background: #5271fc;
    color: #fff;
    /* opacity: 0.3; */
    align-items: center;
    display: flex;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.owl-nav .owl-prev span:hover,
.owl-nav .owl-next span:hover {
    opacity: 1;
}

#full_number-error.error {
    position: absolute;
    bottom: -40px;
}

.error {
    color: red;
    font-size: 14px;
    margin-bottom: 10px;
}

.col-md-4,
.col-md-6,
.col-6 {
    align-self: start;
}

.did-floating-label:focus {
    color: var(--theme) !important;
}

.did-floating-select:not(:focus)~.did-floating-label {
    color: var(--888888) !important;
}

.did-floating-textarea:not(:focus)~.did-floating-label {
    color: var(--888888) !important;
}

.did-floating-input:not(:focus)~.did-floating-label {
    color: var(--888888) !important;
}

.did-floating-label {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 8px;
    padding: 0 5px;
    background: #fff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.did-floating-input:focus~.did-floating-label,
.did-floating-textarea:focus~.did-floating-label {
    color: var(--theme);
    top: -9px;
    font-size: 13px;
    left: 5px;
}

select.did-floating-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.did-floating-select::-ms-expand {
    display: none;
}

.did-floating-select:not([value=""]):valid~.did-floating-label {
    top: -8px;
    font-size: 13px;
    color: var(--theme);
    left: 5px;
}

.did-floating-select[value=""]:focus~.did-floating-label {
    top: 11px;
    font-size: 13px;
    color: var(--theme);
}

.did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%235271FC'/%3E%3C/svg%3E%0A");
    background-position: right 15px top 50%;
    background-repeat: no-repeat;
}

.did-floating-input:focus,
.did-floating-textarea:focus {
    border: 1px solid var(--theme);
}

.ads.did-floating-input:focus~.did-floating-label,
.ads.did-floating-textarea:focus~.did-floating-label {
    left: 10px;
}

.did-floating-input,
.did-floating-textarea,
.did-floating-select {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    background: #fff;
    color: #323840;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;

    &:focus {
        outline: none;

        ~.did-floating-label {
            top: -8px;
            font-size: 13px;
        }
    }
}

.modal-backdrop {
    width: 100%;
    height: 100%;
}

.did-floating-label.nos_hourzz {
    margin: 0 15px !important;
}

.did-floating-input:not(:placeholder-shown)~.did-floating-label,
.did-floating-textarea:not(:placeholder-shown)~.did-floating-label {
    color: var(--theme);
    top: -9px;
    font-size: 13px;
    left: 5px;
}

.input-group,
.textarea-group {
    display: flex;

    .did-floating-input {
        border-radius: 0 4px 4px 0;
        border-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 500px) {
    .facilities div.row * {
        font-size: 14px;
    }

    form * {
        font-size: 15px;
    }

    h2 {
        font-size: 18px;
    }

    .owl-nav .owl-prev span,
    .owl-nav .owl-next span {
        font-size: 34px !important;
    }

    h5 {
        font-size: 16px;
    }

    p {
        font-size: 14px;
    }

    .text-grey {
        font-size: 14px;
    }

    h6 {
        font-size: 12px;
    }

    .property-details-bars .list-bars {
        font-size: 14px;
    }

    .facilities .features {
        width: 22px;
        height: 22px;
    }
}

.sub-htxt {
    color: var(--theme);
    font-family: "roca", sans-serif !important;
    font-weight: 600;
    font-style: normal;
}

.selectedPlan {
    border: 1px solid var(--theme);
    color: var(--theme);
}

.did-floating-select:not([value=""]):valid~.did-floating-label.nos_peoplez,
.did-floating-input:not(:placeholder-shown)~.did-floating-label.nos_peoplez,
.did-floating-label.nos_peoplez:focus {
    left: 20px !important;
}