@charset "utf-8";

.customCalendar .fc-theme-standard .fc-scrollgrid {
    font-size: 5px;
    border: 0;
}

.customCalendar .fc .fc-header-toolbar .fc-toolbar-title {
    font-size: 1.75rem;
}

.customCalendar .fc .fc-col-header-cell {
    color: #EFEFEF;
    background: #382B1C;
    font-size: 1.6em;
}

.customCalendar .fc .fc-col-header-cell.fc-day-sun {
    background: #A03434;
}

.customCalendar .fc .fc-col-header-cell.fc-day-sat {
    background: #3C4F81;
}

.customCalendar .fc .fc-col-header-cell:not(:last-of-type) {
    border-right-color: #9A9896;
    border-bottom-color: #3C4F81;
}

.customCalendar .fc .fc-daygrid-day {
    color: #382B1C;
    background: #EFEFEF;
    font-size: 1.6em;
}

.customCalendar .fc .fc-daygrid-day.fc-day-sun {
    color: #A03434;
    background: #EFEFEF;
}

.customCalendar .fc .fc-daygrid-day.fc-day-sat {
    color: #3C4F81;
    background: #EFEFEF;
}

.customCalendar .fc .fc-daygrid-day.fc-day-today {
    background: #EFEFEF;
}

.customCalendar .fc-theme-standard td,
.customCalendar .fc-theme-standard th {
    border: 1px solid #9A9896;
    border-bottom: 0;
}

.customCalendar .fc tr:last-of-type {
    background: #EFEFEF;
}

.customCalendar .fc .fc-scrollgrid,
.customCalendar .fc .fc-scrollgrid-section-footer > *,
.customCalendar .fc .fc-scrollgrid-section-header > * {
    border-bottom-width: 0;
}

.customCalendar .fc .fc-button-primary {
    color: #EFEFEF;
    background-color: #382B1C;
    border-color: #382B1C;
}

.customCalendar .fc .fc-button-primary:hover {
    color: #EFEFEF;
    background-color: #666;
    border-color: #382B1C;
}

.customCalendar .fc .fc-scrollgrid .fc-scrollgrid-section-header:first-of-type {
    background: #3C4F81;
}

.customCalendar .fc tr:last-of-type td {
    border-bottom: 1px solid #9A9896;
}

.customCalendar .fc.has-hidden-rows tr:last-of-type td {
    border-bottom: 0px solid #9A9896;
}

.customCalendar .fc .fc-view-harness {
    height: auto !important;
}

.customCalendar .customCalendar .fc .fc-bg-event, .fc .fc-highlight, .fc .fc-non-business, .fc .fc-view-harness-active>.fc-view {
    position: static !important;
}

.customCalendar .fc .fc-scroller-liquid-absolute {
    position: static !important;
}

.customCalendar .fc-scrollgrid-sync-table {
    height: auto !important;
}

.customCalendar .fc .fc-daygrid-event {
    line-height: 1.3em;
}

.customCalendar .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 4.5em;
}

.has-hidden-rows tr.is-empty-week {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    height: 0;
    z-index:-999;
}

.has-hidden-rows tr.is-empty-week>td {
    opacity: 0;
    visibility: hidden;
}

.customCalendar .fc.has-hidden-rows .fc tr:last-of-type td {
    border-bottom: 0px solid #9A9896 !important;
}

.customCalendar .fc.has-hidden-rows {
    border-bottom: 1px solid #9A9896;
}

@media screen and (min-width: 576px) {
    .customCalendar .fc-theme-standard .fc-scrollgrid {
        font-size: 8px;
    }
}

@media screen and (min-width: 768px) {
    .customCalendar .fc-theme-standard .fc-scrollgrid {
        font-size: 5.5px;
    }
}

@media screen and (min-width: 992px) {
    .customCalendar .fc-theme-standard .fc-scrollgrid {
        font-size: 10px;
    }
}

@media screen and (min-width: 1024px) {
    .customCalendar .fc-theme-standard .fc-scrollgrid {
        font-size: 10px;
    }
}