
#nav {
    width: 80px;
    width: 220px;
    box-sizing: border-box;
    border-right: 0.5px solid #bfbfbf;
    position: absolute;
    left: 0px;
    top: 0px;
/*     height: 100%; */
    min-height: 100vh;
    overflow-y: auto;
    background-color: #fff;
    z-index: 999;
    scrollbar-width: thin;
}
#nav::-webkit-scrollbar {
    width: 5px;
    scrollbar-width: thin;
}
#nav::-webkit-scrollbar-track {
    background: #cbd5e6;
    border-radius: 5px;
}
#nav::-webkit-scrollbar-thumb {
    background-color: var(--blue-sestante);
    border-radius: 5px;
    border: 0px solid #cbd5e6;
}
#nav {
    scrollbar-color: var(--blue-sestante) #cbd5e6;
    scrollbar-width: 5px;
}
#burger-menu {
    display: none;
}
/*
.menu-open #nav {
    width: 300px;
}
#burger-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
}
#burger-menu i:first-child {
    display: none;
}
.menu-open #burger-menu i:first-child {
    display: inline;
}
*/
#nav-int {
    padding: 20px;
    box-sizing: border-box;
    position: relative;

    padding: 10px;
}
.menu-text-2hide {
    display: none !important;
}
/*.menu-open .menu-text-2hide {
    display: inline-block !important;
}*/
.menu-text-2hide {
    display: inline-block !important;
}
#nav-title {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: var(--blue-sestante);
}

#nav-title img {
    height: 40px;
    border-radius: 10px;
}
#nav-profilo {
    height: 70px;
/*     background-color: #f2f5f9; */
    padding: 15px 0px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 20px;

    height: auto;
    padding: 0px 0px;
    margin: 10px 0px;
}
#nav-profilo-sillaba {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    float: left;
    border-radius: 20px;
    background-color: var(--blue-sestante);
    color: white;

    display: none;
}
#nav-profilo-img img {
    display: none;
}
#nav-profilo-text {
    line-height: 15px;
    font-size: 12px;
/*     display: none; */
    display: block;
    float: left;
    margin: 5px 0px 0px 10px;

    margin: 0px;
}
/*.menu-open #nav-profilo-text {
    display: block;
}*/
#nav-profilo-lnk {
    display: block;
    float: right;
    margin-top: 20px;
}
.nav-block {
    margin-top: 20px;

    margin-top: 0px;
}
.nav-block-title {
    font-size: 12px;
    font-weight: bold;
    color: #4d4d4d;
    padding-left: 10px;
    box-sizing: border-box;
    margin: 5px 0px 0px 0px;
}
.nav-lnk,
.nav-lnk-sel {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px 0px 0px;
    border-radius: 5px;
    font-size: 12px;
    color: #808080;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
/*     margin-bottom: 5px; */
    text-align: right;
}
.nav-lnk-sel {
    background-color: #f2f5f9;
    color: #333;
    font-weight: bold;
}
.nav-lnk span,
.nav-lnk-sel span {
    display: inline-block;
}
.nav-lnk span:first-child,
.nav-lnk-sel span:first-child {
    margin-right: 10px;
}
#header {
    height: 60px;

    box-sizing: border-box;
    width: 100%;
}
/* .menu-open  */
#header {
    padding: 20px 20px 20px 240px;
    padding: 10px 20px 0px 240px;
}

#main {
    padding: 0px 20px 20px 240px;
}


@media only screen and (min-width:1025px) and (max-width:10000px) {
    .nav-lnk:hover {
        background-color: #f2f5f9;
        color: #333;
        font-weight: 400;
        text-decoration: underline;
    }
    .nav-lnk:hover .menu-text-2hide {
        text-decoration: underline;
    }

}
