/* .tb-services{ display:flex; gap:20px; flex-wrap:wrap }
.tb-service{ border:1px solid #ddd; padding:12px; width:300px } */

.ui-datepicker {
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px;
    z-index: 9999 !important;
}
.available-date a {
    background-color: #2271b1 !important;
    color: #fff !important;
 
}

.ui-widget-content .ui-state-active {
    background-color: #28a745 !important;
    color: #fff !important;
    border: none !important;
}
