/*-------------   Page Booking   ------------------------*/

.page_booking_show.fix_booking{
    position: fixed;
}

.page_booking_show{
    display: none;
}
.page_booking_show.active {
    display: block;
}
.page_booking_show{
    position: absolute;
    background: rgb(0 0 0 / 85%);
    z-index: 10;
    width: 100%;
    height: 100%;
}


.box_reservation .col-xs-12{
    padding: 0;
}

.page_booking{
    padding-top: 100px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.input_in_out span{
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
}
.t-datepicker,.room_promo{
    align-items: end;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
    /* z-index: 99; */
    position: relative;
}

.col-xs-2.icon-calendar{
    position: relative;
    height: 35px;
}
.col-xs-2.icon-calendar img{
    filter: brightness(1) invert(1);
    width: 35px;
    height: 35px;
    opacity: .9;
    position: relative;
    right: 0;
}
.col-xs-2.icon-calendar::after{
    content: '';
    border: none!important;
}

.box_reservation p {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    padding: 5px 0;
    color: #FFFFFF;
    opacity: .8;
}
.t-dates {
    top: 0;
    position: absolute;
    width: 100%;
    /*background: #000;*/
    height: 100%;
}

.reservation_box [class*=col-xs-]::after{
    content: '';
    width: 100%;
    display: block;
    margin-top: 5px;
    border-bottom: 1px solid #ffffff;
}
.t-check-out .t-datepicker-day, .t-check-in .t-datepicker-day{
    left: -195px;
}
#popup_room_list.popup_content{
       bottom: 100%;
       margin: 0;
       right: 0;
       left: 0;
       margin: 0 auto;
}
.popupTop{
    bottom: initial;
}


.reservation-check select{
    width: 100%;
    font-size: 24px;
    text-align: center;
    border: none;
    text-transform: uppercase;
    background: no-repeat;
    color: #ffffff;
    padding: 5px;
}
#promocode {
    padding: 5px;
}
#promocode input{
    text-align: center;
    background: none;
    border: none;
    color: #ffffff;
    padding: 0;
    font-size: 24px;
    text-transform: uppercase;
}
#promocode input::placeholder {
    color: #ffffff;
    font-family: 'gotham-light', 'pkchiangmaimedium';
}
.t-arrow-top{
    display: none!important;
}

.t-dates, #popup_room_list select{
    cursor:pointer;
}

.btn_book_box{
    margin-top: 60px;
    width: 100%;
    text-align: center;
}
.btn_book_box .box_book{
    background: #ffffff;
    width: 300px;
    color: var(--main_color);
    margin: 0 auto;
    position: relative;
    border: 1px solid #ffffff;
}
.btn_book_box .box_book::before{
    content: '';
    border: 1px solid #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .4s;
    z-index: 1;
    top: -1px;
    left: -1px;
}
.btn_book_box .box_book:hover::before{
    top: 10px;
    left: 10px;
    cursor: pointer;
}
.btnbook_reser{
    position: relative;
    z-index: 10;
    background: none!important;
    border: none;
    color: var(--main_color);
    padding: 10px;
    height: 100%;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    z-index: 12;
}
.title-booking{
    margin-bottom: 40px;
}
.title-booking h1{
    font-weight: bold;
    color: #FFFFFF;
}
.box_reservation{
    height: 500px;
    width: 1000px;
    padding: 70px 150px;
    display: block;
    position: relative;
    background: none;
    border: 1px solid #ffffff;
}
.content_booking{
    position: relative;
}
.content_booking::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background:#736c5f ;
    top: 10px;
    right: 10px;
}
.book-mobile{
    display: none;
}
.room_promo .col-xs-5{
    position: relative;
}
.bg_booking img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .3;
    top: 10px;
    right: 10px;
}
