/* === FORZAR COLOR DEL PORCENTAJE === */
#chart-percentage {
    color: inherit !important;
    background: none !important;
    -webkit-text-fill-color: currentColor !important;
}

/* Clases de color para el porcentaje */
.percentage-red {
    color: #EF4444 !important;
}

.percentage-yellow {
    color: #F59E0B !important;
}

.percentage-cyan {
    color: #06B6D4 !important;
}