.reservation-box {
    position: absolute;
    bottom: 30px;
    width: 100%;
    font-size: 20px;
    /*padding: 0 180px;*/
    z-index: 2;
}
.reservation {
    position: relative;
    width: 100%;
    margin: auto;
    height: 80px;
    padding: 12px 25px;
    display: flow-root;
    color: var(--black);
    background: rgba(255,255,255,0.20);
    border-radius: 20px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}
.text_ibe {
    color: #373839;
    margin: 0;
}
.check {
    display: none;
}
.swal2-title {
    font-family: var(--beyond-font);
}
/** CHOSE HOTEL **/
.choose {
    position: relative;
    padding-right: 50px;
}
.choose:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 45px;
    background: var(--black);
    display: block;
}
.choose_hotel {
    position: relative;
}
.choose_hotel select {
    position: relative;
    width: 100%;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
}
/****************/
/** BOX IBE **/
.reservation .col-xs-9 {
    padding-left: 50px;
}
.reservation .col-xs-9 > [class*=col-xs-] {
    padding: 0 25px 0 0;
}
.reservation .col-xs-9 > [class*=col-xs-]:last-child {
    padding: 0;
}
.box_inout div {
    display: inline-block;
}
.box_inout label {
    vertical-align: top;
    padding: 0 3px;
}

.content_ibe {
    position: relative;
}

.reservation-check select {
    position: relative;
    background: none;
    width: 100%;
    border: 0;
    outline: none;
    cursor: pointer;
    z-index: 1;
}

.arrow-down {
    position: absolute;
    right: 0;
    bottom: 2px;
    z-index: -1;
}
.arrow-down svg {
    width: 15px;
}
.reservation-check select:active,
.choose_hotel select:active{
    color: #000;
    font-size: 14px;
}

.promocode input {
    position: relative;
    background: none;
    width: 100%;
    border: 0;
    outline: none;
    padding: 0;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
    transition: all 0.3s;
}

input::-webkit-input-placeholder {
    color: var(--black);
}

.btnbook_reser {
    position: relative;
    background: #1D1E1F;
    color: #fff;
    padding: 12px;
    width: 100%;
    border: 0;
    transition: all .6s;
    border-radius: 20px;
}
.btnbook_reser:hover {
    background: var(--main-color)
}

.swal2-title {
    color: #1f1c1a !important;
    text-transform: capitalize !important;
}


/***************************/
/* POPUP ROOM LIST */
/***************************/
#popup_room_list.popup_content {
    position: absolute;
    background: #fff;
    width: 250px;
    margin: 20px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    z-index: 6;
}

#popup_room_list.popup_content #numberrroomRow {
    background: #ffffff;
}
#popup_room_list.popup_content label {
    padding: 10px;
    color: #454545;
    float: left;
    font-size: 14px;
    margin-bottom: 0;
}
#popup_room_list #numberOfRoom1,
#popup_room_list #numberOfRoom2,
#popup_room_list #numberOfRoom3,
#popup_room_list #numberOfRoom4,
#popup_room_list #numberOfRoom5 {
    position: relative;
    float: right;
}
#popup_room_list .popup_content .form_group_half {
    float: left;
    position: relative;
    width: 100%;
}
#popup_room_list .form-group.form_group_half {
    display: inline-block;
    padding: 5px 10px 10px 10px !important;
    margin: 0;
    width: 100%;
}

.input-group {
    width: 100%;
    margin-bottom: 0;
    display: table;
}
#popup_room_list .input-group-addon:first-child {
    background: #fff;
    padding: 0 15px;
    border: 1px solid #eee;
    font-size: 14px;
    border-right: none;
    width: 100px;
    height: 45px;
    color: #616161;
    text-transform: capitalize;
}
#popup_room_list .arrow {
    position: absolute;
    bottom: 15px;
    right: 10px;
    color: #616161;
}
#popup_room_list select {
    width: 100%;
    height: 45px;
    padding: 10px;
    border-radius: 0;
    background: none;
    outline: none;
    cursor: pointer;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    border: 1px solid #eee;
    color: #616161;
    font-size: 14px;
}
#popup_room_list input {
    width: 100%;
    padding: 7px;
    color: white;
    outline: none;
    border: none;
}
.popupTop {
    bottom: 40px;
    top: inherit;
}
.popupTop #numberrroomRow:before {
    top: inherit;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    bottom: -15px;
}
.popupTop #ui-datepicker-div:before{

}
.popupTop {
    bottom: 40px;
    top: inherit;
}

.popupTop #numberrroomRow:before {
    top: inherit;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    bottom: -15px;
}

.padding_apply {
    padding: 0 10px 10px;
}
.popup_content .form-group {
    margin: 0;
}
.popup_content .col-xs-4 {
    padding: 10px;
}