/* only for defining that this css is acting for using in JS */
.MobileState {
    display: none;
    width: 1px;
}

:root {
    --headerHeight: 135px;
}
#mobileMenuIcon{
    align-self: center;
}

#headerContainer {
    padding-inline:3vw;
    >div:nth-child(2) {
        flex-wrap: wrap;
    }
}

#userMenus>li>label{
    height: 100%;
}


#mobileMenuIcon {
    font-size: 15px;
}
