/* Estilos personalizados para diferenciar grupos */

.row-blue .x-grid-cell {
    background-color: #d1e9ff !important; /* Azul claro */
    color: #004085 !important;
}

.row-green .x-grid-cell {
    background-color: #d4edda !important; /* Verde claro */
    color: #155724 !important;
}

.row-yellow .x-grid-cell {
    background-color: #fff9c4 !important; /* Amarillo tenue */
    color: #827717 !important;
}
