#sgs_cal {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
}

.powered-by {
    display: none;
}

.fc-button {
    display: inline-block;
    color: #121212 !important;
    font-family: input-sans, monospace;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #1EA482 !important;
    border: none !important;
    border-radius: 0;
}

.fc-button-group > .fc-button:not(:first-child) {
    margin-left: 2px !important;
}

.fc-button:active,
.fc-button:focus {
    background-color: #66E3C4 !important;
}

.fc-event {
    border-radius: 0;
}

.fc-past {
    background-color: #F2F2F2;
}

.fc-unthemed td.fc-today {
    background: rgba(102, 227, 196, .25);
}

.fc-title {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
}

.fc-button:disabled {
    opacity: 1 !important;
}

.checkbox-wrapper {
    margin-bottom: 3em;
}

.checkbox-container {
    padding-top: .25em;
    margin-bottom: .75em;
}

.fc-dayGrid-view .fc-day-number {
    padding-right: .5em !important;
}