.fc-theme-bootstrap5-shaded
{
    background-color: #1a1d21;
}

.fc .fc-list-event:hover td {
    background-color: #3f474f;
}

.fc-theme-bootstrap5 .fc-list, .fc-theme-bootstrap5 .fc-scrollgrid, .fc-theme-bootstrap5 td, .fc-theme-bootstrap5 th {
    border: 1px solid #5f6366;
}

.fc .fc-non-business {
    background: #50555c33;
}

.fc .fc-daygrid-day.fc-day-today, .fc .fc-timegrid-col.fc-day-today {
    background-color: #7fff2825;
}

.fc .fc-daygrid-week-number {
    background-color: #9e9e9e33;
}

.fc .fc-highlight {
    background: #96969633;
}

.fc-timegrid-event-harness-inset .fc-timegrid-event, .fc-timegrid-event.fc-event-mirror, .fc-timegrid-more-link {
    box-shadow: 0 0 0 1px #aaa;
}

.custom-btn.btn-check:checked+.btn {
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
}

#calendar {
    margin: 20px auto;
}
.fc-toolbar-title {
    text-align: center !important;
}
.fc .fc-timegrid-axis-cushion {
    max-width: 80px;
}