/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-qag3ae32hh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qag3ae32hh] {
    flex: 1;
}

.sidebar[b-qag3ae32hh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-qag3ae32hh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-qag3ae32hh]  a, .top-row[b-qag3ae32hh]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-qag3ae32hh]  a:hover, .top-row[b-qag3ae32hh]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-qag3ae32hh]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-qag3ae32hh] {
        justify-content: space-between;
    }

    .top-row[b-qag3ae32hh]  a, .top-row[b-qag3ae32hh]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qag3ae32hh] {
        flex-direction: row;
    }

    .sidebar[b-qag3ae32hh] {
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-qag3ae32hh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-qag3ae32hh]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-qag3ae32hh], article[b-qag3ae32hh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* Navbar toggle */
.navbar-toggler[b-vvkxn8q0uk] {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Navbar brand */
.navbar-brand[b-vvkxn8q0uk] {
    font-size: 1.1rem;
}

/* Navbar items */
.nav-item[b-vvkxn8q0uk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vvkxn8q0uk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vvkxn8q0uk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vvkxn8q0uk]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        text-decoration: none;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

        .nav-item[b-vvkxn8q0uk]  a p {
            margin: 0;
        }

        .nav-item[b-vvkxn8q0uk]  a.active {
            background-color: rgba(255, 255, 255, 0.37);
            color: white;
        }

        .nav-item[b-vvkxn8q0uk]  a:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: white;
        }

.nav-link[b-vvkxn8q0uk] {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .nav-link p[b-vvkxn8q0uk] {
        margin: 0;
    }

    .nav-link.active[b-vvkxn8q0uk] {
        color: white;
    }

    .nav-link:hover[b-vvkxn8q0uk] {
        background-color: rgba(255, 255, 255, 0.1);
        color: white;
    }

    .nav-link.has-submenu[b-vvkxn8q0uk] {
        cursor: pointer; /* Mostra che l'elemento � cliccabile */
    }

.nav-submenu[b-vvkxn8q0uk] {
    display: none; /* Nasconde i sottomenu inizialmente */
    /* Indentazione per i sottomenu */
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

    .nav-submenu.visible[b-vvkxn8q0uk] {
        display: block; /* Mostra i sottomenu quando espansi */
    }


/* Responsive styles */
@media (min-width: 641px) {
    .navbar-toggler[b-vvkxn8q0uk] {
        display: none;
    }

    .collapse[b-vvkxn8q0uk] {
        display: block;
    }

    .nav-scrollable[b-vvkxn8q0uk] {
        overflow-y: auto;
    }
}
/* /Pages/Login.razor.rz.scp.css */
.login-page[b-fnnudntvhj] {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    width: 100%;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    font-family: 'Roboto', system-ui, sans-serif;
    background-image: linear-gradient(155deg, rgb(5, 39, 103) 0%, #2b1350 60%, #3a0647 100%);
}

.login-ring[b-fnnudntvhj] {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.login-ring-1[b-fnnudntvhj] { left: -360px; bottom: -420px; width: 900px; height: 900px; border: 1px solid rgba(255,255,255,0.07); }
.login-ring-2[b-fnnudntvhj] { left: -280px; bottom: -340px; width: 740px; height: 740px; border: 1px solid rgba(255,255,255,0.05); }
.login-ring-3[b-fnnudntvhj] { left: -200px; bottom: -260px; width: 580px; height: 580px; border: 1px solid rgba(255,255,255,0.04); }
.login-ring-4[b-fnnudntvhj] { right: -220px; top: -220px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,0.05); }
.login-ring-5[b-fnnudntvhj] { right: -140px; top: -140px; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,0.04); }

/* Brand panel */
.brand-panel[b-fnnudntvhj] {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 56px 64px;
}

.brand-header[b-fnnudntvhj] {
    display: flex;
    align-items: center;
    gap: 14px;
}

    .brand-header img:first-child[b-fnnudntvhj] {
        width: 34px;
        height: auto;
        display: block;
    }

.brand-header-name[b-fnnudntvhj] {
    height: 22px;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}

.brand-hero[b-fnnudntvhj] {
    position: relative;
    z-index: 2;
}

.brand-hero-logo[b-fnnudntvhj] {
    width: 150px;
    height: auto;
    display: block;
    margin-bottom: 40px;
    animation: nexLoginFloat-b-fnnudntvhj 7s ease-in-out infinite;
    filter: drop-shadow(0 18px 40px rgba(0,0,0,0.35));
}

@keyframes nexLoginFloat-b-fnnudntvhj {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}

.brand-hero h1[b-fnnudntvhj] {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 40px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.02em;
    max-width: 460px;
}

.brand-hero p[b-fnnudntvhj] {
    margin: 0;
    color: rgba(255,255,255,0.62);
    font-size: 16px;
    line-height: 1.6;
    max-width: 420px;
}

.brand-footer[b-fnnudntvhj] {
    color: rgba(255,255,255,0.45);
    font-size: 13px;
    font-weight: 500;
}

/* Form panel */
.form-panel[b-fnnudntvhj] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 40px;
}

.form-wrapper[b-fnnudntvhj] {
    width: 100%;
    max-width: 380px;
}

.form-heading[b-fnnudntvhj] {
    margin-bottom: 36px;
}

    .form-heading h2[b-fnnudntvhj] {
        margin: 0 0 8px;
        color: #ffffff;
        font-size: 28px;
        font-weight: 700;
        letter-spacing: -0.02em;
    }

    .form-heading p[b-fnnudntvhj] {
        margin: 0;
        color: rgba(255,255,255,0.55);
        font-size: 15px;
    }

.login-error[b-fnnudntvhj] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(214,77,68,0.15);
    border: 1px solid rgba(214,77,68,0.4);
    color: #f0a8a2;
    font-size: 13.5px;
    font-weight: 500;
    padding: 11px 14px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.form-field[b-fnnudntvhj] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 18px;
}

    .form-field label[b-fnnudntvhj] {
        color: rgba(255,255,255,0.8);
        font-size: 13px;
        font-weight: 600;
    }

[b-fnnudntvhj] .form-input {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    font-size: 15px;
    font-family: inherit;
    color: #ffffff;
    background: rgba(255,255,255,0.05);
    border: 1.5px solid rgba(255,255,255,0.14);
    border-radius: 11px;
    transition: all .15s;
}

    [b-fnnudntvhj] .form-input:focus {
        outline: none;
        border-color: #8a7fd6;
        box-shadow: 0 0 0 3px rgba(138,127,214,0.22);
    }

    [b-fnnudntvhj] .form-input::placeholder {
        color: rgba(255,255,255,0.35);
    }

.btn-submit[b-fnnudntvhj] {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 11px;
    background-image: linear-gradient(135deg, #4a5fd0 0%, #7d3fb0 100%);
    color: #fff;
    font-family: inherit;
    font-size: 15.5px;
    font-weight: 600;
    letter-spacing: 0.01em;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(93,63,176,0.4);
    transition: transform .12s, box-shadow .12s;
}

    .btn-submit:hover:not(:disabled)[b-fnnudntvhj] {
        transform: translateY(-1px);
        box-shadow: 0 12px 28px rgba(93,63,176,0.52);
    }

    .btn-submit:disabled[b-fnnudntvhj] {
        opacity: 0.7;
        cursor: default;
    }

.login-divider[b-fnnudntvhj] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 24px 0;
    color: rgba(255,255,255,0.4);
    font-size: 12.5px;
    font-weight: 500;
}

    .login-divider[b-fnnudntvhj]::before, .login-divider[b-fnnudntvhj]::after {
        content: '';
        flex: 1;
        height: 1px;
        background: rgba(255,255,255,0.12);
    }

.btn-microsoft[b-fnnudntvhj] {
    width: 100%;
    height: 50px;
    border: 1.5px solid rgba(255,255,255,0.18);
    border-radius: 11px;
    background: rgba(255,255,255,0.04);
    color: rgba(255,255,255,0.9);
    font-family: inherit;
    font-size: 14.5px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    transition: background .12s, border-color .12s;
}

    .btn-microsoft:hover:not(:disabled)[b-fnnudntvhj] {
        background: rgba(255,255,255,0.09);
        border-color: rgba(255,255,255,0.3);
    }

    .btn-microsoft:disabled[b-fnnudntvhj] {
        opacity: 0.7;
        cursor: default;
    }

.ms-logo[b-fnnudntvhj] {
    display: inline-grid;
    grid-template-columns: 9px 9px;
    grid-template-rows: 9px 9px;
    gap: 2px;
}

.ms-red[b-fnnudntvhj] { background: #f25022; }
.ms-green[b-fnnudntvhj] { background: #7fba00; }
.ms-blue[b-fnnudntvhj] { background: #00a4ef; }
.ms-yellow[b-fnnudntvhj] { background: #ffb900; }

.login-support[b-fnnudntvhj] {
    margin: 28px 0 0;
    text-align: center;
    color: rgba(255,255,255,0.45);
    font-size: 13.5px;
}

    .login-support a[b-fnnudntvhj] {
        font-weight: 600;
        color: #a89fe0;
    }

@media (max-width: 900px) {
    .login-page[b-fnnudntvhj] {
        grid-template-columns: 1fr;
    }

    .brand-panel[b-fnnudntvhj] {
        display: none;
    }

    .form-panel[b-fnnudntvhj] {
        padding: 32px 20px;
    }
}
