#bookly-tbs table {
    margin: 0;
    overflow: auto;
}

#bookly-appointment-dialog ul {
    padding: 0;
}
#bookly-compound-services-dialog table,
#bookly-compound-services-dialog table td {
    border: 0;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}

#bookly-compound-services-dialog table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px;
}

#bookly-compound-services-dialog > tbody > tr > td,
#bookly-compound-services-dialog > tbody > tr > th {
    padding: 5px;
    line-height: 1.4;
    vertical-align: top;
}

#bookly-tbs.bookly-staff-cabinet-calendar .ec,
#bookly-tbs.bookly-staff-cabinet-calendar .ec .popover-body,
#bookly-tbs.bookly-staff-cabinet-calendar .btn {
    font-size: 14px;
	border-radius: 0 !important;
    font-family: 'Kanit';
}
#bookly-tbs .btn-default:not(:disabled):not(.disabled).active, 
#bookly-tbs .btn-default:not(:disabled):not(.disabled):active, 
.show>#bookly-tbs .btn-default.bookly-dropdown-toggle,
.ec-header .ec-day{
	color: #FFF;
    background-color: #104672;
    border-color: #104672;
}
.bookly-popover .btn{
	border-radius:10px !important;
}
.bookly-popover .btn-success{
	background-color:#104672 !important;
	border-color:#104672 !important;
}
.ec-header .ec-day{
	padding:10px 0 !important;
}
#bookly-tbs .table{
	border: 1px solid #dee2e6 !important;
}
#bookly-tbs .table th {
    padding: 5px !important;
    font-size: 14px !important;
	color: #FFF !important;
    background-color: #104672 !important;
}

/* Target the ID filter specifically within the Bookly Staff Cabinet */
#bookly-tbs .form-row .col-md-1:first-child {
    display: none !important;
} 
.bookly-js-appointments-list{
	border: 1px solid #ececec !important;
}
span.dt-column-order {
    display: none;
}
#bookly-tbs table.dataTable td.dt-type-date, #bookly-tbs table.dataTable td.dt-type-numeric, #bookly-tbs table.dataTable th.dt-type-date, #bookly-tbs table.dataTable th.dt-type-numeric{
	text-align:left !important;
}