/*Syncfusion Grid Style*/

/* cabeçalho */
.custom-grid .e-headercell {
    background-color: #51585e !important;
} /* :contentReference[oaicite:0]{index=0} */

/* corpo (todas as células) */
.custom-grid .e-gridcontent {
    background-color: #2a2a2a !important;
} /* :contentReference[oaicite:1]{index=1} */

/* linha alternada */
.custom-grid .e-altrow {
    background-color: #1f1f1f !important;
} /* :contentReference[oaicite:2]{index=2} */

/* célula normal */
.custom-grid .e-rowcell {
    color: #fff;
    /* se quiser bg diferente nas células */
    background-color: #333 !important;
} /* :contentReference[oaicite:3]{index=3} */

/* linha selecionada */
.custom-grid .e-selectionbackground {
    background-color: #3e6ee8 !important;
} /* :contentReference[oaicite:4]{index=4} */

.custom-grid .e-rowcell.par-cell {
    background-color: #d4edda;
}
.custom-grid .e-rowcell.impar-cell {
    background-color: #f8d7da;
}

.e-grid .e-rowcell.minha-coluna,
.e-grid .e-headercell.minha-coluna {
    background: #5DADE2;
    color: #000;
}
