.fixed{
    padding: .3em 0 0 0;
    height: 1.5em;
    width: 100%;
    background-color: var(--bg);
    position: sticky;
    top: 0;
}
.customSticky{
    width: 100%;
    padding-bottom: 10px;
    background-color: var(--bg);
    position: sticky;
    top: 1.7em;
    z-index: 1;
}

td{
    padding: .3em;
    vertical-align: top;
}

td:nth-child(3), td:nth-child(1) {
    text-align: center;
}
td:nth-child(2){
    text-align: left;
}
thead, tfoot{
    font-weight: 600;
}

tfoot td:last-child{
    border-top: 1px solid var(--color);
}