#results-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: 96px;
    background-color: white;
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 10px;
}
.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
    top: 156px;
}
.fc .fc-timegrid-col.fc-day-today {
    background-color: unset;
}
.fc-h-event .fc-event-main-frame {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.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-event-custom-time-start-work {
    border: none;
    background: linear-gradient(to right, #42ba96 0%, #42ba96 85%, transparent 100%);
}
.fc-event-custom-time-stop-work {
    border: none;
    background: linear-gradient(to right, #506690 0%, #506690 85%, transparent 100%);
}
.fc-event-custom-time-restart-work {
    border: none;
    background: linear-gradient(to left, #1b2a4e 0%, #1b2a4e 85%, transparent 100%);
}
.fc-event-custom-time-end-work {
    border: none;
    background: linear-gradient(to left, #df4759 0%, #df4759 85%, transparent 100%);
}
.fc-event-custom-result-service {
    background-color: #7c69ef;
    border-color: #7c69ef;
}
.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;
}

@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;
    }
    .fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
        top: 156px;
    }
}