table tbody tr:nth-child(odd) {
    background-color: #f9fafb !important;
}

table tbody tr:nth-child(even) {
    background-color: #f3f4f6 !important;
}

.dark table tbody tr:nth-child(odd) {
    background-color: #2f2f2f !important;
}

.dark table tbody tr:nth-child(even) {
    background-color: #3a3a3a !important;
}
