/* DataTable styling for bordered tables and striped rows */
table.table-bordered.dataTable thead tr:first-child th {
    box-shadow: inset 0 0 0 9999px rgba(103, 151, 188, 0.15) !important;
}

table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0) !important;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
    --highdmin-table-bg-type: rgba(103, 151, 188, 0.1) !important;
}
