/* Botoes do Calendário */
.fc-button {
    background-color: #037dc4 !important;
    border-color: #037dc4 !important;
    color: white !important;
}

.fc-button.fc-button-active,
.fc-button:focus,
.fc-button:hover {
    background-color: #02598b !important;
    border-color: #02598b !important;
}

.fc-button {
    border-radius: 0.375rem !important;
}

.nav-tabs .nav-link {
    color: white !important;
}

.nav-tabs .nav-link.active {
    color: black !important;
}

.nav-tabs {
    background-color: #02598b !important;
}
