.booking-wrapper-location,
.booking-wrapper-custom-fields {
    border: 1px solid #dddddd;
    padding: 25px;
    overflow: hidden;
    margin-bottom: 25px;

}

.booking-add_location,
.booking-save_location {
    text-align: center;
    margin-top: 5px !important;
    width: 300px !important;
    float: none !important;
}


.btn_save_work_days {
    text-align: center;
    max-width: 600px !important;
    float: none !important;
    margin: 15px 0 25px 10px !important;
}

.booking-wrapper-location h3 {
    font-size: 16px;
}

.booking-location-all .pixad-form-control {
    display: inline-block;
    width: 225px !important;
}

.bkg {
    background-color: #eee;
}


html .booking-block {
    background-color: #eee;
}

.remove_location {
    background-color: #2271b1 !important;
    border: 0 !important;
    color: #fff !important;
    padding: 5px !important;
    height: 21px;
    width: 20px;
    margin-bottom: 10px !important;
    display: inline-block !important;
    line-height: 13px !important;
    min-height: auto !important;
    font-size: 12px !important;
    text-align: center;
}

.notice-custom-admin {
    display: block;
    width: max-content;
}

.category-notice {
    position: relative;
    top: 4px;
    font-size: 12px;
}
.tmbooking_sim_product{
    position: absolute;
    z-index: -9999;
    left: -100%;
    top: -100%;
}



.tmbooking_save_btn{
    background: #222;
    padding: 13px 20px;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px 0;
    min-width: 220px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
}

.tmbooking_save_btn:hover{
    opacity: 0.9;
}