.nav-link {
    display: flex;
}

.dropdown-user .avatar-name {
    margin: auto 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 160px;
    color: var(--bs-primary);
}

.menu-horizontal .menu-item.active > .menu-link:not(.menu-toggle) {
    background: var(--bs-primary);
    color: white;
}
