﻿#calendarEvents {
    width: 100%;
}

.fc .fc-toolbar-title {
    font-size: 18px !important;
}

.light .fc .fc-daygrid-day.fc-day-today {
    background-color: #ebebeb !important;
}

.light .fc .fc-non-business {
    background-color: #ebebeb !important;
}

.light .fc-day-sat {
    background-color: #ebebeb !important;
}

.light .fc-day-sun {
    background-color: #ebebeb !important;
}

.dark .fc .fc-daygrid-day.fc-day-today {
    background-color: #353535 !important;
}

.dark .fc .fc-non-business {
    background-color: #353535 !important;
}

.dark .fc-day-sat {
    background-color: #353535 !important;
}

.dark .fc-day-sun {
    background-color: #353535 !important;
}

.fc .fc-day-other .fc-daygrid-day-top {
    opacity: 0.6 !important;
}

.light .fc-h-event {
    background-color: #1e1e1e !important;
    border: none !important;
    padding: 5px;
}

.dark .fc-h-event {
    background-color: #f1f1f1 !important;
    border: none !important;
    padding: 5px;
}

    .dark .fc-h-event .fc-event-main {
        color: #000000 !important;
    }

.dark .fc a {
    color: #fff !important;
}

.light .fc a {
    color: #242424 !important;
}

.fc-daygrid-bg-harness {
    left: inherit !important;
    right: inherit !important;
}

#monthCalendarTitle {
    padding-bottom: 10px;
    display: flex;
    align-items: end;
    width: 100%;
    /*grid-column-gap:35%;*/
}
