/* Load after ADSServerApp.styles.css so these overrides win. Light theme table hover = light grey not dark. */
.page[data-theme="light"] .main .table-dark.table-hover tbody tr:hover > *,
.page[data-theme="light"] .main .table-dark tbody tr:hover > td,
.page[data-theme="light"] .main .table-dark.table-hover tbody tr:hover > td {
    background-color: #e9ecef !important;
    color: #212529 !important;
}
.page[data-theme="light"] .main .invoice-card .table-dark.table-hover tbody tr:hover > *,
.page[data-theme="light"] .main .invoice-card .table-dark tbody tr:hover > td,
.page[data-theme="light"] .main .invoice-card .table-dark.table-hover tbody tr:hover > td {
    background-color: #e9ecef !important;
    color: #212529 !important;
}
