#works-header {
    top:54px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
    position: sticky;
    top: 138px;
    background-color: white;
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 10px;
}
.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
    top: 190px;
}
.fc .fc-timegrid-col.fc-day-today {
    background-color: unset;
}
.fc-event-custom-service {
    background-color: #3788d8;
    border-color: #3788d8;
}
.fc-event-custom-jobs {
    background-color: #5998d5;
    border-color: #5998d5;
}
.fc-event-custom-rest {
    background-color: #606060;
    border-color: #505050;
}
.fc-event-custom-holiday {
    background-color: #404040;
    border-color: #303030;
}
.fc-event-custom-private {
    background-color: #101010;
    border-color: #000000;
}
.fc-business {
    background: #FFFFFF;
}
.fc-non-business {
    background: hsla(0, 0%, 84%, .3);
}
.fc-h-event .fc-event-title-container {
    flex-grow: unset !important;
}
.fc-license-message {
    display:none;
}
.fc-theme-bootstrap5 .fc-scrollgrid {
    border-bottom-width: 1px;
}
.fc-scrollgrid thead .fc-datagrid-cell {
    height:144px;
}
.resource-help {
    background-color: #eee;
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #ced4da;
    box-shadow: none;
}
.select2-container--bootstrap-5 .select2-dropdown {
    border-color: #ced4da;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    box-shadow: none;
    border-color: #e94e66;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted)
{
    color: #fff;
    background-color: #e94e66;
}

@media screen and (max-width: 480px) {
    .fc-toolbar-title {
        font-size: 1em !important;
    }
    .fc-prev-button, .fc-next-button, .fc-today-button, .fc-timeGridWeek-button, .fc-timeGridDay-button {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .calendar-legend {
        font-size:0.75rem !important;
    }
}