tr:has(td > .bg-line-orange) {
    background-color: rgba(241, 156, 65, 0.09);
    border-left: 4px solid rgb(241 156 65) !important;
    color: black;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
tr:has(td > .bg-line-red) {
    background-color: rgba(197,48,48,.09);
    border-left: 4px solid #C53030 !important;
    color: black;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
tr:has(td > .bg-line-green) {
    background-color: rgba(22, 101, 52, 0.09);
    border-left: 4px solid #166534 !important;
    color: black;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
div.min-h-40:has(.encryption-status-bar) {
    min-height: unset;
}
tr:has(td > .bg-line-red):hover td {
    background-color: rgba(197, 48, 48, .09) !important;
}
tr:has(td > .bg-line-green):hover td {
    background-color: rgba(22, 101, 52, 0.09) !important;
}
tr:has(td > .bg-line-orange):hover td {
    background-color: rgba(241, 156, 65, 0.09) !important;
}