table.table-striped>tbody>tr:nth-child(odd)>td,
table.table-striped>tbody>tr:nth-child(odd)>th {
 background-color: var(--bs-gray-800) !important;
}

table.table>tbody>tr:hover td,
table.table>tbody>tr:hover th {
  background-color: #aa4444 !important;
}
