button {
    box-shadow: none !important;
}
a {
    text-decoration: none;
}
#calendar {
    margin: 0 auto;
    padding: 1rem;
}
.fc-today-button {
    font-size: 12px !important;
    font-weight: 400 !important;
}
.fc-button-primary {
    background-color: #024CAA !important;
    color: #f5f5f5 !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
}
.fc-button-primary:disabled {
    background-color: #dddddd !important;
    color: #333333 !important;
    border: 1px solid #dddddd !important;
}
.fc-toolbar-title {
    font-size: 16px !important;
    font-weight: 600 !important;
}
.fc-col-header-cell {
    background-color: #024CAA;
}
.fc-col-header-cell-cushion {
    color: white;
    font-size: 12px;
    font-weight: 500;
}
.fc-daygrid-day-number {
    color: #333333;
}

.fc-button {
    height: 30px;
}

.nav-link {
    color: #333333 !important;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-link.active {
    background-color: #024CAA !important;
    color: #f5f5f5 !important;
    font-weight: 500;
}