/* used in the dash ag-grid */
.ag-theme-material .ag-row:nth-child(even) {
    background-color: #f7f7f7; /* Light gray for even rows */
}

.ag-theme-material .ag-row:nth-child(odd) {
    background-color: #ffffff; /* White for odd rows */
}