.activeMenu {
    display: block !important;
    z-index: 9999;
}

body.other-pages img[src*="k-kasas_black.svg"] {
    margin-left: 8px;
}

.main-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    box-sizing: border-box;
    /* Stili di default per altre pagine */
    padding: 7px 12px;
    border-bottom: 1px solid rgb(228, 228, 228) !important;
    width: 100%;
}

.main-navbar.is-home {
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 90vw;
    border-bottom: none !important;
}

.navbar-logo-link {
    font-size: 18px;
    color: #333;
    margin-right: auto;
}

.navbar-logo-img {
    width: 135px;
    height: 30px;
    display: flex;
}

#language-options {
    right: 100px !important;
}

#language-default span {
    text-transform: capitalize;
}

.lang-icon-img {
    width: 20px;
    height: 20px;
}

#dropdownBtn {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-radius: 30px;
    border: 1px solid #dbdbdb;
    background-color: transparent;
    padding: 0;
    min-width: 80px;
    height: 45px;
    cursor: pointer;
}

.dropdown-ico-toggle {
    margin: auto;
    margin-right: 7px;
    width: 13px;
    height: 13px;
    border-radius: 0 !important;
}

.dropdown-ico-avatar {
    margin: auto;
    margin-left: 7px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

#menu {
    right: 15px;
}

#menu.is-home {
    right: 4.8vw;
}

.menu-item img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.menu-item .user-name {
    font-size: 14px;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
}

.menu-item span {
    font-size: 14px;
}

.menu-separator {
    margin: 10px 0;
    border-top: 1px solid #ccc;
}

.hidden-form {
    display: none;
}

/* .activeMenu {
    display: block !important;
    z-index: 9999;
}

body.other-pages img[src*="k-kasas_black.svg"] {
  margin-left: 8px;
} */

.nav-home-link {
    font-size: 18px;
    color: #333;
    margin-right: auto;
}

#logo-navbar {
    width: 135px;
    height: 30px;
    display: flex;
}

#language-btn img {
    width: 20px;
    height: 20px;
}

#dropdownBtn {
    display: flex;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid #dbdbdb;
    background-color: transparent;
    padding: 0;
    min-width: 80px;
    height: 45px;
    cursor: pointer;
    align-items: flex-end;
}

.dropdown-icon-toggle {
    margin: auto;
    margin-right: 7px;
    width: 13px;
    height: 13px;
    border-radius: 0 !important;
}

.dropdown-icon-avatar {
    margin: auto;
    margin-left: 7px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.menu-separator {
    margin: 10px 0;
    border-top: 1px solid #ccc;
}

.menu-item-icon {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.language-label {
    text-transform: capitalize;
}

.menu-item-label {
    font-size: 14px;
}

.profile-label {
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
}

.profile-icon {
    border-radius: 100%;
}

.hidden {
    display: none;
}

.nav-full, .nav-default, .nav-blog, .nav-article {
    padding: 7px 12px 7px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(228, 228, 228) !important;
    width: 100%;
}