html:not(.dark) {

    body {
        background-color: #ECECEC !important;
    }

    .fi-ta-row,
    .fi-ta-record,
    .bg-white {
        /*background-color: #fafafa !important;*/
    }

    .fi-ta-row:hover,
    .fi-ta-record:hover {
        /*background-color: #c1c1c1 !important;*/
    }
}