﻿:root {
    --Bianco: #ffffff;
    --Verde: #5eb247;
    --Verdetto: #a6d499;
    --Verdello: #c8e5c0;
    --Verdino: #eff7ec;
    --Nero: #363636;
    --Arancio: #ffc107;
    --Panna: #f7f7f7;
    --Grigetto: #e0e0e0;
    --Grigino: #ebebeb;
    --VerdeHR: #81d981;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    background-color: #ffffff;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    background-image: url('../Img/Pattern.png');
    background-size: cover;
    background-position: center;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #82b775 #eaeef2;
}

    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 9px;
    }

    *::-webkit-scrollbar-track {
        background: #eaeef2;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #82b775;
        border-radius: 10px;
        border: 3px ridge #ffffff;
    }
/* Nav Sinistra */
.Navute {
    background-color: var(--Bianco);
    height: 100vh;
    width: 220px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 16px 0;
    transition: width 100ms linear;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}

main {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.Navute ~ main {
    width: calc(100vw - 220px);
}
.Navute.Pikla ~ main {
    width: calc(100vw - 72px);
}


.Stack {
    width: 100%;
}

.Navute a {
    text-decoration: none;
    display: block;
}
.Navute > .Stack:last-child > .PagTag.Kiny {
    margin-top: 0
}

.PagTag {
    margin: 16px;
    margin-bottom: 0;
    width: calc(100% - 32px);
    font-size: 14px;
    min-height: 44px;
    display: flex;
    align-items: center;
    border-radius: 11px;
    color: var(--Nero);
    font-weight: 400;
    border: 2px solid var(--Verdino);
    transition: width 100ms linear, transform 100ms ease-in-out;
    background-color: white;
    z-index: 2;
    padding: 10px 0;
}

    .PagTag i {
        font-size: 16px;
        width: 40px;
        height: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .PagTag i.fa-chevron-right{
            color:transparent
        }

        .PagTag:not(.Kiny) i:last-child {
            margin-left: auto;
        }

    .PagTag span {
        font-size: 15px;
    }
    .Fingolo .PagTag span {
        font-size: 14px;
    }
.Fingolo {
    overflow: hidden;  
    transition: max-height 0.5s ease; 
    padding: 0 16px 0 52px;
}

.Navute .Stack {
    width: 100%;
    overflow-y: auto;
    height: 757px;
    overflow-x: hidden;
}
.Pikla .Stack{
    overflow-y:unset;
    overflow-x:unset;
}
body > nav.Pikla div.Fingolo{
    max-height:fit-content !important;
}

.Navute .WrapOmin {
    display: flex;
    margin: 0 16px !important;
    flex-wrap: wrap;
    justify-content: center;
}

    .Navute .WrapOmin .ImogArto {
        width: 100%;
        height: 38px;
        position: relative;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: white;
    }

        .Navute .WrapOmin .ImogArto.Vero {
            background-color: unset;
            background-image: url('../Img/este.png');
        }

.Navute .MiOmin * {
    color: var(--Bianco);
    display: block;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    text-align: center;
}

.Navute .MiOmin span {
    font-size: 11px;
    color: #e9e9e9;
    margin-top: 5px;
}

.Navute .MiOmin {
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.Navute .Divisor {
    width: calc(100% - 32px);
    height: 2px;
    background-color: var(--Verdello);
    margin: 16px;
}


.Navute.Pikla .PagTag[aria] i::before {
    content: "\f105";
}

.Navute.Pikla .PagTag[aria] i::before {
    content: "\f105";
}


.PagTag.Kiny {
    width: 44px;
    justify-content: center;
    margin-left: auto;
    padding: 0;
}

    
.PagTag.Kiny i, .Navute.Pikla .PagTag i {
        margin-right: 0;
    }

        .PagTag.Kiny i.fa-angle-left, .PagTag.Kiny i.fa-angle-right {
            font-size: 26px;
        }

    .PagTag.Kiny span, .Navute.Pikla .PagTag span {
        display: none;
    }

.Navute.Pikla .MiOmin {
    display: none;
}

.Navute.Pikla .WrapOmin .ImogArto {
    width: 40px;
    height: 40px;
}

.Navute.Pikla {
    width: 76px;
}

    .Navute.Pikla .PagTag.Sto {
        width: 56px;
        padding-right: 20px;
    }

.Navute ~ main.Pikla {
    width: calc(100vw - 76px);
}

.SottoMenu > .PagTag {
    position: relative;
    z-index: 3;
}


.Fingolo {
    padding: 0 16px 0 52px;
}
    .Fingolo .PagTag {
        margin: 0;
        margin-top: 15px;
        padding-left: 12px;
        width: 100%;
        position: relative;
    }

        .Fingolo .PagTag:after {
            content: "";
            height: 100px;
            width: 15px;
            position: absolute;
            top: calc(50% - 98px);
            left: -17px;
            border-bottom-left-radius: 10px;
            border-left: 2px solid var(--Verdello);
            border-bottom: 2px solid var(--Verdello);
            z-index: 1;
        }

.PagTag.Sto, .PagTag:hover{
    background-color: var(--Verdino);
    font-weight: 500;
}
.PagTag.Sto i, .PagTag:hover i{
    font-weight: 500;
}

    .PagTag.Sto i.fa-chevron-right, .PagTag:hover i.fa-chevron-right {
        color: #363636
    }

.AndorSolo {
    margin-bottom: 30px;
    overflow: hidden;
}
    .AndorSolo > .PagTag {
        margin-top: 0;
    }

.Navute.Pikla .WrapOmin .ImogArto.Vero {
    background-image: url('../Img/logo.png');
}

.Navute.Pikla .PagTag.Sto {
    width: 44px;
    padding-right: 0;
}
.Navute.Pikla .PagTag .fa-chevron-down,
.Navute.Pikla .AndorSolo > .PagTag .fa-chevron-right {
    display: none;
}
.Navute.Pikla{
    overflow: unset;
}
    .Navute.Pikla .Fingolo {
        position: absolute;
        background-color: var(--Bianco);
        z-index: 111;
        padding: 16px;
        padding-top: 0;
        padding-left: 37px;
        border-radius: 14px;
        top: 60px;
        left: 15px;
        overflow: hidden;
        box-shadow: 0 0 30px 0 rgb(0 0 0 / 12%);
        display:none;
    }
    .Navute.Pikla .AndorSolo {
        margin-bottom: 16px;
        position: relative;
        cursor: pointer;
        overflow: unset;
    }
        .Navute.Pikla .AndorSolo::after {
            content: "";
            height: 40px;
            width: 200px;
            bottom: -40px;
            left: 15px;
            position: absolute;
            display: block;
        }
        .Navute.Pikla .AndorSolo:hover .Fingolo, .Navute.Pikla .Fingolo:hover {
            display: block;
        }

.Navute.Pikla .PagTag.Sto i.fa-chevron-right, .Navute.Pikla .PagTag:hover i.fa-chevron-right {
    color: transparent
}

    .Navute.Pikla .Fingolo .PagTag {
        width: 100%;
        min-width: 44px;
        justify-content: left;
        border-radius: 7px;
    }
    .Navute.Pikla .Fingolo .PagTag span {
        display: block;
    }
        .Navute.Pikla .Fingolo .PagTag.Sto i.fa-chevron-right, .Navute.Pikla .Fingolo .PagTag:hover i.fa-chevron-right {
            color: #363636
        }

/* END */



/* Modifiche Stile HR */
#masterone.Nuov {
    display: flex;
    align-items: center;
    justify-content: center;
}

    #masterone.Nuov .boxAlerz {
        display: flex;
        border-width: 3px;
    }

.Contenitore {
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 15px;
}

    .Contenitore > .Riga > .WrapCampi {
        padding: 0 15px;
        height: 100%;
    }

.colStyle.boxAlerz {
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
}

.colStyle:not(.boxAlerz) {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
    background-color: white;
    display: flex;
    flex-wrap: wrap;
}
.LabelText {
    text-align: center;
    margin-top: 11px;
    color: #363636;
    font-weight: 400;
    margin: 0;
    font-size: 20px;
}

    .LabelText.Intesto {
        padding: 12px 17px;
        padding-bottom: 0;
        height: fit-content;
        width: 100%;
    }
    .LabelText.Absolos {
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: calc(100% - 40px);
        position: absolute;
        top: 0;
        left: 0;
    }

    .colSelectContent {
        padding: 16px;
        display: flex;
        width: 100%;
        height: calc(100% - 39px);
        flex-direction: column;
    }
.cListRicerca {
    border-radius: 11px;
    border: 2px solid var(--main_color);
    height: 100%;
}
.btnMainLarge {
    flex: none;
    border: 2px solid var(--Verdetto);
    background-color: var(--Bianco);
    color: var(--Nero);
    font-weight: 400;
    font-size: 18px !important;
    line-height: normal;
    box-shadow: 0 0 20px rgb(0 0 0 / 12%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnMainLarge span{
    padding-bottom: 3px;
}

.btnMainLarge i{
    margin-left: 6px;
}

    .grupSelT.Cusy.Uni > * {
        margin-top: 0;
        flex: none;
    }

.Loading {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 32px;
    background: white;
    z-index: 11;
}
    .Loading i {
        animation: rott 666ms infinite linear;
    }

.itemsRicerca {
    padding: 0 15px !important;
    padding-right: 7.5px !important;
    height: unset;
    min-height: 52px;
    max-height: unset;
}
    .itemsRicerca > span {
        width: 100%;
        margin-right: 10px;
        font-size: 15px;
        font-weight: 500;
        display: flex;
        height: 100%;
        align-items: center;
        padding: 8px 0;
    }

    .itemsRicerca .Descriz {
        width: 100%;
        margin: 0;
        margin-top: 6px;
        font-size: 16px;
        color: var(--Verde);
        font-weight: 400;
    }

.selectRicerca, .cListRicerca {
    border: 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.12);
    border-radius: 11px;
    font-size: 15px;
}

.Uni {
    width: 100%;
    display: flex;
    box-shadow: 0 0 20px rgb(0 0 0 / 12%);
    border-radius: 11px;
}

.grupSelT .inputmain, .grupSelT .inputRicerca, .grupSelT .btnCercaMain {
    border: 0;
    background-color: #ffffff;
    color: #363636;
    margin-top: 0 !important;
}
.grupSelT .inputRicerca {
    font-size: 15px;
    width: calc(100% - 50px);
}
.grupSelT .btnCercaMain {
    font-size: 20px;
}

.inputmain {
    border-color: var(--Verde);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.newInputStyle .labelText {
    background-color: var(--Verdino);
}
.unofas {
    height: calc(100% - 115px);
    padding-top: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 50px;
    width: 100%;
}

.bottyWrappy {
    background-color: var(--Verdino);
    left: 0;
    height: fit-content;
    width: 100%;
    padding: 15px;
    gap: 15px;
    display: flex;
    justify-content: center;
}

.newInputStyle.Dati {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 8px;
}
.wrapSelectZ {
    width: 100%;
}
.wrapSelectZ:after {
    font-weight: 500;
    right: 17px;
    top: 17px;
}


.loady.SuperLoad {
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    position: absolute;
    top: 52px;
    right: 10px;
    border-radius: 20px;
    background-color: white;
}

.BtnMaterial {
    margin-top: 15px;
    outline: none;
    border: none;
    background-color: var(--Bianco);
    position: relative;
    border-radius: 11px;
    height: 50px;
    width: fit-content;
    padding: 0 15px;
    -webkit-tap-highlight-color: transparent;
    flex: none;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: var(--Nero);
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    box-shadow: 0 0 20px rgb(0 0 0 / 12%);
    gap: 10px;
    transition: transform 100ms linear, box-shadow 100ms linear;
}
    /*.BtnMaterial:active {
        box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    }*/

.btnAzio {
    height: 48px;
    border: 0;
    margin: 0 !important;
    width: fit-content;
    min-width: 0;
    padding: 0px 15px;
}
    .btnAzio:after {
        font-weight: 300;
    }
btnAzio.verde {
    background-color: #8bc34a;
}
.btnAzio.rosso {
    background-color: #f44336;
}

.itemsRicerca, .itemsNotif {
    border-color: var(--Verdello);
    color: var(--Nero);
}
.itemsRicercaSelect {
    background-color: var(--Bianco) !important;
    color: var(--Nero);
    border: 2px solid var(--Verdello);
    overflow: unset;
    width: calc(100% - 40px);
    margin-left: auto;
    position: relative;
}

    .itemsRicercaSelect::before {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900;
        content: "\f041";
        color: var(--Verde);
        position: absolute;
        font-size: 24px;
        left: -35px;
        top: 10px;
        transform: rotate(-90deg);
    }

@media (hover: hover) and (pointer: fine) {
    .itemsRicerca:hover, .itemsRicerca:focus {
        border: 2px dashed var(--Verde);
    }

    .itemsRicerca.itemsRicercaSelect:hover {
        border: 2px dashed var(--Verde);
    }
}

.Logo {
    width: 130px;
    height: 20px;
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../Img/este.png);
}

.itemsRicerca.CardOna {
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 12px !important;
    position: relative;
    cursor: pointer;
}
    .itemsRicerca.CardOna .InfoDa {
        display: flex;
        width: 100%;
    }
    .itemsRicerca.CardOna * {
        cursor: pointer;
    }
    .itemsRicerca.CardOna .InfoDa > label {
        margin-right: auto;
        width: calc(100% - 80px);
    }
    .itemsRicerca.CardOna .InfoDa em:not(:empty) {
        margin-left: 10px;
        color: var(--Verde);
        width: 80px;
        text-align: right;
    }
    .itemsRicerca.CardOna > label {
        font-weight: 400;
        margin-top: 5px;
    }
/* END */



/* Toggle Ricerca */

.WrapCalSet {
    width: 100%;
    margin-bottom: 15px;
}
.CaselSet {
    width: 100%;
    display: flex;
}

    .CaselSet > div {
        width: 100% !important;
        height: 50px;
        border-right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 2px;
    }

        .CaselSet > div.Aion {
            box-shadow: inset 0 0 0 2px var(--Verdetto);
        }

        .CaselSet > div:last-child {
            border-radius: 0 0 11px 0;
        }

        .CaselSet > div:first-child {
            border-radius: 0 0 0 11px;
        }
    .WrapCalSet.Multante .CaselSet:not(:last-child) > div {
        border-bottom: 0;
        border-radius: 0;
    }

.WrapCalSet .CaselSet {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 12%);
    border-radius: 11px;
    overflow: hidden;
}

    .WrapCalSet .CaselSet > div {
        border: 0;
    }

    .WrapCalSet .CaselSet:not(:last-child) {
        margin-bottom: 15px;
    }

    .WrapCalSet .CaselSet > div:first-child {
        border-radius: 11px 0 0 11px !important;
    }

    .WrapCalSet .CaselSet > div:last-child {
        border-radius: 0 11px 11px 0 !important;
    }
/* END */


/* Multi Select  */

.WrapSottoni {
    overflow: hidden;
    height: 0;
    position: absolute;
    z-index: 2;
    background-color: white;
    top: 45px;
    left: 0;
    width: 100%;
}

    .WrapSottoni .Uni {
        box-shadow: none;
        margin-top: 0;
        padding: 10px;
    }

    .WrapSottoni .btnCercaMain {
        background-color: #f7f7f7;
        font-size: 20px;
        border: 0;
        color: #363636;
        margin-top: 0 !important;
    }

    .WrapSottoni .inputRicerca {
        background-color: #f7f7f7;
        border-radius: 11px 0 0 11px;
        padding-left: 15px;
        height: 50px;
        font-weight: 400;
    }

.wrapSelectZ.Muti {
    background-color: white;
    width: 335px;
    height: 50px;
    border-radius: 11px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 12%);
    position: relative;
    margin-left: 16px;
}

    .wrapSelectZ.Muti:first-child {
        margin-left: 0;
    }

.WrapSottoni.Aria {
    height: 200px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 12%);
}

.wrapSelectZ.Muti > span {
    display: block;
    height: 100%;
    line-height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    align-items: center;
    padding-left: 18px;
    width: 100% !important;
    padding-right: 50px;
}

.wrapSelectZ.Muti:active {
    transform: unset
}

.ConOptions {
    height: 140px;
    overflow: auto;
    padding: 10px;
    padding-bottom: 20px;
    padding-top: 0;
}

    .ConOptions:empty::after {
        content: "Nessun Risultato Trovato";
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #363636;
        font-size: 16px;
        font-weight: 400;
    }

.Option {
    background-color: #f7f7f7;
    padding: 10px 15px;
    margin-bottom: 10px;
    display: flex;
    border-radius: 11px;
    font-size: 16px;
    align-items: center;
    min-height: 42px;
    transition-duration: 50ms !important;
    word-break: break-all;
}

    .Option.Prem:active {
        transform: scale(.99);
    }

.Intestoz {
    font-size: 14px;
    font-style: normal;
    position: absolute;
    left: 2px;
    top: -25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 18px;
    width: 100%;
}

.wrapSelectZ.Muti.ConInto {
    margin-top: 45px !important;
}

    .wrapSelectZ.Muti.ConInto:first-child {
        margin-top: 25px !important;
    }

    /* END */




/* Barra Azienda */

.NabMobile.Vedi {
    display: flex;
    background: unset;
    height: unset;
    padding: 10px;
    backdrop-filter: blur(11px);
    justify-content: end;
    z-index: 14;
    position: relative;
    margin: 0;
}
.NabMobile.Vedi .Loading {
    height: 50px;
    width: 50px;
    position: relative;
    top: unset;
    left: unset;
    border-radius: 11px;
    font-size: 16px;
    margin-left: 20px;
}
.NabMobile.Vedi > .LabelText{
    font-size: 18px;
}

    .NabMobile.Vedi ~ .Contenitore {
        height: calc(100vh - 70px);
    }

/* END */

/* Popup */

.Popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    background-color: rgba(0,0,0,.5);
    height: 100vh;
    width: 100vw;
    display: none;
    align-items: center;
    justify-content: center;
}
.Popup.Vedi{
    display: flex;
}

    .Popup > .colStyle {
        min-height: 232px !important;
        width: 450px;
    }
    .Popup .inputRicerca {
       font-weight: 400;
    }
        .Popup > .colStyle .LabelText.Intesto {
            align-items: center;
            padding: 16px 16px 0 24px;
        }
            .Popup > .colStyle .LabelText.Intesto .PagTag.Kiny {
                margin: 0;
            }

/* END */

/* Calendario Input */

.N-Download {
    display: flex;
    background-color: var(--Verdello);
    padding: 0 10px;
    height: 35px;
    align-items: center;
    border-radius: 4px;
    font-size: 16px;
    color: #363636;
    font-weight: 500;
}

    .N-Download i {
        margin-right: 8px;
    }

.calen-dario .calendarioContainer {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
    grid-template-rows: auto 40px auto;
    border-radius: 7px 7px 0 0;
    overflow: hidden;
}

.calen-dario {
    background: transparent;
    padding-top: 15px;
}

.calendarioHeader {
    grid-column-start: 1;
    grid-column-end: -1;
    color: white;
    display: flex;
    width: 100%;
    padding: 10px;
    background-color: #f7f7f7;
    font-size: 16px;
    color: var(--Blue);
    justify-content: center;
}

/*.calendarioCelle:nth-child(7n - 5), .calendarioGiorni:nth-child(7n - 5) {
    border-left: 1px solid #ececec;
}*/

.calendarioCelle, .calendarioGiorni {
    cursor: pointer;
    height: 40px;
    color: #151515;
    background-color: white;
    font-weight: 400;
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.past {
    color: rgba(0,0,0,.2) !important;
}

.calendarioCelle.edEoggi {
    background-color: var(--Verdetto);
    color: white !important;
}

    .calendarioCelle.edEoggi.past {
        background-color: #dcdcdc;
    }



.calendarioCelle .Dicir {
}

.calendarioGiorni:nth-child(7n + 1) {
    color: #dc3545;
}

.altriDatiEve {
    display: block;
    width: calc(100% - 85px);
    font-size: 16px;
    color: var(--Blu);
    font-weight: 400;
}


.MiCall {
    position: relative;
}

    .MiCall > .inputmain {
        margin: 0;
        border-radius: 0 0 11px 11px;
        font-size: 15px;
        padding-left: 12px !important;
    }

    .MiCall .calen-dario {
        padding-top: 0;
        width: 300px;
    }

        .MiCall .calen-dario.Flottante {
            padding-top: 0;
            width: 300px;
            position: absolute;
            top: 15px;
            left: 15px;
            box-shadow: 0 0 50px 0 rgb(0 0 0 / 20%);
            border-radius: 7px;
            background-color: white;
            overflow: hidden;
            z-index: 8;
        }

            .MiCall .calen-dario.Flottante .calendarioContainer {
                display: block;
                grid-template-columns: unset;
                width: 100%;
                grid-template-rows: unset;
            }

.calen-dario.Flottante .N-Download {
    width: 35px;
    justify-content: center;
}

.calen-dario.Flottante .Corrente {
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .calen-dario.Flottante .Corrente .Anno {
        font-weight: 500;
        color: var(--Verde);
        margin-left: 6px;
    }

    .calen-dario.Flottante .Corrente .inputmain.noapperance {
        border: 0;
        padding: 0 12px !important;
        width: 100%;
        margin: 0 !important;
        height: 35px;
        font-size: 12px;
        border-radius: 4px;
        padding-right: 30px !important;
        background-color: white;
        box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 5%) !important;
    }
    .calen-dario.Flottante .Corrente .wrapSelectZ {
        width: fit-content;
    }
    .calen-dario.Flottante .Corrente .wrapSelectZ:first-child {
        width: 110px;
    }
    .calen-dario.Flottante .Corrente  .wrapSelectZ:after {
        right: 10px;
        top: 12px;
        font-size: 12px;
    }

.MiCall .calendarioCelle .Dicir {
    padding: 0;
    justify-content: center;
}

.MiCall .Rigo {
    flex: none;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
    flex: none;
}

    .MiCall .Rigo .calendarioCelle {
        width: 43px
    }

    .MiCall .Rigo .calendarioGiorni {
        width: 43px
    }

/* END */


/* Box-Localita */

.box-localita {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 8px;
}
    .box-localita .wrapSelectZ.Muti, .box-localita span.inputmain, .newInputStyle .wrapSelectZ.Muti {
        margin: 0;
        width: 100%;
        border: 2px solid var(--Verde);
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
        border-radius: 0 0 11px 11px;
    }
    .box-localita .wrapSelectZ:after {
        top: 15px;
    }
    .box-localita span.inputmain {
        line-height: 46px;
        padding: 0 14px !important;
        font-weight: 400;
        cursor: not-allowed;
    }
.wrapSelectZ.Muti > span.obblig {
    border-radius: 0 0 10px 10px;
}
    /* END */


    /* Input Data */

.newInputStyle .MiCall {
    width: 100%;
}
    .newInputStyle .MiCall .Topinambur {
        height: 50px;
        width: 100%;
        border: 2px solid var(--Verde);
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
        border-radius: 0 0 11px 11px;
        display: flex;
        align-items: center;
    }
        .newInputStyle .MiCall .Topinambur input {
            border: 0;
            font-size: 15px;
            font-weight: 500;
            background-color: #fff;
            color: #363636;
            appearance: none;
            width: 130px;
            padding-left: 14px;
        }
input[type='date']::-webkit-inner-spin-button,
input[type='date']::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
        .newInputStyle .MiCall .Topinambur > i {
            height: 46px;
            width: calc(100% - 130px);
            font-size: 18px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding-right: 15px;
            cursor: pointer;
        }

    /* END */

    /* Input Foto */

.WrapFotina {
    position: relative;
    transition: transform 100ms ease-in-out;
    box-shadow: 0px 4px 28px 8px rgba(0,0,0,0.1);
    cursor: pointer;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

    .WrapFotina:active {
        transform: scale(.95);
    }

    .WrapFotina label:not(.deff)::after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f1c5";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(255,255,255,.6);
        opacity: 0;
        transition: opacity 150ms ease-in-out;
        border-radius: 9px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 35px;
        color: var(--main_color);
        border-radius: 50%;
    }

    .WrapFotina label:not(.deff):hover::after {
        opacity: 1;
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
    }

.Fotinar label {
    display: flex;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .Fotinar label.deff {
        background-image: url('../Img/person.png') !important;
        background-size: 65%;
        background-color: white;
    }

        .Fotinar label.deff + label {
            background-color: transparent;
        }


.WrapFotina label:not(.deff)::after {
    border-radius: 10%;
}

.WrapFotina {
    height: 260px;
    width: 200px;
    border-radius: 10%;
}

    .WrapFotina.Tondo {
        height: 200px;
        border-radius: 100px;
    }

        .WrapFotina.Tondo.Retto {
            height: 140px;
            width: 350px;
            border-radius: 22px;
        }

        .WrapFotina.Tondo label:not(.deff)::after {
            border-radius: 100px;
        }

        .WrapFotina.Tondo.Retto label:not(.deff)::after {
            border-radius: 22px;
        }

        .WrapFotina.Tondo label[for='fotina'] {
            overflow: hidden;
        }
.Fotinar {
    width: 100%;
    border: 2px solid var(--Verde);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    border-radius: 0 0 11px 11px;
    display: flex;
    align-items: center;
    padding: 15px;
}
    /* END */


    /* Input Time */

input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
}
.TondoTime{
    background-color: var(--Grigino);
    position: relative;
}
    .TondoTime::after {
        content: "";
        height: 10px;
        width: 10px;
        background-color: #939393;
        display: block;
        position: absolute;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
        border-radius: 5px;
    }
.TondoTime, .PalloTime {
    height: 240px;
    width: 240px;
    margin: 30px;
    border-radius: 120px;
}
.PalloTime {
    margin: 0;
    position: relative;
}
    .PalloTime .Arkoro {
        content: "";
        height: 50px;
        width: 50px;
        background-color: var(--Verde);
        display: block;
        position: absolute;
        top: 6px;
        left: 95px;
        border-radius: 25px;
        cursor: pointer;
    }
    .PalloTime::before {
        content: "";
        width: 2px;
        height: 70px;
        background-color: #939393;
        display: block;
        position: absolute;
        top: 48px;
        left: 119px;
    }

.MiCall.Oro .Flottante {
    border-radius: 150px;
}

.TondoTime.Ore {
    position: absolute;
    top: 0;
    left: 0;
    height: 180px;
    width: 180px;
    margin: 60px;
    background-color: transparent;
}
    .TondoTime.Ore .PalloTime {
        height: 180px;
        width: 180px;
    }
        .TondoTime.Ore .PalloTime::before {
            top: 22px;
            left: 89px;
        }
.Ore .PalloTime .Arkoro {
    height: 40px;
    width: 40px;
    top: 0;
    left: 70px;
}
.Minuti .PalloTime .Arkoro {
    background: #3f51b5;
    top: -20px;
}
.Minuti .PalloTime::before {
    height: 100px;
    top: 20px;
}
    /* END */



/* Filtri Barra Storico */

.colStyle.BarraFiltri {
    display: flex;
    height: unset;
    padding: 15px;
    gap: 15px;
    margin-bottom: 15px;
    width: fit-content;
    overflow: unset;
    z-index: 13;
}

.colStyle.BarraFiltri .Loading{
    border-radius: 20px;
}

.BarraFiltri .wrapSelectZ.Muti {
    margin-left: 0;
    box-shadow: none;
    width: 280px;
}

.BarraFiltri .WrapCalSet.Multante {
    margin: 0;
    width: fit-content;
}

.BarraFiltri .WrapCalSet .CaselSet > div {
    padding: 0 20px;
    padding-bottom: 2px;
}

.WrapCall {
    background-color: white;
    border-radius: 11px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 12%);
    display: flex;
}
    .WrapCall > span {
        background-color: var(--Verdello);
        line-height: 48px;
        font-size: 16px;
        font-weight: 500;
        padding: 0 15px;
        border-radius: 11px 0 0 11px;
        color: #363636
    }

    .WrapCall .Topinambur {
        display: flex;
        height: 100%;
    }
        .WrapCall .Topinambur input {
            width: 102px;
            height: 100%;
            border: 0;
            padding: 0 0 2px 15px;
            margin: 0;
            font-size: 16px;
            font-weight: 400;
            font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
        }
        .WrapCall .Topinambur i {
            height: 50px;
            display: flex;
            width: 50px;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            cursor: pointer
        }

.CaselSet > div.Aion {
    font-weight: 500;
    color: #363636
}



/* END */


/* Tabella Storico */

.Contenitore.Storico {
    max-width: 1922px;
    padding: 15px;
}

.TabStorico.colStyle {
    height: calc(100% - 95px);
    overflow-x: hidden;
    overflow-y: scroll;
}

.TabellaStorico {
    display: table;
    min-width: 100%;
    height: fit-content;
    border: 2px solid var(--Bianco);
    border-radius: 20px;
}
    .TabellaStorico .Testa, .TabellaStorico > .RigaFattura, .TabellaStorico .Principale {
        display: flex;
        width: 100%;
    }

    .TabellaStorico .Cella {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        height: 50px;
        align-items: center;
        background-color: #f7f7f7;
        border: 2px solid var(--Bianco);
    }

        .TabellaStorico .Cella > span {
            white-space: nowrap;
            padding: 0 14px;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .TabellaStorico .Testa .Cella {
        background-color: var(--Verdello);
    }

    .TabellaStorico .Super, .TabellaStorico .Testa {
        font-weight: 500;
    }

.DettaglioFattura .Super {
    align-items: center;
    font-size: 16px;
    color: var(--Nero);
    gap: 10px;
    width: 150px;
    flex: none;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.Tabellina{
    width: 100%
}

.DettaglioFattura .Testa .Cella {
    background-color: var(--Verdino);
}


.TabellaStorico .RigaFattura {
    flex-direction: column;
}

.TabellaStorico .RigaDettaglioFattura {
    display: flex;
    position: relative;
}

.TabellaStorico .RigaDettaglioFattura .Loading{
    font-size: 20px
}

.TabellaStorico .Cella.Azioni span{
    display: flex;
    justify-content: space-evenly;
}

.RigaFattura .Saldato{
    width: 100%;
    display: flex; 
    justify-content: center;
    position: relative
}

.RigaFattura .Saldato::after {
    content: "";
    height: 20px;
    width: 20px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    right: 13px
}

.RigaFattura.Pagato .Saldato::after {
    background-color: var(--Verde);
}

.RigaFattura.Parziale .Saldato::after {
    background-color: var(--Arancio);
}

.RigaFattura.Zero .Saldato::after {
    background-color: transparent
}

.DettaglioFattura {
    display: flex;
}
.DettaglioFattura.DettaglioPagamenti{
    margin: 10px 0;
}

.TabellaStorico > .Testa > .Cella:first-child{
    border-top-left-radius: 17px
}

.TabellaStorico > .Testa > .Cella:last-child {
    border-top-right-radius: 17px
}

.RigaFattura:not(.Aperta):last-child > .Principale > .Cella:first-child {
    border-bottom-left-radius: 17px
}

.RigaFattura:not(.Aperta):last-child > .Principale > .Cella:last-child {
    border-bottom-right-radius: 17px
}

.TabellaStorico > .Testa > .Cella:first-child,
.TabellaStorico .Principale > .Cella:first-child { /* Numero */
    flex: none;
    width: 150px;
}

.TabellaStorico > .Testa > .Cella:nth-child(2),
.TabellaStorico .Principale > .Cella:nth-child(2) { /* Data */
    flex: none;
    width: 200px;
}
.TabellaStorico > .Testa > .Cella:nth-child(3),
.TabellaStorico .Principale > .Cella:nth-child(3) { /* Tipo */
    flex: none;
    width: 200px;
}

.TabellaStorico > .Testa > .Cella:nth-child(4),
.TabellaStorico .Principale > .Cella:nth-child(4) { /* Cliente */
    min-width: 200px;
    max-width: 900px;
}

.TabellaStorico > .Testa > .Cella:nth-child(5),
.TabellaStorico .Principale > .Cella:nth-child(5) { /* Padroncino */
    min-width: 200px;
    max-width: 900px;
}


.TabellaStorico > .Testa > .Cella:nth-child(6),
.TabellaStorico .Principale > .Cella:nth-child(6),
.TabellaStorico > .Testa > .Cella:nth-child(7),
.TabellaStorico .Principale > .Cella:nth-child(7) { /* Totale e Saldato */
    flex: none;
    width: 200px;
}

.TabellaStorico > .Testa > .Cella:nth-child(8),
.TabellaStorico .Principale > .Cella:nth-child(8) { /* Dovuto */
    flex: none;
    width: 200px;
}




.TabellaStorico > .Testa > .Cella.Azioni,
.TabellaStorico .Principale > .Cella.Azioni { /* Azioni */
    flex: none;
    width: 180px;
}


.TabellaStorico .DettaglioPagamenti .Testa > .Cella:first-child,
.TabellaStorico .DettaglioPagamenti .RigaDettaglioFattura > .Cella:first-child { /* Quota Pagamento */
    flex: none;
    width: 200px;
}

.TabellaStorico .DettaglioPagamenti .Testa > .Cella:nth-child(2),
.TabellaStorico .DettaglioPagamenti .RigaDettaglioFattura > .Cella:nth-child(2) { /* Banca Pagamento */
    flex: none;
    width: 300px;
}

.TabellaStorico .DettaglioPagamenti .Testa > .Cella:nth-child(3),
.TabellaStorico .DettaglioPagamenti .RigaDettaglioFattura > .Cella:nth-child(3) { /* Nota Pagamento */
    min-width: 200px;
    max-width: 800px;
}
.TabellaStorico .DettaglioPagamenti .Testa > .Cella:nth-child(4),
.TabellaStorico .DettaglioPagamenti .RigaDettaglioFattura > .Cella:nth-child(4) { /* Tipo Pagamento */
    min-width: 200px;
    max-width: 800px;
}

.TabellaStorico .DettaglioPagamenti .Testa > .Cella:nth-child(5), .TabellaStorico .DettaglioPagamenti .RigaDettaglioFattura > .Cella:nth-child(5) { /* scegli nota  */
    flex: none;
    width: 200px;
}

.TabellaStorico .DettaglioPagamenti .Testa > .Cella:nth-child(7),
.TabellaStorico .DettaglioPagamenti .RigaDettaglioFattura > .Cella:nth-child(7) {  /*Data Pagamento */
    flex: none;
    width: 200px;
}

.TabellaStorico .DettaglioPagamenti .Testa > .Cella:nth-child(8),
.TabellaStorico .DettaglioPagamenti .RigaDettaglioFattura > .Cella:nth-child(8) { /* Azioni Pagamento */
    flex: none;
    width: 200px;
}


.TabellaStorico .DettaglioBeni .Testa > .Cella:first-child,
.TabellaStorico .DettaglioBeni .RigaDettaglioFattura > .Cella:first-child { /* Quantitá Bene */
    flex: none;
    width: 200px;
}

.TabellaStorico .DettaglioBeni .Testa > .Cella:nth-child(2),
.TabellaStorico .DettaglioBeni .RigaDettaglioFattura > .Cella:nth-child(2) { /* Descrizione Bene*/
    min-width: 200px;
    max-width: 700px;
}

.TabellaStorico .DettaglioBeni .Testa > .Cella:nth-child(3),
.TabellaStorico .DettaglioBeni .RigaDettaglioFattura > .Cella:nth-child(3) { /* Aliquota Bene*/
    flex: none;
    width: 200px;
}

.TabellaStorico .DettaglioBeni .Testa > .Cella:nth-child(4),
.TabellaStorico .DettaglioBeni .RigaDettaglioFattura > .Cella:nth-child(4) { /* Aliquota Bene*/
    flex: none;
    width: 200px;
}

.TabellaStorico .DettaglioBeni .Testa > .Cella:nth-child(5),
.TabellaStorico .DettaglioBeni .RigaDettaglioFattura > .Cella:nth-child(5) { /* Totale Netto Bene*/
    flex: none;
    width: 200px;
}

.TabellaStorico .DettaglioBeni .Testa > .Cella:nth-child(6),
.TabellaStorico .DettaglioBeni .RigaDettaglioFattura > .Cella:nth-child(6) { /* Totale Bene*/
    flex: none;
    width: 200px;
}

.Contenitore.Storico .colStyle.BarraFiltri {
    max-width: 1582px;
    min-height: 145px;
}

.TabellaStorico .Cella#Floyd,
.TabellaStorico .Cella#Martin{
    flex: none
}
.RigaFattura.Aperta {
    margin: 20px 0;
    position: relative;
}

    .RigaFattura.Aperta::after, .RigaFattura.Aperta::before {
        content: "";
        height: calc(100% - 2px);
        width: 4px;
        background-color: #2d8eff;
        position: absolute;
        top: 2px;
        left: -2px;
    }

    .RigaFattura.Aperta::before {
        left: unset;
        right: -2px;
        display: none;
    }


.BtnPiccolo {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    font-weight: 400;
    height: 35px;
    line-height: 34px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 8px;
    background: white;
    width: 100%;
    white-space: nowrap;
    display: flex;
    gap: 6px;
}
    .BtnPiccolo > i {
        margin-left: auto;
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 16px;
    }
.Azzoni {
    display: flex;
    gap: 5px;
    width: 100%;
    padding: 0 5px;
}

.BtnPiccolo > i.fa-plus {
    color: #2d8eff;
}

.BtnPiccolo > i.fa-pen {
    color: #ff9900;
}

.BtnPiccolo > i.fa-trash {
    color: #ff5407;
}

.BtnPiccolo > i.fa-undo {
    color: #ffd600;
}

.BtnPiccolo > i.fa-save {
    color: var(--Verde);
}

.Super .BtnPiccolo{
    width: fit-content
}

.TabellaStorico .Cella > input {
    width: 100%;
    height: 35px;
    margin: 5px;
    border: 2px dashed #ff9900;
    padding: 0 8px;
    font-size: 14px;
    color: var(--Nero);
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    padding-bottom: 2px;
    background-color: white;
}

.TabellaStorico .Cella .MiCall {
    width: 100%;
    height: 35px;
    margin: 5px;
    border: 2px dashed #ff9900;
    background-color: white;
}

.TabellaStorico .Cella > .wrapSelectZ {
    padding: 5px;
}
    .TabellaStorico .Cella > .wrapSelectZ:after {
        top: 14px;
        font-weight: 400;
        color: var(--Nero);
        font-size: 16px;
    }
    .TabellaStorico .Cella > .wrapSelectZ > .inputmain {
        margin: 0;
        height: 35px;
        border: 2px dashed #ff9900;
        border-radius: 0;
        padding: 0 8px !important;
        background-color: white;
    }

.TabellaStorico .Cella .Topinambur {
    display: flex;
    height: 100%;
    padding-left: 8px
}

    .TabellaStorico .Cella .Topinambur input {
        border: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 14px;
        color: var(--Nero);
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    }

    .TabellaStorico .Cella .Topinambur i {
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--Nero);
        font-size: 16px;
        background-color: white;
        flex: none;
    }

.Loading > label {
    color: var(--Nero);
    font-weight: 400;
    font-size: 19px;
}

.Divisor {
    height: 50px;
    width: 2px;
    background: var(--Verdello);
    border-radius: 2px;
}

.colStyle.BarraFiltri .BtnMaterial{
    margin: 0;
}
    .colStyle.BarraFiltri .BtnMaterial i {
        font-size: 18px;
        color: #2d8eff;
    }

.TabellaStorico .Cella:has(.wrapSelectZ.Muti) {
    padding: 5px
}
.TabellaStorico .Cella .wrapSelectZ.Muti {
    padding: 0;
    height: 35px;
    border: 2px dashed #ff9900;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
}
    .TabellaStorico .Cella .wrapSelectZ.Muti > span {
        line-height: 30px;
        padding: 0 8px;
        font-size: 14px;
        padding-right: 34px;
    }

.TabellaStorico .Cella > .wrapSelectZ.Muti:after {
    top: 8px;
    right: 10px;
}
.TabellaStorico .Cella > .wrapSelectZ.Muti .WrapSottoni {
    top: 31px;
}

.WrapTabello {
    height: calc(100% - 160px);
    border-radius: 20px;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
    overflow: hidden;
    position: relative;
    overflow: auto
}

@media screen and (max-width: 1410px) {
    .WrapTabello {
        height: calc(100% - 224px);
    }
}

    .WrapTabello .TabStorico.colStyle {
        border-radius: 0;
        box-shadow: none;
    }

        .WrapTabello .TabStorico.colStyle.Righe {
            height: calc(100% - 54px);
            overflow: unset;
            display: table;
        }
            .WrapTabello .TabStorico.colStyle.Righe .TabellaStorico {
                border-bottom: 0;
                display: table
            }

                .WrapTabello .TabStorico.colStyle.Righe .TabellaStorico .RigaFattura:last-child .Cella {
                    border-bottom: 0;
                }
                    .WrapTabello .TabStorico.colStyle.Righe .TabellaStorico .RigaFattura:last-child .Cella:first-child,
                    .WrapTabello .TabStorico.colStyle.Righe .TabellaStorico .RigaFattura:last-child .Cella:last-child {
                        border-radius: 0
                    }

        .WrapTabello .TabStorico.colStyle.Totale {
            height: fit-content;
            position: sticky;
            bottom: 0;
            overflow: unset;
        }

/* END */


/* Multi Toggle */
.MultiToggle {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 12%);
    border-radius: 11px;
    overflow: hidden;
}
.MultiToggle form{
    display: flex;
}
.MultiToggle input {
    display: none;
}
.MultiToggle label {
    padding: 0 20px;
    padding-bottom: 2px;
    height: 50px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #363636;
    font-size: 16px;
    background-color: white;
}
    .MultiToggle input:checked + label {
        box-shadow: inset 0 0 0 2px var(--Verdetto);
        font-weight: 500
    }
    .MultiToggle div:first-child label {
        border-radius: 11px 0 0 11px;
    }
    .MultiToggle div:last-child label {
        border-radius: 0 11px 11px 0;
    }



/* Login */
.Contenitore.Login {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.DoppioPannello {
    padding: 25px;
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    border-radius: 51px;
    display: flex;
    flex-direction: row;
    gap: 25px
}

.Pannello {
    width: 450px;
    position: relative;
    transition: transform 200ms linear;
}

.DoppioPannello .WrapForm {
    margin: 0;
    width: 100%;
}

.DoppioPannello .Loading {
    border-radius: 26px;
}

.DoppioPannello .TostBox {
    margin-top: 20px;
}

.DoppioPannello.Flip .Pannello:not(.Preo) {
    transform: translateX(-275px);
}

.DoppioPannello.Flip .Pannello.Preo {
    transform: translateX(475px);
}

.Bottoni {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
}

.CtaLogin {
    margin: 6px 0 22px 2px;
    display: flex;
    justify-content: space-between;
}

.Pannello .ElFiltro i.fad {
    color: var(--Verde);
}

.LabTitolo {
    font-size: 20px;
    color: var(--Nero);
    text-align: center;
    font-weight: 500;
    display: block;
}

.Pannello .CampoForm {
    margin-bottom: 20px;
}

.Stack.Testa .Logo {
    background-image: url('../img/logo.png');
    height: 90px;
    width: 90px;
    border: 1px solid rgba(0,0,0,.11);
    background-size: 31%;
    border-radius: 50%;
    margin: 20px 0
}

.Stack.Testa {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

    .Stack.Testa .LabTitolo {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .Stack.Testa .LabTitolo + span {
            font-size: 16px;
            color: var(--Nero);
            text-align: center;
            margin-top: 5px;
            padding: 0 30px;
        }

.Pannello.Preo {
    width: 250px;
    display: flex;
    align-items: center;
}

.DoppioPannello.Disa .Bottoni,
.DoppioPannello.Disa .CtaLogin,
.DoppioPannello.Disa .CampoForm {
    pointer-events: none;
    opacity: 0.5
}

.Fadez-enter-active {
    animation: Fadez 150ms;
}

.Fadez-leave-active {
    animation: Fadez 150ms reverse;
}

@keyframes Fadez {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/* ---- Campi Form */
.DatiStep {
    width: 500px;
}

.WrapForm {
    width: 100%;
    background: white;
    border-radius: 26px;
    padding: 20px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    width: calc(100% + 20px);
    position: relative;
    z-index: 11;
}

.CampoFormConDescr {
    padding: 10px;
}

    .CampoFormConDescr em:not(:empty) {
        font-size: 15px;
        color: var(--Nero);
        font-weight: 400;
        margin: 10px;
        display: block;
    }

.CampoForm {
    background-color: #ffffff;
    padding: 6px;
    position: relative;
    z-index: 0;
    min-height: 52px;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    cursor: pointer;
    transition: transform 100ms ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-radius: 11px;
}

    .CampoForm:last-child {
        margin-bottom: 0
    }

    .CampoForm i {
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: var(--Verde);
        flex: none;
    }

    .CampoForm input, .CampoForm textarea {
        border: 0;
        box-shadow: none !important;
        margin: 0;
        outline: none !important;
        width: calc(100% - 46px);
        margin: 6px;
        padding: 0;
        background: transparent;
        color: var(--Nero);
        font-weight: 400;
        font-size: 16px;
        border-radius: 0;
        resize: none;
    }

    .CampoForm > input:focus,
    .CampoForm > input:not(:placeholder-shown) {
        margin-top: 18px;
        margin-bottom: 0px;
        height: 20px;
    }

    .CampoForm > textarea:focus,
    .CampoForm > textarea:not(:placeholder-shown) {
        margin-top: 18px;
        margin-bottom: 0px;
        height: 244px;
    }

    .CampoForm input:not(.inputRicerca):not([type='range']):not([type='checkbox']):focus,
    .CampoForm textarea:focus {
        border: 0 !important;
        border-right: 2px solid var(--Verde) !important;
    }

    .CampoForm > label, .CampoForm > .MiCall > .Topinambur > label {
        position: absolute;
        top: 0;
        left: 52px;
        height: 52px;
        display: flex;
        align-items: center;
        font-size: 16px;
        padding-bottom: 3px;
        z-index: -1;
        color: #363636;
        transition: height 200ms ease-in-out, font-size 200ms linear, color 200ms linear, left 200ms linear;
    }

    .CampoForm > .MiCall > .Topinambur > label {
        top: -6px;
        left: 6px !important;
        width: calc(100% - 50px);
    }

    .CampoForm > label:empty {
        display: none;
    }

    .CampoForm > input:focus + label,
    .CampoForm > input:not(:placeholder-shown) + label,
    .CampoForm > textarea:focus + label,
    .CampoForm > textarea:not(:placeholder-shown) + label {
        height: 31px;
        font-size: 11px;
        color: var(--Verde);
    }

    .CampoForm textarea {
        min-width: calc(100% - 46px);
        max-width: calc(100% - 46px);
        height: 250px;
        min-height: 28px;
    }

.CampoFormConDescr.Error .CampoForm {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%),0 0 0 4px #ffaaaa;
}

.CampoFormConDescr.obblig .CampoForm > label:after, .Bliga:after {
    content: "*"
}

.loady.SuperLoad {
    height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 20px;
    background-color: white;
}

.CampoFormConDescr .TostBox {
    margin: 15px 0;
}

.MisuraVulne {
    width: 100%;
    padding: 0 10px;
}

.Meter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 10px;
    margin: 10px 0;
    gap: 10px;
}

    .Meter div {
        background-color: var(--Grigetto);
        width: 100%;
        border-radius: 5px;
        position: relative;
    }

        .Meter div:after {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            content: "";
            background-color: #dc3545;
            width: 0;
            border-radius: 5px;
            transition: width 500ms cubic-bezier(0, 0.84, 0, 1.35);
        }

        .Meter div:nth-child(2):after {
            background-color: var(--Verde);
        }

        .Meter div:nth-child(3):after {
            background-color: var(--Verdello);
        }

        .Meter div:nth-child(4):after {
            background-color: var(--VerdeHR);
        }

.MisuraVulne.p1 .Meter div:nth-child(1):after {
    width: 100%;
}

.MisuraVulne.p2 .Meter div:nth-child(1):after {
    width: 100%;
}

.MisuraVulne.p2 .Meter div:nth-child(2):after {
    width: 100%;
}

.MisuraVulne.p3 .Meter div:not(:last-child)::after {
    width: 100%;
}

.MisuraVulne.p4 .Meter div:after {
    width: 100%;
}

.MisuraVulne label {
    display: flex;
    align-items: center;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 400;
    color: var(--Nero);
    gap: 5px;
}

    .MisuraVulne label i {
        font-size: 6px;
        width: 15px;
        text-align: center;
    }

.MisuraVulne.s1 label:nth-child(2) span {
    text-decoration: line-through;
    opacity: .5;
}

.MisuraVulne.s1 label:nth-child(2) i:before {
    content: "\f00c";
    font-size: 15px;
    color: var(--VerdeHR);
}

.MisuraVulne.s2 label:nth-child(3) span {
    text-decoration: line-through;
    opacity: .5;
}

.MisuraVulne.s2 label:nth-child(3) i:before {
    content: "\f00c";
    font-size: 15px;
    color: var(--VerdeHR);
}

.MisuraVulne.s3 label:nth-child(4) span {
    text-decoration: line-through;
    opacity: .5;
}

.MisuraVulne.s3 label:nth-child(4) i:before {
    content: "\f00c";
    font-size: 15px;
    color: var(--VerdeHR);
}

.MisuraVulne.s4 label:nth-child(5) span {
    text-decoration: line-through;
    opacity: .5;
}

.MisuraVulne.s4 label:nth-child(5) i:before {
    content: "\f00c";
    font-size: 15px;
    color: var(--VerdeHR);
}

.fal.null {
    display: none
}

    .fal.null ~ input {
        width: 100%;
    }

        .fal.null ~ input + label {
            left: 20px;
        }

        .fal.null ~ input:not(:placeholder-shown) + label, .fal.null ~ input:focus + label {
            left: 12px;
        }

/* ---- Check Label */
.ElFiltro {
    display: flex;
    gap: 6px;
    overflow: hidden;
    flex-wrap: wrap;
    user-select: none;
    -webkit-user-select: none;
    height: unset;
    align-items: center;
}

    .ElFiltro i {
        height: 20px;
        width: 20px;
        display: flex;
        font-size: 20px;
        justify-content: center;
        align-items: center;
        color: var(--Nero);
    }

    .ElFiltro span {
        font-size: 16px;
        color: var(--Nero);
        font-weight: 400;
        display: inline-block;
    }

        .ElFiltro span.Recup {
            display: flex;
            align-items: center;
            gap: 5px;
        }

            .ElFiltro span.Recup i {
                font-size: 17px;
            }

/* ---- Pulsanti */
.Bottoni {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
}

.BtnHr {
    font-size: 15px;
    display: flex;
    align-items: center;
    transition: box-shadow 50ms linear, border-color 50ms linear, transform 50ms linear;
    width: fit-content;
    margin: 0;
    min-height: 50px;
    font-weight: 500;
    padding: 10px 0;
    padding-left: 18px;
    padding-right: 0px;
    background-color: var(--Verdello);
    color: var(--Nero);
    border: 2px solid var(--Verdello);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    border-radius: 25px;
    white-space: nowrap;
}

    .BtnHr > span {
        font-size: 15px;
        font-weight: 500;
    }

    .BtnHr > i, .Busty .BoxRadioSel input[type=radio] + label > i {
        font-size: 20px;
        width: 45px;
        font-weight: 300 !important;
        color: var(--Nero);
        height: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .BtnHr:hover {
        animation: Pulsina 2s infinite;
    }

    .BtnHr.Light {
        background-color: var(--Bianco);
    }

        .BtnHr.Light > span, .BtnHr.UltraLight > span {
            font-weight: 400;
        }

    .BtnHr.UltraLight {
        background-color: var(--Bianco);
        border-color: var(--Bianco)
    }

    .BtnHr.Lungo {
        width: 100%;
        justify-content: space-between;
        border-radius: 11px;
    }

    .BtnHr.Quadro {
        margin-left: 10px;
        border-radius: 11px;
    }
@keyframes Pulsina {
    0% {
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%), 0 0 0 0 var(--Verdello);
    }

    70% {
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%), 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%), 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes Pulsetta {
    0% {
        box-shadow: 0 0 0 0 var(--Verdello);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

/* ---- Toast Box */

/* Tost Box */
.TostBox {
    width: 100%;
    background-color: #f6c0c0;
    padding: 15px;
    border-radius: 28px;
    display: flex;
    position: relative;
}

    .TostBox span {
        font-size: 16px;
        font-weight: 400;
        color: var(--Nero);
        padding-left: 10px;
        padding-bottom: 2px;
    }

        .TostBox span a {
            text-decoration: none;
            color: #dc3545;
            font-weight: 500;
        }

        .TostBox span strong {
            font-weight: 600;
            font-size: 16px;
            background-color: white;
            padding: 5px 9px 6px 9px;
            margin-right: -4px;
            border-radius: 14px;
            margin-left: 5px;
        }

    .TostBox i {
        font-size: 22px;
        color: #dc3545;
        display: none;
    }

    .TostBox.s1 i.fa-times-circle {
        display: inline-block;
    }

    .TostBox.s2 i.fa-exclamation-circle {
        display: inline-block;
        color: #ff9900;
    }

    .TostBox.s2 span a {
        color: #ff9900;
    }

    .TostBox.s3 i.fa-check-circle {
        display: inline-block;
        color: #53bb46;
    }

    .TostBox.s3 span a {
        color: #53bb46;
    }

    .TostBox.s2 {
        background-color: #ffefc1;
    }

    .TostBox.s3 {
        background-color: #c6f6c0;
    }

    .TostBox.s4 {
        background-color: #ecf1ff;
        width: fit-content;
    }

        .TostBox.s4 i.fa-user-group {
            display: inline-block;
            color: var(--BluSmart);
        }

        .TostBox.s4 .ElFiltro {
            min-height: unset;
            align-items: center;
            overflow: unset;
        }

            .TostBox.s4 .ElFiltro span {
                padding: 0;
                font-weight: 500;
            }

            .TostBox.s4 .ElFiltro i {
                background-color: transparent;
                height: 19px;
                width: 19px;
            }

                .TostBox.s4 .ElFiltro i:not(.fad) {
                    animation: PulBlu 2s infinite;
                }

@keyframes PulBlu {
    0% {
        box-shadow: 0 0 0 0 #519cd3;
    }

    70% {
        box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
/* END */

/* END */



/* Import Export */
.ModuloImpExp #InputFatture {
    display: none;
}
.ModuloImpExp .Draggy {
    height: 73px;
    background-color: var(--Verdino);
    display: flex;
    width: 100%;
    margin: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    font-weight: 500;
    font-size: 16px;
    color: var(--Nero);
    border: 2px dashed var(--Verde);
    position: relative;
    overflow: hidden
}

    .ModuloImpExp .Draggy.In {
        background-color: #fff4eb;
        border: 2px dashed #ff7300;
    }
    .ModuloImpExp .Draggy.Err {
        background-color: #ffd8d8;
        border: 2px dashed #F44336;
    }

.Draggy .Loading {
    opacity: 0;
    visibility: hidden;
    transition: opacity 100ms linear, visibility 100ms linear;
    will-change: opacity, visibility;
}
.Draggy.Blocca {
    pointer-events: none;
}
    .Draggy.Blocca .Loading {
        opacity: 1;
        visibility: visible;
    }

.ModuloImpExp > span {
    color: var(--Verde);
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 0 15px;
    display: block;
    margin-top: 5px;
}

.ModuloImpExp {
    height: fit-content !important;
    margin-bottom: 30px !important;
    overflow: unset;
}
    .ModuloImpExp + .colStyle {
        height: calc(100% - 400px);
    }
    .ModuloImpExp .MultiToggle{
        margin: 0 15px;
        margin-top: 13px
    }
    .ModuloImpExp .MultiToggle,
    .ModuloImpExp .MultiToggle form,
    .ModuloImpExp .MultiToggle form > div,
    .ModuloImpExp .MultiToggle form > div > label {
        width: 100%
    }

    .RigaImpExp {
        justify-content: center;
    }

.MultiToggle + span {
    color: #607D8B;
    margin-top: 13px
}


#ErroriDrag {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #F44336;
    padding-bottom: 17px;
}
    #ErroriDrag em {
        font-style: normal;
        display: flex;
        align-items: baseline;
        gap: 8px;
    }

#ErroriDrag:empty{
    display: none
}


.ModuloImpExp .colStyle.BarraFiltri {
    box-shadow: none;
    margin-bottom: 0;
    width: 100%;
    min-height: 468px;
}

.ModuloImpExp .WrapCall.w100 .wrapSelectZ.Muti {
    width: 100%;
}

.ModuloImpExp .WrapCall.w50 {
    width: calc(50% - 7.5px);
}

.ModuloImpExp .Dual {
    display: flex;
    gap: 15px;
    width: 100%;
}

    .ModuloImpExp .Dual .MultiToggle {
        margin: 0;
    }
    .ModuloImpExp .Dual .Multante {
        flex: none;
    }

.ModuloImpExp .MiCall,
.ModuloImpExp .Topinambur {
    width: 100%;
}

.ModuloImpExp .WrapCall .Topinambur i {
    margin-left: auto
}

.ModuloImpExp .WrapCall > span {
    width: 88px;
    flex: none;
    text-align: center;
}
.ModuloImpExp .btnMainLarge:last-child {
   margin-top: 0 !important
}

.col50 .ModuloImpExp + .colStyle {
    height: calc(100% - 646px);
}

.ModuloImpExp .WrapToggleLin.inptStyle {
    width: 100%;
    border: 0;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 12%);
    padding: 0;
    height: 50px;
    padding-right: 10px;
    padding-left: 18px;
    background-color: #fff;
    cursor: pointer
}
    .ModuloImpExp .WrapToggleLin.inptStyle span {
        font-weight: 400;
        padding-bottom: 2px;
        user-select: none;
        -webkit-user-select: none;
    }

.tgl + .tgl-btn {
    background: #dedede;
    box-shadow: none;
}

    .tgl + .tgl-btn::after {
        box-shadow: 0 0px 15px 0 rgba(0,0,0,0.15);
    }

.ListaStoricoOpe .itemsRicerca.CardOna .InfoDa > label {
    width: 100%;
}

.itemsRicerca.Opera {
    padding-right: 5px !important;
    position: relative;
    margin-top: 15px;
}
    .itemsRicerca.Opera .Nome {
        font-size: 16px;
        padding-bottom: 2px
    }
    .itemsRicerca.Opera .Data {
        background-color: #eff7ec;
        min-height: 38px;
        padding: 10px 12px;
        border-radius: 6px;
        font-size: 14px;
        display: flex;
        align-items: center;
        margin: 5px 0;
        text-align: center;
    }
    .itemsRicerca.Opera em {
        height: 28px;
        background-color: #cae6c3;
        line-height: 28px;
        font-size: 11px;
        padding: 0 9px;
        font-style: normal;
        border-radius: 14px;
        font-weight: 500;
        color: var(--Nero);
        position: absolute;
        bottom: -10px;
        right: -5px;
    }

    .itemsRicerca.Opera[err='1'] {
        border: 2px solid #f88b84;
    }
    .itemsRicerca.Opera[err='1'] .Data {
        background-color: #fff3f3;
    }

.itemsRicercaSelect.Opera[err='1']::before {
    color: #f67268
}

.itemsRicerca.Opera[err='1'] em {
    background-color: #ffb5b0;
}

.ListaStoricoOpe .ListRicerca {
    padding-top: 0
}

    .ListaStoricoOpe .ListRicerca .itemsRicerca.Opera:first-child {
        margin-top: 10px !important
    }
    .ListaStoricoOpe .ListRicerca .itemsRicerca.Opera:not(:has(em)) {
        margin-top: 5px
    }


.DettaglOp {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 12px;
    padding-top: 0;
    width: 100%;
    height: calc(100% - 49px);
    overflow: auto;
}

.LabelText.Intesto.Pao {
    padding-bottom: 10px;
}

.DettaglOp .Stack:last-child {
    padding-bottom: 100px;
}

.DettaglOp .Stack:not(:last-child) {
    width: 100%;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 18px;
}

    .DettaglOp .Stack > label {
        font-size: 16px;
        font-weight: 500;
        color: var(--Nero);
        padding-left: 5px;
        padding-bottom: 7px !important;
        display: block;
    }

.TabellaStorico.Tabina {
    display: flex;
    width: 100%;
    flex-direction: column;
}

    .TabellaStorico.Tabina > .Testa > .Cella:first-child,
    .TabellaStorico.Tabina .Principale > .Cella:first-child {
        width: 100px;
    }

    .TabellaStorico.Tabina > .Testa > .Cella:nth-child(2),
    .TabellaStorico.Tabina .Principale > .Cella:nth-child(2) {
        flex: unset;
        width: 100%;
        min-width: 333px;
    }

    .TabellaStorico.Tabina > .Testa > .Cella:nth-child(3),
    .TabellaStorico.Tabina .Principale > .Cella:nth-child(3) {
        min-width: unset;
        max-width: unset;
        width: 82px;
        flex: none;
    }

.DettaglOp .Stack em {
    display: block;
    font-size: 16px;
    color: var(--Nero);
    font-style: normal;
    padding: 15px;
    padding-bottom: 25px;
    text-align: center;
}

.ListaPuntiAlta {
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding: 3px
}

.PuntoLista {
    display: flex;
    gap: 15px;
    background: #fff3f3;
    padding: 15px;
    border-radius: 17px;
    border: 2px solid #f88b84;
}

    .PuntoLista > i {
        color: #F44336;
        font-size: 20px;
    }
    .PuntoLista > span {
        display: block;
        line-height: normal;
        font-size: 16px;
        font-weight: 500;
        color: var(--Nero);
    }

        .ListaPuntiAlta.Files > a {
            color: var(--Nero) !important;
        }

    .PuntoLista > span:first-letter{
        text-transform: uppercase
    }


.ListaPuntiAlta.Files .PuntoLista {
    border: 0;
    background: #f3f6ff
}

    .ListaPuntiAlta.Files .PuntoLista > i {
        color: #368bf4;
    }

    .ListaPuntiAlta.Files .PuntoLista > span {
        font-weight: 400
    }

.Contenitore.ImpEcop{
    max-width: 1720px
}


    .Contenitore.ImpEcop .WrapCampi.col30 {
        padding-right: 0;
    }
        .Contenitore.ImpEcop .WrapCampi.col30 .colStyle {
            border-radius: 20px 0 0 20px;
        }
    .Contenitore.ImpEcop .WrapCampi.col35:not(.Act) {
        padding-left: 0;
    }

        .Contenitore.ImpEcop .WrapCampi.col35:not(.Act) .colStyle {
            border-radius: 0 20px 20px 0;
            border-left: 2px solid #c8e5c0;
        }


/* END */

/* Dashboard */


.LassoTempo {
    position: absolute;
    left: 0;
}
    .LassoTempo > select {
        height: 50px;
        padding: 0 10px;
        margin-left: 10px;
        border: 0;
        border-radius: 11px;
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 12%);
    }

.Tegola {
    background: var(--Bianco);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 374px;
    position: relative
}
    .Tegola > label {
        font-size: 20px;
        font-weight: 500;
        color: var(--Nero);
        padding-left: 6px;
        display: flex;
        gap: 15px;
        justify-content: space-between;
    }

.Dashboard {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 30px;
    padding: 0 10px;
}

.Contenitore.Menu{
    max-width: 1300px
}

.WrapPie{
    height: 292px;
}

.Tegola.Torta .WrapPie {
    height: 279px;
    display: flex;
    gap: 20px
}

.Tegola .Loading {
    border-radius: 20px;
}
.Tegola > label .WrapCalSet {
    margin-bottom: 0;
    width: fit-content
}
.Tegola > label .WrapCalSet .CaselSet {
    width: fit-content
}
    .Tegola > label .WrapCalSet .CaselSet > div {
        width: fit-content !important;
        height: 40px;
        font-size: 15px;
        padding: 0 15px;
    }

.DatiNumerici {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    width: fit-content;
}

.RigoTorta {
    display: flex;
    gap: 10px;
    align-items: center;
}
.RigoTorta i{
    font-size: 25px
}
    .RigoTorta span {
        font-size: 20px;
        color: var(--Nero);
        padding-right: 20px;
    }
    .RigoTorta label {
        font-size: 20px;
        color: var(--Nero);
        font-weight: 500;
        margin-left: auto;
    }

.LoadMultiFiltro {
    background-color: var(--Bianco);
    position: relative;
    border-radius: 11px;
    width: 356px;
    box-shadow: 0 0 20px rgb(0 0 0 / 12%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px
}

.Cella:has(.Loading.DentroCella) {
   position: relative;
}

.Loading.DentroCella {
    background: #f7f7f7;
}
    .Loading.DentroCella i {
        font-size: 20px;
    }

.Option.Vrust {
    box-shadow: inset 0 0 0 2px var(--Verdetto);
}



/* Toggle Multi Lista */

.ToggleListe {
    width: 100%;
    padding: 10px;
    border-radius: 0 0 26px 26px;
    border: 2px solid var(--Verde);
}
    .ToggleListe ul {
        padding: 10px;
        padding-top: 5px;
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
        border-radius: 18px;
        margin: 0;
        max-height: 250px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .ToggleListe .WrapCalSet {
        margin-bottom: 10px;
    }
    .dnon{
        display:none!important;
    }
   .dnonFat {
       display:none!important;
   }
#Fture .dnonFat {
    display: grid !important;
    visibility:hidden;
}



/* REPORT RIFATTURAZIONE */
.navTabelle{
    position: absolute;
    bottom:0;
    display:flex;
    width:100%;
    overflow-y:auto;
}
    .navTabelle .cellaNav {
        font-weight: 600;
        text-align: center;
        padding: 10px;
        color: #003e00;
        background-color: #f7f7f7;
        border: 2px solid var(--Verde);
        cursor: pointer;
        cursor: pointer;
        border-left: 0;
        width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        white-space: nowrap;
    }


.WrapNav{
    display:flex;

}
.navTabelle .cellaNav:first-child {
    border-radius: 0 0 0 21px;
    border-left: 2px solid var(--Verde);
}
.navTabelle .cellaNav.sel {
    color: green;
    box-shadow: inset 1px -3px 20px 3px #7cd064;
}
.WrapTabello.report .TabStorico[ido]{
    display:none;
}
    .WrapTabello.report .TabStorico[ido].sel {
        display: table;
    }
    .ContieniRighe.report {
        position: relative;
        padding-bottom: 50px;
    }
/* END */
.btnDisti {
    font-size: 20px;
}
.TabellaStorico .Cella > label {
    cursor:pointer;
    white-space: nowrap;
    padding: 0 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.TabellaStorico .Cella > label input[type='file']{
    display:none;
}