.client-item.active {
    background: var(--c) !important;
    color: #fff !important;
}

.client-dot {
    width: .65rem;
    height: .65rem;
    border-radius: 50%;
    display: inline-block;
    margin-right: .5rem;
    background: var(--c);
}


thead th {
    font-weight: 700 !important;
}