:root {
    --fc-list-event-hover-bg-color: #032b79;
    --fc-now-indicator-color: #00ff1b;
}

.fc-multimonth-title {
    text-transform: uppercase;
}

.fc-multimonth-daygrid-table {
    background: #1f1f61;
}

.fc-list-day-cushion.fc-cell-shaded {
    background-color: rgb(15 32 58);
    font-weight: 400;
}

.fc.fc-media-screen.fc-direction-ltr.fc-theme-standard {
    background-color: #9d9d9d24;
    padding: 0.5rem;
    border-radius: 0.5rem;
    height: 86vh;
}

.fc-multimonth-header {
    background: none !important;
}

.fc-header-toolbar.fc-toolbar.fc-toolbar-ltr {
    margin-bottom: .5rem;
}

.fc .fc-toolbar-title {
    text-transform: uppercase;
}

.fc-day-today {
    background: #19227c !important;
    border: none !important;
}

.fc-theme-standard .fc-popover-header {
    background: var(--color8);
}

.fc .fc-more-popover .fc-popover-body {
    background: var(--color8);
}

.fc .fc-timegrid-now-indicator-line {
    border-width: 2px 0px 0px;
    margin-top: -2px;
}

.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
    border-width: 10px 0px 10px 11px;
    margin-top: -11px;
}

.fc-day.fc-day-wed.fc-day-today.fc-daygrid-day {
    border-bottom: 1px solid white !important;
}