#bookly-tbs.bookly-staff-cabinet #bookly-fc-wrapper a {
    text-decoration: unset;
    border: 0;
}

#bookly-tbs.bookly-staff-cabinet .bookly-fc-inner .bookly-appointment .fc-view > table {
    width: auto;
    min-width: unset;
}

#bookly-tbs.bookly-staff-cabinet .bookly-fc-inner .bookly-appointment .fc-row.fc-widget-header {
    height: 41px;
}
#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;
}

#monthpicker {
    margin-left: 15px;
}

#monthpicker .ui-widget-content {
    border: none !important;
}
#monthpicker .ui-datepicker-calendar {
    display: none !important;
}

#appointment .picker-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}