.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;
}

.admin-image
{
    height:100px!important;
}

.side-nav-icon
{
    width: 10px!important;
}

.table-nowrap
{
    overflow-x:auto;
}