﻿.nav-custom {
    border-radius: 8px;
    background-color: var(--grey-light);
    padding: 4px;
    align-self: stretch;
}

.nav-custom .nav-item {
    border: none;
    margin-bottom: 0px;
    line-height: initial;
    flex: 1 1 0;
}
.nav-custom .nav-link {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 8px 12px;
    border: none;
    font-size: 12px;
    line-height: 16px;
    font-weight: var(--font-weight-regular) !important;
    color: var(--black) !important;
    background-color: transparent;
    width: 100%;
}
/*.nav-custom .nav-link:has( .label) {
    padding: 6px 12px;
}*/
.nav-custom .nav-link.active {
    background-color: var(--white);
    border: none;
}

.nav-custom.nav-sm .nav-link {
    font-weight: var(--font-weight-medium) !important;
    height: 24px;
}