/* Remove default bullets */

/* Icona di accensione speglimento */
.arco-menu-icon{
    font-size: 28px;
}
/* Contenitore generale */
.arco-menu-cnt{
    display: none;
    position: relative;
    background-color: #f8f9fa;
    margin-left: 15px;
    margin-top: 5px;
    width: 18%;
    height: 780px;
    /* float: left; */

}

.amenu {
    height: 100%;
    padding-top: 15px;
}
.menu-item{
    width: 100%;

}
.menu-lev-1 {
    font-size:1.4em;
    font-weight:bold;
    border-bottom: solid 1px #d4dce4;;
    min-height: 45px;
}
.menu-lev-1:hover {
    background-color:rgb(173, 212, 228) ;
}

.menu-lev-2 {
    font-size: 1.1em;
    font-weight: bold;
    min-height: 35px;
    padding-top: 10px;
}
.menu-lev-2:hover {
    background-color:rgb(173, 212, 228) ;
}

.menu-lev-3 {
    font-weight: bold;
    font-style: italic;
    min-height: 35px;
  
    padding-bottom: 5px;
}

.menu-lev-3:hover {
    background-color:rgb(173, 212, 228) ;
}

.menu-title{
    width: 85%;
}

.menu-divisor{
    border-bottom: solid 4px lightgray;
    margin-bottom: 30px;
    margin-top: 5px;
}

.menu-exe {
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu-exe:hover {
    background-color:rgb(173, 212, 228) ;
    font-weight: bold;
}

.menu-exe-dsc {
    margin-left: 30px;
}
.menu-i{
    float: left;
}

.cnt-box {
    border:solid 1px green;
    border-radius: 12px;
}

.ul-menu {
    /*padding-inline-start: 10px;*/
    padding-left: 15px;
}
    .ul-menu.menu-hor {
        float: left;
        width: 300px;
        background-color: #fae789;
        
    }

.icn-menu {
    float: right;
    font-size: 32px;
   
}



ul, #myUL {
    list-style-type: none;
}

/* Remove margins and padding from the parent ul */
#myUL {
    margin: 0;
    padding: 0;
}

/* Style the caret/arrow */
.caret {
    cursor: pointer;
    user-select: none; /* Prevent text selection */
}

    /* Create the caret/arrow with a unicode, and style it */
    .caret::before {
        /*content: "\25B6";*/
        color: black;
        display: inline-block;
        margin-right: 6px;
    }

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
    transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
    display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
    display: block;
}
