/* DataTables Select: selected row highlighting (class "selected" is added by the extension) */
table.dataTable tbody tr.selected,
table.dataTable tbody tr.selected td {
    background-color: rgba(13, 110, 253, 0.15) !important;
}
table.dataTable tbody tr.selected:hover,
table.dataTable tbody tr.selected:hover td {
    background-color: rgba(13, 110, 253, 0.25) !important;
}
