.table-row:nth-child(odd) {
    background-color: #ffffff;
}
/* .table-row:nth-child(even) {
    background-color: #f8f9fa;
} */

.table-row:hover {
    background-color: #e9ecef;
}

.table-row td:first-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.table-row td:last-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}