﻿@media only screen and (min-width: 769px) and (max-width: 880px) 
{
    .menu-left {
        background-color: var(--white);
        padding-top: 20px;
        width: 230px;
        position: fixed;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

}
@media (min-width: 880px) {
    .menu-left {
        background-color: var(--white);
        padding-top: 20px;
        width: 260px;
        position: fixed;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
}
@media (min-width: 768px) {
    .testoMenu a {
        color: var(--text) !important;
        text-decoration: none;
        cursor: pointer;
        text-transform: none;
    }


    .testoMenu-selected a {
        color: var(--slimy-green-2) !important;
        text-decoration: none;
        cursor: pointer;
        text-transform: none;
    }


    .testoMenu-secondario a {
        color: var(--text) !important;
        text-decoration: none;
        text-transform: none;
    }


    .testoMenu-secondario-selected a {
        color: var(--slimy-green);
        text-decoration: none;
        text-transform: none;
    }


    .menu-left-toogle {
        display: none;
    }

    .logoAlto {
        height: 47px;
        position: relative;
        margin-left: 50px;
        margin-top: 20px;
    }



    .elementoMenuPresentazione {
        margin-left: 30px;
        margin-top: var(--margin-dimension);
    }

    .elementoMenu {
        display: flex;
    }

    .elementoMenuSelected {
        display: flex;
        margin-top: 5px;
        width: 100%;
        background-color: rgb(28,167,77,0.5);
        border-radius: 10px;
    }

    .testoPresentazione {
        letter-spacing: 2.40px;
        line-height: 25.3px;
        margin-left: 12px;
        margin-top: 11.5px;
        white-space: nowrap;
        font-family: var(--font-family-karla);
        font-weight: 700;
    }


    .mano-menu {
        cursor: pointer;
    }

    .mano-menu-selected {
        cursor: pointer;
        color: var(--slimy-green-2) !important;
    }

    .div-collassabile {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .elemento-menu-secondario {
        margin-left: -10px;
        margin-top: 5px;
        height: 48px;
        position: relative;
    }

    .pos-secondario {
        display: flex;
        height: 48px;
        left: 0;
        position: absolute;
        top: 0;
        width: var(--with_93);
    }

    .iconLeftMenu {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-left: 15px;
        height: 48px;
    }

    .menuLeftDiscesa {
        height: 24px;
        width: 24px;
        margin-left: 8px;
        margin-top: 15px;
    }

    .testoMenu {
        flex-direction: column;
        justify-content: center;
        font-family: var(--font-family-rubik-medium);
        font-size: var(--font-size-m);
        font-weight: 700;
        display: flex;
        letter-spacing: 1px;
        line-height: 27px;
        margin-left: 8px;
        margin-top: 3px;
        white-space: nowrap;
        cursor: pointer;
        width: 80%;
    }

    .testoMenu-selected {
        flex-direction: column;
        justify-content: center;
        font-family: var(--font-family-rubik);
        font-size: var(--font-size-m);
        font-weight: 700;
        display: flex;
        letter-spacing: 1px;
        line-height: 27px;
        margin-left: 8px;
        margin-top: 3px;
        white-space: nowrap;
        cursor: pointer;
        width: 80%;
    }

    .testoMenu-secondario {
        display: flex;
        letter-spacing: 0.09px;
        line-height: 27px;
        margin-left: 8px;
        white-space: nowrap;
        flex-direction: column;
        justify-content: center;
        font-family: var(--font-family-rubik);
        font-size: var(--font-size-m);
        font-weight: 700;
        text-decoration: none;
    }

    .testoMenu-secondario-selected {
        display: flex;
        height: 48px;
        width: 80%;
        letter-spacing: 0.09px;
        line-height: 27px;
        margin-left: 8px;
        white-space: nowrap;
        flex-direction: column;
        justify-content: center;
        color: var(--slimy-green);
        font-family: var(--font-family-rubik);
        font-size: var(--font-size-m);
        font-style: normal;
        font-weight: 700;
        text-decoration: none;
    }
 }
