/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-rdxqcpnjup] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    overflow-y: auto;
    max-width: 100vw;
    overflow-x: hidden;
}

main[b-rdxqcpnjup] {
    flex: 1;
}

.sidebar[b-rdxqcpnjup] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #009AD1 70%);
}

.top-row[b-rdxqcpnjup] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rdxqcpnjup]  a, .top-row[b-rdxqcpnjup]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-rdxqcpnjup]  a:hover, .top-row[b-rdxqcpnjup]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-rdxqcpnjup]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-rdxqcpnjup] {
        justify-content: space-between;
    }

    .top-row[b-rdxqcpnjup]  a, .top-row[b-rdxqcpnjup]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rdxqcpnjup] {
        flex-direction: row;
    }

    main[b-rdxqcpnjup] {
        /*max-width: calc(100vw - 250px);*/
        flex: 1;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .sidebar[b-rdxqcpnjup] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
    }

    .top-row[b-rdxqcpnjup] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-rdxqcpnjup]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-rdxqcpnjup], article[b-rdxqcpnjup] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-button-toggler[b-l5gv52acca] {
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0px 8px 0px 0px;
}

.top-row[b-l5gv52acca] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-l5gv52acca] {
    font-size: 1.1rem;
}

svg.bi[b-l5gv52acca] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-l5gv52acca] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-l5gv52acca] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-l5gv52acca] {
        padding-bottom: 1rem;
    }

    .nav-item[b-l5gv52acca]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-l5gv52acca]  a.active {
            background-color: rgba(255,255,255,0.37);
            color: white;
        }

        .nav-item[b-l5gv52acca]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-button-toggler[b-l5gv52acca] {
        display: none;
    }

    .collapse[b-l5gv52acca] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-l5gv52acca] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .visibile-mobile[b-l5gv52acca]{
        display: none;
    }
}
/* /Pages/AnagraficaCliente.razor.rz.scp.css */

.stack-di-checkboxes > div[b-3e9hib73nx] {
    justify-items: center;
    align-items: center;
    border-radius: 25px;
}
    .stack-di-checkboxes > div > label[b-3e9hib73nx] {
        padding: 5px 10px;
        cursor: pointer; /* Serve per mostrare la manina come se fosse un bottone */
    }

    /* Cambia colore quando la checkbox è selezionata */
    .stack-di-checkboxes > div:has(input[type="checkbox"])[b-3e9hib73nx] {
        background-color: var(--chk-color-uncheched);
    }
    .stack-di-checkboxes > div:has(input[type="checkbox"]:checked)[b-3e9hib73nx] {
        background-color: var(--chk-color-cheched);
    }
    .stack-di-checkboxes > div:has(input[type="checkbox"]:checked#attivoId)[b-3e9hib73nx] {
        background-color: #8FDE6B;
    }
    .stack-di-checkboxes > div:has(input[type="checkbox"]:checked#insolutoId)[b-3e9hib73nx] {
        background-color: #FF7373;
    }
    .stack-di-checkboxes > div:has(input[type="checkbox"]:checked#insolutoInGestioneId)[b-3e9hib73nx] {
        background-color: #FFD652;
    }
    .stack-di-checkboxes > div:has(input[type="checkbox"]:checked#insolutoAutorizzatoId)[b-3e9hib73nx] {
        background-color: #36C2CC;
    }
    .stack-di-checkboxes > div:has(input[type="checkbox"]:checked#bloccatoSoftwareId)[b-3e9hib73nx] {
        background-color: #FF7373;
    }
    .stack-di-checkboxes > div:has(input[type="checkbox"]:checked#nonUtilizzaId)[b-3e9hib73nx] {
        background-color: #E1D8ED;
    }
    .stack-di-checkboxes > div:has(input[type="checkbox"]:checked#fuoriCoperturaServiziId)[b-3e9hib73nx] {
        background-color: #FFD5C2;
    }
    .stack-di-checkboxes > div:has(input[type="checkbox"]:checked#blackListId)[b-3e9hib73nx] {
        background-color: #C8C8C8;
    }
    .stack-di-checkboxes > div:has(input[type="checkbox"]:checked#difficoltaDiContrattoId)[b-3e9hib73nx] {
        background-color: #FF8B38;
    }
    .stack-di-checkboxes > div:has(input[type="checkbox"]:checked#disinstallatoId)[b-3e9hib73nx] {
        background-color: #7DC7FF;
    }

input[type=checkbox][b-3e9hib73nx] {
    display: none;
}
    input[type=checkbox] + label[b-3e9hib73nx]:before {
        content: "";
        display: inline-block;
        opacity: 0; /* Hidden by default */
        width: 0; /* Start with no width */
        height: 0; /* Start with no height */
        margin-right: 0; /* No margin initially */
        transition: opacity 0.4s ease-in-out, width 0.4s ease-in-out, height 0.4s ease-in-out, margin-right 0.4s ease-in-out; /* Add transitions */
    }

    /* Fade-in when the checkbox is checked */
    input[type=checkbox]:checked + label[b-3e9hib73nx]:before {
        content: "\2714"; /* Unicode for the checkmark */
        font-size: 12px;
        width: 12px;
        height: 12px;
        margin-right: 5px;
        color: var(--fs-color);
        text-align: center;
        line-height: 12px;
        opacity: 1; /* Fully visible when checked */
    }

.toggle[b-3e9hib73nx] {
    margin: 0 0 1.5rem;
    box-sizing: border-box;
    font-size: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
}

    .toggle input[b-3e9hib73nx] {
        width: 0;
        height: 0;
        position: absolute;
        left: -9999px;
    }
        .toggle label[b-3e9hib73nx]{
            align-content: center;
        }

        .toggle input + label[b-3e9hib73nx] {
            margin: 0;
            padding: 0.25rem 2rem;
            box-sizing: border-box;
            position: relative;
            display: inline-block;
            border: solid 1px #DDD;
            background-color: #FFF;
            font-size: 1rem;
            line-height: 140%;
            font-weight: 600;
            text-align: center;
            box-shadow: 0 0 0 rgba(255, 255, 255, 0);
            transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
            /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
            /*flex: 0 0 50%; display: flex; justify-content: center; align-items: center;*/
            /* ----- */
        }

            .toggle input + label:first-of-type[b-3e9hib73nx] {
                border-radius: 6px 0 0 6px;
                border-right: none;
            }

            .toggle input + label:last-of-type[b-3e9hib73nx] {
                border-radius: 0 6px 6px 0;
                border-left: none;
            }

        .toggle input:hover + label[b-3e9hib73nx] {
            border-color: #213140;
        }

        .toggle input:checked + label[b-3e9hib73nx] {
            background-color: #4B9DEA;
            color: #FFF;
            box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
            border-color: #4B9DEA;
            z-index: 1;
        }
/* /Pages/Clienti.razor.rz.scp.css */

.card-cliente[b-pzzxqzr4ch] {
    flex: 1;
    max-width: 30%;
}

@media (max-width: 992px) {
    .griglia-dc[b-pzzxqzr4ch] {
        height: 50vh;
    }
}
/* /Pages/DettagliPreventivoContratto.razor.rz.scp.css */
body[b-2kjlveuh1w] {
}

h2[b-2kjlveuh1w], h4[b-2kjlveuh1w] {
    font-weight: bold;
}
/* /Pages/Home.razor.rz.scp.css */
body[b-vlop05j0yn] {


}

img[b-vlop05j0yn]{
    width: auto;
    height: 150px;
}

.test[b-vlop05j0yn] {
    width: 50px;
    height: 50px;
    background-color: var(--bs-color);
}
/* /Pages/Login.razor.rz.scp.css */
body[b-6n40x97la3] {
}

.form-container[b-6n40x97la3] {
    display: flex;
    flex-direction: column; /* Dispone il contenuto verticalmente */
    align-items: center; /* Centra orizzontalmente */
    justify-content: center; /* Centra verticalmente */
    height: 80vh; /* Altezza totale della pagina */
    width: 100vw; /* Altezza totale della pagina */
    margin: 0 auto; /* Assicura il contenitore centrato */
    text-align: center; /* Allinea il testo */
}
