.custom-progress .progress-bar {
    color: white !important; /* Substitui estilos padrão */
    font-size: 6px; /* Ajusta o tamanho do texto */
}



.dashboard-card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    height: 100%;
}

.card-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.dashboard-graph {
    height: 300px; /* ajustável conforme layout */
}