.table-kpis th.sticky-column,
.table-kpis td.sticky-column {
    background-color: rgb(243, 243, 243);
    min-width: 350px;
}

.table-kpis tbody tr:nth-of-type(odd) th.sticky-column,
.table-kpis tbody tr:nth-of-type(odd) td.sticky-column {
    background-color: rgb(219, 219, 219);
}