/* ================= LOGIN/REGISTER START ================= */
.login-left-section {
    height: 100vh;
    overflow: hidden;
}

.login-left-section img {
    width: 100%;
}

.register-left-section {
    height: 100vh;
}

.register-left-section img {
    width: 100%;
}

.login-register-right-section {
    padding: 0px 50px;
    margin-top: 60px
}

.login-custom-icon {
    color: var(--theme-main-color);
    position: absolute;
    top: 10px;
    left: 22px;
}
.register-custom-icon {
    color: var(--theme-main-color);
    position: absolute;
    top: 10px;
    left: 11px;
}
.password-custom-icon {
    color: var(--theme-main-color);
    position: absolute;
    top: 10px;
    right: 22px;
    cursor: pointer;
}
.left-with-icon {
    padding-left: 40px;

}
.social-login-sec svg {
    width: 24px;
    height: 24px;
}
.social-login-sec a {
    color: #fff;
}
.social-login-sec svg {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    padding: 10px;
    transition: .2s ease-in-out;
}
.social-login-sec a:hover svg {
    scale: 1.05;
}
.social-login-sec svg.fa-google {
    background-color: #366dda;
}
.social-login-sec svg.fa-facebook {
    background-color: #405494;
}
.social-login-sec svg.fa-instagram {
    background-color: #e3345a;
}
.social-login-sec img {
    width: 34px;
}
/* ================= LOGIN/REGISTER END ================= */

/* ================= REGISTER START ================= */
.current-benifits .list-group {
    list-style: inside;
    list-style-type: decimal;
}

.current-benifits .list-group-item {
    border: none;
    text-align: left;
    display: revert;
}

#registerterms .modal-body {
    padding: 30px;
}

#registerterms .modal-footer {
    justify-content: center;
    background: var(--theme-secondary-color)
}

#registerterms .modal-heading-box {
    background: var(--theme-secondary-color);
    padding: 20px;
    border-radius: 15px;
}

#registerterms p {
    font-weight: 500;
    font-size: 15px;
    color: #757575;
}
.ty-notify svg {
    color: #3b8343;
    width: 18px;
    height: 18px;
}
/* ================= REGISTER END ================= */

/* ================= Accommodations Start ================= */


.filter-main {
    height: 100vh;
    overflow: hidden;
}

.filter-main:hover {
    overflow-y: auto;
    height: 100vh;
}

.filter-color {
    background-color: #F9F9F9;
}

.filter-bar {
    position: sticky;
    top: 0;
}

.property-card {
    border-radius: 8px;
    padding: 16px;
}

.property-card img {
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}


/* ================= Accommodations End ================= */

/* ================= Accommodations Detail Start ================= */

/* ================= Accommodations Detail Start ================= */





/* ========= */
.bg-custom {
    background-color: #FFFBEF !important;
}
.wine-btn a {
    color: white;
}
.fa-lg {
    line-height: 2em;
}
.pagination {
    justify-content: center;
    margin-top: 20px;
}

.pagination .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 30px 5px;
    color: var(--theme-main-color);
    background-color: #fff;
    border-radius: 30%;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-size: 18px;
    border: 1px solid var(--theme-main-color);
    width: 45px;
    height: 45px;
}

.pagination .page-link:hover:not(.disabled),
.pagination .page-link.active {
    background-color: var(--theme-main-color);
    color: #fff;
}


/* Style the labels to act as custom checkboxes */
.frontend .custom-checkbox+label {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    padding-top: 5px;
}

/* Create the custom checkboxes */
.frontend .custom-checkbox+label::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #CBCBCB;
    background-color: white;
    /* Inner color */
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 5px;
}

/* Center the check mark */
.frontend .custom-checkbox+label::after {
    content: "\2713";
    font-size: 19 px;
    color: #fff;
    position: absolute;
    top: 1px;
    left: 5px;
}

/* Change the inner color when the checkbox is checked */
.frontend .custom-checkbox:checked+label::before {
    background-color: var(--theme-main-color);
    /* Change inner color when checked */
}

.frontend .wine-btn {
    border-radius: 12px;
    padding: 10px 20px;
}

.svg-active-637 {
    fill: var(--theme-main-color) !important;
}


/* ========= */

/* ================= MEDIA MAX 768PX START ================= */

@media (max-width: 768px) {

    /* ================= LOGIN/REGISTER START ================= */
    .login-left-section,
    .register-left-section {
        display: none;
    }

    .login-register-right-section {
        padding: 40px 15px;
        margin-top: 0px;
        background-image: url(/images/FrontEnd/login_register.jpg);
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .login-register-mobile-version {
/*        background: #ffffff8a;*/
        background: #0e0d0dd6;
        color: #fff;
        padding: 15px;
    }

    /* ================= LOGIN/REGISTER END ================= */
}


/* ================= MEDIA 768PX END ================= */


/* ================= LOADER START ================= */
.listing-outer{
    min-height: 100vh;
}
.fullpageloader{
    display: none;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #00000087;
    width: 100%;
    height: 100%;
    text-align: center;
    /* padding: 50%; */
}
.fullpageloader img{
    position: relative;
    top: 40%;
}



/* ================= LOADER END ================= */

form#guestregisterform div:has(.invalid-feedback) svg.fa-eye.password-custom-icon {
    display: none;
}