﻿.reservation-search {
    margin: auto;
    width: 100%;
    height: 63px;
    border-radius: 10px;
    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: #F7F8F6;
        margin-bottom: 30px;
    }

        .reservation-search.active-scroll.fixed-scroll {
            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;
        }

    .reservation-search .widget-container {
        width: 100%;
        max-width: 1200px;
        margin: auto;
        background-color: #F7F8F6;
    }

    .reservation-search .hotel-selector {
        width: 285px;
        padding: 14px 24px;
    }

    .reservation-search .date-selector {
        width: 323px;
        padding: 14px 24px;
    }

    .reservation-search .guest-selector {
        width: 226px;
        padding: 14px 24px;
    }

    .reservation-search .code-selector {
        width: 170px;
        padding: 14px 24px;
    }

.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-size: 16px;
    line-height: 20.84px;
    color: #000000;
    font-weight: 400;
}

.hotel-selector-title-text, .date-selector-title-text, .guest-selector-title-text, .code-selector-title-text {
    font-size: 14px;
    line-height: 17.93px;
    color: #555555;
    font-weight: 400;
    margin-bottom: 0;
    opacity: 80%;
}

.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: #000;
}

.reservation-search.active-scroll .hotel-popup {
    bottom: unset;
    top: 103%;
}

.tab-title {
    font-size: 16px;
    font-weight: 400;
    padding-left: 0;
    padding-bottom: 30px !important;
    padding-right: 10px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item {
    background-color: transparent !important;
}

.hotel_list_item {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

    .hotel_list_item:last-child {
        padding-bottom: 10px !important;
    }

.hotel-popup-header {
    padding: 20px 20px 0 20px;
    border-bottom: 1px solid #fff;
    background-color: #EBEDE8;
}

.hotel-popup-body {
    border-radius: .5rem;
    overflow-y: auto;
    height: 100%;
    max-height: 364px;
    background-color: #F7F8F6;
}

.hotel-tab-nav.nav-pills > li.active > a {
    color: #000;
    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;
}

.book-btn {
    background: #000;
    color: #fff;
    width: 145px;
    height: 30px;
    border: none;
    font-weight: bold;
}

.reservation-search .date-popup {
    height: 100%;
    max-height: 800px;
    border-radius: 0.5rem;
    bottom: 103%;
    height: auto;
    position: absolute;
    /*left: 280px;*/
    color: #000;
}

.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: #000;
}

.reservation-search.active-scroll .pax-popup {
    bottom: unset;
    top: 103%;
}

.reservation-search .room-header {
    gap: 8px;
}

input.selected-code.m-0.mt-1 {
    border: none !important;
    cursor: text;
    outline: none !important;
    width: 150px;
    height: 30px;
    background: #f7f8f6;
    padding-left: 8px;
}

    input.selected-code.m-0.mt-1:focus {
        border: none;
        background-color: #8080800f;
        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: bold;
}

.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: #000;
}

    .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;
}

@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 (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: 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: #000 !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;
    }
}
