/* ==========================================================
   STILI GENERALI PER I CAMPI INPUT E BUTTON
========================================================== */

.clsInnovaInput,
.clsInnovaSelect,
.clsInnovaTextarea {
    box-sizing: border-box;
    border: 1px solid #D7DEE8;
    border-radius: 10px;
    background: #FFFFFF;
    color: #1F2937;
    font-family: inherit;
    font-size: inherit;
    outline: none;
    transition: border-color .12s ease, box-shadow .12s ease, background-color .12s ease;
}

.clsInnovaInput {
    height: 34px;
    line-height: 20px;
    padding: 6px 10px;
}

.clsInnovaSelect {
    height: 34px;
    line-height: normal;
    padding: 0 10px;
}

.clsInnovaTextarea {
    padding: 9px 10px;
    line-height: 1.45;
    resize: vertical;
}

    .clsInnovaInput:focus,
    .clsInnovaSelect:focus,
    .clsInnovaTextarea:focus {
        border-color: #7CB7E6;
        box-shadow: 0 0 0 3px rgba(0, 113, 192, .12);
    }

.clsInnovaIconButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #D7DEE8;
    border-radius: 10px;
    background: #FFFFFF;
    color: #475467;
    cursor: pointer;
    vertical-align: middle;
    transition: background-color .12s ease, border-color .12s ease, color .12s ease, box-shadow .12s ease;
}

    .clsInnovaIconButton:hover {
        background: #F8FAFC;
        border-color: #C9D3DF;
        color: #344054;
        box-shadow: 0 2px 7px rgba(15, 23, 42, .10);
    }

    .clsInnovaIconButtonDis,
    .clsInnovaIconButton:disabled,
    .clsInnovaIconButton[disabled] {
        opacity: 1;
        cursor: default;
        pointer-events: none;
        background: #F1F5F9;
        border-color: #E2E8F0;
        color: #98A2B3;
        box-shadow: none;
    }

        .clsInnovaIconButtonDis:hover,
        .clsInnovaIconButton:disabled:hover,
        .clsInnovaIconButton[disabled]:hover {
            background: #F1F5F9;
            border-color: #E2E8F0;
            color: #98A2B3;
            box-shadow: none;
        }

.clsInnovaSelect {
    padding-right: 32px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #64748B 50%), linear-gradient(135deg, #64748B 50%, transparent 50%);
    background-position: calc(100% - 16px) 14px, calc(100% - 11px) 14px;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

    .clsInnovaSelect::-ms-expand {
        display: none;
    }

    .clsInnovaSelect option {
        padding: 8px 10px;
        background: #FFFFFF;
        color: #1F2937;
    }

/* Select moderna riutilizzabile su select native */
.clsInnovaSelectModern {
    min-height: 34px;
    border-color: #CBD5E1;
    background-color: #FFFFFF;
    color: #1F2937;
    letter-spacing: .01em;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}

    .clsInnovaSelectModern:hover {
        border-color: #AFC8DC;
        background-color: #FAFCFE;
    }

    .clsInnovaSelectModern:focus {
        border-color: #7CB7E6;
        background-color: #FFFFFF;
        box-shadow: 0 0 0 3px rgba(0, 113, 192, .12);
    }

    /*
   Styling delle voci del menu a tendina.
   Su alcuni browser nativi padding, border e hover possono essere gestiti solo parzialmente.
    */
    .clsInnovaSelectModern option {
        min-height: 32px;
        padding: 9px 12px;
        background: #FFFFFF;
        color: #1F2937;
        font-weight: 500;
        line-height: 1.35;
    }

        .clsInnovaSelectModern option:hover {
            background: #F2F7FC;
            color: #0071C0;
        }

        .clsInnovaSelectModern option:checked {
            background: #EAF4FB;
            color: #005B9B;
            font-weight: 700;
        }

        .clsInnovaSelectModern option:disabled {
            color: #94A3B8;
            background: #F8FAFC;
        }

.clsInnovaInput::placeholder,
.clsInnovaTextarea::placeholder {
    color: #94A3B8;
    font-style: italic;
}

.clsInnovaIconButton i {
    color: inherit;
}

/* ================ FINE STILI GENERALI ====================== */

sup {
    font-size: 0.70em;
    vertical-align: super;
    line-height: 0;
}

.divPrincW {
    min-width: 1280px;
}

#divPrinc {
    min-height: 100vh;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    display: block;
}

#divMain {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}

#divCorpo {
    width: 100%;
    height: 100%;
    display: flex;
    min-height: 100vh;
}

#divColSx {
    display: flex;
    flex-direction: column;
    background-color: var(--ParInnovaCol16);
    flex: 0 0 auto;
    min-height: 0;
    overflow: hidden;
    font: 15px Titillium Web,sans-serif;
}

#divColDx {
    flex: 1 1 auto;
    min-width: 1031px;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /*z-index: 4;*/
}

#divTop {
    height: 81px;
    flex: 0 0 81px;
    overflow: visible;
    background-color: #FFFFFF;
    display: flex;
    width: 100%;
    position: relative;
    z-index: 4;
    isolation: isolate;
}

#divTopLeft {
    width: 100%;
    height: 81px;
    flex: 0 0 81px;
    display: table;
    background-color: var(--ParInnovaCol16);
    box-sizing: border-box;
    border-right: none;
    padding: 16px 14px;
    overflow: hidden;
}

#tabletop {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

#divTopLeftCard {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 4px 6px;
    box-sizing: border-box;
}

    #divTopLeftCard a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

#imgTopLeftLogo {
    display: block;
    max-width: 100%;
    max-height: 50px;
    width: auto;
    height: auto;
}

#divTopRight {
    width: 100%;
    height: auto;
    overflow: visible;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    z-index: 4;
}

.clsTopSecondRow,
.clsTopSecondRow * {
    box-sizing: border-box;
    font-family: "Titillium Web", sans-serif;
}

.clsTopSecondRow {
    --top-search-max: 430px;
    --top-search-min: 180px;
    --top-toolbar-safe: 660px;
    height: 40px;
    position: relative;
    padding: 5px 14px 0 14px;
    background-color: #FFFFFF;
    overflow: visible;
}

.clsTopSearchSlot {
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
    width: clamp(var(--top-search-min), calc(100% - var(--top-toolbar-safe)), var(--top-search-max));
    max-width: none;
    min-width: 0;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    z-index: 3;
}

.clsTopSearchSlotOpen {
    z-index: 80;
}

.clsTopSearchWrap {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
}

.clsTopSearchBox {
    width: 100%;
    height: 26px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 16px;
    transition: border-color .15s ease, box-shadow .15s ease;
}

    .clsTopSearchBox:focus-within {
        border-color: #3399FF;
        box-shadow: 0 0 0 3px rgba(51,153,255,0.10);
    }

.clsTopSearchType,
.clsTopSearchSubmit {
    width: 31px;
    height: 24px;
    flex: 0 0 31px;
    border: 0;
    padding: 0;
    outline: none;
    background-color: transparent;
    color: #7A8492;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .clsTopSearchType:hover,
    .clsTopSearchSubmit:hover {
        color: #263370;
        background-color: #F3F6FA;
    }

    .clsTopSearchType i,
    .clsTopSearchSubmit i {
        font-size: 12px;
        line-height: 1;
    }

.clsTopSearchInputWrap {
    flex: 1 1 auto;
    min-width: 0;
}

.clsTopSearchInput {
    width: 100%;
    height: 24px;
    border: 0;
    padding: 0 4px;
    outline: none;
    background-color: transparent;
    color: #888888;
    font: italic 14px "Titillium Web", sans-serif;
    letter-spacing: .2px;
}

.clsTopRicFrame {
    position: absolute;
    left: 0;
    top: 31px;
    width: 100%;
    min-width: 650px;
    max-width: none;
    height: 205px;
    z-index: 90;
    display: block;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background-color: #FFFFFF;
    border: 1px solid #BFC8D5;
    border-radius: 12px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.18);
    transform: translateY(-10px) scale(0.96);
    transform-origin: top center;
    transition: opacity .18s ease, transform .28s cubic-bezier(.16, 1, .3, 1), visibility 0s linear .28s;
}

    .clsTopRicFrame.is-open {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0) scale(1);
        transition: opacity .18s ease, transform .28s cubic-bezier(.16, 1, .3, 1), visibility 0s linear 0s;
    }

.clsTopSearchBoxOpen {
    border-color: #3399FF;
    box-shadow: 0 0 0 3px rgba(51,153,255,0.10);
}

.clsTopMiniToolbar {
    position: absolute;
    right: 14px;
    top: 5px;
    height: 30px;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    font: 14px "Titillium Web", sans-serif;
    z-index: 2;
}

.clsTopToolBtn {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    border: 1px solid #DDE2EA;
    border-radius: 8px;
    background-color: #F7F9FC;
    color: #5F6B7A;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease, transform .15s ease;
}

    .clsTopToolBtn:hover {
        background-color: #FFFFFF;
        border-color: #BFC8D5;
        color: #263370;
        box-shadow: 0 2px 7px rgba(0,0,0,0.10);
        transform: translateY(-1px);
    }

    .clsTopToolBtn i {
        font-size: 13px;
        line-height: 1;
        color: inherit;
    }

.clsTopToolBtn {
    position: relative;
}

.clsTopToolBtnAppHidden {
    background-color: #2563EB;
    border-color: #2563EB;
    color: #FFFFFF;
    box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.35);
    animation: clsTopAppHiddenPulse 1.35s ease-in-out infinite;
}

    .clsTopToolBtnAppHidden:hover {
        background-color: #1D4ED8;
        border-color: #1D4ED8;
        color: #FFFFFF;
    }

    .clsTopToolBtnAppHidden::after {
        content: "";
        position: absolute;
        top: -3px;
        right: -3px;
        width: 8px;
        height: 8px;
        border: 2px solid #FFFFFF;
        border-radius: 50%;
        background-color: #FFB020;
        box-shadow: 0 0 0 0 rgba(255, 176, 32, 0.45);
        animation: clsTopAppHiddenDot 1.15s ease-in-out infinite;
    }

    .clsTopToolBtnAppHidden i {
        animation: clsTopAppHiddenIcon 1.35s ease-in-out infinite;
    }

@keyframes clsTopAppHiddenPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.35);
    }

    70% {
        box-shadow: 0 0 0 7px rgba(37, 99, 235, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0);
    }
}

@keyframes clsTopAppHiddenDot {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 176, 32, 0.45);
    }

    50% {
        transform: scale(1.18);
        box-shadow: 0 0 0 5px rgba(255, 176, 32, 0);
    }
}

@keyframes clsTopAppHiddenIcon {
    0%, 100% {
        transform: scale(1);
    }

    45% {
        transform: scale(1.12);
    }
}

.clsTopToolbarSep {
    width: 1px;
    height: 18px;
    flex: 0 0 1px;
    background-color: #DDE2EA;
    margin: 0 2px;
}

.clsTopUserGroup {
    height: 26px;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    font: 14px "Titillium Web", sans-serif;
}

.clsTopUserName {
    height: 26px;
    max-width: 190px;
    min-width: 0;
    display: flex;
    align-items: stretch;
    padding: 0 10px 0 12px;
    border: 1px solid #005F9F;
    border-radius: 999px;
    background-color: #0071C0;
    color: #FFFFFF;
    overflow: hidden;
}

    .clsTopUserName > b,
    .clsTopUserName > span {
        flex: 1 1 auto;
        min-width: 0;
        height: 100%;
        line-height: 24px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 600;
    }

        .clsTopUserName > span b {
            display: inline;
            min-width: 0;
            height: auto;
            line-height: inherit;
            overflow: visible;
            white-space: inherit;
            text-overflow: clip;
            color: inherit;
            font-size: inherit;
            font-weight: 600;
        }

.clsTopUserAvatar {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    border-radius: 50%;
    border: 1px solid #287D50;
    background-color: #319C63;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .clsTopUserAvatar i {
        font-size: 13px;
        line-height: 1;
        color: inherit;
    }

    .clsTopUserAvatar img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

.clsTopUserNameSuper {
    max-width: 250px;
    gap: 6px;
    align-items: center;
}

    .clsTopUserNameSuper > span {
        font-size: 13px;
    }

.clsTopUserAvatarSuper {
    color: #8A4B00;
    background-color: #FFF4DD;
    border-color: #F1D39A;
}

.clsTopUserBack {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-left: 2px;
    border-radius: 50%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .clsTopUserBack:hover {
        background-color: rgba(255,255,255,0.18);
        color: #FFFFFF;
    }

    .clsTopUserBack i {
        font-size: 13px;
        color: inherit;
    }

@media only screen and (max-width: 1180px) {
    .clsTopSecondRow {
        --top-search-max: 390px;
        --top-search-min: 170px;
        --top-toolbar-safe: 640px;
    }

    .clsTopUserName {
        max-width: 145px;
    }

    .clsTopUserNameSuper {
        max-width: 190px;
    }
}

@media only screen and (max-width: 1160px) {
    .clsTopSecondRow {
        --top-search-max: 300px;
        --top-search-min: 170px;
        --top-toolbar-safe: 420px;
    }

    .clsTopUserName {
        display: none;
    }

    .clsTopToolbarSep {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .clsTopSecondRow {
        --top-search-max: 300px;
        --top-search-min: 160px;
        --top-toolbar-safe: 410px;
    }

    .clsTopMiniToolbar {
        gap: 5px;
    }
}

@media only screen and (max-width: 900px) {
    .clsTopSecondRow {
        --top-search-max: 280px;
        --top-search-min: 150px;
        --top-toolbar-safe: 390px;
    }
}

@media only screen and (max-width: 820px) {
    .clsTopSecondRow {
        --top-search-max: 240px;
        --top-search-min: 130px;
        --top-toolbar-safe: 360px;
    }

    .clsTopToolBtn {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
    }

    .clsTopUserAvatar {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
    }
}

#divMenuSx {
    width: 100%;
    min-width: 0;
    max-width: none;
    padding-top: 0px;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: var(--ParInnovaCol16);
    margin-top: 10px;
}

    #divMenuSx::-webkit-scrollbar {
        width: 6px;
        background-color: var(--ParInnovaCol16);
    }

    #divMenuSx:hover::-webkit-scrollbar-thumb {
        background: var(--ParInnovaCol23);
        background-clip: content-box;
    }

    #divMenuSx::-webkit-scrollbar-track {
        -webkit-border-radius: 1px;
        border-radius: 1px;
        background-color: var(--ParInnovaCol16);
    }

    #divMenuSx::-webkit-scrollbar-thumb {
        -webkit-border-radius: 1px;
        border-radius: 1px;
        background: var(--ParInnovaCol23);
        border-left: 2px solid transparent;
        border-right: 2px solid transparent;
        background-clip: content-box;
    }

        #divMenuSx::-webkit-scrollbar-thumb:hover {
            border: none;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }

@-moz-document url-prefix() {
    #divMenuSx {
        scrollbar-width: thin;
        scrollbar-color: var(--ParInnovaCol23) var(--ParInnovaCol16);
    }
}

#divScrollDx {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

#divPagina {
    flex: 0 0 auto;
    min-width: 0;
    overflow: visible;
    flex-grow: 1;
}

#divPaginaBody {
    min-height: calc(100% - 18px);
    display: flex;
    align-items: stretch;
    overflow: visible;
}

#divBottom {
    width: 100%;
    height: 18px;
    flex: 0 0 18px;
    background-color: var(--ParInnovaCol16);
}

    #divBottom a, #divBottom span {
        text-decoration: none;
    }

#divContenutoPcExt {
    margin-left: auto;
    margin-right: auto;
    width: 87%;
    overflow: hidden;
    min-width: 1024px;
    max-width: 96%;
}

    #divContenutoPcExt table {
        margin: 0 auto;
    }

#divContenutoPcFull {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    overflow: hidden;
    min-width: 1024px;
    max-width: 100%;
}

#divBannerPc {
    position: relative;
    z-index: 1;
    float: none;
    flex: 0 0 164px;
    width: 164px;
    min-height: 0;
    align-self: stretch;
    display: flex;
    background-color: #FFFFFF;
    overflow: hidden;
    margin-top: -10px;
}

.divBannerPcInner {
    width: 100%;
    height: 100%;
    min-height: 0;
    box-sizing: border-box;
    padding-top: 18px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    overflow: hidden;
}

#divBannerPc img {
    display: block;
    width: auto;
    height: 600px;
    max-width: none;
    max-height: none;
}

#divTop::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background-color: transparent;
    pointer-events: none;
    z-index: 3;
    transition: background-color .18s ease, box-shadow .18s ease;
}

#divTop.clsTopScrolledBorder::after {
    background-color: #D7DCE3;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
}

.clsTopBorder {
    position: relative;
    z-index: 2;
    height: 8px;
    background-color: #FFFFFF;
    box-shadow: 0px 6px 6px -2px #888888;
    margin-bottom: 10px;
    width: 100%;
}

.clsTopContenuto {
    background-color: #FFFFFF;
    height: 43px;
    box-shadow: 0px 3px 6px #888888;
    display: flex;
    align-items: flex-end;
    margin-top: -18px;
    z-index: 3;
    position: relative;
}

    .clsTopContenuto div {
        min-width: 17px;
    }

        .clsTopContenuto div.clsTopCont {
            margin-right: 18px;
            padding-bottom: 7px;
            font-size: 15px;
        }

        .clsTopContenuto div:last-of-type {
            margin-right: 0px;
        }

        .clsTopContenuto div.clsTopContenutoDis {
            border-bottom: solid 3px #FFFFFF;
        }

    .clsTopContenuto a {
        font-weight: 300;
        font-size: 15px;
    }

.clsSchedaImpegno {
    z-index: 7;
    display: none;
    position: fixed;
    width: 1180px;
    max-width: calc(100vw - 32px);
    height: 768px;
    min-height: min(768px, calc(100vh - 32px));
    max-height: min(1080px, calc(100vh - 32px));
    top: 16px;
    left: 16px;
    border: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .24);
}

@media only screen and (max-width: 1024px) {
    #divColSx {
        width: 206px;
        min-width: 206px;
        max-width: 206px;
    }
}

@media only screen and (min-width: 1025px) {
    #divColSx {
        width: 249px;
        min-width: 249px;
        max-width: 249px;
    }
}

.clsMenuSxSezInner {
    min-height: 36px;
    margin: 0px 10px 0px 12px;
    padding: 2px 0px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
    width: calc(100% - 22px);
    max-width: calc(100% - 22px);
    min-width: 0;
    overflow: hidden;
}

.clsMenuSxSezInnerTxt {
    min-height: 32px;
    line-height: 20px;
    margin: 6px 14px 6px 14px;
    padding: 0;
    display: flex;
    align-items: center;
    text-align: center;
}

.clsMenuSxSezEti {
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.2;
    max-width: 100%;
    overflow: hidden;
}

    .clsMenuSxSezEti::before {
        content: none;
        display: none;
    }

.clsMenuSxSezLblIco {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
}

.clsMenuSxSezEtiTxt {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    display: block;
    font: 15px "Titillium Web",sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clsMenuSxSezIco {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin-left: auto;
    border: none;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--ParInnovaCol18);
    position: relative;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-indent: -9999px;
    transition: background-color .18s ease;
}

    .clsMenuSxSezIco::before {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 10px;
        line-height: 1;
        color: var(--ParInnovaCol14);
        text-indent: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%) rotate(0deg);
        transition: none;
    }

#divMenuSx.clsMenuSxAnimReady .clsMenuSxSezIco::before {
    transition: transform .17s ease;
}

.clsMenuSxSezIco.is-open::before {
    transform: translate(-50%,-50%) rotate(180deg);
}

.clsMenuSxEle,
.clsMenuSxEleSel,
.clsMenuSxEti {
    margin: auto 0;
    min-height: 24px;
    height: 24px;
    padding: 3px 17px 3px 17px;
    width: calc(100% - 33px);
    line-height: 24px;
    font: 14px "Titillium Web", sans-serif;
    display: flex;
    align-items: center;
    min-width: 0;
    overflow: hidden;
}

.clsMenuSxEtiSel {
    height: auto;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    margin: 0px 12px 6px 12px;
    padding: 6px 10px;
    border-radius: 8px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
    box-sizing: border-box;
    line-height: 24px;
    font: 14px "Titillium Web", sans-serif;
}

.clsMenuSxEle div, .clsMenuSxEle a {
    font: 14px "Titillium Web", sans-serif;
}

.clsMenuSxEle i.fa-plus-square, .clsMenuSxEle i.fa-minus-square {
    font-size: 16px;
}

.clsMenuSxTxt {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block !important;
    line-height: inherit;
}

/* icone / immagini / bottoni laterali non devono comprimersi */
.clsMenuSxEle > img,
.clsMenuSxEle > i,
.clsMenuSxEle > .clsMenuSxIcoFix,
.clsMenuSxEleSel > img,
.clsMenuSxEleSel > i,
.clsMenuSxEleSel > .clsMenuSxIcoFix {
    flex: 0 0 auto;
}

/* le tabelle delle sezioni aperte non devono allargarsi per colpa di testi lunghi */
.clsMenuSxSezDiv > table,
.clsMenuSxSezDiv table[width="100%"] {
    width: 100%;
    table-layout: fixed;
}

.clsMenuSxSezDiv {
    background-color: var(--ParInnovaCol18);
    padding: 2px 0px 5px 0px;
}

.clsMenuSxSezDivHid {
    display: none;
}

.clsMenuSxSezDivVis {
    display: block;
}

.clsMySearchBox {
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    border: 1px solid #999999;
}

.clsMySearchInputWrap {
    flex-grow: 1;
    padding-right: 10px;
}

.clsMySearchInput {
    width: 100%;
    margin-left: 10px;
    border: 0;
    height: 22px;
    color: #888888;
    outline: none;
    background-color: transparent;
    font: italic 14px Titillium Web,sans-serif;
}

.clsMySearchInputFocus {
    color: #000000;
    font-style: normal;
}

.clsMySearchInputBlur {
    color: #888888;
}

.clsMySearchIconWrap {
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 7px 0 3px;
}

.clsMySearchIcon {
    cursor: pointer;
}

.clsMenuCombo {
    width: 100%;
    height: 24px;
    padding: 0 24px 0 12px;
    box-sizing: border-box;
    color: #888888;
    outline: none;
    border: 1px solid #999999;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-image: linear-gradient(45deg, transparent 50%, #888888 50%), linear-gradient(135deg, #888888 50%, transparent 50%);
    background-position: calc(100% - 15px) calc(1em - 5px), calc(100% - 10px) calc(1em - 5px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    font: italic 14px "Titillium Web", sans-serif;
    line-height: 22px;
}

    .clsMenuCombo::-ms-expand {
        display: none;
    }

    .clsMenuCombo option {
        font: normal 14px "Titillium Web", sans-serif;
    }

#divBottomSmartBox {
    flex: 0 0 auto;
    padding: 0;
    box-sizing: border-box;
    background-color: var(--ParInnovaCol16);
    border-top: 1px solid var(--ParInnovaCol17);
}

.clsBottomSmartBar {
    height: 44px;
    display: flex;
    align-items: stretch;
    background-color: var(--ParInnovaCol16);
}

.clsBottomSmartPhone, .clsBottomSupporto {
    flex: 0 0 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid var(--ParInnovaCol17);
    color: var(--ParInnovaCol17);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.clsBottomSmartPhoneLogo {
    display: none;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    object-fit: contain;
    /*
        Stesso effetto contornato usato dal logo Innova nella barra inferiore.
    */
    filter: drop-shadow(1px 0 0 #FFFFFF) drop-shadow(-1px 0 0 #FFFFFF) drop-shadow(0 1px 0 #FFFFFF) drop-shadow(0 -1px 0 #FFFFFF) drop-shadow(1px 1px 0 #FFFFFF) drop-shadow(-1px -1px 0 #FFFFFF) drop-shadow(1px -1px 0 #FFFFFF) drop-shadow(-1px 1px 0 #FFFFFF);
}

    .clsBottomSmartPhone:hover, .clsBottomSupporto:hover {
        background-color: var(--ParInnovaCol23);
        color: var(--ParInnovaCol24);
    }

        .clsBottomSmartPhone:hover > div, .clsBottomSupporto:hover > div {
            color: var(--ParInnovaCol24);
        }

.clsBottomSmartImg {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    box-sizing: border-box;
    text-decoration: none;
    overflow: hidden;
}

    .clsBottomSmartImg img {
        display: block;
        max-width: 100%;
        max-height: 26px;
        width: auto;
        height: auto;
        filter: drop-shadow(1px 0 0 #FFFFFF) drop-shadow(-1px 0 0 #FFFFFF) drop-shadow(0 1px 0 #FFFFFF) drop-shadow(0 -1px 0 #FFFFFF) drop-shadow(1px 1px 0 #FFFFFF) drop-shadow(-1px -1px 0 #FFFFFF) drop-shadow(1px -1px 0 #FFFFFF) drop-shadow(-1px 1px 0 #FFFFFF);
    }

input[type="checkbox"].chk-pen {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #B8C2CF;
    border-radius: 4px;
    background-color: #ffffff;
    transition: background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

    input[type="checkbox"].chk-pen:checked {
        background-color: #4F79C7;
        border-color: #4F79C7;
    }

    input[type="checkbox"].chk-pen::before {
        content: none;
    }

    input[type="checkbox"].chk-pen::after {
        content: "";
        position: absolute;
        left: 3.5px;
        top: 1px;
        width: 4px;
        height: 8.5px;
        box-sizing: border-box;
        border: solid #ffffff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg) scale(0.2);
        transform-origin: center;
        opacity: 0;
        transition: transform 0.22s ease, opacity 0.16s ease;
    }

    input[type="checkbox"].chk-pen:checked::after {
        opacity: 1;
        transform: rotate(45deg) scale(1);
    }

    input[type="checkbox"].chk-pen:focus-visible {
        outline: 2px solid rgba(79, 121, 199, 0.28);
        outline-offset: 2px;
    }

.clsMenuSxBranch {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-8px) scaleY(0.96);
    transform-origin: top center;
    transition: max-height 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.30s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: max-height, opacity, transform;
    pointer-events: none;
}

.clsMenuSxBranchOpen {
    opacity: 1;
    transform: translateY(0) scaleY(1);
    pointer-events: auto;
}

.clsFixTop {
    position: sticky;
    margin-top: -18px;
    z-index: 2;
}

/* Albero menu amministrazione / pannello */
#divMenuSx .clsMenuSxTreeRow {
    width: 100%;
    min-height: 28px;
    height: 28px;
    margin: 0;
    padding: 3px 10px 3px calc(12px + (var(--msx-liv, 0) * 14px));
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 5px;
    overflow: hidden;
    line-height: 20px;
}

#divMenuSx .clsMenuSxTreeRowPadre {
    font-weight: 400;
}

#divMenuSx .clsMenuSxTreeRowFiglia {
    font-weight: 400;
}

#divMenuSx .clsMenuSxTreeToggle {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 16px !important;
    text-align: center;
    cursor: pointer;
}

#divMenuSx .clsMenuSxTreeToggleHidden,
#divMenuSx .clsMenuSxTreeToggleSpacer {
    visibility: hidden;
}

#divMenuSx .clsMenuSxTreeIcon {
    flex: 0 0 16px;
    width: 16px;
    max-width: 16px;
    max-height: 16px;
    object-fit: contain;
}

#divMenuSx .clsMenuSxTreeGest {
    flex: 0 0 auto;
    margin-left: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    #divMenuSx .clsMenuSxTreeGest img {
        max-width: 17px;
        max-height: 17px;
    }

#divMenuSx .clsMenuSxLink {
    color: inherit;
    text-decoration: none;
}

#divMenuSx .clsMenuSxTreeRow .clsMenuSxTxt {
    flex: 1 1 auto;
    min-width: 0;
    display: block !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#divMenuSx .clsMenuSxBranch {
    display: block;
}

#divMenuSx .clsMenuSxTreeRow,
#divMenuSx .clsMenuSxTreeRow:hover,
#divMenuSx .clsMenuSxTreeRowPadre,
#divMenuSx .clsMenuSxTreeRowPadre:hover,
#divMenuSx .clsMenuSxTreeRowFiglia,
#divMenuSx .clsMenuSxTreeRowFiglia:hover {
    border-left: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

    #divMenuSx .clsMenuSxTreeRow a:hover,
    #divMenuSx .clsMenuSxTreeRow .clsMenuSxLink:hover {
        background-color: transparent !important;
        text-decoration: none !important;
        color: inherit;
    }

    #divMenuSx .clsMenuSxTreeRow a:hover,
    #divMenuSx .clsMenuSxTreeRow .clsMenuSxLink:hover {
        background-color: transparent !important;
        text-decoration: none !important;
    }

/* Voci menu PC con gestione specifica */
#divMenuSx .clsMenuSxTreeRowGestione {
    position: relative;
}

    #divMenuSx .clsMenuSxTreeRowGestione .clsMenuSxLinkGestione {
        font-weight: 400;
        text-decoration-line: underline !important;
        text-decoration-style: dotted !important;
        text-decoration-thickness: 1.5px;
        text-underline-offset: 3px;
        text-decoration-color: color-mix(in srgb, currentColor 62%, transparent);
    }

        #divMenuSx .clsMenuSxTreeRowGestione .clsMenuSxLinkGestione::after {
            content: none !important;
        }

        #divMenuSx .clsMenuSxTreeRowGestione .clsMenuSxLinkGestione:hover {
            background-color: transparent !important;
            text-decoration-line: underline !important;
            text-decoration-style: dotted !important;
            text-decoration-thickness: 1.5px;
            text-underline-offset: 3px;
            text-decoration-color: color-mix(in srgb, currentColor 72%, transparent);
        }

/* Mobile drawer menu sinistro */
#divMenuSxMask,
#divTopMobileBrand {
    display: none;
}

@media screen and (max-width: 768px) {

    body.layout-struttura {
        --layout-mobile-width: 1280px;
        --layout-menu-sx-width: 286px;
    }

        body.layout-struttura:has(#divPrinc.divPrincWInn) {
            --layout-mobile-width: auto;
            --layout-menu-sx-width: auto;
        }

            body.layout-struttura:has(#divPrinc.divPrincWInn) #divColSx {
                width: auto !important;
                min-width: auto !important;
                max-width: none !important;
            }

    html:has(> body.layout-struttura),
    body.layout-struttura {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden !important;
    }

    #divMenuSxMask {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 8990;
        background: rgba(15, 23, 42, .42);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .22s ease, visibility 0s linear .22s;
    }

    body.clsMenuSxMobileOpen #divMenuSxMask {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: opacity .22s ease, visibility 0s linear 0s;
    }

    #divTopMobileBrand {
        position: absolute;
        left: 10px;
        top: 5px;
        z-index: 6;
        height: 30px;
        display: flex;
        align-items: center;
        gap: 7px;
    }

    #divPrinc.divPrincW,
    #divPrinc.divPrincWInn {
        width: 100vw !important;
        max-width: 100vw !important;
        min-width: 0 !important;
        height: 100vh !important;
        min-height: 100vh !important;
        height: 100dvh !important;
        min-height: 100dvh !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x pan-y pinch-zoom;
    }

    #divMain {
        width: var(--layout-mobile-width) !important;
        min-width: var(--layout-mobile-width) !important;
        max-width: none !important;
        height: 100% !important;
        min-height: 0 !important;
        overflow: visible !important;
    }

    #divCorpo {
        width: var(--layout-mobile-width) !important;
        min-width: var(--layout-mobile-width) !important;
        height: 100% !important;
        min-height: 0 !important;
        display: block !important;
        overflow: visible !important;
    }

    #divColSx {
        position: fixed !important;
        left: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        z-index: 9000 !important;
        width: var(--layout-menu-sx-width) !important;
        min-width: var(--layout-menu-sx-width) !important;
        max-width: var(--layout-menu-sx-width) !important;
        height: 100vh !important;
        height: 100dvh !important;
        transform: translateX(-105%);
        transition: transform .24s ease;
        box-shadow: 16px 0 34px rgba(0, 0, 0, .24);
        overflow: hidden !important;
        will-change: transform;
    }

    body.clsMenuSxMobileOpen #divColSx {
        transform: translateX(0);
    }

    #divColDx {
        width: var(--layout-mobile-width) !important;
        min-width: var(--layout-mobile-width) !important;
        max-width: none !important;
        height: 100% !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

    #divTop {
        flex: 0 0 81px !important;
        height: 81px !important;
    }

    #divScrollDx {
        flex: 1 1 auto !important;
        height: auto !important;
        min-height: 0 !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch;
    }

    #divPagina {
        flex: 1 0 auto !important;
        min-height: calc(100% - 18px) !important;
        height: auto !important;
        overflow: visible !important;
    }

    #divMenuSx {
        flex: 1 1 auto !important;
        min-height: 0 !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }

    #divBottom {
        flex: 0 0 18px !important;
        height: 18px !important;
        width: 100% !important;
    }

    body.layout-struttura.clsMenuSxDrawer #divTopMobileBrand {
        top: 0;
        width: 58px;
        height: 81px;
        align-items: center;
        justify-content: center;
        gap: 0;
    }

        body.layout-struttura.clsMenuSxDrawer #divTopMobileBrand img,
        body.layout-struttura.clsMenuSxDrawer #divTopMobileBrand .clsTopMobileLogo,
        body.layout-struttura.clsMenuSxDrawer #divTopMobileBrand .clsTopMobileBrandLogo,
        body.layout-struttura.clsMenuSxDrawer #divTopMobileBrand .clsTopMobileBrandText {
            display: none !important;
        }

    body.layout-struttura.clsMenuSxDrawer #btnMenuSxMobile {
        width: 64px;
        height: 64px;
        min-width: 64px;
        min-height: 64px;
    }
}

/* Modalità menu sinistro nascosto forzata da parametro ASP */
body.layout-struttura.clsMenuSxDrawer {
    --layout-mobile-width: max(1280px, 100vw);
    --layout-menu-sx-width: 286px;
}

html:has(> body.layout-struttura.clsMenuSxDrawer),
body.layout-struttura.clsMenuSxDrawer {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden !important;
}

    body.layout-struttura.clsMenuSxDrawer #divMenuSxMask {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 8990;
        background: rgba(15, 23, 42, .42);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .22s ease, visibility 0s linear .22s;
    }

    body.layout-struttura.clsMenuSxDrawer.clsMenuSxMobileOpen #divMenuSxMask {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: opacity .22s ease, visibility 0s linear 0s;
    }

    body.layout-struttura.clsMenuSxDrawer #divTopMobileBrand {
        position: absolute;
        left: 10px;
        top: 0;
        z-index: 6;
        width: 58px;
        height: 81px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0;
    }

        /*
    Modalità "Nascosto con apertura da pulsante":
    nel top non mostro più il logo, lascio solo il pulsante menu.
*/
        body.layout-struttura.clsMenuSxDrawer #divTopMobileBrand img,
        body.layout-struttura.clsMenuSxDrawer #divTopMobileBrand .clsTopMobileLogo,
        body.layout-struttura.clsMenuSxDrawer #divTopMobileBrand .clsTopMobileBrandLogo,
        body.layout-struttura.clsMenuSxDrawer #divTopMobileBrand .clsTopMobileBrandText,
        body.layout-struttura.clsMenuSxDrawer #divTopMobileBrand span:not(#btnMenuSxMobile span) {
            display: none !important;
        }

    /*
    Burger più grande, moderno, centrato sulle due righe del top.
*/
    body.layout-struttura.clsMenuSxDrawer #btnMenuSxMobile {
        width: 46px;
        height: 62px;
        min-width: 46px;
        min-height: 62px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 1px solid var(--ParInnovaCol17);
        border-radius: 15px;
        background-color: var(--ParInnovaCol16);
        color: var(--ParInnovaCol17);
        cursor: pointer;
        box-sizing: border-box;
        outline: none;
        box-shadow: 0 3px 10px rgba(15, 23, 42, .12);
        transition: background-color .16s ease, color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
    }

        body.layout-struttura.clsMenuSxDrawer #btnMenuSxMobile i {
            font-size: 25px;
            line-height: 1;
            color: inherit;
        }

        body.layout-struttura.clsMenuSxDrawer #btnMenuSxMobile:hover,
        body.layout-struttura.clsMenuSxDrawer #btnMenuSxMobile:focus {
            background-color: var(--ParInnovaCol23);
            border-color: var(--ParInnovaCol24);
            color: var(--ParInnovaCol24);
            box-shadow: 0 6px 16px rgba(15, 23, 42, .18);
            transform: translateY(-1px);
        }

        body.layout-struttura.clsMenuSxDrawer #btnMenuSxMobile:active {
            transform: translateY(0);
            box-shadow: 0 2px 8px rgba(15, 23, 42, .14);
        }

    /*
    Quando il menu è aperto, mantengo il pulsante evidente
    anche con l'icona di chiusura.
*/
    body.layout-struttura.clsMenuSxDrawer.clsMenuSxMobileOpen #btnMenuSxMobile {
        background-color: var(--ParInnovaCol17);
        border-color: var(--ParInnovaCol17);
        color: var(--ParInnovaCol18);
    }

    /* ==========================================================
   Modalità "Nascosto con apertura da pulsante" - layout finale
========================================================== */

    /*
    Il menu si apre senza oscurare la pagina principale.
    Il layer resta presente per compatibilità JS, ma non viene mai visualizzato.
*/
    body.layout-struttura.clsMenuSxDrawer #divMenuSxMask,
    body.layout-struttura.clsMenuSxDrawer.clsMenuSxMobileOpen #divMenuSxMask {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        background: transparent !important;
    }

    /*
    Il pulsante burger deve partire dalla prima riga del top
    e rimanere centrato sull'altezza complessiva delle due righe.
*/
    body.layout-struttura.clsMenuSxDrawer #divTopMobileBrand {
        position: fixed;
        left: 20px;
        top: 12px;
        z-index: 9100;
        width: 64px;
        height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0;
    }

        /* Nasconde tutto ciò che non è il pulsante burger */
        body.layout-struttura.clsMenuSxDrawer #divTopMobileBrand > :not(#btnMenuSxMobile) {
            display: none !important;
        }

    /*
    Quando il menu laterale è aperto, il burger del top sparisce:
    la chiusura viene gestita dal nuovo pulsante agganciato al menu.
*/
    body.layout-struttura.clsMenuSxDrawer.clsMenuSxMobileOpen #divTopMobileBrand {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    /*
    Burger quadrato, più moderno, con colori di tema.
*/
    body.layout-struttura.clsMenuSxDrawer #btnMenuSxMobile {
        width: 64px;
        height: 64px;
        min-width: 64px;
        min-height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        border: 2px solid var(--ParInnovaCol17);
        border-radius: 16px;
        background-color: var(--ParInnovaCol16);
        color: var(--ParInnovaCol17);
        cursor: pointer;
        box-sizing: border-box;
        outline: none;
        box-shadow: 0 7px 18px rgba(15, 23, 42, .20);
        transition: background-color .16s ease, color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
    }

        body.layout-struttura.clsMenuSxDrawer #btnMenuSxMobile i {
            font-size: 30px;
            line-height: 1;
            color: inherit;
        }

        body.layout-struttura.clsMenuSxDrawer #btnMenuSxMobile:hover,
        body.layout-struttura.clsMenuSxDrawer #btnMenuSxMobile:focus {
            background-color: var(--ParInnovaCol23);
            border-color: var(--ParInnovaCol24);
            color: var(--ParInnovaCol24);
            box-shadow: 0 8px 20px rgba(15, 23, 42, .22);
            transform: translateY(-1px);
        }

        body.layout-struttura.clsMenuSxDrawer #btnMenuSxMobile:active {
            transform: translateY(0);
            box-shadow: 0 4px 12px rgba(15, 23, 42, .18);
        }

    /*
    Il pulsante di chiusura deve poter uscire dal bordo destro del menu.
*/
    body.layout-struttura.clsMenuSxDrawer #divColSx {
        overflow: visible !important;
    }

    /*
    Pulsante di chiusura agganciato alla destra del menu,
    in corrispondenza della fascia del logo.
*/
    body.layout-struttura.clsMenuSxDrawer #btnMenuSxDrawerClose {
        position: absolute;
        left: 100%;
        right: auto;
        top: 16px;
        z-index: 9101;
        width: 44px;
        height: 50px;
        min-width: 44px;
        min-height: 50px;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        border: 2px solid var(--ParInnovaCol17);
        border-left: 0;
        border-radius: 0 14px 14px 0;
        background-color: var(--ParInnovaCol16);
        color: var(--ParInnovaCol17);
        cursor: pointer;
        box-sizing: border-box;
        outline: none;
        box-shadow: 8px 4px 16px rgba(15, 23, 42, .20);
        transition: background-color .16s ease, color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
    }

    body.layout-struttura.clsMenuSxDrawer.clsMenuSxMobileOpen #btnMenuSxDrawerClose {
        display: flex;
    }

    body.layout-struttura.clsMenuSxDrawer #btnMenuSxDrawerClose i {
        font-size: 18px;
        line-height: 1;
        color: inherit;
    }

    body.layout-struttura.clsMenuSxDrawer #btnMenuSxDrawerClose:hover,
    body.layout-struttura.clsMenuSxDrawer #btnMenuSxDrawerClose:focus {
        background-color: var(--ParInnovaCol23);
        border-color: var(--ParInnovaCol24);
        color: var(--ParInnovaCol24);
        box-shadow: 0 7px 18px rgba(15, 23, 42, .26);
        transform: scale(1.04);
    }

    body.layout-struttura.clsMenuSxDrawer #btnMenuSxDrawerClose:active {
        transform: scale(1);
        box-shadow: 0 4px 12px rgba(15, 23, 42, .18);
    }

    body.layout-struttura.clsMenuSxMini.clsMenuSxMiniMobileClose #divColSx {
        overflow: visible !important;
    }

    body.layout-struttura.clsMenuSxMini #btnMenuSxDrawerClose {
        display: none;
    }

    body.layout-struttura.clsMenuSxMini.clsMenuSxMiniOpen.clsMenuSxMiniMobileClose #btnMenuSxDrawerClose {
        position: absolute;
        left: 100%;
        right: auto;
        top: 16px;
        z-index: 9101;
        width: 44px;
        height: 50px;
        min-width: 44px;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        border: 2px solid var(--ParInnovaCol17);
        border-left: 0;
        border-radius: 0 14px 14px 0;
        background-color: var(--ParInnovaCol16);
        color: var(--ParInnovaCol17);
        cursor: pointer;
        box-sizing: border-box;
        outline: none;
        box-shadow: 8px 4px 16px rgba(15, 23, 42, .20);
        transition: background-color .16s ease, color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
    }

    body.layout-struttura.clsMenuSxMini.clsMenuSxMiniOpen.clsMenuSxMiniMobileClose #btnMenuSxDrawerClose i {
        font-size: 18px;
        line-height: 1;
        color: inherit;
    }

    body.layout-struttura.clsMenuSxMini.clsMenuSxMiniOpen.clsMenuSxMiniMobileClose #btnMenuSxDrawerClose:hover,
    body.layout-struttura.clsMenuSxMini.clsMenuSxMiniOpen.clsMenuSxMiniMobileClose #btnMenuSxDrawerClose:focus {
        background-color: var(--ParInnovaCol23);
        border-color: var(--ParInnovaCol24);
        color: var(--ParInnovaCol24);
        box-shadow: 0 7px 18px rgba(15, 23, 42, .26);
        transform: scale(1.04);
    }

    body.layout-struttura.clsMenuSxMini.clsMenuSxMiniOpen.clsMenuSxMiniMobileClose #btnMenuSxDrawerClose:active {
        transform: scale(1);
        box-shadow: 0 4px 12px rgba(15, 23, 42, .18);
    }
    
    body.layout-struttura.clsMenuSxDrawer #divPrinc.divPrincW,
    body.layout-struttura.clsMenuSxDrawer #divPrinc.divPrincWInn {
        width: 100vw !important;
        max-width: 100vw !important;
        min-width: 0 !important;
        height: 100vh !important;
        min-height: 100vh !important;
        height: 100dvh !important;
        min-height: 100dvh !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x pan-y pinch-zoom;
    }

    body.layout-struttura.clsMenuSxDrawer #divMain {
        width: var(--layout-mobile-width) !important;
        min-width: var(--layout-mobile-width) !important;
        max-width: none !important;
        height: 100% !important;
        min-height: 0 !important;
        overflow: visible !important;
    }

    body.layout-struttura.clsMenuSxDrawer #divCorpo {
        width: var(--layout-mobile-width) !important;
        min-width: var(--layout-mobile-width) !important;
        height: 100% !important;
        min-height: 0 !important;
        display: block !important;
        overflow: visible !important;
    }

    body.layout-struttura.clsMenuSxDrawer #divColSx {
        position: fixed !important;
        left: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        z-index: 9000 !important;
        width: var(--layout-menu-sx-width) !important;
        min-width: var(--layout-menu-sx-width) !important;
        max-width: var(--layout-menu-sx-width) !important;
        height: 100vh !important;
        height: 100dvh !important;
        transform: translateX(-105%);
        transition: transform .24s ease;
        box-shadow: 16px 0 34px rgba(0, 0, 0, .24);
        overflow: visible !important;
        will-change: transform;
    }

    body.layout-struttura.clsMenuSxDrawer.clsMenuSxMobileOpen #divColSx {
        transform: translateX(0);
    }

    body.layout-struttura.clsMenuSxDrawer #divColDx {
        width: var(--layout-mobile-width) !important;
        min-width: var(--layout-mobile-width) !important;
        max-width: none !important;
        height: 100% !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

    body.layout-struttura.clsMenuSxDrawer #divTop {
        flex: 0 0 81px !important;
        height: 81px !important;
    }

    body.layout-struttura.clsMenuSxDrawer #divScrollDx {
        flex: 1 1 auto !important;
        height: auto !important;
        min-height: 0 !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch;
    }

    body.layout-struttura.clsMenuSxDrawer #divPagina {
        flex: 1 0 auto !important;
        min-height: calc(100% - 18px) !important;
        height: auto !important;
        overflow: visible !important;
    }

    body.layout-struttura.clsMenuSxDrawer #divMenuSx {
        flex: 1 1 auto !important;
        min-height: 0 !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }

    body.layout-struttura.clsMenuSxDrawer #divBottom {
        flex: 0 0 18px !important;
        height: 18px !important;
        width: 100% !important;
    }

/* ==========================================================
   Esclusione layout drawer/mini/flyout dalle pagine pannello
========================================================== */

body.layout-struttura.clsMenuSxPannello #divTopMobileBrand,
body.layout-struttura.clsMenuSxPannello #btnMenuSxDrawerClose,
body.layout-struttura.clsMenuSxPannello #divMenuSxMask {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

body.layout-struttura.clsMenuSxPannello #divColSx {
    position: static !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    box-shadow: none !important;
    overflow: hidden !important;
}

/* ==========================================================
   Priorità popup/modali rispetto al menu flyout
========================================================== */

/*
    Il flyout del menu lavora con z-index 90/91.
    Le popup devono sempre stare sopra alla spalla sinistra,
    anche quando una sezione flyout è aperta.
*/
body.layout-struttura #LayGrigioPopUp {
    z-index: 9200 !important;
}

body.layout-struttura #frmPopUp {
    z-index: 9201 !important;
}

body.layout-struttura #LayGrigioPopUp2 {
    z-index: 9210 !important;
}

body.layout-struttura #frmPopUp2 {
    z-index: 9211 !important;
}

/*
    Finestra editor Landing Page montata dinamicamente da ivLap001.asp.
    La regola principale è nel CSS interno della pagina, questa resta
    come ulteriore sicurezza per eventuali varianti future.
*/
body.layout-struttura .innAceOverlay {
    z-index: 9200 !important;
}

/* ==========================================================
   Modalità menu sinistro compatto a icone
========================================================== */

@media screen {

    body.layout-struttura.clsMenuSxMini {
        --layout-menu-sx-mini-width: 32px;
        --layout-menu-sx-full-width: 249px;
    }

    @media only screen and (max-width: 1024px) {
        body.layout-struttura.clsMenuSxMini {
            --layout-menu-sx-full-width: 206px;
        }
    }

    body.layout-struttura.clsMenuSxMini #divCorpo {
        position: relative;
    }

    body.layout-struttura.clsMenuSxMini #divMenuSxMask,
    body.layout-struttura.clsMenuSxMini #divTopMobileBrand {
        display: none !important;
    }

    /*
        Il menu compatto è tolto dal flusso del flex layout.
        La colonna destra occupa lo spazio come se il menu fosse largo solo 32px.
        Quando il menu si apre, si allarga in assoluto sopra la parte destra.
    */
    body.layout-struttura.clsMenuSxMini #divColSx {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        z-index: 60;
        width: var(--layout-menu-sx-mini-width) !important;
        min-width: var(--layout-menu-sx-mini-width) !important;
        max-width: var(--layout-menu-sx-mini-width) !important;
        height: 100% !important;
        flex: 0 0 auto !important;
        transform: none !important;
        box-shadow: none;
        transition: width .18s ease, min-width .18s ease, max-width .18s ease, box-shadow .18s ease;
        will-change: width;
    }

    body.layout-struttura.clsMenuSxMini #divColDx {
        margin-left: var(--layout-menu-sx-mini-width) !important;
        flex: 1 1 auto !important;
    }

    body.layout-struttura.clsMenuSxMini #divColSx:hover,
    body.layout-struttura.clsMenuSxMini #divColSx:focus-within,
    body.layout-struttura.clsMenuSxMini.clsMenuSxMiniOpen #divColSx {
        width: var(--layout-menu-sx-full-width) !important;
        min-width: var(--layout-menu-sx-full-width) !important;
        max-width: var(--layout-menu-sx-full-width) !important;
        box-shadow: 10px 0 24px rgba(15, 23, 42, .18);
    }

    body.layout-struttura.clsMenuSxMini #divTopLeft {
        height: 42px;
        flex: 0 0 42px;
        padding: 5px 3px;
        transition: height .18s ease, flex-basis .18s ease, padding .18s ease;
    }

    body.layout-struttura.clsMenuSxMini #divColSx:hover #divTopLeft,
    body.layout-struttura.clsMenuSxMini #divColSx:focus-within #divTopLeft,
    body.layout-struttura.clsMenuSxMini.clsMenuSxMiniOpen #divColSx #divTopLeft {
        height: 81px;
        flex-basis: 81px;
        padding: 16px 14px;
    }

    body.layout-struttura.clsMenuSxMini #divTopLeftCard {
        width: 26px;
        height: 26px;
        margin: 0 auto;
        border-radius: 8px;
        padding: 2px;
        transition: width .18s ease, height .18s ease, margin .18s ease, border-radius .18s ease, padding .18s ease;
    }

    body.layout-struttura.clsMenuSxMini #divColSx:hover #divTopLeftCard,
    body.layout-struttura.clsMenuSxMini #divColSx:focus-within #divTopLeftCard,
    body.layout-struttura.clsMenuSxMini.clsMenuSxMiniOpen #divColSx #divTopLeftCard {
        width: 100%;
        height: 100%;
        margin: 0;
        border-radius: 16px;
        padding: 4px 6px;
    }

    body.layout-struttura.clsMenuSxMini #imgTopLeftLogo {
        max-width: 20px;
        max-height: 20px;
        transition: max-width .18s ease, max-height .18s ease;
    }

    body.layout-struttura.clsMenuSxMini #divColSx:hover #imgTopLeftLogo,
    body.layout-struttura.clsMenuSxMini #divColSx:focus-within #imgTopLeftLogo,
    body.layout-struttura.clsMenuSxMini.clsMenuSxMiniOpen #divColSx #imgTopLeftLogo {
        max-width: 100%;
        max-height: 50px;
    }

    /*
    Modalità Mini chiusa:
    al posto del logo quadrato piccolo mostro un burger grafico.
    Non è un vero pulsante: serve solo come indicatore visivo,
    perché l'apertura resta gestita da hover/focus/apertura mini.
*/
    body.layout-struttura.clsMenuSxMini:not(.clsMenuSxMiniOpen) #divColSx:not(:hover):not(:focus-within) #divTopLeftCard {
        position: relative;
        margin-left: 1px;
        margin-right: 1px;
        background-color: var(--ParInnovaCol16);
        border: 1px solid var(--ParInnovaCol17);
    }

        /* Nasconde il link/logo solo quando la Mini è chiusa */
        body.layout-struttura.clsMenuSxMini:not(.clsMenuSxMiniOpen) #divColSx:not(:hover):not(:focus-within) #divTopLeftCard a {
            display: none !important;
        }

        /* Burger centrale, dimensionato per il card 26x26 */
        body.layout-struttura.clsMenuSxMini:not(.clsMenuSxMiniOpen) #divColSx:not(:hover):not(:focus-within) #divTopLeftCard::before {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            width: 14px;
            height: 2px;
            border-radius: 999px;
            background-color: var(--ParInnovaCol17);
            box-shadow: 0 -5px 0 var(--ParInnovaCol17), 0 5px 0 var(--ParInnovaCol17);
            transform: translate(-50%, -50%);
            pointer-events: none;
        }

    body.layout-struttura.clsMenuSxMini #divColSx:not(:hover):not(:focus-within) #divMenuSx {
        margin-top: 6px;
    }

    body.layout-struttura.clsMenuSxMini:not(.clsMenuSxMiniOpen) #divColSx:not(:hover):not(:focus-within) .clsMenuSxSezInner {
        width: 44px;
        max-width: 44px;
        min-height: 38px;
        height: 38px;
        margin: 3px auto;
        padding: 0;
        justify-content: center;
        gap: 0;
    }

    body.layout-struttura.clsMenuSxMini:not(.clsMenuSxMiniOpen) #divColSx:not(:hover):not(:focus-within) .clsMenuSxSezEti {
        flex: 0 0 auto;
        padding: 0;
        justify-content: center;
        gap: 0;
    }

    body.layout-struttura.clsMenuSxMini:not(.clsMenuSxMiniOpen) #divColSx:not(:hover):not(:focus-within) .clsMenuSxSezLblIco {
        flex: 0 0 44px;
        width: 44px;
        height: 36px;
        font-size: 18px;
    }

    body.layout-struttura.clsMenuSxMini:not(.clsMenuSxMiniOpen) #divColSx:not(:hover):not(:focus-within) .clsMenuSxSezEtiTxt,
    body.layout-struttura.clsMenuSxMini:not(.clsMenuSxMiniOpen) #divColSx:not(:hover):not(:focus-within) .clsMenuSxSezIco,
    body.layout-struttura.clsMenuSxMini:not(.clsMenuSxMiniOpen) #divColSx:not(:hover):not(:focus-within) #frm_P,
    body.layout-struttura.clsMenuSxMini:not(.clsMenuSxMiniOpen) #divColSx:not(:hover):not(:focus-within) .MenuSxMostraTutti {
        display: none !important;
    }

    /*
        Non uso display:none sui contenuti delle sezioni.
        In questo modo MenuSxAlberi.init() e gli scrollHeight dei rami aperti
        continuano a funzionare anche quando la spalla è chiusa a icone.
    */
    body.layout-struttura.clsMenuSxMini:not(.clsMenuSxMiniOpen) #divColSx:not(:hover):not(:focus-within) .clsMenuSxSezDiv,
    body.layout-struttura.clsMenuSxMini:not(.clsMenuSxMiniOpen) #divColSx:not(:hover):not(:focus-within) .clsMenuSxSezFrame,
    body.layout-struttura.clsMenuSxMini:not(.clsMenuSxMiniOpen) #divColSx:not(:hover):not(:focus-within) iframe[id^="lsx_"] {
        height: 0 !important;
        min-height: 0 !important;
        max-height: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        border-top-width: 0 !important;
        border-bottom-width: 0 !important;
        overflow: hidden !important;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

    body.layout-struttura.clsMenuSxMini:not(.clsMenuSxMiniOpen) #divColSx:not(:hover):not(:focus-within) .clsBottomSmartImg,
    body.layout-struttura.clsMenuSxMini:not(.clsMenuSxMiniOpen) #divColSx:not(:hover):not(:focus-within) .clsBottomSupporto {
        display: none !important;
    }

    body.layout-struttura.clsMenuSxMini:not(.clsMenuSxMiniOpen) #divColSx:not(:hover):not(:focus-within) .clsBottomSmartBar {
        height: 36px;
        justify-content: center;
    }

    body.layout-struttura.clsMenuSxMini:not(.clsMenuSxMiniOpen) #divColSx:not(:hover):not(:focus-within) .clsBottomSmartPhone {
        flex: 1 1 auto;
        width: 100%;
        border-left: none;
    }

    body.layout-struttura.clsMenuSxMini:not(.clsMenuSxMiniOpen) #divColSx:not(:hover):not(:focus-within) .clsBottomSmartPhoneLogo {
        display: block;
        width: 16px;
        height: 16px;
        flex-basis: 16px;
    }

    body.layout-struttura.clsMenuSxMini:not(.clsMenuSxMiniOpen) #divColSx:not(:hover):not(:focus-within) .clsBottomSmartPhoneIco {
        display: none;
    }

    body.layout-struttura.clsMenuSxMini:not(.clsMenuSxMiniOpen) #divColSx:not(:hover):not(:focus-within) #divMenuSx {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        scrollbar-width: none;
    }

        body.layout-struttura.clsMenuSxMini:not(.clsMenuSxMiniOpen) #divColSx:not(:hover):not(:focus-within) #divMenuSx::-webkit-scrollbar {
            display: none;
        }

        /* Nasconde completamente il contenuto reale del menu nella mini chiusa */
        body.layout-struttura.clsMenuSxMini:not(.clsMenuSxMiniOpen) #divColSx:not(:hover):not(:focus-within) #divMenuSx > * {
            display: none !important;
        }

        body.layout-struttura.clsMenuSxMini:not(.clsMenuSxMiniOpen) #divColSx:not(:hover):not(:focus-within) #divMenuSx::before,
        body.layout-struttura.clsMenuSxMini:not(.clsMenuSxMiniOpen) #divColSx:not(:hover):not(:focus-within) #divMenuSx::after {
            content: "";
            position: absolute;
            top: 50%;
            width: 3px;
            height: 76px;
            border-radius: 999px;
            background-color: var(--ParInnovaCol17);
            pointer-events: none;
        }

        body.layout-struttura.clsMenuSxMini:not(.clsMenuSxMiniOpen) #divColSx:not(:hover):not(:focus-within) #divMenuSx::before {
            left: calc(50% - 4px);
            transform: translate(-50%, -50%);
        }

        body.layout-struttura.clsMenuSxMini:not(.clsMenuSxMiniOpen) #divColSx:not(:hover):not(:focus-within) #divMenuSx::after {
            left: calc(50% + 4px);
            transform: translate(-50%, -50%);
        }
}

@media screen {

    body.layout-struttura.clsMenuSxMini.clsMenuSxMiniTouchForceClosed:not(.clsMenuSxMiniOpen) #divColSx,
    body.layout-struttura.clsMenuSxMini.clsMenuSxMiniTouchForceClosed:not(.clsMenuSxMiniOpen) #divColSx:hover,
    body.layout-struttura.clsMenuSxMini.clsMenuSxMiniTouchForceClosed:not(.clsMenuSxMiniOpen) #divColSx:focus-within {
        width: var(--layout-menu-sx-mini-width) !important;
        min-width: var(--layout-menu-sx-mini-width) !important;
        max-width: var(--layout-menu-sx-mini-width) !important;
        box-shadow: none !important;
        overflow: hidden !important;
    }

        body.layout-struttura.clsMenuSxMini.clsMenuSxMiniTouchForceClosed:not(.clsMenuSxMiniOpen) #divColSx #divTopLeft,
        body.layout-struttura.clsMenuSxMini.clsMenuSxMiniTouchForceClosed:not(.clsMenuSxMiniOpen) #divColSx:hover #divTopLeft,
        body.layout-struttura.clsMenuSxMini.clsMenuSxMiniTouchForceClosed:not(.clsMenuSxMiniOpen) #divColSx:focus-within #divTopLeft {
            height: 42px !important;
            flex: 0 0 42px !important;
            padding: 5px 3px !important;
        }

        body.layout-struttura.clsMenuSxMini.clsMenuSxMiniTouchForceClosed:not(.clsMenuSxMiniOpen) #divColSx #divTopLeftCard,
        body.layout-struttura.clsMenuSxMini.clsMenuSxMiniTouchForceClosed:not(.clsMenuSxMiniOpen) #divColSx:hover #divTopLeftCard,
        body.layout-struttura.clsMenuSxMini.clsMenuSxMiniTouchForceClosed:not(.clsMenuSxMiniOpen) #divColSx:focus-within #divTopLeftCard {
            position: relative !important;
            width: 26px !important;
            height: 26px !important;
            margin-left: 1px !important;
            margin-right: 1px !important;
            border-radius: 8px !important;
            padding: 2px !important;
            background-color: var(--ParInnovaCol16) !important;
            border: 1px solid var(--ParInnovaCol17) !important;
        }

            body.layout-struttura.clsMenuSxMini.clsMenuSxMiniTouchForceClosed:not(.clsMenuSxMiniOpen) #divColSx #divTopLeftCard a {
                display: none !important;
            }

            body.layout-struttura.clsMenuSxMini.clsMenuSxMiniTouchForceClosed:not(.clsMenuSxMiniOpen) #divColSx #divTopLeftCard::before {
                content: "";
                position: absolute;
                left: 50%;
                top: 50%;
                width: 14px;
                height: 2px;
                border-radius: 999px;
                background-color: var(--ParInnovaCol17);
                box-shadow: 0 -5px 0 var(--ParInnovaCol17), 0 5px 0 var(--ParInnovaCol17);
                transform: translate(-50%, -50%);
                pointer-events: none;
            }

        body.layout-struttura.clsMenuSxMini.clsMenuSxMiniTouchForceClosed:not(.clsMenuSxMiniOpen) #divColSx #imgTopLeftLogo,
        body.layout-struttura.clsMenuSxMini.clsMenuSxMiniTouchForceClosed:not(.clsMenuSxMiniOpen) #divColSx:hover #imgTopLeftLogo,
        body.layout-struttura.clsMenuSxMini.clsMenuSxMiniTouchForceClosed:not(.clsMenuSxMiniOpen) #divColSx:focus-within #imgTopLeftLogo {
            max-width: 20px !important;
            max-height: 20px !important;
        }

    body.layout-struttura.clsMenuSxMini.clsMenuSxMiniTouchForceClosed:not(.clsMenuSxMiniOpen) #btnMenuSxDrawerClose {
        display: none !important;
    }

    body.layout-struttura.clsMenuSxMini.clsMenuSxMiniTouchForceClosed:not(.clsMenuSxMiniOpen) #divColSx #divMenuSx,
    body.layout-struttura.clsMenuSxMini.clsMenuSxMiniTouchForceClosed:not(.clsMenuSxMiniOpen) #divColSx:hover #divMenuSx,
    body.layout-struttura.clsMenuSxMini.clsMenuSxMiniTouchForceClosed:not(.clsMenuSxMiniOpen) #divColSx:focus-within #divMenuSx {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
        scrollbar-width: none;
        margin-top: 6px !important;
    }

    body.layout-struttura.clsMenuSxMini.clsMenuSxMiniTouchForceClosed:not(.clsMenuSxMiniOpen) #divMenuSx::-webkit-scrollbar {
        display: none;
    }

    body.layout-struttura.clsMenuSxMini.clsMenuSxMiniTouchForceClosed:not(.clsMenuSxMiniOpen) #divMenuSx > * {
        display: none !important;
    }

    body.layout-struttura.clsMenuSxMini.clsMenuSxMiniTouchForceClosed:not(.clsMenuSxMiniOpen) #divMenuSx::before,
    body.layout-struttura.clsMenuSxMini.clsMenuSxMiniTouchForceClosed:not(.clsMenuSxMiniOpen) #divMenuSx::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 3px;
        height: 76px;
        border-radius: 999px;
        background-color: var(--ParInnovaCol17);
        pointer-events: none;
    }

    body.layout-struttura.clsMenuSxMini.clsMenuSxMiniTouchForceClosed:not(.clsMenuSxMiniOpen) #divMenuSx::before {
        left: calc(50% - 4px);
        transform: translate(-50%, -50%);
    }

    body.layout-struttura.clsMenuSxMini.clsMenuSxMiniTouchForceClosed:not(.clsMenuSxMiniOpen) #divMenuSx::after {
        left: calc(50% + 4px);
        transform: translate(-50%, -50%);
    }
}

/* ==========================================================
   Fine modalità menu sinistro compatto a icone
========================================================== */

/* ==========================================================
   Modalità menu sinistro compatto a icone con flyout sezione
========================================================== */

@media screen and (min-width: 769px) {

    body.layout-struttura.clsMenuSxMiniFlyout {
        --layout-menu-sx-mini-width: 64px;
        --layout-menu-sx-flyout-width: 249px;
        /*
            Spazio lasciato libero in fondo alla finestra.
            Serve a evitare che l'indicazione dei link del browser, ad esempio in Chrome,
            copra l'ultima parte dei flyout.
        */
        --layout-menu-sx-flyout-bottom-safe: 35px;
    }

    @media only screen and (max-width: 1024px) {
        body.layout-struttura.clsMenuSxMiniFlyout {
            --layout-menu-sx-flyout-width: 206px;
        }
    }

    body.layout-struttura.clsMenuSxMiniFlyout #divCorpo {
        position: relative;
    }

    body.layout-struttura.clsMenuSxMiniFlyout #divColSx {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        z-index: 70;
        width: var(--layout-menu-sx-mini-width) !important;
        min-width: var(--layout-menu-sx-mini-width) !important;
        max-width: var(--layout-menu-sx-mini-width) !important;
        height: 100% !important;
        flex: 0 0 auto !important;
        overflow: visible !important;
        box-shadow: none !important;
    }

    body.layout-struttura.clsMenuSxMiniFlyout #divColDx {
        margin-left: var(--layout-menu-sx-mini-width) !important;
        flex: 1 1 auto !important;
    }

    body.layout-struttura.clsMenuSxMiniFlyout #divTopLeft {
        position: relative;
        z-index: 82;
        width: var(--layout-menu-sx-mini-width);
        height: 64px;
        flex: 0 0 64px;
        padding: 8px 7px;
        overflow: hidden;
        box-sizing: border-box;
        background-color: var(--ParInnovaCol16);
        transition: none;
    }

        body.layout-struttura.clsMenuSxMiniFlyout #divTopLeft:hover,
        body.layout-struttura.clsMenuSxMiniFlyout #divTopLeft:focus-within {
            width: var(--layout-menu-sx-mini-width);
            padding: 8px 7px;
            border-radius: 0;
            box-shadow: none;
        }

    body.layout-struttura.clsMenuSxMiniFlyout #divTopLeftCard {
        width: 50px;
        height: 50px;
        border-radius: 12px;
        padding: 3px;
        box-shadow: none;
        transition: none;
    }

    body.layout-struttura.clsMenuSxMiniFlyout #divTopLeft:hover #divTopLeftCard,
    body.layout-struttura.clsMenuSxMiniFlyout #divTopLeft:focus-within #divTopLeftCard {
        width: 50px;
        height: 50px;
        border-radius: 12px;
        padding: 3px;
        box-shadow: none;
    }

    body.layout-struttura.clsMenuSxMiniFlyout #imgTopLeftLogo {
        max-width: 42px;
        max-height: 42px;
        transition: none;
    }

    body.layout-struttura.clsMenuSxMiniFlyout #divTopLeft:hover #imgTopLeftLogo,
    body.layout-struttura.clsMenuSxMiniFlyout #divTopLeft:focus-within #imgTopLeftLogo {
        max-width: 42px;
        max-height: 42px;
    }

    body.layout-struttura.clsMenuSxMiniFlyout #divMenuSx {
        width: var(--layout-menu-sx-mini-width) !important;
        min-width: var(--layout-menu-sx-mini-width) !important;
        max-width: var(--layout-menu-sx-mini-width) !important;
        margin-top: 6px;
        overflow-y: auto;
        overflow-x: visible;
    }

    body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxSez {
        width: 100%;
        position: relative;
    }

    body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxSezInner {
        width: 44px;
        max-width: 44px;
        min-height: 38px;
        height: 38px;
        margin: 3px auto;
        padding: 0;
        justify-content: center;
        gap: 0;
    }

        body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxSezInner:hover,
        body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxSezInner:focus-within {
            background-color: var(--ParInnovaCol18);
        }

    body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxSezEti {
        flex: 0 0 auto;
        padding: 0;
        justify-content: center;
        gap: 0;
    }

    body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxSezLblIco {
        flex: 0 0 44px;
        width: 44px;
        height: 36px;
        font-size: 18px;
    }

    body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxSezEtiTxt,
    body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxSezIco,
    body.layout-struttura.clsMenuSxMiniFlyout #frm_P,
    body.layout-struttura.clsMenuSxMiniFlyout .MenuSxMostraTutti {
        display: none !important;
    }

    body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxSezDiv:not(.clsMenuSxFlyoutVis),
    body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxSezFrame:not(.clsMenuSxFlyoutVis),
    body.layout-struttura.clsMenuSxMiniFlyout iframe[id^="lsx_"]:not(.clsMenuSxFlyoutVis) {
        display: none !important;
    }

    body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxFlyoutTitle {
        display: none;
        position: fixed;
        left: var(--layout-menu-sx-mini-width);
        top: 8px;
        width: var(--layout-menu-sx-flyout-width);
        height: var(--menu-sx-flyout-title-height, 38px);
        min-height: var(--menu-sx-flyout-title-height, 38px);
        max-height: var(--menu-sx-flyout-title-height, 38px);
        z-index: 91;
        box-sizing: border-box;
        align-items: center;
        gap: 0;
        padding: 0 13px;
        border-radius: 0 4px 0 0;
        overflow: hidden;
        background-color: var(--ParInnovaCol16);
        color: var(--ParInnovaCol17);
        border-bottom: 1px solid var(--ParInnovaCol17);
        box-shadow: 12px 0 28px rgba(15, 23, 42, .22);
        font: 600 15px "Titillium Web", sans-serif;
        line-height: 1;
    }

    body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxFlyoutTitleVis {
        display: flex;
    }

    body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxFlyoutTitleTxt {
        flex: 1 1 auto;
        min-width: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 1.1;
    }

    body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxFlyoutTitleLink {
        width: 100%;
        height: 100%;
        min-width: 0;
        display: flex;
        align-items: center;
        color: inherit;
        text-decoration: none;
        cursor: pointer;
        font: 600 15px "Titillium Web", sans-serif;
    }

        body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxFlyoutTitleLink .clsMenuSxFlyoutTitleTxt {
            flex: 0 1 auto;
            display: block;
            max-width: 100%;
            box-sizing: border-box;
            padding-bottom: 1px;
            border-bottom: 1px solid transparent;
            text-decoration: none;
        }

        body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxFlyoutTitleLink:hover .clsMenuSxFlyoutTitleTxt,
        body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxFlyoutTitleLink:focus .clsMenuSxFlyoutTitleTxt,
        body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxFlyoutTitleLink:focus-visible .clsMenuSxFlyoutTitleTxt {
            text-decoration: none !important;
            border-bottom-color: currentColor;
        }

    body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxFlyoutTitleTxtNoLink {
        width: 100%;
    }

    body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxFlyoutVis {
        display: block !important;
        position: fixed !important;
        left: var(--layout-menu-sx-mini-width);
        width: var(--layout-menu-sx-flyout-width) !important;
        min-width: var(--layout-menu-sx-flyout-width) !important;
        max-width: var(--layout-menu-sx-flyout-width) !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: var(--menu-sx-flyout-max-height, calc(100vh - var(--layout-menu-sx-flyout-bottom-safe, 42px) - 8px)) !important;
        border-radius: 0 0 4px 0;
        padding: 6px 0 8px 0 !important;
        margin: 0 !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        z-index: 90;
        background-color: var(--ParInnovaCol18);
        box-shadow: 12px 8px 28px rgba(15, 23, 42, .20);
    }

    body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxFlyoutVis {
        scrollbar-width: thin;
        scrollbar-color: color-mix(in srgb, var(--ParInnovaCol18) 82%, var(--ParInnovaCol17) 18%) transparent;
    }

        body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxFlyoutVis::-webkit-scrollbar {
            width: 4px;
            height: 4px;
            background-color: transparent;
        }

        body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxFlyoutVis::-webkit-scrollbar-track {
            background-color: transparent;
            border-radius: 0 0 4px 0;
        }

        body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxFlyoutVis::-webkit-scrollbar-track-piece {
            background-color: transparent;
        }

            body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxFlyoutVis::-webkit-scrollbar-track-piece:end {
                border-bottom-right-radius: 4px;
            }

        body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxFlyoutVis::-webkit-scrollbar-corner {
            background-color: transparent;
            border-bottom-right-radius: 4px;
        }

        body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxFlyoutVis::-webkit-scrollbar-thumb {
            background-color: color-mix(in srgb, var(--ParInnovaCol18) 82%, var(--ParInnovaCol17) 18%);
            border-radius: 4px;
        }

            body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxFlyoutVis::-webkit-scrollbar-thumb:hover {
                background-color: color-mix(in srgb, var(--ParInnovaCol18) 74%, var(--ParInnovaCol17) 26%);
            }

    body.layout-struttura.clsMenuSxMiniFlyout iframe[id^="lsx_"].clsMenuSxFlyoutVis {
        display: block !important;
        height: min( var(--menu-sx-flyout-iframe-height, 420px), var(--menu-sx-flyout-max-height, calc(100vh - var(--layout-menu-sx-flyout-bottom-safe, 42px) - 56px)) ) !important;
        min-height: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        overflow: hidden !important;
        background-color: var(--ParInnovaCol18);
    }

    body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxFlyoutVis > table,
    body.layout-struttura.clsMenuSxMiniFlyout .clsMenuSxFlyoutVis table[width="100%"] {
        width: 100%;
        table-layout: fixed;
    }

    body.layout-struttura.clsMenuSxMiniFlyout #divBottomSmartBox {
        position: relative;
        z-index: 82;
        width: var(--layout-menu-sx-mini-width);
        overflow: visible;
    }

    body.layout-struttura.clsMenuSxMiniFlyout .clsBottomSmartBar {
        width: var(--layout-menu-sx-mini-width);
        height: 48px;
        justify-content: center;
        overflow: hidden;
        border-radius: 0;
        transition: width .18s ease, box-shadow .18s ease, border-radius .18s ease;
    }

    body.layout-struttura.clsMenuSxMiniFlyout .clsBottomSmartImg,
    body.layout-struttura.clsMenuSxMiniFlyout .clsBottomSupporto {
        display: none !important;
    }

    body.layout-struttura.clsMenuSxMiniFlyout .clsBottomSmartPhone {
        flex: 1 1 auto;
        width: 100%;
        border-left: none;
    }

    body.layout-struttura.clsMenuSxMiniFlyout .clsBottomSmartPhoneLogo {
        display: block;
    }

    body.layout-struttura.clsMenuSxMiniFlyout .clsBottomSmartPhoneIco {
        display: none;
    }

    body.layout-struttura.clsMenuSxMiniFlyout #divBottomSmartBox:hover .clsBottomSmartBar,
    body.layout-struttura.clsMenuSxMiniFlyout #divBottomSmartBox:focus-within .clsBottomSmartBar {
        position: absolute;
        left: 0;
        bottom: 0;
        width: var(--layout-menu-sx-flyout-width);
        justify-content: stretch;
        overflow: hidden;
        border-radius: 0 4px 4px 0;
        box-shadow: 10px 0 24px rgba(15, 23, 42, .18);
    }

    body.layout-struttura.clsMenuSxMiniFlyout #divBottomSmartBox:hover .clsBottomSmartImg,
    body.layout-struttura.clsMenuSxMiniFlyout #divBottomSmartBox:focus-within .clsBottomSmartImg,
    body.layout-struttura.clsMenuSxMiniFlyout #divBottomSmartBox:hover .clsBottomSupporto,
    body.layout-struttura.clsMenuSxMiniFlyout #divBottomSmartBox:focus-within .clsBottomSupporto {
        display: flex !important;
    }

    body.layout-struttura.clsMenuSxMiniFlyout #divBottomSmartBox:hover .clsBottomSmartPhone,
    body.layout-struttura.clsMenuSxMiniFlyout #divBottomSmartBox:focus-within .clsBottomSmartPhone {
        flex: 0 0 42px;
        width: 42px;
        border-left: 1px solid var(--ParInnovaCol17);
    }

    body.layout-struttura.clsMenuSxMiniFlyout #divBottomSmartBox:hover .clsBottomSmartPhoneLogo,
    body.layout-struttura.clsMenuSxMiniFlyout #divBottomSmartBox:focus-within .clsBottomSmartPhoneLogo {
        display: none;
    }

    body.layout-struttura.clsMenuSxMiniFlyout #divBottomSmartBox:hover .clsBottomSmartPhoneIco,
    body.layout-struttura.clsMenuSxMiniFlyout #divBottomSmartBox:focus-within .clsBottomSmartPhoneIco {
        display: inline-block;
    }
}

/* ==========================================================
   Fine modalità menu sinistro compatto a icone con flyout sezione
========================================================== */

/* ==========================================================
   Menu pannello di controllo per non usare modalità mini
========================================================== */

@media screen and (min-width: 769px) {

    body.layout-struttura.clsMenuSxPannello.clsMenuSxMini #divCorpo {
        position: static !important;
    }

    body.layout-struttura.clsMenuSxPannello.clsMenuSxMini #divColSx {
        position: static !important;
        left: auto !important;
        top: auto !important;
        bottom: auto !important;
        height: auto !important;
        flex: 0 0 auto !important;
        z-index: auto !important;
        box-shadow: none !important;
        transition: none !important;
        will-change: auto !important;
    }

    body.layout-struttura.clsMenuSxPannello.clsMenuSxMini #divColDx {
        margin-left: 0 !important;
        flex: 1 1 auto !important;
    }

    body.layout-struttura.clsMenuSxPannello.clsMenuSxMini #divTopLeft {
        height: 81px !important;
        flex: 0 0 81px !important;
        padding: 16px 14px !important;
        transition: none !important;
    }

    body.layout-struttura.clsMenuSxPannello.clsMenuSxMini #divTopLeftCard {
        border-radius: 16px !important;
        padding: 4px 6px !important;
        transition: none !important;
    }

    body.layout-struttura.clsMenuSxPannello.clsMenuSxMini #imgTopLeftLogo {
        max-width: 100% !important;
        max-height: 50px !important;
        transition: none !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    body.layout-struttura.clsMenuSxPannello.clsMenuSxMini #divColSx {
        width: 206px !important;
        min-width: 206px !important;
        max-width: 206px !important;
    }
}

@media only screen and (min-width: 1025px) {
    body.layout-struttura.clsMenuSxPannello.clsMenuSxMini #divColSx {
        width: 249px !important;
        min-width: 249px !important;
        max-width: 249px !important;
    }
}

.MenuSxMostraTutti {
    min-height: 22px;
    line-height: 22px;
    margin: 0px 17px 0px 17px;
    padding: 1px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    font-family: "Titillium Web", sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .3px;
    color: var(--ParInnovaCol14);
    opacity: .78;
    border-radius: 8px;
    text-align: center;
    transition: background-color .15s ease, opacity .15s ease, color .15s ease;
}

    .MenuSxMostraTutti:hover {
        opacity: 1;
        background-color: var(--ParInnovaCol04);
        color: var(--ParInnovaCol05);
    }

.MenuSxMostraTuttiTxt {
    font-family: inherit;
    font-size: inherit;
    font-weight: 300;
    color: inherit;
    line-height: inherit;
}

.MenuSxMostraTuttiIco {
    width: 0;
    height: 0;
    margin-top: 2px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    transition: transform .16s ease, margin-top .16s ease;
}

.MenuSxMostraTuttiOpen .MenuSxMostraTuttiIco {
    margin-top: 0;
    transform: rotate(180deg);
}
