body .simcal-fullcalendar-grid {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: var(--body-font-family);
}
body .fc .fc-toolbar-title {
    text-transform: none;
}
.fc-theme-standard .fc-scrollgrid {
    border-top: 0;
}
.fc .fc-col-header-cell-cushion {
    font-weight: 600;
}
.fc-col-header tr:last-child {
    background: #333;
    color: #fff;
}
.fc-col-header tr:last-child th {
	border-color: #333;
}
.fc-col-header a {
	color: #fff;
	text-decoration: none;
}
body .fc-theme-standard td, body .fc-theme-standard th {
	border-color: #e2e2e2;
}
body .fc .fc-dayGridMonth-view .fc-daygrid-day-frame {
    min-height: 130px;
}
body .fc .fc-day-other {
	background: #e2e2e2;
}
body .fc .fc-day-other .fc-daygrid-day-top {
    opacity: .4;
}
body .fc .fc-daygrid-day-top {
    justify-content: flex-end;
}
body .fc .fc-daygrid-day-number {
    color: #262626;
    font-weight: 700;
    font-size: 22px;
    font-size: 2.2rem;
    text-decoration: none;
    line-height: 1.2;
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top {
    background: #3741fc;
}
.fc .fc-day-today .fc-daygrid-day-number {
    color: #fff;
}
body .fc .fc-daygrid-day.fc-day-today {
    background: #fff;
}
.fc .fc-daygrid-event-harness {
    padding-top: 5px;
}
.simcal-fullcalendar-grid .fc-event {
    border-color: #fff!important;
    background: #fff!important;
    border-bottom: 1px solid #eee!important;
}
.simcal-fullcalendar-grid .fc-daygrid-event-harness-abs .fc-event,
.simcal-fullcalendar-grid .fc-event.fc-event-start:not(.fc-event-end),
.simcal-fullcalendar-grid .fc-event.fc-event-end:not(.fc-event-start) {
    border-color: #e2e2e2!important;
    background: #fafafa!important;
}
.simcal-fullcalendar-grid .fc-event .fc-event-main-frame {
    color: #262626!important;
}
body .simcal-fullcalendar-grid .fc-event {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0 2px;
}
body .simcal-fullcalendar-grid .fc-event.fc-event-start {
    margin-left: 5px;
}
body .simcal-fullcalendar-grid .fc-event.fc-event-end {
    margin-right: 5px;
}
.simcal-fullcalendar-grid .fc-daygrid-event-harness:nth-last-child(2):not(.fc-daygrid-event-harness-abs) .fc-event.fc-event-start.fc-event-end {
    border-bottom: 0!important;
}

body .fc .fc-button-primary,
body .fc .fc-button-primary:disabled {
    background: #333;
    border: 0!important;
    text-transform: uppercase!important;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600!important;
    padding: 13px 25px!important;
    height: auto!important;
    border-radius: 5px;
}
body .fc .fc-button-primary:hover,
body .fc .fc-button-primary:focus,
body .fc .fc-button-primary:disabled:hover,
body .fc .fc-button-primary:disabled:focus,
body .fc .fc-button-primary.fc-button-active,
body .fc .fc-button-primary.fc-button-active,
body .fc .fc-button-primary:not(:disabled).fc-button-active,
body .fc .fc-button-primary:not(:disabled).fc-button-active {
    background: #3741fc;
}
body .fc .fc-button-primary.fc-timeGridDay-button,
body .fc .fc-button-primary.fc-timeGridWeek-button {
    min-width: 110px;
}
body .simcal-fullcalendar-grid div[id*=fullcalendar-] button {
    font-family: var(--body-font-family);
}
body .fc .fc-toolbar-chunk .fc-button-group>.fc-button {
    margin-right: 10px;
    border-radius: 5px!important;
    padding: 13px 15px!important;
}
body .fc-icon-chevron-left:before,
body .fc-icon-chevron-right:before {
    font-family: FontAwesome;
    display: none;
    font-family: "Font Awesome 6 Pro";
	font-weight: 400;
    content: "\f060";
    font-size: 30px;
    line-height: 1;
    color: #3b5ce3;
    right: 15px;
    top: 16px;
    padding: 0;
    position: absolute;
    pointer-events: none;
}
body .fc-icon-chevron-right:before {
    content: "\f061";
}
body .fc .fc-button .fc-icon-chevron-left,
body .fc .fc-button .fc-icon-chevron-right {
    font-size: 20px;
    font-size: 2rem;
    position: relative;
    top: -2px;
}
.tippy-box[data-theme~="light"] {
    background-color: #fafafa;
    color: #000;
    border: 1px solid #eee;
    box-shadow: 0px 0px 5px 0px #eee;
}
body .simcal-tooltip-content p {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
}
body .simcal-fullcal[data-calendar-height="auto"] .fc-view-harness {
    height: auto!important;
}

body .simcal-fullcal[data-calendar-height="auto"] .fc-scroller,
body .simcal-fullcal[data-calendar-height="auto"] .fc-view {
    position: static;
}



@media only screen and (max-width: 900px) {
    body .fc .fc-toolbar-chunk .fc-button-group>.fc-button {
        margin-right: 5px;
        padding: 6px 10px!important;
    }
    body .fc .fc-button .fc-icon-chevron-left, body .fc .fc-button .fc-icon-chevron-right {
        font-size: 16px;
        font-size: 1.6rem;
    }
    body .fc .fc-button-primary, body .fc .fc-button-primary:disabled {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 6px 10px!important;
    }
    body .fc .fc-button-primary.fc-timeGridDay-button,
    body .fc .fc-button-primary.fc-timeGridWeek-button {
        min-width: unset;
        margin-left: 5px;
    }
    body .fc .fc-dayGridMonth-view .fc-daygrid-day-frame {
        min-height: 90px;
    }
    body .fc .fc-daygrid-day-number {
        font-size: 18px;
        font-size: 1.8rem;
    }
    body .simcal-fullcalendar-grid .fc-event {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 400;
    }
}

@media only screen and (max-width: 739px) {
    .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
        order: 1;
    }
    .fc-header-toolbar .fc-toolbar-chunk {
        order: 2;
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
    }
    .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) {
        margin-bottom: 0;
    }
    .fc .fc-toolbar.fc-header-toolbar {
        flex-wrap: wrap;
        justify-content: center;
    }
    .fc .fc-col-header-cell-cushion {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
