.label-row:hover {
    background-color: rgba(var(--bs-primary-rgb), 0.08) !important;
}

.table-warning {
    background-color: rgba(255, 193, 7, 0.15) !important;
}

.table-warning:hover {
    background-color: rgba(255, 193, 7, 0.25) !important;
}

.table tr.label-row.search-highlight,
.table tr.label-row.search-highlight > td {
    background-color: rgba(13, 110, 253, 0.15) !important;
}