h3 {
    font-size: 1rem;
}

.card-header {
    background-color: #e1e1e1;
    color: black; 
}

.nav-link:hover{
    color: black;
}

.card-body {
    font-size: 0.9rem;
}

#agenda-header{
    background: linear-gradient(to left, #8a2387, #e94057, #f27121);
}

#eventos-secretaria-card{
    background: linear-gradient(to right, #8e2de2, #4a00e0);
    color: white;
    margin: .5rem;
    border-radius: 0.5rem;
}

#eventos-card{
    background: linear-gradient(to left, #8a2387, #e94057, #f27121);
    color: white;
    margin: .5rem;
    border-radius: 0.5rem;
}

#btnSevenDaysReport{
    margin-right: 2.6rem;
}

#btnSevenDaysReport:hover{
    background: linear-gradient(to left, #8a2387, #e94057, #f27121);
    color: white;
    border-color: black;
}

table {
    text-align: center;
}

thead tr {
    background-color: #334155;
    color: white;
}

.dropdown-menu {
    font-size: 0.8rem;
    background-color: #e2e8f0;
}

.dropdown-item:hover {
    background-color: #334155;
    color: white;
}

.buttons {
    padding: 0.1rem 0.5rem;
    border-radius: 0.2rem;
    margin-left: 0.5rem;
    border: none;
}

.buttons-danger {
    background-color: #b91c1c;
    color: white;
}

.buttons-success {
    background-color: #15803d;
    color: white;
}

@media (min-width: 768px) {
    .container-login {
        width: 60%;
    }

    .container-login form {
        width: 70%;
    }
}

.fc-col-header-cell-cushion {
    color: white;
    text-decoration: none;
}

.nav-link {
    color: white;
    cursor: pointer;
}

.list-group-info {
    display: block;
    width: 80%;
    margin: 0 auto;

}

.fc-list-event-time, .fc-list-event-graphic{
    display: none;
}

#agenda-header-general {
    background: linear-gradient(to left, #4CAF50, #8BC34A, #009688);
}
