.theme_form .form_label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 2px;
    color: var(--vz-topbar-user-bg-dark);
}
.theme_form .choices__inner {
    font-size: 13px;
    font-weight: 500;
    padding-right: 35px;
}

.hotel_room_table table thead tr th {
    padding: 6px 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.hotel_room_table table tbody tr td {
    padding: 6px 10px;
    font-weight: 500;
}
.hotel_room_table table tbody tr td:nth-child(4) {
    font-size: 14px;
    font-weight: 600;
}
.hotel_room_table table tbody tr td .sel_hotel {
    padding: 4px 8px;
    padding-right: 30px;
    border: none;
    font-size: 12px;
    font-weight: 400;
    border-radius: 3px;
    position: relative;
}
.hotel_room_table table tbody tr td .sel_hotel i {
    vertical-align: middle;
    font-size: 14px;
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.1);
    line-height: 24px;
    padding: 0px;
    position: absolute;
    top: 1px;
    right: 0;
}
.hotel_room_table table tbody tr td .form-select{
    padding: 4px 10px;
    width: 60px;
    border-radius: 3px;
}
.hotel_total_table tr td{
    padding: 6px 10px;
    font-weight: 500;
}
.hotel_total_table tbody tr td:last-child{
    text-align: right;
}
.hotel_total_table tfoot tr td:last-child{
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}

.hotel_booking_form .form-label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 2px;
    color: var(--vz-topbar-user-bg-dark);
}
.hotel_booking_form button {
    padding: 4px 8px;
    padding-left: 30px;
    border: none;
    font-size: 12px;
    font-weight: 400;
    border-radius: 3px;
    position: relative;
}
.hotel_booking_form button i{
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal;
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.1);
    line-height: 24px;
    padding: 0px;
    position: absolute;
    top: 1px;
    left: 0;
}


.hotel_booking_modal .modal-dialog{
    width: 100%;
    max-width: 800px;
}
.hotel_booking_modal .modal-content{
    border: none;
}
.hotel_booking_modal .modal-header{
    padding: 10px 15px !important;
    background-color: #405189;
    color: #fff;
}
.hotel_booking_modal .modal-header h5{
    color: inherit;
    font-weight: normal;
    font-size: 16px;
}
.hotel_booking_modal .modal-header .btn-close{
    filter: invert(1);
    opacity: 1;
}

.acc_booking .accordion-item .accordion-button:not(.collapsed){
    color: #fff;
    background-color: #405189;
    padding: 12px 15px;
}
.acc_booking .accordion-item .accordion-button{
    background-color: rgb(64 81 137 / 20%);
    color: var(--vz-body-color);
    border-top: solid 1px rgb(64 81 137 / 50%);
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: none;
}
.acc_booking .accordion-item:first-child .accordion-button{
    border: none;
}

.booking_block{
    padding: 10px;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
}

.right_buttons{
    text-align: right;
    margin-bottom: 10px;
}
.right_buttons button{
    margin-left: 5px;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 15px;
    padding-left: 38px;
}
.right_buttons button i{
    width: 32px;
}

.city_search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
}
.city_search .city_img {
    width: 275px;
}
.city_search .city_search_inner {
    width: calc(100% - 285px);
}
.city_search .city_search_inner .theme_form {
    width: 100%;
    margin-bottom: 20px;
}
.city_search .city_search_inner .btn_booking {
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 15px;
}
.city_search_modal .modal-dialog{
    width: 100%;
    max-width: 650px;
}
.delete_icon_btn{
    height: 32px;
    width: 32px;
    font-size: 15px;
}

.alert_customize {
    z-index: 9;
    float: right;
    margin-top: 75px;
    position: absolute;
    right: 0;
}

.pagination_sec{ display:flex; flex-wrap:wrap; align-items: center; padding:40px  20px;}
 .pagination_sec .table_info{ margin-right:auto; font-size:15px;}
 .pagination_sec ul li{ display:inline-block; margin:0px 3px;}
 .pagination_sec ul li a{ display:block; padding:0px 11px; line-height:30px; font-size:14px; text-transform:uppercase;  border-radius:30px; color:#607188; transition:0.4s; font-weight:500;}
 .pagination_sec ul li a:hover{ background:#e8f0fe;}
 .pagination_sec ul li a.active{ background:#42a4f4; color:#fff; box-shadow: 0px 4px 12px -3px rgba(0,0,0,0.4);}
 .pagination_sec ul li a.disable{ background:none; color:#c3ccd9; cursor:default;}
 .pagination_sec ul{
     padding-left: 0rem;
 }
 .pagination_sec ul{
    display: inline-flex;
 }

 .mark-as-read{
    z-index: 100 !important;
    cursor: pointer;
 }

 .product_og_image{
        background-position: center;
        height: 100% !important;
        background-size: cover !important;
 }

 /* select2 */
 .select2-selection__choice{
    background-color: rgb(0, 0, 110) !important;
    border-style: none !important;
 }
 .select2-selection__choice__remove{
    color: white !important;
 }
 .select2-selection__choice__remove:hover{
    background-color: rgb(0, 0, 110) !important;
    color: white !important;
 }