﻿/* Regole */

/*
    - Selezionato: 3px bordo o shadow colore var(--Verdello)
    - Elemento lista non selezionato: 3px bordo o shadow colore var(--Verdino)
    - Pulsanti: sfondo var(--Verdello), colore var(--Nero) altezza 50px usa classe BtnHr ( se serve Lungo )
    - Hover Elemento lista: 2px dashed var(--Nero)
    - Elementi di interazione: box-shadow: 0 0 20px 0 rgb(0 0 0 / 12%) 
*/


:root {
    --Bianco: #ffffff;
    --Verde: #f68c2b;
    --Verdetto: #fabd03;
    --Verdello: #fcd970;
    --Verdino: #fef2e6;
    --Arangino: #fef8f2;
    --Nero: #363636;
    --Arancio: #ffc107;
    --Panna: #f7f7f7;
    --Grigetto: #e0e0e0;
    --Grigino: #ebebeb;
    --VerdeHR: #81d981;
    --BluSmart: #0071bc;
    --RossoSmart: #ff7271;
    --ArancioCelle: #ff954a;
    --BiancoCelle: #f4ebfd;
    --VerdeOk: #28a745;
    --Blu: #3f51b5;
    --RossoCelle: #ff908f;
    --Azurrino: #d9eaf5;
    --FontFam: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
}


::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: var(--Bianco);
}

::-webkit-scrollbar-thumb {
    background: var(--Verdello);
}

    ::-webkit-scrollbar-thumb:hover {
        background: var(--Verde);
    }


.obblig {
    background-color: #ffffba!important;
}

.err input.inputmain {
    background-color: var(--RossoCelle);
}
input.err {
    background-color: var(--RossoCelle);
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    background-color: #ffffff;
    font-family: var(--FontFam);
    background-image: url('../Img/Pattern.png');
    background-size: cover;
    background-position: center;
}
.ListRicerca {
    width: unset;
    padding: 6px 10px 10px 10px;
    overflow-y: auto;
}
.ListRicerca ul{
    width: 100%;
}

/* No Permesso */
.AndorSolo[vd='False'] > .PagTag, .Fingolo > a[vd='False'] > .PagTag {
    background-color: #d5d5d5;
    border: 2px solid grey;
}

[vd='False'] .Fingolo .PagTag:after {
    border-left: 2px solid grey;
    border-bottom: 2px solid grey;
}

[vd='False'], [vd='False'] * {
    pointer-events: none;
}

main[lettura="lettura"]::after {
    content: "Modalità sola lettura";
    position: fixed;
    right: 0;
    z-index: 100;
    bottom: 0;
    background-color: #8080804d;
    padding: 2px 6px;
    border-top-left-radius: 11px;
}

main[lettura="lettura"] .posRelat {
    height: 100% !important;
}

main[lettura="lettura"] .WrapCampi > .wrapSelectZ,
main[lettura="lettura"] .WrapCampi > input,
main[lettura="lettura"] .WrapCampi > select,
main[lettura="lettura"] .WrapCampi > .MiCall,
main[lettura="lettura"] .WrapCampi > .WrapSottoni,
main[lettura="lettura"] .WrapCampi .tgl-btn,
main[lettura="lettura"] .multiCheck.Filtri .BoxRadioSel,
main[lettura="lettura"] #LaRica,
main[lettura="lettura"] .PopGio .BtnSotto,
main[lettura="lettura"] .PopGio .Busty.SelctWDescry,
main[lettura="lettura"] .PopGio .TimbriAlto .BtnHr.Prem,
main[lettura="lettura"] .PopGio .ListaDatiTimbri .CampoForm {
    pointer-events: none !important;
}

main[lettura="lettura"] .PopGio .BtnSotto,
main[lettura="lettura"] .PopGio .TimbriAlto .BtnHr.Prem {
    display: none !important
}

main[lettura="lettura"] .PopGio {
    padding-bottom: 0;
}
/* END */


/* New Infor */
#NewInfor #wert {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 132px);
    padding: 15px;
    padding-top: 0;
}
#NewInfor .comandiZ span {
    color: var(--Nero);
    margin: 0;
    padding-left: 10px;
    margin-right: auto;
}
#NewInfor .comandiZ {
    padding: 15px;
}
#NewInfor {
    display: block;
    height: fit-content;
    position: relative;
    top: unset;
    left: unset;
    padding: 0;
    border-radius: 20px 36px 20px 20px;
    max-height: calc(100% - 60px);
}
    #NewInfor > .comandiZ > .BtnHr {
        z-index: 11;
    }

        #NewInfor > .comandiZ > .BtnHr > i {
            font-size: 18px;
            width: 45px;
            height: 100%;
        }

.InModale {
    position: absolute;
    top: 10px;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

#loadNewInfor.loadGif {
    filter: unset;
    background-image: url(../Img/logo.png);
    zoom: unset;
    width: 30px;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    height: 30px;
    background-size: contain;
}
/* END */

@keyframes Ruota{
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

/* Nav Sinistra */
.Navute {
    background-color: var(--Bianco);
    height: 100vh;
    width: 200px;
    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;
    display: flex;
    flex-direction: column;
}

.Navute ~ main {
    width: calc(100vw - 200px);
}

.Navute.Pikla ~ main {
    width: calc(100vw - 72px);
}

.Stack {
    width: 100%;
}

.Navute a {
    text-decoration: none;
}

.PagTag {
    margin: 16px;
    margin-bottom: 0;
    width: calc(100% - 32px);
    font-size: 14px;
    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;
}

    .PagTag:hover {
        animation: Pulsrosa 2s infinite;
    }

@keyframes Pulsrosa {
    0% {
        box-shadow: 0 0 0 0 var(--Verdino);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 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;
    }

.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: 94%;
        background-repeat: no-repeat;
        background-color: white;
    }

        .Navute .WrapOmin .ImogArto.Vero {
            background-color: unset;
            background-image: url('../img/lungo.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;
    margin-bottom: 0;
}


.Navute.Pikla .PagTag[aria] i::before {
    content: "\f105";
}

.Navute.Pikla .PagTag[aria] i::before {
    content: "\f105";
}


.PagTag.Kiny, .Navute.Pikla .PagTag {
    width: 44px;
    justify-content: center;
    margin-left: auto;
}


    .PagTag.Kiny i, .Navute.Pikla .PagTag i {
        margin-right: 0;
    }

        .PagTag.Kiny i.fa-angle-left, .PagTag.Kiny i.fa-angle-right {
            font-size: 22px;
        }

    .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: 70px;
            width: 15px;
            position: absolute;
            top: -49px;
            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: 16px;
}

.Navute.Pikla .WrapOmin .ImogArto.Vero {
    background-image: url('../Img/Logom.jpg');
}

.Navute.Pikla .PagTag.Sto {
    width: 44px;
    padding-right: 0;
}

.Navute.Pikla .PagTag .fa-chevron-down {
    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;
    }

        .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 .AndorSolo > .PagTag > i.fa-chevron-right {
        display: none;
    }

        .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 */
.sciServv {
    float: unset;
    margin-top: unset
}
input#coddo {
    margin-top: 0;
    border-radius: 0 0 11px 11px;
    text-align: center;
}
div#LaRica {
    width: 100%;
}
.itemsRicerca, .itemsNotif{
    border-radius: 7px;
}
.WrapToggleLin {
    background-color: var(--Bianco);
}

#masterone.Nuov {
    display: flex;
    align-items: center;
    justify-content: center;
}

    #masterone.Nuov .boxAlerz {
        display: flex;
        border-width: 0;
        border-radius: 26px;
    }
.boxImgAlerz {
    padding-right: 0;
    width: 145px;
}
.contTxtAlerz {
    width: calc(100% - 145px);
}
.boxTitAlerz span {
    font-weight: 700;
}
.boxTitAlerz {
    padding-top: 20px;
}
.boxTxtAlerz {
    padding: 15px;
}
    .boxTxtAlerz span {
        word-break: break-word;
    }

.boxAlerz > i {
    height: 40px;
    width: 40px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    background-color: rgba(255,255,255,.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400 !important;
    font-size: 18px;
    top: 10px;
    right: 10px;
    border-radius: 20px;
    color: var(--Nero);
    transition: var(--an_active), background-color 80ms linear;
}
    .boxAlerz > i:hover {
        background-color: var(--Bianco);
        animation: Pulsina 2s infinite;
    }
.conBtnDelegato{
    padding: 10px;
}
    .conBtnDelegato div{
        border-radius: 20px;
    }
        .conBtnDelegato div:hover {
            animation: Pulsina 2s infinite;
        }

.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;
}

.YesSir i, .NoSir i {
    font-size: 18px;
    width: 20px;
    height: 40px;
    top: 0;
    right: 0;
    width: 40px;
    font-weight: 400;
    color: var(--RossoSmart);
}

.YesSir i {
    color: #4caf50;
}
.colStyle.boxAlerz {
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 15%);
}

.LabelText {
    text-align: center;
    margin-top: 11px;
    color: #363636;
    font-weight: 400;
    margin: 0;
    font-size: 20px;
}
.WrapCampi.col33 .LabelText.Intesto {
    padding-bottom: 0;
}
    .LabelText.Intesto {
        padding: 12px 17px;
        height: fit-content;
        width: 100%;
    }

    .LabelText.Absolos {
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        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, .NoDati {
    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.Altri {
        height: 50px;
        width: 50px;
        border-radius: 25px;
        bottom: -60px;
        top: unset;
        left: calc(50% - 25px);
        background-color: var(--Bianco);
        font-size: 20px;
        box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
        transition: bottom 100ms linear;
    }

    .Loading.Altri.Vedi {
        bottom: 40px;
    }

.NoDati .TitoloStack{
    font-size: 22px;
}
    .NoDati span.TitoloStack {
        font-size: 16px;
        font-weight: 400;
        margin: 0;
    }
.Nozol {
    display: flex;
    gap: 20px;
    align-items: center;
}
    .Nozol .Andreea {
        position: static;
        width: 160px;
        margin-bottom: 40px;
    }
.Fianco{
    width: 240px;
}

.Tabella .Loading, .NoDati {
    z-index: 16;
}
.NoDati {
   display: none;
}
.NoDati.Vedi {
   display: flex;
}

    .Loading i {
        animation: Ruota 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 {
    width: calc(100% - 50px);
    border-radius: 11px 0 0 11px;
    padding-left: 16px;
    font-size: 16px;
    font-weight: 400;
}

.grupSelT .btnCercaMain {
    font-size: 20px;
    border-radius: 0 11px 11px 0;
}

.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% - 129px);
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 50px;
    width: 100%;
}

.bottyWrappy {
    background-color: var(--Bianco);
    left: 0;
    height: fit-content;
    width: 100%;
    padding: 15px;
    gap: 15px;
    display: flex;
    justify-content: center;
    box-shadow: 0 0 20px rgb(0 0 0 / 12%);
}

.newInputStyle.Dati {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 8px;
    min-height: 212px;
    align-items: flex-start;
}

.WrapToggleLin.inptStyle {
    position: relative;
    border-radius: 0 0 11px 11px;
    width: 100%;
    border: 2px solid var(--Verde);
}

.wrapSelectZ {
    width: 100%;
}

    .wrapSelectZ:after {
        font-weight: 500;
        right: 17px;
        top: 17px;
        transition: transform 100ms linear;
    }


.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 18px;
    padding-right: 15px;
    box-shadow: 0 0 20px rgb(0 0 0 / 12%);
    font-size: 16px;
    font-weight: 400;
}

    .btnAzio:after {
        font-weight: 300;
        margin-left: 10px;
        margin-top: 0;
        font-size: 20px;
    }

    .btnAzio.verde:hover {
        animation: Pulsverde 2s infinite;
    }

@keyframes Pulsverde {
    0% {
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%), 0 0 0 0 #28a745;
    }

    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);
    }
}

.btnAzio.rosso {
    background-color: #f44336;
}

@keyframes Pulsross {
    0% {
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%), 0 0 0 0 #f44336;
    }

    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);
    }
}

.btnAzio.rosso:hover {
    animation: Pulsross 2s infinite;
}

@keyframes Pulsblu {
    0% {
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%), 0 0 0 0 #4e8fff;
    }

    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);
    }
}

.btnAzio.blu:hover {
    animation: Pulsblu 2s infinite;
}


.itemsRicerca, .itemsNotif {
    border-color: var(--Verdino);
    color: var(--Nero);
}

.itemsRicercaSelect {
    background-color: var(--Bianco) !important;
    color: var(--Nero);
    border: 3px 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 solid var(--Verdino);
        animation: Pulsetta 2s infinite;
        z-index: 11;
    }

    .itemsRicerca.itemsRicercaSelect:hover {
        border: 3px solid var(--Verdello);
    }
}

.Logo {
    width: 155px;
    height: 30px;
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../img/lungo.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%;
    transition: height 120ms linear;
}

.Filtri .WrapSottoni {
    overflow: hidden;
    height: 0;
    position: relative;
    left: unset;
    top: unset;
}

    .WrapSottoni .Uni {
        box-shadow: none;
        margin-top: 0;
        padding: 10px;
        padding-bottom: 0;
    }

    .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
    }

.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;
    user-select: none;
    -webkit-user-select: none;
}

    .wrapSelectZ.Muti:first-child {
        margin-left: 0;
    }

    .wrapSelectZ.Muti.Aria .WrapSottoni {
        height: 200px;
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 12%);
    }
    .wrapSelectZ.Muti.Aria:after {
        transform: rotateX(180deg)
    }

    .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;
        position: relative;
        font-size: 16px !important;
    }

/*.MasterSelect {
    background: RED;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 17;
}
.wrapSelectZ.Muti.Aria > span,
.wrapSelectZ.Muti.Aria .WrapSottoni {
    z-index: 18;
}*/



.PerChiudi {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    caret-color: transparent;
    cursor: pointer;
}
.Dati .WrapToggleLin.inptStyle span {
    font-weight: 400;
    padding-left: 8px;
}

.Dati .wrapSelectZ.Muti > span {
    font-weight: 400;
    line-height: 40px;
    padding-left: 13px;
}
.box-localita .wrapSelectZ.Muti > span {
    font-weight: 400;
    line-height: 46px;
}
.Dati .wrapSelectZ:after {
    right: 15px;
    top: 15px;
    font-size: 16px !important
}

.wrapSelectZ.Muti:active {
    transform: unset
}

.ConOptions {
    height: 140px;
    overflow: auto;
    padding: 10px;
    padding-bottom: 20px;
}

.Option {
    background-color: white;
    border: 2px solid var(--Verdino);
    padding: 10px 15px;
    margin-bottom: 10px;
    display: flex;
    border-radius: 11px;
    font-size: 16px;
    align-items: center;
    min-height: 50px;
    font-weight: 400;
}

    .Option.Vrust {
        border: 3px solid var(--Verdello);
    }
    .Option:not(.Vrust):hover {
        border: 2px dashed var(--Nero);
    }

.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%;
}
.ConInto {
    margin-top:45px !important;
    position: relative;
}
.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);
    -webkit-backdrop-filter: blur(11px);
    justify-content: end;
    z-index: 13;
    position: relative;
    margin: 0;
    z-index: 17;
}

    .NabMobile.Vedi .Loading {
        height: 50px;
        width: 50px;
        position: relative;
        top: unset;
        left: unset;
        border-radius: 11px;
        font-size: 16px;
        margin-left: 20px;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    }

    .NabMobile.Vedi > .LabelText {
        font-size: 18px;
    }

    .NabMobile.Vedi ~ .Contenitore {
        height: calc(100vh - 70px);
    }

/* END */

/* Popup */

.Popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
    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: var(--Panna) !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: 11px;
            background-color: white;
            overflow: hidden;
            z-index: 8;
        }
            .MiCall .calen-dario.Flottante.Dentro {
                position: static;
                box-shadow: none;
                width: 100%;
                border: 1px solid #ececec;
            }

            .MiCall .calen-dario.Flottante .calendarioContainer {
                display: block;
                grid-template-columns: unset;
                width: 100%;
                grid-template-rows: unset;
            }

.calen-dario.Flottante .N-Download {
    width: 35px;
    height: 35px;
    font-size: 16px;
    justify-content: center;
}

.calen-dario.Flottante .Corrente {
    margin: 0 auto;
    display: flex;
    align-items: center;
}

    .calen-dario.Flottante .Corrente .Anno {
        font-weight: 500;
        color: var(--Verde);
        margin-left: 6px;
    }

.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
    }

.Rigo.Kondor:hover, .Rigo.Kondor.Ello {
    box-shadow: 0 0 0 3px var(--Verdello);
    z-index: 1;
    position: relative;
}

.Rigo.Kondor:last-child .calendarioCelle:first-child {
    border-radius: 0 0 0 11px;
}
.Rigo.Kondor:last-child .calendarioCelle:last-child {
    border-radius: 0 0 11px 0;
}

.Dentro .Rigo {
    display: flex;
}
.MiCall .Dentro .Rigo .calendarioCelle, .MiCall .Dentro .Rigo .calendarioGiorni {
    width: 100%;
}
    .MiCall .Dentro .Rigo .calendarioCelle:last-child, .MiCall .Dentro .Rigo .calendarioGiorni:last-child {
        border-right: 0;
    }
    .MiCall .Dentro .Rigo:last-child .calendarioCelle{
        border-bottom: 0;
    }
.MiCall .calen-dario.Flottante.Dentro, .calen-dario.Dentro .calendarioContainer {
    overflow: unset;
}
.calen-dario.Dentro .calendarioHeader {
    border-radius: 11px 11px 0 0;
}
.calen-dario.Dentro .N-Download {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
    flex: none;
}
.calen-dario.Dentro .inputmain {
    height: 40px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 5%);
    font-size: 14px;
    padding-right: 40px !important;
    border-radius: 5px;
}
.calen-dario.Dentro .wrapSelectZ:after {
    right: 14px;
    top: 13px;
    font-size: 15px;
}
.calen-dario.Dentro .Corrente {
    gap: 10px;
    width: 100%;
    margin: 0 10px;
}
    .calen-dario.Dentro .Corrente .wrapSelectZ:first-child {
        width: 150px;
    }
/* END */


/* Box-Localita */

.box-localita {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 8px;
}

    .box-localita .wrapSelectZ.Muti, .box-localita span.inputmain, .WrapCampi .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;
        font-size: 16px !important;
        cursor: not-allowed;
    }
.wrapSelectZ.Muti > span.obblig {
    border-radius: 0 0 11px 11px;
}
/* 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;
            font-family: var(--FontFam);
        }

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 */


/* Sistema Avvisi */

.WrapAvvisi {
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 98;
    overflow: auto;
    max-height: calc(100vh - 40px);
    padding-right: 20px;
}

.RequestError {
    background-color: #ffb8b8;
    min-height: 45px;
    margin-top: 15px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    padding: 11px 15px;
    border-radius: 6px;
    padding-left: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #363636;
    width: fit-content;
    margin-left: auto;
    max-width: 260px;
}

    .RequestError i {
        font-size: 20px;
        margin-right: 12px;
    }

    .RequestError span {
        display: block;
        width: calc(100% - 32px);
        word-break: break-word;
    }

    .RequestError.T0 {
        background-color: #ffdb9b;
    }

    .RequestError.T2 {
        background-color: #c6f6c0;
    }

    .RequestError.T0 i {
        color: #ff9b00;
    }
    .RequestError.T1 i {
        color: #ff4f4e;
    }
    .RequestError.T2 i {
        color: var(--VerdeOk);
    }


/* END */


.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;
    }
.colSelectContent .BtnHr.Lungo {
    margin-top: 15px;
}

@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);
    }
}
/* END */

/* 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;
    position: relative;
    z-index: 11;
    flex-direction:column;
}

.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;
}

.Dati .loady.SuperLoad {
    background: transparent;
    height: 50px;
    width: 50px;
    right: 8px;
}

.CampoFormConDescr .TostBox {
    margin: 15px 0;
}

.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;
        }

/* END */


/* 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;
        }
/* END */


/* 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/Logom.jpg');
    height: 90px;
    width: 90px;
    border: 1px solid rgba(0,0,0,.11);
    background-size: 50%;
    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;
    }

.Andreea {
    background-image: url('../img/hello.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 250px;
    aspect-ratio: 1;
    transition: opacity 200ms linear;
    opacity: 0;
    position: absolute;
    left: 0;
    top: calc(50% - 125px);
}
.Andreea.Vedi{
    opacity: 1;
}
.Andreea.Ecco {
    background-image: url('../img/Ecco.png');
}
    .Andreea.Hom {
        background-image: url('../img/Hom.png');
    }
    .Andreea.Ops {
        background-image: url(../img/Ops.png);
    }

.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;
        }

/* END */


/* 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 */


/* Gestione Ore */

.Tabella, .Tabella.colStyle {
    height: 100%;
    width: calc(100% - 40px);
    margin: 20px;
    border-radius: 11px;
}

.Filtri, .Filtri.colStyle {
    height: 80px;
    width: fit-content;
    margin: 20px;
    display: flex;
    flex-wrap: nowrap;
    overflow: unset;
}

    .Filtri .inputmain {
        border: 0;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
        margin: 0;
        padding-right: 48px !important;
        padding-left: 15px !important;
        font-size: 16px;
        text-transform: capitalize;
    }

    .Filtri .inputmain option{
        text-transform: capitalize;
    }

.Filtro.Doppio {
    display: flex;
    gap: 20px;
}
    .Filtro.Doppio .ConInto:first-child{
        flex: none;
    }
    .Filtro.Doppio .ConInto:last-child {
        width: 100%;
    }

.Filtro .wrapSelectZ.Muti {
    margin: 0;
    width: 100%;
    height: unset;
    min-height: 50px;
}

.Filtri .Stack {
    padding: 20px;
    padding-bottom: 40px;
}
    .Filtri .Stack.Titolo {
        padding-bottom: 5px;
        display: flex;
        justify-content: space-between;
    }

    .Filtri .Stack.Scroll {
        padding: 0;
        height: calc(100% - 160px);
        overflow-y: auto;
        overflow-x: hidden;
        scroll-behavior: smooth;
        will-change: scroll-position;
    }

    .Filtri .Stack.Pie {
        padding-bottom: 20px;/*
        box-shadow: 0 0 20px rgba(0,0,0,.10);*/
    }

    .Filtri .Stack.Pie .BtnHr{
        margin: 0 auto;
    }
.inputmain:focus {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%) !important;
}

.Busty .BoxRadioSel {
    padding: 0 !important;
}

.Busty .inputmain {
    margin: 0;
}

.Busty .BoxRadioSel .RadioSelM {
    height: 50px;
    padding: 0 15px;
    width: 100%;
    transition: box-shadow 120ms ease-in-out, var(--an_active);
}

.Busty .BoxRadioSel input[type=radio]:checked + label {
    box-shadow: inset 0 0 0 3px var(--Verdello);
    background-color: var(--Bianco);
    color: var(--Nero);
    border-radius: 11px;
    font-weight: 500 !important;
}


.Busty.SelctWDescry .inputmain.desct {
    width: fit-content;
    padding: 0 12px !important;
}

.Busty .wrapSelectZ.Muti {
    margin: 0;
    border-radius: 0 11px 11px 0;
}
.SelctWDescry {
    margin-left: 0
}

.Filtri .Busty .BoxRadioSel .RadioSelM {
    border: 0 !important;
}

.Filtri .Busty .wrapSelectZ.Muti{
    box-shadow: none;
    width: fit-content;
}
    .Filtri .Busty .wrapSelectZ.Muti::before {
        content: "";
        height: calc(100% - 10px);
        width: 0;
        border-left: 2px solid rgba(0,0,0,.1);
        display: block;
        position: absolute;
        top: 5px;
        left: 0;
    }

.Filtri .SelctWDescry {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    border-radius: 11px;
    height: 50px;
}
.Filtri .Busty .BoxRadioSel input[type=radio] + label {
    height: 100%;
    padding: 0 12px;
    padding-bottom: 2px;
    font-weight: normal;
    white-space: nowrap;
}


.Filtri .wrapSelectZ.Muti > span {
    padding-left: 15px;
}

.Filtri .wrapSelectZ.Muti .loady.SuperLoad {
    height: 50px;
    width: 50px;
    background: white;
    z-index: 2;
}


.ConOptions:empty{
    position: relative
}
.ConOptions:empty::before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "Nessun risultato trovato";
    font-size: 16px;
    color: var(--Nero);
    font-weight: 400;
}

.Masterone {
    right: 0;
    height: 100vh;
    width: 100vw;
    top: 0;
    position: fixed;
    z-index: 18;
    background-color: rgba(0,0,0,.3);
    display: none;
    opacity: 0;
    transition: opacity 100ms linear;
    align-items: center;
    justify-content: center;
    will-change: opacity
}

.Filtri.colStyle {
    top: 0;
    right: -500px;
    height: 100vh;
    width: 400px;
    position: fixed;
    display: flex;
    flex-direction: column;
    z-index: 20;
    margin: 0;
    border-radius: 0;
    transition: right 150ms linear;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    will-change: right
}
.Filtri.colStyle.Vedo {
    right: 0;
}

.TitoloStack{
   font-size: 18px;
   color: var(--Nero);
   font-weight:500;

   margin-bottom: 12px;
   display: block;
}
.Filtri .Stack.Titolo .TitoloStack {
    font-size: 25px;
    padding-left: 5px;
}

.TitoloStack.separator {
    width: 100%;
    text-align: center;
    margin: 12px 0;
}

.Icse {
    padding: 0;
    height: 40px;
    width: 40px;
    min-height: 0;
    justify-content: center;
    background-color: var(--Bianco);
    border-color: var(--Bianco);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}
    .Icse i {
        font-weight: 400 !important;
        font-size: 18px;
    }


/* END */


/* Tabella */
.WrapTabella {
    overflow: auto;
    width: 100%;
    height: 100%;
}


.ContTabella {
    display: table;
    width: 100%;
}
.LeSemane {
    background: var(--Bianco);
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .LeSemane .spanTabGrupp {
        height: 39px;
        margin-top: 0;
        line-height: 13px;
        text-align: center;
        display: flex;
        font-size: 14px;
        align-items: center;
        justify-content: center;
    }

.TestaSema, .RigoSema {
    display: flex;
    width: 100%;
    gap: 3px;
}
.RigoSema {
    display: flex;
    width: 100%;
    gap: 3px;
    padding: 3px;
    padding-left: 0;
    padding-bottom: 0;
}

    .RigoSema:nth-child(2){
        padding-top: 0;
    }
    .RigoSema:last-child {
        padding-bottom: 6px;
    }


.TestaSema {
    z-index: 11;
    top: -60px;
    position: sticky;
    transition: top 100ms linear;
    padding: 3px;
    padding-left: 0;
    background-color: var(--Bianco)
}

.LePenditi {
    display: flex;
    flex-direction: column;
    position: sticky;
    left: -203px;
    z-index: 14;
    background-color: var(--Bianco);
    transition: left 150ms linear;
}

.Gio.Pesce.Spaz {
    border-radius: 9px 0 0 0;
    position: sticky;
    top: -66px;
    z-index: 11;
    border: 3px solid white;
    height: 66px;
    transition: top 100ms linear;
}

.Tovolo {
    display: flex;
}

.WrapTabella.FloatTesta .TestaSema,
.WrapTabella.FloatTesta .Gio.Pesce.Spaz {
    top: 0;
}
.WrapTabella.FloatNomi .LePenditi {
    left: 0;
}

.Gio {
    background-color: var(--Verdino);
    padding: 0;
    color: #363636;
    font-weight: 500;
    position: relative;
    transition: var(--an_active);
    display: inline-block;
    width: 100%;
    height: 60px;
    min-width: 50px;
}

    .Gio.Pesce {
        width: 200px;
        flex: none;
        display: flex;
        align-items: center;
        border: 3px solid var(--Bianco);
        border-top: 0;
        height: 63px;
        background-color: var(--Panna);
    }

    .Gio.true {
        background-color: var(--ArancioCelle);
    }
    .Gio.false {
        background-color: var(--BiancoCelle);
    }
    .Gio.null {
        background-color: var(--RossoCelle);
    }
    .Gio.pre {
        background-color: var(--Grigino);
    }

    .Gio > .Ore {
        width: 100%;
        display: block;
        font-size: 15px;
        text-align: center;
        font-weight: 500;
        color: var(--Nero);
    }
    .Gio.Pesce > .Ore {
        padding: 0 10px;
        line-height: 1.4;
        word-break: break-word;
    }

    .Gio.null > .Ore, .Gio.true > .Ore {
       color: var(--Bianco);
       font-weight: 400;
    }

.TestaSema .Gio {
    background-color: #ffeabe;
    color: var(--Nero);
    font-size: 18px;
}

.RigoSema .Gio {
   display: flex;
   align-items: center;
}

.RigoSema .Gio:hover {
    outline: 1px dashed #000;
    z-index: 97;
    cursor: pointer;
}


.Gio i.fa-trash {
    color: var(--RossoSmart);
}

.TestaSema .Gio:first-child {
    border-radius: 9px 0 0 0;
}

.TestaSema .Gio:last-child {
    border-radius: 0 9px 0 0;
}

.Gio.Pesce:last-child {
    border-radius: 0 0 0 9px;
}

.RigoSema:last-child .Gio:last-child {
    border-radius: 0 0 9px 0;
}

.Gio.Prima {
   pointer-events: none;
   position: relative;
   opacity: .55;
}

/*.Gio.Prima::before {
    z-index: 11;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0,0,0,.1)
}*/

.Gio > .Num {
    background: white;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 8px;
    font-size: 14px;
    padding-bottom: 2px;
    font-weight: 500;
}

    .Gio > .Num.Lungo {
        min-width: 25px;
        font-size: 13px;
        width: fit-content;
        padding: 0 5px 2px 5px;
        display: none;
        white-space: nowrap;
    }

.Tabella[mese='false'] .Gio{
    min-width: 92px;
}
    .Tabella[mese='false'] .Gio > .Num.Lungo {
        display: flex;
    }
    .Tabella[mese='false'] .Gio > .Num:not(.Lungo) {
        display: none;
    }


.Gio > .Nom {
    height: 35px;
    width: 100%;
    display: block;
    line-height: 33px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
}

.Gio.Festa > .Num {
    color: #ff847b;
}

/* END */



/* Permessi */

.multiCheck.Filtri {
    border: 2px solid var(--Verde);
    border-radius: 0 0 11px 11px;
    padding: 15px;
    gap: 18px;
    height: unset;
    flex-direction: column;
    margin: 0;
}


.simpleToggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    .simpleToggle span {
        width: calc(100% - 375px);
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 15px;
        font-weight: 500;
        color: var(--Nero);
    }
    .simpleToggle .BoxRadioSel {
        width: 360px;
        flex: none;
        border-radius: 5px;
    }
        .simpleToggle .BoxRadioSel .RadioSelM {
            border-radius: 5px !important;
        }
        /*        .simpleToggle .BoxRadioSel .RadioSelM:last-child {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        .simpleToggle .BoxRadioSel .RadioSelM:nth-child(2) {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }*/
        .simpleToggle:not(:last-child) {
            border-bottom: 2px solid var(--Verdino);
            padding-bottom: 15px;
        }

.BtnHr.Prem.pw {
    border-radius: 11px;
}

#NewInfor.colStyle.vh50 {
    height: 50vh;
    position: relative;
    padding: 0;
}

    #NewInfor.colStyle.vh50 .comandiZ {
        padding-bottom: 0;
    }

    #NewInfor.colStyle.vh50 ul#listaAggiungi {
        padding: 0;
        margin: 0;
    }

    #NewInfor.colStyle.vh50 #wert {
        height: 100%;
        padding: 0;
    }
    #NewInfor.colStyle.vh50 .colSelectContent {
        height: calc(100% - 55px);
    }

/* END */

/* Legenda Tabella Ore  */

.CellRip {
    box-shadow: 0 0 10px 0px rgba(0,0,0,.2);
    width: 55px;
    border: 3px solid white;
}
    .CellRip.Ara {
        background-color: var(--ArancioCelle);
    }
    .CellRip.Ros {
        background-color: var(--RossoCelle);
    }
    .CellRip.Ver {
        background-color: var(--VerdeOk);
    }
    .CellRip.Vio {
        background-color: var(--BiancoCelle);
    }
    .CellRip .Targetta {
        display: none;
    }
/* END */


/* Riepilogo Filtri */
.RipFiltri {
    margin: 20px;
    display: flex;
    margin-bottom: 0;
    gap: 20px;
    width: calc(100% - 40px);
    flex-wrap: wrap;
}
.RipFiltro {
    height: 50px;
    background-color: var(--Bianco);
    width: fit-content;
    padding: 0;
    padding-right: 15px;
    border-radius: 11px;
    cursor: pointer;
}
    .RipFiltro > label{
        cursor: pointer;
    }
    .RipFiltro > label > span:not(:only-child):not(:last-child) {
        margin-right: 5px;
    }
    .RipFiltro > label > span:not(:only-child):not(:last-child):after {
        content: ","
    }

.Disad{
    position: relative;
}
.Disad::after {
   content: "";
   height: 100%;
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background-color: rgba(255,255,255,.5);
   border-radius: 11px;
}

@keyframes PulsaFiltro{
    0% {
        box-shadow: 0 0 0 0 var(--RossoSmart);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.QuiFi:not(.Filtro) {
    animation: PulsaFiltro 2s infinite;
    margin: 10px;
    padding: 10px !important;
    width: calc(100% - 20px);
    margin-bottom: 30px;
    border-radius: 16px;
}
.Filtro.QuiFi {
    animation: PulsaFiltro 2s infinite;
    border-radius: 11px;
}
/* END */


/* Pop Giorno */
.Masterone.Pop{
    opacity: 1;
    display: flex;
}
.PopGio.colStyle {
    flex: none;
    height: fit-content;
    width: 940px;
    max-height: calc(100% - 20px);
    border-radius: 38px;
    padding: 20px;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    background-color: var(--Panna);
    flex-wrap: unset;
}
    .PopGio .Stack.Titolo {
        display: flex;
        gap: 16px;
        position: relative;
    }
        .PopGio .Stack.Titolo .Icse:not(.NoUp) {
            z-index: 12;
        }
        .PopGio .Stack.Titolo .TitoloStack {
            font-size: 22px;
            padding: 0 10px;
            margin: 0;
            line-height: 40px;
            text-transform: capitalize;
        }
.PopGio.PopAltri .Stack.Titolo .TitoloStack {
    text-transform: unset;
}
.InfoPersona {
    background-color: var(--Bianco);
    font-size: 16px;
    font-weight: 400;
    color: var(--Nero);
    border-radius: 18px;
    display: flex;
}
    .InfoPersona:not(.ListaTimbri){
        padding: 15px;
        gap: 15px;
    }
    .InfoPersona label, .InfoPersona a em {
        display: block;
    }
.PopGio .Filtri, .CampoForm.Lungo .Filtri {
    height: unset;
    margin: 0;
}
.InfoPersona .Nome, .InfoPersona .Cogn {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-left: 5px;
}

.Combo {
    display: flex;
    align-items: center;
    min-height: 50px;
    border: 2px solid var(--Verdino);
    width: fit-content;
    border-radius: 8px;
    padding-right: 15px;
}
.Exta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    width: 280px;
    margin-left: auto;
    justify-content: end;
    align-content: flex-start;
}
.Combo i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    width: 46px;
    margin-left: 2px;
    font-size: 20px;
    flex:none;
}
.Combo span {
    padding: 10px 0;
    line-height: 20px;
    word-break: break-word;
}
.InfoPersona a em {
    font-style: normal;
    margin: 15px 5px;
    color: var(--Blu)
}
.InfoPersona a {
    text-decoration: none;
}
.PopGio .BoxRadioSel, .CampoForm.Lungo .BoxRadioSel {
    width: fit-content;
}
.PopGio .Filtri .Busty .BoxRadioSel input[type=radio] + label, .CampoForm.Lungo .Filtri .Busty .BoxRadioSel input[type=radio] + label {
    white-space: nowrap;
    padding: 0 18px;
    user-select: none;
    -webkit-user-select: none;
}

.PopGio .SelctWDescry, .CampoForm.Lungo .SelctWDescry {
    box-shadow: none;
    background-color: var(--Bianco);
}


/*.PopGio .BoxRadioSel .RadioSelM:nth-child(2) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
*/
.Badin {
    display: flex;
    gap: 15px;
}

    .Badin > .Imogus {
        width: 115px;
        aspect-ratio: 1;
        border-radius: 8px;
        background-color: #f8f8f8;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }
    .Badin > .Imogus > i{
        font-size: 50px;
    }
        .Badin > .Imogus > .VeriMogus {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            position: absolute;
            background-image: url();
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            border-radius: 8px;
        }
.InfoPersona.Giga .Exta {
    width: 55%;
}
/*.Pop:not(.GioTipo_null) .InfoPersona.Giga .Exta {
    width: 60%;
}*/

.SoloInfo{
    padding-top: 5px;
}

.Stato {
    height: 40px;
    width: fit-content;
    background-color: var(--Bianco);
    position: relative;
    display: flex;
    gap: 10px;
    padding: 10px;
    color: var(--Nero);
    font-weight: 400;
    font-size: 16px;
    border-radius: 20px;
    margin-left: auto;
    padding-left: 13px;
}

    .Stato::before {
        content: "";
        line-height: 20px;
    }
    .Stato::after {
        content: "";
        height: 20px;
        width: 20px;
        border-radius: 50%;
    }

    .Stato.true::before {
        content: "Giornata aperta";
    }
    .Stato.false::before {
        content: "Giornata chiusa";
    }
    .Stato.null::before {
        content: "Anomalia";
    }
    .Stato.pre::before {
        content: "Giornata prenotata";
    }
    .Stato.true::after {
        background-color: var(--ArancioCelle);
    }
    .Stato.false::after {
        background-color: var(--BiancoCelle);
    }
    .Stato.null::after {
        background-color: var(--RossoCelle);
    }
    .Stato.pre::after {
        background-color: var(--Grigino);
    }

.Stack.Duos {
    display: flex;
    gap: 20px;
}

.InfoPersona.ListaTimbri {
    flex-direction: column;
    width: 345px !important;
    height: 100%;
    flex: none;
    justify-content: space-between;
    overflow: hidden;
}
.ContTimbro, .Sedola {
    display: flex;
}
.VascaTimbri {
    gap: 10px;
    display: flex;
    flex-direction: column;
    padding: 0px 15px;
    max-height: 312px;
    overflow: hidden auto;
    scroll-behavior: smooth;
    will-change: scroll-position;
    padding-bottom: 20px;
}
.Timbro {
    border: 2px solid var(--Verdino);
    border-radius: 30px;
    padding: 8px;
    position: relative;
}
    .Timbro.ConSede, .Timbro.ConNotte {
        margin-bottom: 21px;
    }
        .Timbro.ConSede.ConNotte {
            margin-bottom: 45px;
        }
    .Timbro.ConNotte:not(.ConSede) {
        border-color: var(--Azurrino)
    }
    .Timbro.Sel{
        border-color: var(--Verdello) !important
    }

    .Stack.Duos .InfoPersona {
        width: 100%;
    }

.ListaTimbri .Btn {
    display: flex;
    gap: 15px;
    padding: 15px;
    justify-content: flex-end;
}
.ListaTimbri .Btn > .BtnHr{
    width: 100%;
    justify-content: space-between
}
.ListaTimbri.InfoPersona .Nome, .Carosello.InfoPersona .Nome {
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 10px 15px;
    font-size: 19px;
}
.Timbro .Icse {
    height: 35px;
    width: 35px;
}
.Timbro .Icse i{
   font-size: 15px;
}

.ContTimbro > .fas, 
.ContTimbro > .sciServv, 
.ContTimbro > .text-danger,
.Sedola > i{
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.ContTimbro .Cta{
    display: flex;
    gap: 8px;
    margin-left: auto;
}

.Timbro .fa-arrow-alt-up {
    color: var(--RossoSmart);
}
.Timbro .fa-arrow-alt-down {
    color: var(--VerdeHR);
}
.text-danger {
    color: #E91E63 !important;
}

.ContTimbro > span {
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    color: var(--Nero);
    width: 50px;
    text-align: center;
}

.Icse.Edit > i {
    color: var(--Verdetto);
}
.Icse.Trash > i {
    color: var(--RossoSmart);
}
.Icse.Map > i {
    color: var(--Blu);
    font-weight: 600 !important
}

.BtnHr.Trash:hover {
    animation: PulsinaRed 2s infinite;
}
.BtnHr.Map:hover {
    animation: PulsinaBlu 2s infinite;
}
.Timbro:not(.ConSede) .Sedola:not(.Notte) {
    display: none;
}
.Timbro:not(.ConNotte) .Sedola.Notte {
    display: none;
}

.Sedola {
    background-color: var(--Verdino);
    position: absolute;
    padding-right: 10px;
    border-radius: 15px;
    bottom: -23px;
    left: 10px;
}
 .Sedola.Notte {
    background-color: var(--Azurrino)
}
.Timbro.ConSede.ConNotte .Sedola.Notte {
    bottom: -47px;
    left: 24px;
}
    .Sedola > i {
        height: 30px;
        width: 30px;
        font-size: 15px;
        font-weight: 400;
    }
.Sedola > i.fa-shop {
    font-size: 13px;
}

    .Sedola > span {
        font-size: 13px;
        line-height: 30px;
        font-weight: 500;
        color: var(--Nero);
        max-width: 240px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.BtnSotto {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.BtnHr.Verde {
    background-color: var(--VerdeHR);
    border-color: var(--VerdeHR);
}

    .BtnHr.Verde:hover {
        animation: PulsinaVerd 2s infinite;
    }

.BtnHr.Rosso {
    background-color: var(--RossoSmart);
    border-color: var(--RossoSmart);
}
    .BtnHr.Rosso:hover {
        animation: PulsinaRed 2s infinite;
    }

    .BtnHr.Verde > i, .BtnHr.Rosso > i, .BtnHr.Arancio > i {
        color: var(--Bianco);
    }

.BtnHr.Arancio {
    background-color: var(--ArancioCelle);
    border-color: var(--ArancioCelle);
}
    .BtnHr.Verde, .BtnHr.Rosso, .BtnHr.Arancio {
        color: var(--Bianco);
        font-size: 15px;
        font-weight: 400;
    }
    .BtnHr.Arancio:hover {
        animation: PulsinaAra 2s infinite;
    }

@keyframes PulsinaRed {
    0% {
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%), 0 0 0 0 var(--RossoSmart);
    }

    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 PulsinaBlu {
    0% {
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%), 0 0 0 0 var(--Blu);
    }

    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 PulsinaVerd {
    0% {
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%), 0 0 0 0 var(--VerdeHR);
    }

    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 PulsinaAra {
    0% {
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%), 0 0 0 0 var(--ArancioCelle);
    }

    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);
    }
}

.InfoPersona .Loading.Fisso {
    position: relative;
    top: unset;
    left: unset;
    height: 271px;
    font-size: 16px !important;
}
    .InfoPersona .Loading.Fisso .LabelText {
        font-size: 16px;
    }
.Disabb {
    pointer-events: none !important;
    opacity: 0.6;
}

.Carosello.InfoPersona{
    display: flex;
    overflow: hidden;
    padding: 0;
    gap: 0;
    position: relative;
}
    .Carosello.InfoPersona .TabDxPopGio {
        width: 100%;
        flex: none;
        transform: translateX(0px);
        transition: transform 200ms ease-in-out;
    }

.TabDxPopGio > .Stack.Titolo {
    padding: 15px 15px 0px;
    gap: 15px;
}
    .TabDxPopGio > .Stack.Titolo .Nome {
        padding: 0;
        line-height: 38px;
    }

.ListaDatiTimbri .CampoForm label:not(.tgl-btn):not(.Mese):not(.Anno), .CampoForm.Lungo label {
    position: relative;
    top: unset;
    left: unset;
    padding: 0;
    z-index: 1;
    height: 100%;
    line-height: 48px;
    margin-right: auto;
    white-space: nowrap;
}
.ListaDatiTimbri.NoIco .CampoForm label {
    padding-left: 16px !important;
}
.ListaDatiTimbri .CampoForm, .CampoForm.Lungo {
    padding: 0;
    min-height: unset;
}
    .ListaDatiTimbri .CampoForm i, .CampoForm.Lungo i {
        height: 50px;
        width: 50px;
    }

.ListaDatiTimbri {
    height: 386px;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    will-change: scroll-position;
    padding: 15px;
}

    .ListaDatiTimbri .CampoForm input[type="time"] {
        font-size: 18px;
        font-weight: 500;
        color: var(--Nero);
        appearance: none;
        height: 30px !important;
        -webkit-appearance: none;
        font-family: var(--FontFam);
        margin: 10px !important;
        width: 65px;
        text-align: center;
    }
    .ListaDatiTimbri .CampoForm .Minus {
        font-size: 22px;
        font-weight: 500;
        color: var(--Nero);
        line-height: 48px;
        margin-right: -8px;
    }
        .ListaDatiTimbri .CampoForm .Minus + input {
            margin-left: 4px !important;
        }
        .ListaDatiTimbri .CampoForm input[type="time"]::-webkit-calendar-picker-indicator {
            display: none;
        }

    .ListaDatiTimbri .CampoForm textarea {
        min-width: unset;
        max-width: unset;
        height: 100px;
        min-height: unset;
        width: 100%;
        margin: 10px !important;
        padding: 8px;
        margin-top: 0 !important;
        padding-top: 0;
        transition: height 200ms linear;
        font-family: var(--FontFam);
    }
.CampoForm.ACapo{
    flex-wrap: wrap;
}

.ListaDatiTimbri .CampoForm.Corto textarea {
    height: 32px;
    padding-bottom: 0;
}

.ListaDatiTimbri .wrapSelectZ.Muti {
    width: 100%;
    margin: 0;
    display: flex;
}
    .ListaDatiTimbri .wrapSelectZ.Muti > i {
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: var(--Verde);
        flex: none;
    }
    .ListaDatiTimbri .wrapSelectZ.Muti > i + span {
        padding-left: 0;
    }

.TabDxPopGio:first-child .Nome{
    padding-bottom: 0;
}

.ListaDatiTimbri.NoIco {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    height: 405px;
}
    .ListaDatiTimbri.NoIco .CampoForm {
        width: calc(50% - 7.5px);
        margin: 0;
        display: inline-flex;
    }


        .ListaDatiTimbri.NoIco .CampoForm.Minuti_Previsti,
        .ListaDatiTimbri.NoIco .CampoForm.Minuti_Eseguiti,
        .ListaDatiTimbri.NoIco .CampoForm.Minuti_Differenza,
        .ListaDatiTimbri.NoIco .CampoForm.Minuti_Previsti label,
        .ListaDatiTimbri.NoIco .CampoForm.Minuti_Eseguiti label,
        .ListaDatiTimbri.NoIco .CampoForm.Minuti_Differenza label,
        .ListaDatiTimbri.NoIco .CampoForm.Minuti_Previsti input,
        .ListaDatiTimbri.NoIco .CampoForm.Minuti_Eseguiti input,
        .ListaDatiTimbri.NoIco .CampoForm.Minuti_Differenza input,
        .ListaDatiTimbri.NoIco .CampoForm.Minuti_Differenza span {
            cursor: not-allowed
        }

            .ListaDatiTimbri.NoIco .CampoForm.Minuti_Previsti input,
            .ListaDatiTimbri.NoIco .CampoForm.Minuti_Eseguiti input,
            .ListaDatiTimbri.NoIco .CampoForm.Minuti_Differenza input {
                pointer-events: none;
            }

        .ListaDatiTimbri.NoIco .CampoForm:not(.Minuti_Previsti):not(.Minuti_Eseguiti):not(.Minuti_PMinuti_Differenzarevisti) input,
        .TabDxPopGio .CampoForm:not(.Minuti_Previsti):not(.Minuti_Eseguiti):not(.Minuti_PMinuti_Differenzarevisti) input {
            cursor: pointer;
            border-radius: 15px;
            transition: border-radius 120ms ease-in-out
        }
            .ListaDatiTimbri.NoIco .CampoForm:not(.Minuti_Previsti):not(.Minuti_Eseguiti):not(.Minuti_PMinuti_Differenzarevisti) input:not(:focus):hover,
            .TabDxPopGio .CampoForm:not(.Minuti_Previsti):not(.Minuti_Eseguiti):not(.Minuti_PMinuti_Differenzarevisti) input:not(:focus):hover {
                outline: 2px dashed #ffb877 !important
            }
            .ListaDatiTimbri.NoIco .CampoForm:not(.Minuti_Previsti):not(.Minuti_Eseguiti):not(.Minuti_PMinuti_Differenzarevisti) input:focus,
            .TabDxPopGio .CampoForm:not(.Minuti_Previsti):not(.Minuti_Eseguiti):not(.Minuti_PMinuti_Differenzarevisti) input:focus {
                border-radius: 0;
            }

        .ListaDatiTimbri.NoIco .CampoForm.Minuti_Differenza,
        .ListaDatiTimbri.NoIco .CampoForm.Minuti_Recupero {
            width: 100%
        }
        .ListaDatiTimbri.NoIco .CampoForm i {
            width: 50px;
            padding-left: 2px;
            justify-content: center;
            text-align: center;
            margin-left: -10px;
        }

        .ListaDatiTimbri.NoIco .CampoForm .wrapSelectZ {
            width: fit-content;
            border-left: 2px solid var(--Grigino);
            padding-left: 15px;
        }
            .ListaDatiTimbri.NoIco .CampoForm .wrapSelectZ > .inputmain {
                width: 127px;
                margin: 0;
                border: 0;
                box-shadow: none;
                font-size: 16px;
                padding: 0 !important
            }
                .ListaDatiTimbri.NoIco .CampoForm .wrapSelectZ > .inputmain:focus {
                    box-shadow: none !important;
                }
/*.CampoForm.c0 {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%), inset 0 0 0 2px #007bff;
}*/


.CampoForm.c0::after,
.CampoForm.c1::after,
.CampoForm.c2::after,
.CampoForm.c3::after {
    content: "";
    height: 12px;
    width: 12px;
    border-radius: 0 11px 0 11px;
    background-color: #4799cf;
    position: absolute;
    bottom: 0;
    left: 0;
}
.CampoForm.c1::after {
    background-color: var(--RossoSmart);
}
.CampoForm.c2::after {
    background-color: #cacaca
}
.CampoForm.c3::after {
    background-color: var(--VerdeHR);
}


#MappaPop {
    width: 100%;
    height: calc(100% - 70px);
    margin-top: 15px;
    position: relative;
}

#LaMappa {
    width: 100%;
    height: 100%;
}

.MicrosoftMap .bm_bottomLeftOverlay .CopyrightContainer.quadrantOverride, .MicrosoftMap .bm_bottomRightOverlay .CopyrightContainer.quadrantOverride, .MicrosoftMap .bm_bottomLeftOverlay .bm_LogoContainer.quadrantOverride, .MicrosoftMap .bm_bottomRightOverlay .bm_LogoContainer.quadrantOverride, .MicrosoftMap .bm_bottomLeftOverlay .ScaleBar.quadrantOverride, .MicrosoftMap .bm_bottomRightOverlay .ScaleBar.quadrantOverride {
    display: none !important;
}

#MappaPop .MicrosoftMap .NavBar_Container {
    right: 15px !important;
    top: 15px !important;
}

.MicrosoftMap .NavBar_Container .NavBar_Button {
    margin-bottom: 15px !important;
}

.MicrosoftMap .NavBar_Container.Light .NavBar_zoomIn,
.MicrosoftMap .NavBar_Container.Light .NavBar_zoomOut {
    background-image: unset !important;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--Bianco);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    color: var(--Nero);
    border-radius: 25px;
    white-space: nowrap;
    padding: 0;
    text-decoration: none;
    transition: box-shadow 50ms linear, border-color 50ms linear, transform 50ms linear;
}
    .MicrosoftMap .NavBar_Container.Light .NavBar_zoomIn:active,
    .MicrosoftMap .NavBar_Container.Light .NavBar_zoomOut:active {
        transform: scale(.95);
    }
    .MicrosoftMap .NavBar_Container.Light .NavBar_zoomIn:hover,
    .MicrosoftMap .NavBar_Container.Light .NavBar_zoomOut:hover {
        animation: 2s ease 0s infinite normal none running Pulsina;
    }
    .MicrosoftMap .NavBar_Container.Light .NavBar_zoomIn:before,
    .MicrosoftMap .NavBar_Container.Light .NavBar_zoomOut:before,
    #LaFoto:after {
        content: "\f067";
        font-size: 18px;
        font-weight: 400;
        font-family: "Font Awesome 6 Pro";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: var(--fa-display,inline-block);
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
        text-align: center;
        user-select: none;
        -webkit-user-select: none;
        cursor: pointer;
        padding-left: 1px;
    }
    .MicrosoftMap .NavBar_Container.Light .NavBar_zoomOut:before {
        content: "\f068";
    }

#LaFoto {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
    background-color: var(--Bianco);
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 95px;
    height: 95px;
    z-index: 11;
    border-radius: 50%;
    overflow: hidden;
    padding: 3px;
}
    #LaFoto img {
        height: 100%;
        width: 100%;
        border-radius: 50%;
        object-fit: cover;
    }

    #LaFoto:after {
        content: "\f00e";
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        background-color: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(8px);
        color: var(--Bianco);
        font-weight: 200;
        border-radius: 50px;
        overflow: hidden;
        opacity: 0;
        transition: opacity 120ms ease-in-out;
    }
    #LaFoto:hover::after {
        opacity: 1;
    }


.PopGio.colStyle.PopAltri {
    z-index: 18;
    position: absolute;
    width: 400px;
    height: 600px;
    opacity: 0;
    filter: blur(20px);
    transition: opacity 120ms ease-in-out, filter 200ms ease-in-out;
    visibility: hidden;
    will-change: opacity, filter
}

.Masterone.Altro {
    display: flex;
    z-index: 12;
    visibility: hidden;
}

.Due .Masterone.Altro {
    opacity: 1;
    visibility: visible;
}

.Due .PopGio.colStyle.PopAltri {
    opacity: 1;
    filter: blur(0);
    visibility: visible;
}
.PopGio.colStyle:not(.PopAltri) {
    transition: transform 100ms ease-in-out, width 230ms ease-in-out;
    will-change: transform, width
}
.Due .PopGio.colStyle:not(.PopAltri) {
    transform: scale(.90)
}

.PopGio.colStyle.PopAltri .Titolo > label{
    margin-right: auto;
}

.Stack.Filtri {
    width: 100%;
}

    .Stack.Filtri .SelctWDescry {
        box-shadow: 0 0 20px rgb(0 0 0 / 7%);
        border-radius: 25px;
        width: 100%;
    }

    .Stack.Filtri .BoxRadioSel {
        width: 100%;
    }

    .Stack.Filtri .Busty .BoxRadioSel input[type="radio"] + label {
        border-radius: 25px;
    }

.Busty .BoxRadioSel input[type=radio]:checked + label > i {
    font-weight: 400 !important;
}



/*.RigoSema {
    background: var(--Bianco)
}
.Gio.Pesce.Spaz, .Gio.Pesce {
    border: 0;
    height: 60px;
}*/


/*--- Pop Effetti ---- */
.TimbriAlto {
    overflow: hidden;
    flex: none;
    width: 345px;
    height: 441px;
    transition: height 200ms linear, width 200ms linear;
    will-change: width, height;
}
.Pop:not(.GioTipo_null) .Stack.Duos .TimbriAlto {
    height: 0;
    width: 0;
}

/*.Pop:not(.GioTipo_null) .PopGio.colStyle:not(.PopAltri) {
    width: 798px;
}*/
.Pop:not(.GioTipo_null) .Stack.Duos {
    gap: 0;
}
.Pop:not(.GioTipo_null) .TabDxPopGio:not(:first-child) {
    height: 0;
    overflow: hidden;
}

.ListaDatiTimbri.NoIco .CampoForm {
    overflow: hidden;
    transition: filter 120ms linear;
    filter: blur(0);
    will-change: filter;
}
.Pop:not(.GioTipo_null) .ListaDatiTimbri.NoIco .CampoForm.Minuti_Differenza,
.Pop:not(.GioTipo_null) .ListaDatiTimbri.NoIco .CampoForm.Minuti_Permesso,
.Pop:not(.GioTipo_null) .ListaDatiTimbri.NoIco .CampoForm.Minuti_PermessoNonRetribuito,
.Pop:not(.GioTipo_null) .ListaDatiTimbri.NoIco .CampoForm.Minuti_Recupero,
.Pop:not(.GioTipo_null) .ListaDatiTimbri.NoIco .CampoForm.Minuti_Straordinario,
.Pop:not(.GioTipo_null) .ListaDatiTimbri.NoIco .CampoForm.Minuti_StraordinarioNonRetribuito,
.Pop:not(.GioTipo_null) .ListaDatiTimbri.NoIco .CampoForm.Minuti_Eseguiti,
.Pop.GioTipo_2 .ListaDatiTimbri.NoIco .CampoForm.Minuti_Ferie,
.Pop.GioTipo_1 .ListaDatiTimbri.NoIco .CampoForm.Minuti_Malattia {
    filter: blur(20px)
}
.Pop.GioTipo_1 .ListaDatiTimbri.NoIco .CampoForm.Minuti_Ferie,
.Pop.GioTipo_2 .ListaDatiTimbri.NoIco .CampoForm.Minuti_Malattia {
    position: absolute;
    right: 15px;
    width: calc(50% - 22.5px);
}


.InfoPersona.Carosello {
    height: 441px;
    overflow: hidden;
    transition: height 230ms ease-in-out;
    will-change: height
}
.Pop:not(.GioTipo_null) .InfoPersona.Carosello {
    height: 116px;
}


.Pop .Ricacola {
    width: 155px;
    opacity: 1;
    filter: blur(0);
    border: 0;
    overflow: hidden;
    transition: 
        transform 50ms linear, 
        padding 200ms linear, 
        width 200ms linear, 
        filter 200ms linear,
        opacity 150ms linear;
    will-change: transform, padding, width, filter, opacity;
}
.Pop:not(.GioTipo_null) .Ricacola {
    width: 0;
    padding: 0;
    opacity: 0;
    filter: blur(20px);
}
/* --- End ---- */


.PopGio.colStyle.PopAltri > .Stack:nth-child(2) {
    height: calc(100% - 60px);
}
.FotoZoom {
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
}
    .FotoZoom > img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }


.Preve {
    background: var(--Bianco);
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    text-align: center;
    font-size: 12px;
    padding: 1px 0;
    border-radius: 3px;
}
    .Preve.Meno {
        background-color: var(--RossoSmart);
        color: var(--Bianco)
    }
    .Preve.Piu {
        background-color: var(--VerdeHR);
        color: var(--Bianco)
    }

.RigoSema .Gio > i, .CellRip > i {
    position: absolute;
    font-size: 11px;
    bottom: 4px;
    right: 4px;
    height: 11px;
    width: 11px;
    text-align: center;
    color: var(--Blu);
}
    .RigoSema .Gio > i.fa-thumbtack, .CellRip > i.fa-thumbtack {
        position: static;
        font-size: 20px;
        color: var(--Nero);
        height: 15px;
        width: 100%;
        text-align: center;
    }
    .RigoSema .Gio > i.manuEl, .CellRip > i.manuEl {
        color: #E91E63 !important
    }

.Gio > .Preve + .Ore {
    padding-top: 7px;
}

.RigoSema .Gio > i + i {
    right: 19px;
}

.CampoForm .WrapToggleLin.inptStyle{
    box-shadow: none;
    border: none;
    border-radius: 0;
    background-color: transparent;
    width: fit-content;
    flex: none;
    padding-left: 15px;
}
.tgl + .tgl-btn {
    background: #d9d9d9;
}
/*.Duetto.d-flex .CampoForm {
    margin-bottom: 0;
}*/
.CampoForm input[type="date"] {
    margin-top: 0;
    margin-bottom: 0px;
    height: 30px;
    margin: 10px;
    width: 98px;
    margin-left: 15px;
    font-family: var(--FontFam)
}
.CampoForm input[type="date"] + i {
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
}
    .CampoForm input[type="date"] + i:before {
        display: none;
    }

/*.Duetto.d-flex .CampoForm {
    transition: width 180ms linear 0s, filter 180ms linear 0s;
}
    .Duetto.d-flex .CampoForm:last-child {
        filter: blur(20px);
    }
    .Duetto.d-flex .CampoForm:first-child {
        flex: none;
        width: 100%;
    }
.Duetto.d-flex.Vedo .CampoForm:first-child {
    width: 190px;
}
.Duetto.d-flex.Vedo .CampoForm:last-child {
    width: 100%;
    margin-left: 16px;
    filter: blur(0px);
}*/

.Duetto .MiCall .calen-dario.Flottante {
    top: unset;
    bottom: 17px;
    left: -300px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 100px 0px;
}
.d-flex.InDue {
    gap: 16px
}
.d-flex.InDue .CampoForm {
    margin-bottom: 16px
}
    .d-flex.InDue .CampoForm:first-child {
        width: 100%
    }
    .d-flex.InDue .CampoForm:last-child {
        width: 190px;
        flex: none;
    }

.CampoForm.NoVedo {
    overflow: hidden;
    transition: height 120ms linear, filter 120ms linear, margin-bottom 120ms linear;
    height: 0;
    filter: blur(20px);
    margin-bottom: 0;
}
.CampoForm.NoVedo.Vedo {
    height: 50px;
    filter: blur(0);
    margin-bottom: 16px;
}
    .CampoForm.NoVedo.Vedo ~ .ACapo textarea {
        height: 26px;
    }
.PopGio.colStyle.PopAltri .ListRicerca {
    padding: 10px;
    scroll-behavior: smooth;
    will-change: scroll-position;
}
        .PopGio.colStyle.PopAltri .ListRicerca .itemsRicerca.CardOna {
            margin-top: 0;
            margin-bottom: 10px;
            padding: 10px 18px !important;
            border-radius: 10px;
        }

    .PopGio.colStyle.PopAltri > .cListRicerca {
        margin: 0;
        border-radius: 20px;
        background-color: var(--Bianco);
        box-shadow: none;
    }

.PopGio.colStyle.PopAltri .BtnHr.Rosso {
    width: 100%;
    justify-content: space-between;
}

    .NomeGiust {
        font-style: normal;
        padding-left: 0 !important;
        font-weight: 400;
    }
    /* END */


/* Impostazioni */


.Stack.Filtri.Flotta {
    width: fit-content;
    height: unset;
    margin: 0 15px 30px 15px;
}

    .Stack.Filtri.Flotta + .Riga.h100.noBorder {
        height: calc(100% - 80px) !important;
    }

.Flotta.Filtri .Busty .BoxRadioSel input[type=radio] + label {
    padding: 0 18px 0 3px;
}
.Stack.Filtri.Flotta .SelctWDescry {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    background: var(--Bianco);
}

.newInputStyle textarea {
    min-height: 120px;
    min-width: 100%;
    font-family: var(--FontFam);
    font-size: 16px;
    padding: 10px 14px !important;
}

.ProfiliTimbro {
    margin: 0 16px;
    display: flex;
    flex-direction: column;
}
.MappaPop {
    height: 430px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-radius: 11px;
    overflow: hidden;
    padding: 4px;
    margin-top: 0;
    width: 100%;
    position: relative;
    background-color: var(--Bianco);
    will-change: opacity, filter
}
    .LaMappa {
        height: 100%;
        position: relative;
        border-radius: 7px;
        overflow: hidden;
        width: 100%;
    }

    .MappaPop > .Icse {
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 1;
    }
        .MappaPop > :nth-child(3) {
            top: 140px;
        }
        .MappaPop > :nth-child(2) {
            top: 85px;
        }

   .MappaPop > :nth-child(5) {
        position: absolute;
        top: 15px;
        left: 15px;
    }
    .MappaPop > :nth-child(6) {
        position: absolute;
        bottom: 15px;
        left: 15px;
    }

.Tool {
    height: 40px;
    width: fit-content;
    background-color: var(--Bianco);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    border-radius: 20px;
    display: flex;
    z-index: 1;
}
    .Tool > i {
        height: 40px;
        width: 45px;
        font-weight: 400 !important;
        font-size: 18px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--Nero);
        flex: none;
    }
    .Tool input {
        height: 40px;
        width: 260px;
        border: 0;
        padding: 0 0 0 15px;
        appearance: none;
        -webkit-appearance: none;
        font-size: 14px;
        font-weight: 400;
        color: var(--Nero);
        border-radius: 20px;
        box-sizing: border-box !important;
    }
    .Tool.Range input {
        width: 50px;
    }
    .Tool > em {
        font-size: 14px;
        font-weight: 400;
        color: var(--Nero);
        line-height: 40px;
    }
    .Tool input::-webkit-outer-spin-button,
    .Tool input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    .Tool input[type=number] {
        -moz-appearance: textfield;
    }

.MappaPop.Full {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
    border-radius: 0;
    padding: 0;
}
    .MappaPop.Full .LaMappa {
        border-radius: 0
    }
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}


.MicrosoftMap {
    position: absolute;
    width: 100% !important;
    top: 45px;
    left: 0;
}

.MicrosoftMap .as_container_search {
    width: 100% !important;
    top: 0;
    left: 0;
    background-color: #f7f7f7 !important;
    box-shadow: 0 7px 30px 0px rgb(0 0 0 / 15%);
    border-radius: 20px;
    overflow: hidden;
}

    .MicrosoftMap .as_container_search .asOuterContainer {
        border-width: 0 !important
    }

.bingLogoLight {
    display: none !important;
}

.MicrosoftMap .as_container .line1, .MicrosoftMap .as_container .line2 {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
    color: #151515;
    line-height: normal !important;
}

.MicrosoftMap .as_container .line2 {
    color: #717171;
}

.MicrosoftMap .as_img {
    width: 50px !important;
    height: 30px !important;
}

    .MicrosoftMap .as_img.maps_business::before {
        content: "\f07a";
    }

    .MicrosoftMap .as_img.maps_address::before {
        content: "\f3c5";
    }

    .MicrosoftMap .as_img.maps_address, .MicrosoftMap .as_img.maps_business {
        background-image: unset !important;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: flex;
        align-items: center;
        justify-content: center;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        font-size: 22px;
    }

.MicrosoftMap .suggestLink:hover {
    background-color: transparent !important;
    animation: Pulsina 2s infinite;
}
.MicrosoftMap .suggestLink {
    border-radius: 12px;
    margin: 0 8px !important;
    padding: 8px 4px 8px 4px !important;
}

.Tool.Cerca {
    z-index: 3
}

.Fadez-enter-active {
    animation: Fadez 220ms;
}

.Fadez-leave-active {
    animation: Fadez 220ms reverse;
}

@keyframes Fadez {
    from {
        opacity: 0;
        filter: blur(20px)
    }

    to {
        opacity: 1;
        filter: blur(0)
    }
}


/* Pagina Timbra */
.GruppoTimbra {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 50px;
    transition: transform 200ms ease-in-out, filter 300ms linear;
    filter: blur(0);
    transform: scale(1);
}
.GruppoTimbra.Secondaria {
    filter: blur(20px);
    transform: scale(0.8);
}

.NomeAzienda, #date {
    background-color: rgba(0, 0, 0, .15);
    color: var(--Panna);
    font-size: 30px;
    height: 100px;
    line-height: 100px;
    padding: 0px 40px;
    border-radius: 50px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    user-select: none;
    -webkit-user-select: none
}

.GruppoTimbra .fa-circle-info {
    color: var(--Panna);
    font-size: 32px;
    position: fixed;
    bottom: 50px;
    right: 50px;
}

.GruppoTasti {
    background-color: rgba(255, 255, 255, .27);
    border-radius: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    margin: 80px 0;
    width: 70vw;
    user-select: none;
    -webkit-user-select: none
}
    .GruppoTasti .Prem {
        background-color: rgba(0, 0, 0, .30);
        color: var(--Panna);
        font-size: 40px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        width: calc(33.33333% - 13.5px);
        border-radius: 20px;
        font-weight: 500;
        text-transform: uppercase;
        user-select: none;
        -webkit-user-select: none;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    }

.PopMezzo {
    position: fixed;
    background-color: var(--Bianco);
    bottom: 0;
    width: 100%;
    padding: 30px;
    transition: bottom 200ms ease-in-out, opacity 300ms linear, filter 300ms linear;
    opacity: 0;
    filter: blur(20px);
    z-index: 5;
    bottom: -600px;
    border-radius: 50px 50px 0 0;
}
    .PopMezzo.Vedo {
        opacity: 1;
        filter: blur(0);
        bottom: 0;
    }

.CorpoPopMezzo label {
    font-weight: 500;
    font-size: 32px;
    display: flex;
    margin: 20px 0;
    color: var(--Nero);
}
.CorpoPopMezzo span {
    font-weight: 400;
    font-size: 20px;
    display: inline-block;
    margin-top: 15px;
    color: var(--Nero);
}
    .CorpoPopMezzo span strong {
        color: var(--BluSmart);
        font-weight: 500;
    }

#PinDip {
    width: 393px;
    text-align: center;
}

.GruppoTasti .Prem.Conferma {
    background-color: var(--VerdeHR);
    color: var(--Arangino);
    transition: opacity 200ms linear, filter 300ms linear;
    opacity: 0;
    filter: blur(20px);
    pointer-events: none;
}
    .GruppoTasti .Prem.Conferma.Vedo {
        animation: pulsa 1.5s infinite;
        opacity: 1;
        filter: blur(0);
        pointer-events:unset
    }
@keyframes pulsa {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* END */



/* Registro Trattamenti */

.RipFiltri.Filtri{
    height: unset;
}
    .RipFiltri.Filtri .RipFiltro {
        padding-right: 0;
    }
    .RipFiltri.Filtri .RipFiltro .inputmain {
        box-shadow: unset;
        height: 46px;
    }
        .RipFiltri.Filtri .RipFiltro .wrapSelectZ:after {
            top: 15px;
        }

.Fito .Gio > .Nom {
    line-height: normal;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Fito .TestaSema,
.Fito .RigoSema {
    padding-left: 3px;
}

.Fito .TestaSema .Gio {
    background-color: var(--Verdino);
}
.Fito .Gio {
    background-color: var(--Panna);
    padding: 5px 10px;
    word-break: break-word;
}

.Fito .Gio.DT {
    flex: none;
    width: 100px
}
    .Fito .Gio.FT {
        flex: none;
        width: 185px
    }
    .Fito .Gio.QT, .Fito .Gio.SUP {
        flex: none;
        width: 88px
    }
    .Fito .Gio.LUG {
        flex: none;
        width: 100px
    }
    .Fito .Gio.AV {
        flex: none;
        width: 200px
    }
    .Fito .Gio.KI {
        flex: none;
        width: 115px
    }
    .Fito .Gio.NOT {
        min-width: 120px
    }

.RipFiltri.Filtri .BtnHr.Quadro{
    margin-left: 0;
}
.RipFiltri.Filtri .BtnHr.Quadro:nth-child(3) {
    margin-left: auto;
}

.NewInfor {
    display: block;
    height: fit-content;
    position: relative;
    top: unset;
    left: unset;
    padding: 0;
    /*border-radius: 20px 36px 20px 20px;*/
    border-radius: 36px;
    max-height: calc(100% - 60px);
    width: 600px;
    min-height: 200px;
    z-index: 101;
    transition: left 100ms ease-in-out, top 100ms ease-in-out, height 100ms ease-in-out;
    margin: 0;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
    background-color: white;
    overflow: hidden;
}
    .NewInfor .comandiZ {
        padding: 15px;
        display: flex;
    }
        .NewInfor .comandiZ span {
            display: flex;
            align-items: center;
            font-size: 20px;
            font-weight: 500;
            color: var(--Nero);
            margin: 0;
            padding-left: 10px;
            margin-right: auto;
        }
.NewInfor > .comandiZ > .BtnHr {
    z-index: 11;
}
    .NewInfor .wert {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: calc(100vh - 132px);
/*        padding: 15px;*/
        padding-top: 0;
    }


#NuovoUsoFito.Masterone {
    display: FLEX;
    opacity: 1;
}

.NewInfor .newInputStyle .labelText ~ input{
    padding-left: 15px
}
.NewInfor .newInputStyle .labelText ~ .wrapSelectZ > select {
    text-align: left !important;
    padding-left: 15px !important
}
.NewInfor .Stack.Pie {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    position: sticky;
    bottom: 0;
}




@supports (-webkit-touch-callout: none) {
    html, body {
        overflow: hidden;
    }

    .Navute, main, .Contenitore, .Masterone, .Filtri.colStyle {
        height: calc(100vh - 23px) !important
    }

    .NabMobile.Vedi ~ .Contenitore {
        height: calc(100vh - 70px - 23px) !important;
    }

    .Navute {
        overflow: auto;
    }

    .PopGio.colStyle {
        max-height: calc(100vh - 60px);
        overflow: auto;
    }

    .NewInfor .wert {
        max-height: calc(100vh - 132px - 23px);
    }
}