.warning-row-bg {
    background-color: rgba(250, 204, 21, 0.25) !important;
}

.error-row-bg {
    background-color: rgba(255,0,0, 0.25) !important;
}

.fi-ta-row.highlighted-row {
    outline: 1px solid cyan;
}