/* _content/ShareOnNew/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bqla1sqfmb] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

main[b-bqla1sqfmb] {
    height: -webkit-fill-available;
    overflow-y: scroll;
    width: 100vw;
}

.dropdown-menu > .nav-item > .nav-link[b-bqla1sqfmb] {
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
/* _content/ShareOnNew/Components/Widgets/Tabella/Filtro.razor.rz.scp.css */
.pulsante[b-e4zcmh269o] {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.filtro[b-e4zcmh269o] {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: #000000cf;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 9999;
}


.regole > .regola:nth-child(1) > td > .collegamento[b-e4zcmh269o] {
    display: none;
}
/* _content/ShareOnNew/Components/Widgets/Tabella/Tabella.razor.rz.scp.css */
.page-item[b-kh2mpg2tr4] {
    cursor: pointer;
}
/* _content/ShareOnNew/Components/Widgets/Tabella/ThO.razor.rz.scp.css */
.tho[b-4ulhsbk257] {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}

    .tho > div[b-4ulhsbk257] {
        padding: 0;
        margin: 0;
    }

    .tho > .label[b-4ulhsbk257] {
        cursor: pointer;
    }

    .tho > .label-attuale[b-4ulhsbk257] {
        color: var(--bs-primary);
        cursor: pointer;
    }

    .tho > .ordine[b-4ulhsbk257], .tho > .ordine-attuale[b-4ulhsbk257] {
        display: flex;
        flex-direction: column;
        font-size: 6pt;
        color: var(--bs-gray-200);
        border-radius: .2em;
        justify-content: center;
        margin-left: 1em;
    }

    .tho > .ordine-attuale[b-4ulhsbk257] {
        color: var(--bs-gray-300);
    }

        .tho > .ordine > span[b-4ulhsbk257], .tho > .ordine-attuale > span[b-4ulhsbk257] {
            margin: 0;
            padding: 0;
            cursor: pointer;
        }

            .tho > .ordine > span:hover[b-4ulhsbk257], .tho > .ordine-attuale > span:hover[b-4ulhsbk257] {
                color: #000000;
            }

        .tho > .ordine-attuale > .attivo[b-4ulhsbk257] {
            color: var(--bs-primary);
        }
