﻿/* --------------------------------
    reservation search specific rules
    --------------------------------
*/

.hidden {
    display: none !important;
}

.gha-form-launcher img.gha-logo {
    display: none;
}


.reservation-search {
    margin: auto;
    width: 100%;
    height: 63px;
    border-radius: 5px;
    position: relative;
    /*transition: all 0.3s ease-in-out;*/
    top: -150px;
    z-index: 800;
}

    .reservation-search.active-scroll {
        bottom: 0rem;
        border-bottom: 1px solid #25282D29;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        background-color: #fff;
        margin-bottom: 30px;
        border-radius: 5px;
    }

        .reservation-search.active-scroll.fixed-scroll {
            display:none!important;
            position: fixed;
            top: 0px;
            background: white;
            height: fit-content;
            border-radius: 0rem;
            margin: unset;
            box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
            background-color: #F7F8F6;
            z-index: 802;
        }

body.sticky .reservation-search{
    display:none;
}

.reservation-search .widget-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    background-color: #F7F8F6;
}

    .reservation-search .hotel-selector {
        width: 285px;
        padding: 14px 24px;
        text-transform:uppercase;
    }

    .reservation-search .date-selector {
        width: 323px;
        padding: 14px 24px;
        text-transform: uppercase;
    }

    .reservation-search .guest-selector {
        width: 226px;
        padding: 14px 24px;
        text-transform: uppercase;
    }

    .reservation-search .code-selector {
        width: 170px;
        padding: 14px 24px;
        text-transform: uppercase;
    }

.widget-border-right {
    border-right: 1px solid #25282D29;
}

.widget-icons {
    /*opacity: 60%;*/
    color: #25282D;
}

.selected-hotel, .selected-date, .selected-guest, .selected-code, .selected-night-count {
    font-family: 'basic-sans';
    font-size: 16px;
    line-height: 19px;
    color: #3E3A3B;
    font-weight: 300;
    letter-spacing: 0px;
    padding-top:5px;
}

    .selected-code::placeholder {
        font-family: 'basic-sans';
        font-size: 16px;
        line-height: 19px;
        color: #3E3A3B;
        font-weight: 300;
        letter-spacing: 0px;
        padding-top: 5px;
        text-transform: uppercase;
    }

.hotel-selector-title-text, .date-selector-title-text, .guest-selector-title-text, .code-selector-title-text {
    font-family: 'basic-sans';
    font-size: 14px;
    line-height: 17px;
    color: #3E3A3B;
    font-weight: 300;
    margin-bottom: 0;
    opacity: 80%;
    letter-spacing: 0px;
}

.reservation-search .hotel-popup {
    width: 100%;
    max-width: 900px;
    height: 100%;
    max-height: 800px;
    border-radius: 0.5rem;
    bottom: 103%;
    height: auto;
    position: absolute;
    color: #3E3A3B;
}

.reservation-search.active-scroll .hotel-popup {
    bottom: unset;
    top: 103%;
}

.tab-title {
    font-size: 16px;
    font-weight: 300;
    padding:10px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 300;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item {
    background-color: transparent !important;
}

.hotel-tab-nav.nav > li > button {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.hotel_list_item {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #3E3A3B;
    font-size: 16px;
}

    .hotel_list_item:last-child {
        padding-bottom: 5px !important;
    }

.hotel-popup-header {
    padding: 20px 20px 0 20px;
    border-bottom: 1px solid #fff;
    background-color: #dbd1c96b;
}

.hotel-popup-body {
    border-radius: .5rem;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    max-height: 364px;
    background-color: #F7F8F6;
    text-transform: uppercase;
    font-weight: 300;
}

.hotel-tab-nav.nav-tabs button {
    text-transform:uppercase;
}

.hotel-tab-nav.nav-tabs > li > button.active {
    color: #3E3A3B;
    background-color: #F7F8F6 !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.nav-tabs {
    --bs-nav-tabs-border-width: 0;
}

    .book-btn {
    background: #B18A7A;
    color: #fff;
    width: 170px;
    height: 41px;
    border: none;
    font-weight: 300;
    text-transform:uppercase;
    border-radius:4px;
}

.reservation-search .date-popup {
    height: 100%;
    max-height: 800px;
    border-radius: 0.5rem;
    bottom: 103%;
    height: auto;
    position: absolute;
    /*left: 280px;*/
    color: #3E3A3B;
}

.reservation-search.active-scroll .date-popup {
    bottom: unset;
    top: 103%;
}

.guest-label {
    font-weight: 500;
}

.counter-box {
    gap: 1rem;
}

.addroom i.fa .fa-plus-circle {
    font-size: 9px;
    background: #483d8b;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 3px 4px;
    margin-right: 5px;
}

.roomcircle.addroom i.fas.fa-plus {
    font-size: 9px;
    background: #483d8b;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 3px 4px;
    margin-right: 5px;
}

.pax-popup {
    overflow-y: auto;
    max-height: 386px;
}

.reservation-search .pax-popup {
    border-radius: 0.5rem;
    bottom: 103%;
    height: auto;
    position: absolute;
    left: 51%;
    width: 300px;
    color: #3E3A3B;
}

.reservation-search.active-scroll .pax-popup {
    bottom: unset;
    top: 103%;
}

.reservation-search .room-header {
    gap: 8px;
}

input.selected-code {
    border: none !important;
    cursor: text;
    outline: none !important;
    width: 150px;
    background: #f7f8f6;
    padding-left: 8px;
}

    input.selected-code:focus {
        border: none;
        cursor: text;
    }

.adult-child-dropdown {
    display: grid;
    grid-template-columns: 1fr;
    /* gap: 1rem; */
    /* padding: 24px; */
    /* padding-top: 1rem; */
}

.rooms .room-title {
    font-size: 17px;
    line-height: 22px;
    color: #25282d;
}

.rooms .trash_widget {
    color: #25282d;
    opacity: 40%;
    cursor: pointer;
}


.body-3 {
    font-size: 16px;
    color: #25282D;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
}

.countryName_heading {
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 40px;
}

.countryName_heading p {
    font-weight: 400;
}

.countryName_subheading {
    padding: 5px 0;
    margin-bottom: 10px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.individual_hotel_restaurant {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 30%;
    -webkit-flex: 1 0 30%;
    -moz-box-flex: 1;
    flex: 1 0 30%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    max-width: 300px;
    margin-bottom: 16px;
}

.mobile-popup-wrapper .rounded-8px {
    border-radius: 8px;
}

.mobile-popup-wrapper .room-title {
    font-weight: 400;
}

.mobile-popup-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #EBEDE8;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    color: #3E3A3B;
}

    .mobile-popup-wrapper .mobile-popup-header {
        padding: 20px;
        border-bottom: 1px solid #25282D29;
    }

    .mobile-popup-wrapper .mobile-bookingwidget-selector .mobile-popup-header {
        padding: 20px;
        border-bottom: unset;
    }

    .mobile-popup-wrapper .mobile-popup-header p {
        font-size: 18px;
        font-weight: 400;
        line-height: 28.42px;
        letter-spacing: -1px;
        text-align: left;
    }

    .mobile-popup-wrapper .mobile-popup-hotel-body {
        border-radius: .5rem;
        overflow-y: auto;
        height: 100%;
        max-height: 60vh;
        background-color: #F7F8F6;
    }

    .mobile-popup-wrapper .mobile-date-selector .date-clear-btn {
        font-size: 17px;
        font-weight: 400;
        line-height: 19.69px;
        text-align: right;
        color: #483D8B;
    }

    .mobile-popup-wrapper .mobile-date-selector .currency-text {
        font-size: 12px;
        font-weight: 400;
        line-height: 15.37px;
        text-align: center;
        bottom: 0;
        left: 0;
    }

    .mobile-popup-wrapper .mobile-guest-selector .mobile-popup-guest-body {
        min-height: 50vh;
        max-height: 60vh;
        /* overflow: auto; */
    }

        .mobile-popup-wrapper .mobile-guest-selector .mobile-popup-guest-body .overflow-wrapper {
            overflow: auto;
        }

    .mobile-popup-wrapper .mobile-guest-selector .guest-clear-btn {
        font-size: 17px;
        font-weight: 400;
        line-height: 19.69px;
        text-align: right;
        color: #483D8B;
    }

    .mobile-popup-wrapper .mobile-code-selector .mobile-popup-guest-body {
        min-height: 50vh;
        max-height: 60vh;
        overflow: auto;
    }


    .mobile-popup-wrapper .mobile-code-selector .code-clear-btn, .widget-clear-btn {
        font-size: 17px;
        font-weight: 400;
        line-height: 19.69px;
        text-align: right;
        color: #483D8B;
    }

    .mobile-popup-wrapper .hotel-tab-nav.nav-pills > li.active > a, .hotel-tab-nav.nav-pills > li.active > a:focus, .hotel-tab-nav.nav-pills > li.active > a:hover {
        background-color: #16416E;
    }


.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}


.fa fal {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}


.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}


.pt-1, .py-1 {
    padding-top: .25rem !important;
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.py-3, .pb-3 {
    padding-bottom: 1rem !important;
}

    .pt-4, .py-4 {
        padding-top: 1.5rem !important;
    }

.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}

.pr-2, .px-2 {
    padding-right: .5rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}


.text-center {
    text-align: center !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.my-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.w-100 {
    width: 100% !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

.bg-grey {
    background-color: #F7F8F6;
}

.text-white {
    color: #fff !important;
}

.text-end {
    text-align: end !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.m-3 {
    margin: 1rem !important
}

.mobile-bookingwidget-selector hr {
    border-top: 8px solid #eee;
}

.mobile-date-selector .select-date-button-wrapper {
    position: absolute;
    bottom: 12px;
    width: 100%;
    padding-right: 30px;
}

    .mobile-date-selector .select-date-button-wrapper .select-date-button, .mobile-findrooms {
        font-size: 17px;
        border-radius: 4px;
        border: none;
        background-color: #000 !important;
        color: #FFF !important;
        font-weight: 600;
        letter-spacing: 0.5px;
        line-height: 22px;
        text-align: center;
        min-width: 200px;
        min-height: 48px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

.mobile-popup-guest-body .fa {
    font-size: 20px;
}

.count {
    min-width: 20px;
    text-align: center;
}


/*-----------------------
  reservation form specific rules
    ---------------------*/
.reservation-in {
    background: rgba(64, 60, 60, 0.9);
    position: absolute;
    top: 111%;
    right: 0;
    font-size: 14px;
    color: #fff;
    width: 25%;
    min-width: 350px;
    display: none;
    z-index: 2;
}

body:not(.mobile-screen) .reservation-in {
    overflow-x: hidden !important;
    padding: 1rem 2.5rem;
    top: 0;
    height: 100vh;
    right: 0px;
    overflow-y:hidden;
}

.reservation-inner a.close {
    color: black;
}

.close {
    color: #fff;
    opacity: .8;
    font-family: Gotham-Thin;
    font-size: 32px;
    margin-top: -5px;
    text-shadow: none;
}

.reservation-inner > div {
    margin-bottom: 18px;
}

.destination {
    border-bottom: 1px solid #c1c0c0;
}

.destination_dropdwn {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.reservation-in .select2-container {
    background-color: transparent;
}

.check-block {
    padding: 11px 0 0px 0;
}

.check-in {
    box-sizing: border-box;
}

.check-in {
    padding-right: 5px;
}

    .check-in span {
        display: block;
        position: relative;
        cursor: pointer;
    }

.check-date {
    padding: 2px 0 0px 0;
}

.reservation-inner input.datepicker {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.people-block {
    margin: -2px 0 0 0;
}

.adult-block {
    position: relative;
}

.adult-count {
    position: absolute;
    right: 0;
    top: 8px;
    height: 30px;
}

    .adult-count ul {
        display: block;
    }

        .adult-count ul li {
            display: inline-block;
            padding: 0 2px;
        }

.reservation-in .adult-count ul li a {
    font-size: 18px;
}


.children-block {
    cursor: pointer;
}

.children-in ul {
    display: block;
    font-size: 0;
    margin: 0 auto;
    line-height: 0;
}

.children-in > ul > li {
    width: 33.33%;
    display: inline-block;
    padding: 4px 2px 1px 4px;
}

.children-age .nice-select {
    background: lightgray;
}

.children-age .nice-select {
    background: none;
    border: 1px solid #fff;
    border-radius: 0;
    padding-left: 5px;
    padding: 0 3px;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    height: 30px;
    box-shadow: none;
}

.reservation-in .promo-code {
    padding: 0;
}

/* --- GENERAL LAYOUT --- */

.reservation-inner {
    padding: 20px 0;
}

    .reservation-inner > div {
        margin-bottom: 22px;
    }

    .reservation-inner h3 {
        font-size: 25px;
        letter-spacing: 0px;
        color: #3E3A3B;
        font-family: 'Playfair';
    }

    .reservation-inner a.close {
        font-size: 26px;
        font-weight: 300;
        color: #000;
        opacity: 0.7;
        top: 10px;
        right: 10px;
        position: absolute;
    }

/* --- DESTINATION DROPDOWN --- */

.destination {
    padding-bottom: 12px;
    border-bottom: 1px solid #dcdcdc;
}

    .destination select {
        width: 100%;
        font-size: 15px;
        background: transparent;
        border: none;
        padding: 6px 0;
        height: auto;
    }

/* --- DATE BLOCKS --- */

.check-block {
    padding-top: 10px;
}

.check-in {
    border: 1px solid #3E3A3B;
    border-radius: 3px;
    height: 115px;
    width: 182px;
    display: flex;
    flex-flow: column;
    align-items: baseline;
    justify-content: space-evenly;
}

    .check-in span {
        letter-spacing: 0.48px;
        color: #3E3A3B;
        text-transform: uppercase;
        margin-bottom: 6px;
        font-family: 'basic-sans';
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        opacity:0.8;
    }

.checkin-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.check-date .date-display em, .check-date .date-display small {
    display: block;
    letter-spacing: 0.48px;
    color: #000;
    text-transform: uppercase;
    font-family: 'basic-sans';
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
}

/* --- PEOPLE COUNTERS (Adults / Children ) --- */

.people-block .adult-block {
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.adult-block span {
    font-weight: 600;
    font-size: 16px;
}

.adult-count ul {
    display: flex;
    align-items: center;
}

    .adult-count ul li {
        padding: 0 6px;
    }

.adult-count a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 18px;
    color: #000;
}

.adult-count em {
    font-size: 16px;
    min-width: 20px;
    display: inline-block;
    text-align: center;
}

.people-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: none;
}

    .people-row label {
        font-size: 15px;
        color: #000;
        font-weight: 500;
    }

.people-select {
    border-bottom: 1px solid #dcdcdc;
    background: transparent;
    font-size: 15px;
    width: 182px;
    height: 60px;
    border: 1px solid #3E3A3B;
    border-radius: 3px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.people-row span.current {
    word-spacing: 15px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.48px;
    color: #3E3A3B;
}

.people-container {
    display: flex;
    justify-content: space-between;
}

.people-select.open li{
    color: #3E3A3B;
    font-size:16px;
    font-weight:300
}

/* --- CHILD AGE DROPDOWN --- */
.children-age select {
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 6px;
    border-radius: 4px;
    font-size: 14px;
}

.children-age-wrapper {
    margin-top: 10px;
}

    .children-age-wrapper select {
        width: 100%;
        margin-bottom: 10px;
        padding: 6px;
        border: 1px solid #ccc;
        font-size: 14px;
    }

/* --- PROMO CODE --- */

.promo-code p input {
    text-align: left;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.48px;
    color: #3E3A3B;
    border-radius: 3px;
    height: 60px;
    text-transform: uppercase;
    border: 1px solid #3E3A3B;
    padding-left: 15px;
    font-weight: 300;
}

.promo-code p label {
    padding: 11px 0 0px 0;
    font-size: 25px;
    letter-spacing: 0px;
    color: #3E3A3B;
    font-family: 'Playfair';
}
    /* --- BOOK NOW BUTTON --- */
    .book-now {
        margin-top: 20px;
    }

    .book-now a {
        display: block;
        width: 100%;
        background: #3E3A3B 0% 0% no-repeat padding-box;
        border-radius: 3px;
        color: #fff;
        text-align: center;
        padding: 14px 0;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 300;
        font-family: 'basic-sans';
    }

/* ---- SELECT2 CONTAINER ---- */

.select2-container--default .select2-selection--single {
    border: 1px solid #3E3A3B;
    border-radius: 3px;
    background: #fff;
    padding: 6px 0 10px;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    /* Text inside dropdown */
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 15px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.48px;
        color: #3E3A3B;
        text-transform: uppercase;
        font-family: 'basic-sans';
        font-weight: 300;
    }

    /* Placeholder style */
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #888;
        opacity: 0.8;
    }

    /* Remove default arrow */
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        display:none;    
    }

        /* Replace arrow with minimal icon */
        .select2::after {
            border-bottom: 2px solid #999;
            border-right: 2px solid #999;
            content: '';
            display: block;
            height: 10px;
            margin-top: -4px;
            pointer-events: none;
            position: absolute;
            right: 12px;
            top: 50%;
            -webkit-transform-origin: 66% 66%;
            -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
            width: 10px;
        }

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 10px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 10px;
}

/* ---- OPEN DROPDOWN PANEL ---- */

.select2-dropdown {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
}

/* Dropdown search field */
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    border-radius: 3px;
    padding: 6px;
    font-size: 16px;
    color: #3E3A3B;
    font-weight:400;
    font-family:'basic-sans',sans-serif;
}

.select2-container--default [type=search] {
    outline-offset: 0;
}

    .select2-container--default [type=search]:focus-visible {
        outline: none;
    }

/* Dropdown items */
.select2-results__option {
    padding: 10px 10px;
    font-size: 16px;
    font-family: "basic-sans", sans-serif;
    color: #3E3A3B;
}

/* Selected item */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3E3A3B;
    color: #fff;
}

/* Disabled items */
.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #aaa;
    opacity: 0.7;
}



        @media (min-width: 1200px) {
            .justify-content-xl-between {
                -ms-flex-pack: justify !important;
                justify-content: space-between !important;
            }

            .d-xl-flex {
                display: -ms-flexbox !important;
                display: flex !important;
            }
        }

        @media (min-width: 1030px) {
            .reservation-in {
                overflow-y: auto !important;
                top: 0;
                right: 0;   
                background: #fff;
                backdrop-filter: blur(5px);
            }
        }

        @media (max-width: 1199px) {
            .reservation-search {
                bottom: 6rem;
                padding-left: 25px;
                padding-right: 25px;
                width: 100%;
            }

                .reservation-search.active-scroll {
                    bottom: 0rem !important;
                    top: unset !important;
                    padding-left: 25px;
                    padding-right: 25px;
                }

                .reservation-search .hotel-selector {
                    width: 50%;
                    padding: 12px 16px;
                }

                .reservation-search .date-selector {
                    width: 50%;
                    padding: 12px 16px;
                    border-right: 1px solid #25282D29;
                }

                    .reservation-search .date-selector.widget-border-right {
                        width: 50%;
                        padding: 12px 16px;
                        border-right: unset;
                    }

                .reservation-search .guest-selector {
                    width: 50%;
                    padding: 12px 16px;
                }

                .reservation-search .guest-selector {
                    width: 226px;
                    padding: 20px 24px;
                    /* border-right: 1px solid #25282D29; */
                }

            .body-3 {
                padding-bottom: 10px;
                padding-top: 10px;
                padding-left: 0;
            }
        }

        @media (min-width: 992px) {
            .pr-lg-0, .px-lg-0 {
                padding-right: 0 !important;
            }
        }

@media (max-width: 991px) {

    .reservation-in {
        background: #fff !important;
        position: fixed;
        left: 0;
        font-size: 14px;
        color: #3E3A3B !important;
        width: 100% !important;
        min-width: 350px;
        display: none;
        z-index: 20;
        bottom: 0;
        top: unset;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        padding-bottom: env(safe-area-inset-bottom);
        height: auto;
        min-height:653px;
    }


    .reservation-inner a.close {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 46px;
        height: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: transparent;
        border: 1px solid white;
        border-radius: 50%;
        top: -80px;
        z-index: 10000;
        font-size: 20px;
        font-size: 40px;
        font-weight: 300;
        opacity: 0.8;
        color: #fff;
    }

    .reservation-inner {
        padding: 20px !important;
    }

    .book-now {
        margin-top: 20px;
        margin-bottom: 80px;
        padding: 0 20px;
    }

        .book-now a {
            display: block;
            width: 100%;
        }


    /* reservation search m*/
        .mobile-popup-wrapper {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        background-color: #fff !important;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        color: #3E3A3B;
        font-family: 'basic-sans', sans-serif;
    }

    .fa.fa-map-marker {
        --fa: "\f3c5";
        color: #3E3A3B;
    }

    ul.nav.nav-pills.hotel-tab-nav {
        gap: 20px;
    }

    .mobile-date-selector .select-date-button-wrapper .select-date-button, .mobile-findrooms{
        background-color: #3E3A3B !important;
        font-family: 'basic-sans',sans-serif;
        font-weight: 300;
    }

    .mobile-date-selector .select-date-button-wrapper .select-date-button, .mobile-findrooms {
        background-color: #3E3A3B !important;
        font-family: 'basic-sans',sans-serif;
        font-weight: 300;
    }

        .mobile-popup-wrapper .hotel-tab-nav.nav-pills > li.active > a, .hotel-tab-nav.nav-pills > li.active > a:focus, .hotel-tab-nav.nav-pills > li.active > a:hover {
            background-color: #16416E;
        }

    .hotel-selector-title-text, .date-selector-title-text, .guest-selector-title-text, .code-selector-title-text {
        text-transform:uppercase;
    }
}


@media (min-width:600px) and (max-width:991px) {
    .people-container {
        display: flex;
        justify-content: space-evenly;
    }

    .checkin-container {
        justify-content: space-evenly;
    }
}

        @media (max-width: 599px) {
            .selected-hotel, .selected-guest, .selected-date {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                max-width: 120px;
            }

            .mobile-guest-selector-done, .select-date-button, .mobile-findrooms {
                background-color: #3E3A3B !important;
                color: #FFF !important;
                font-size: 17px;
                border-radius: 4px;
                border: none;
                font-weight: 600;
                letter-spacing: 0.5px;
                line-height: 22px;
                text-align: center;
                min-width: 200px;
                min-height: 48px;
                display: inline-flex;
                justify-content: center;
                align-items: center;
            }
        }
