/* Module Custom Styles */

/* Define the style for every second row in grid */

.e-grid .e-row:nth-child(even) {
    /*background-color: lightgrey;*/ /* Light grey background for even rows */
}
