﻿.NabMobile {
    height: 60px;
    background-color: var(--Bianco);
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
    margin-bottom: 15px;
    display: none;
    align-items: center;
    justify-content: center;
}
    .NabMobile > i {
        height: 60px;
        width: 60px;
        align-items: center;
        justify-content: center;
        display: flex;
        font-size: 20px;
        position: absolute;
        top: 0;
        left: 0;
    }

.PagTag.Prem.Kiny.Kiu {
    display: none;
}


@media screen and (max-width: 992px) {
    .Contenitore > .Riga > .WrapCampi {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 16px;
    }

        .Contenitore > .Riga > .WrapCampi.col33 {
            height: 450px;
            margin-bottom: 30px;
        }

        .Contenitore > .Riga > .WrapCampi.col66 {
            height: fit-content;
            min-height: 410px;
            margin-bottom: 0;
            padding-bottom: 30px;
        }
        .Contenitore > .Riga > .WrapCampi.col66 .colStyle {
            min-height: 410px;
        }

    .NabMobile.Vedi + .Contenitore > .Riga > .WrapCampi.col66, .NabMobile.Vedi + .Contenitore > .Riga > .WrapCampi.col66 .colStyle {
        min-height: 340px;
    }

    .unofas {
        padding-bottom: 0;
    }
}


@media screen and (max-width: 768px) {

    body{
        overflow: hidden;
        height: 100vh;
    }
    main{
        overflow-x: hidden;
        overflow-y: auto;
    }

    .PagTag.Prem.Kiny {
        display: none;
    }
    .PagTag.Prem.Kiny.Kiu {
        display: flex;
        margin-top: 0;
    }

    .NabMobile {
        display: flex;
    }

    .Navute {
        position: fixed;
        z-index: 111;
        left: -250px;
        top: 0;
        transition: left 150ms linear;
    }

        .Navute.Aria{
            left: 0;
        }

            .Navute.Aria .WrapOmin {
                display: none;
            }

        .Navute ~ main {
            width: 100vw !important;
        }
    .Contenitore {
        padding: 0;
    }
    .colStyle:not(.boxAlerz){
        border-radius: 0;
    }
    .Contenitore > .Riga > .WrapCampi{
        padding: 0;
    }
        .Contenitore > .Riga > .WrapCampi.col66 {
            padding-bottom: 100px;
        }
        .Contenitore > .Riga {
            display: block;
        }

    .NabMobile.Vedi {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
        padding: 15px;
    }
        .NabMobile.Vedi .wrapSelectZ.Muti {
            width: 100%;
            margin: 0;
        }
        .NabMobile.Vedi.True .BtnHr.Quadro {
            margin-left: 0;
            flex: none;
            width: 145px;
        }
    .NabMobile.Vedi > .LabelText {
        width: 100%;
    }
    .NabMobile.Vedi.True .wrapSelectZ.Muti {
        width: calc(100% - 160px);
    }
    .Tabella, .Tabella.colStyle {
        margin: 0;
        margin-top: 15px;
        height: calc(100% - 209px);
        width: 100%;
    }
    .Gio.Pesce.Spaz,
    .Gio.Pesce:last-child,
    .TestaSema .Gio:first-child, 
    .TestaSema .Gio:last-child, 
    .RigoSema:last-child .Gio:last-child {
        border-radius: 0;
    }

}

@media screen and (max-width: 560px) {
}

@media screen and (max-width: 540px) {
    #NewInfor {
        width: 100% !important;
        border-radius: 0;
    }
    .BoxRadioSel .RadioSelM {
        font-size: 16px !important;
    }
    .Filtri.colStyle {
        width: 95vw;
    }

    .Filtri .Stack {
        padding: 15px;
        padding-bottom: 30px;
    }
        .Filtri .Stack.Pie {
            padding-bottom: 15px;
        }
        .Filtri .Stack.Scroll {
            height: calc(100% - 145px);
        }
    .calen-dario.Dentro .inputmain {
        padding-right: 15px !important;
        padding-left: 10px !important;
        font-size: 13px;
    }

    .simpleToggle{
        flex-direction: column;
    }

    .simpleToggle .BoxRadioSel, .simpleToggle span {
        width: 100%;
    }
        .simpleToggle span {
            padding: 0;
            margin-bottom: 15px;
        }
    .simpleToggle input[type=radio] + label {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 360px) {
}