@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/Nduma/Areas/User/Home.razor.rz.scp.css */
.home-header[b-148mkrohri] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.group-scroll[b-148mkrohri] {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
}

.group-scroll[b-148mkrohri]::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, transparent, #fff);
}

.group-scroll[b-148mkrohri]::-webkit-scrollbar {
    height: 6px;
}

.group-scroll[b-148mkrohri]::-webkit-scrollbar-thumb {
    background: #d0d7de;
    border-radius: 999px;
}

.group-chip[b-148mkrohri] {
    min-width: 180px;
    max-width: 220px;
    flex-shrink: 0;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 14px;
    padding: 0.9rem 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

.group-chip:hover[b-148mkrohri] {
    background: #f8fafc;
    transform: translateY(-1px);
    border-color: #cbd5e1;
}

.group-chip.active[b-148mkrohri] {
    background: #eef4ff;
    border-color: #bfd3ff;
    box-shadow: 0 4px 12px rgba(47, 91, 211, 0.10);
}

.group-chip-title[b-148mkrohri] {
    font-weight: 600;
    font-size: 0.95rem;
    color: #1f2937;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.group-chip-meta[b-148mkrohri] {
    font-size: 0.78rem;
    color: #6b7280;
    margin-top: 0.2rem;
}

.group-chip-actions[b-148mkrohri] {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.dashboard-side[b-148mkrohri] {
    max-height: 650px;
    overflow-y: auto;
}

.slot-panel[b-148mkrohri] {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.slot-panel-header[b-148mkrohri] {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid #eef2f7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.timeline[b-148mkrohri] {
    position: relative;
    margin: 1rem 0.75rem 1rem 1rem;
    padding-bottom: 0.25rem;
}

.timeline[b-148mkrohri]::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e5e7eb;
}

.timeline-item[b-148mkrohri] {
    position: relative;
    padding-left: 30px;
    margin-bottom: 16px;
}

.timeline-dot[b-148mkrohri] {
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px;
    height: 14px;
    background: #2f5bd3;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #e5e7eb;
}

.timeline-content[b-148mkrohri] {
    background: #fff;
    border: 1px solid #eaeef3;
    border-radius: 14px;
    padding: 0.8rem 0.9rem;
    transition: all 0.2s ease;
}

.timeline-content:hover[b-148mkrohri] {
    background: #f8fbff;
    transform: translateY(-1px);
    border-color: #d8e3f8;
}

.timeline-time[b-148mkrohri] {
    font-weight: 600;
    font-size: 0.92rem;
    color: #111827;
}

.timeline-title[b-148mkrohri] {
    font-size: 0.85rem;
    margin-top: 0.15rem;
    color: #374151;
}

.timeline-date[b-148mkrohri] {
    font-size: 0.75rem;
}


.group-pill[b-148mkrohri] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid #e0e0e0;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.8rem;
    flex: 0 0 auto;      /* 🔥 aggiungi */
    min-width: 140px;    /* 🔥 aggiungi */
    max-width: 180px;    /* 🔥 opzionale ma consigliato */
}

.group-pill:hover[b-148mkrohri] {
    background: #f5f7fa;
}

.group-pill.active[b-148mkrohri] {
    background: #eef3ff;
    border-color: #cddcff;
}

.group-pill-name[b-148mkrohri] {
    font-weight: 500;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.group-pill-count[b-148mkrohri] {
    background: #e9ecef;
    border-radius: 10px;
    padding: 1px 6px;
    font-size: 0.7rem;
}

.group-pill-actions[b-148mkrohri] {
    display: flex;
    gap: 6px;
    margin-left: 4px;
}

/* ===== FIX BOTTONI ===== */

/* override reale pill-btn */
[b-148mkrohri] .pill-btn.action-btn {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    padding: 0 !important; /* QUESTO È IL FIX */
    border-radius: 10px;

    color: #495057;
    transition: all 0.15s ease;
}

/* icone grandi */
[b-148mkrohri] .pill-btn.action-btn i {
    font-size: 1.4rem !important;
}

/* hover più evidente */
[b-148mkrohri] .pill-btn.action-btn:hover {
    transform: scale(1.08);
}

/* INVITE */
[b-148mkrohri] .invite-btn {
    background-color: #f1f3f5;
}

[b-148mkrohri] .invite-btn:hover {
    background-color: #e9ecef;
}

/* COMMON SLOTS (più evidente) */
[b-148mkrohri] .common-btn {
    background: linear-gradient(135deg, #ff6b6b, #f06595);
    color: #fff;
    border: none;
    box-shadow: 0 2px 6px rgba(240, 101, 149, 0.25);
}

[b-148mkrohri] .common-btn i {
    color: #fff;
}

[b-148mkrohri] .common-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 4px 12px rgba(240, 101, 149, 0.35);
}

[b-148mkrohri] .common-btn:active {
    transform: scale(0.96);
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}


.disabled-schedule[b-148mkrohri] {
    pointer-events: none;
    opacity: 0.6;
}

@media (max-width: 768px) {
    .e-schedule-dialog[b-148mkrohri] {
        width: 96vw !important;
        max-width: 96vw !important;
        left: 2vw !important;
        border-radius: 14px;
    }

    .e-schedule-dialog .e-dlg-content[b-148mkrohri] {
        padding: 1rem !important;
    }

    .schedule-editor-header[b-148mkrohri] {
        font-weight: 600;
        font-size: 1.1rem;
        padding: .5rem .25rem;
    }

    .schedule-editor-body input[b-148mkrohri] {
        font-size: 16px;
    }
}

.help-fab[b-148mkrohri] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0d6efd;
    color: white;
    border: none;
    z-index: 2000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.help-fab:hover[b-148mkrohri] {
    background: #0b5ed7;
}


/* editor full width mobile */
.e-schedule-dialog[b-148mkrohri] {
    max-width: 95vw !important;
    width: 95vw !important;
}

.e-schedule-dialog .e-dlg-content[b-148mkrohri] {
    padding: 12px;
}

/* input full width */
.e-schedule-dialog .e-control[b-148mkrohri] {
    width: 100% !important;
}

.global-loader[b-148mkrohri] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* _content/Nduma/Components/Account/Pages/AccessDenied.razor.rz.scp.css */
.access-denied-page[b-d0x2s2yqkf] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 1.5rem 0;
}

.access-denied-card[b-d0x2s2yqkf] {
    width: 100%;
    max-width: 560px;
    text-align: center;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    padding: 2rem 1.5rem;
}

.access-denied-icon[b-d0x2s2yqkf] {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fef2f2;
    color: #dc2626;
    font-size: 2rem;
}

.access-denied-title[b-d0x2s2yqkf] {
    margin: 0 0 0.75rem 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #111827;
}

.access-denied-text[b-d0x2s2yqkf] {
    margin: 0;
    font-size: 0.95rem;
    color: #6b7280;
}

@media (max-width: 991.98px) {
    .access-denied-card[b-d0x2s2yqkf] {
        padding: 1.5rem 1rem;
        border-radius: 16px;
    }

    .access-denied-title[b-d0x2s2yqkf] {
        font-size: 1.35rem;
    }

    .access-denied-icon[b-d0x2s2yqkf] {
        width: 64px;
        height: 64px;
        font-size: 1.8rem;
    }
}
/* _content/Nduma/Components/Account/Pages/ConfirmEmail.razor.rz.scp.css */
.confirm-email-page[b-gijccc0fvy] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 1.5rem 0;
}

.confirm-email-card[b-gijccc0fvy] {
    width: 100%;
    max-width: 620px;
    text-align: center;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    padding: 2rem 1.5rem;
}

.confirm-email-icon[b-gijccc0fvy] {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef4ff;
    color: #2f5bd3;
    font-size: 2rem;
}

.confirm-email-title[b-gijccc0fvy] {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #111827;
}

.confirm-email-subtitle[b-gijccc0fvy] {
    margin: 0.5rem 0 1.25rem 0;
    font-size: 0.95rem;
    color: #6b7280;
}

.confirm-email-status[b-gijccc0fvy] {
    margin-top: 0.5rem;
}

@media (max-width: 991.98px) {
    .confirm-email-card[b-gijccc0fvy] {
        padding: 1.5rem 1rem;
        border-radius: 16px;
    }

    .confirm-email-title[b-gijccc0fvy] {
        font-size: 1.35rem;
    }

    .confirm-email-icon[b-gijccc0fvy] {
        width: 64px;
        height: 64px;
        font-size: 1.8rem;
    }
}
/* _content/Nduma/Components/Account/Pages/ExternalLogin.razor.rz.scp.css */
.external-login-page[b-ubp7il4o9a] {
    display: flex;
    justify-content: center;
    padding: 1.5rem 0;
}

.external-login-card[b-ubp7il4o9a] {
    width: 100%;
    max-width: 500px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    padding: 1.5rem;
}

.external-login-header[b-ubp7il4o9a] {
    margin-bottom: 1rem;
}

.external-login-title[b-ubp7il4o9a] {
    font-size: 1.4rem;
    font-weight: 700;
}

.external-login-subtitle[b-ubp7il4o9a] {
    font-size: 0.9rem;
    color: #6b7280;
}

.external-login-alert[b-ubp7il4o9a] {
    background: #eef4ff;
    border: 1px solid #bfd3ff;
    border-radius: 12px;
    padding: 0.75rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.external-login-body[b-ubp7il4o9a] {
    margin-top: 0.5rem;
}
/* _content/Nduma/Components/Account/Pages/ForgotPassword.razor.rz.scp.css */
.forgot-password-page[b-v066kxxa3m] {
    display: flex;
    justify-content: center;
    padding: 1.5rem 0;
}

.forgot-password-card[b-v066kxxa3m] {
    width: 100%;
    max-width: 460px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    padding: 1.5rem;
}

.forgot-password-header[b-v066kxxa3m] {
    margin-bottom: 1rem;
}

.forgot-password-title[b-v066kxxa3m] {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
}

.forgot-password-subtitle[b-v066kxxa3m] {
    font-size: 0.9rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

.forgot-password-body[b-v066kxxa3m] {
    margin-top: 0.5rem;
}

@media (max-width: 991.98px) {
    .forgot-password-card[b-v066kxxa3m] {
        padding: 1.25rem;
        border-radius: 16px;
    }

    .forgot-password-title[b-v066kxxa3m] {
        font-size: 1.25rem;
    }
}
/* _content/Nduma/Components/Account/Pages/ForgotPasswordConfirmation.razor.rz.scp.css */
.fp-confirmation-page[b-ck2wimir16] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 1.5rem 0;
}

.fp-confirmation-card[b-ck2wimir16] {
    width: 100%;
    max-width: 520px;
    text-align: center;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    padding: 2rem 1.5rem;
}

.fp-confirmation-icon[b-ck2wimir16] {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef4ff;
    color: #2f5bd3;
    font-size: 2rem;
}

.fp-confirmation-title[b-ck2wimir16] {
    margin: 0 0 0.75rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
}

.fp-confirmation-text[b-ck2wimir16] {
    margin: 0;
    font-size: 0.95rem;
    color: #6b7280;
}

@media (max-width: 991.98px) {
    .fp-confirmation-card[b-ck2wimir16] {
        padding: 1.5rem 1rem;
        border-radius: 16px;
    }

    .fp-confirmation-title[b-ck2wimir16] {
        font-size: 1.3rem;
    }

    .fp-confirmation-icon[b-ck2wimir16] {
        width: 64px;
        height: 64px;
        font-size: 1.8rem;
    }
}
/* _content/Nduma/Components/Account/Pages/InvalidPasswordReset.razor.rz.scp.css */
.invalid-reset-page[b-dw887x36wj] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 1.5rem 0;
}

.invalid-reset-card[b-dw887x36wj] {
    width: 100%;
    max-width: 520px;
    text-align: center;
    border: 1px solid #fde2e2;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    padding: 2rem 1.5rem;
}

.invalid-reset-icon[b-dw887x36wj] {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fef2f2;
    color: #dc2626;
    font-size: 2rem;
}

.invalid-reset-title[b-dw887x36wj] {
    margin: 0 0 0.75rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
}

.invalid-reset-text[b-dw887x36wj] {
    margin: 0;
    font-size: 0.95rem;
    color: #6b7280;
}

@media (max-width: 991.98px) {
    .invalid-reset-card[b-dw887x36wj] {
        padding: 1.5rem 1rem;
        border-radius: 16px;
    }

    .invalid-reset-title[b-dw887x36wj] {
        font-size: 1.3rem;
    }

    .invalid-reset-icon[b-dw887x36wj] {
        width: 64px;
        height: 64px;
        font-size: 1.8rem;
    }
}
/* _content/Nduma/Components/Account/Pages/InvalidUser.razor.rz.scp.css */
.invalid-user-page[b-yk7zanzgl9] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 1.5rem 0;
}

.invalid-user-card[b-yk7zanzgl9] {
    width: 100%;
    max-width: 520px;
    text-align: center;
    border: 1px solid #fde2e2;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    padding: 2rem 1.5rem;
}

.invalid-user-icon[b-yk7zanzgl9] {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fef2f2;
    color: #dc2626;
    font-size: 2rem;
}

.invalid-user-title[b-yk7zanzgl9] {
    margin: 0 0 0.75rem 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: #111827;
}

.invalid-user-status[b-yk7zanzgl9] {
    margin-top: 0.5rem;
}

@media (max-width: 991.98px) {
    .invalid-user-card[b-yk7zanzgl9] {
        padding: 1.5rem 1rem;
        border-radius: 16px;
    }

    .invalid-user-title[b-yk7zanzgl9] {
        font-size: 1.25rem;
    }

    .invalid-user-icon[b-yk7zanzgl9] {
        width: 64px;
        height: 64px;
        font-size: 1.8rem;
    }
}
/* _content/Nduma/Components/Account/Pages/Lockout.razor.rz.scp.css */
.lockout-page[b-6r074b1px6] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 1.5rem 0;
}

.lockout-card[b-6r074b1px6] {
    width: 100%;
    max-width: 520px;
    text-align: center;
    border: 1px solid #fde2e2;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    padding: 2rem 1.5rem;
}

.lockout-icon[b-6r074b1px6] {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fef2f2;
    color: #dc2626;
    font-size: 2rem;
}

.lockout-title[b-6r074b1px6] {
    margin: 0 0 0.75rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
}

.lockout-text[b-6r074b1px6] {
    margin: 0;
    font-size: 0.95rem;
    color: #6b7280;
}

@media (max-width: 991.98px) {
    .lockout-card[b-6r074b1px6] {
        padding: 1.5rem 1rem;
        border-radius: 16px;
    }

    .lockout-title[b-6r074b1px6] {
        font-size: 1.3rem;
    }

    .lockout-icon[b-6r074b1px6] {
        width: 64px;
        height: 64px;
        font-size: 1.8rem;
    }
}
/* _content/Nduma/Components/Account/Pages/RegisterConfirmation.razor.rz.scp.css */
.register-confirmation-page[b-dh4fpp3fzi] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 1.5rem 0;
}

.register-confirmation-card[b-dh4fpp3fzi] {
    width: 100%;
    max-width: 560px;
    text-align: center;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    padding: 2rem 1.5rem;
}

.register-confirmation-icon[b-dh4fpp3fzi] {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef4ff;
    color: #2f5bd3;
    font-size: 2rem;
}

.register-confirmation-title[b-dh4fpp3fzi] {
    margin: 0 0 0.75rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
}

.register-confirmation-text[b-dh4fpp3fzi] {
    font-size: 0.95rem;
    color: #6b7280;
}

.register-confirmation-dev[b-dh4fpp3fzi] {
    margin-top: 1rem;
}

@media (max-width: 991.98px) {
    .register-confirmation-card[b-dh4fpp3fzi] {
        padding: 1.5rem 1rem;
        border-radius: 16px;
    }

    .register-confirmation-title[b-dh4fpp3fzi] {
        font-size: 1.3rem;
    }

    .register-confirmation-icon[b-dh4fpp3fzi] {
        width: 64px;
        height: 64px;
        font-size: 1.8rem;
    }
}
/* _content/Nduma/Components/Account/Pages/ResendEmailConfirmation.razor.rz.scp.css */
.resend-email-page[b-7aghb5d1vg] {
    display: flex;
    justify-content: center;
    padding: 1.5rem 0;
}

.resend-email-card[b-7aghb5d1vg] {
    width: 100%;
    max-width: 460px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    padding: 1.5rem;
}

.resend-email-header[b-7aghb5d1vg] {
    margin-bottom: 1rem;
}

.resend-email-title[b-7aghb5d1vg] {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
}

.resend-email-subtitle[b-7aghb5d1vg] {
    font-size: 0.9rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

.resend-email-body[b-7aghb5d1vg] {
    margin-top: 0.5rem;
}

@media (max-width: 991.98px) {
    .resend-email-card[b-7aghb5d1vg] {
        padding: 1.25rem;
        border-radius: 16px;
    }

    .resend-email-title[b-7aghb5d1vg] {
        font-size: 1.25rem;
    }
}
/* _content/Nduma/Components/Account/Pages/ResetPassword.razor.rz.scp.css */
.reset-password-page[b-r9a92dpqws] {
    display: flex;
    justify-content: center;
    padding: 1.5rem 0;
}

.reset-password-card[b-r9a92dpqws] {
    width: 100%;
    max-width: 480px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    padding: 1.5rem;
}

.reset-password-header[b-r9a92dpqws] {
    margin-bottom: 1rem;
}

.reset-password-title[b-r9a92dpqws] {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
}

.reset-password-subtitle[b-r9a92dpqws] {
    font-size: 0.9rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

.reset-password-body[b-r9a92dpqws] {
    margin-top: 0.5rem;
}

@media (max-width: 991.98px) {
    .reset-password-card[b-r9a92dpqws] {
        padding: 1.25rem;
        border-radius: 16px;
    }

    .reset-password-title[b-r9a92dpqws] {
        font-size: 1.25rem;
    }
}
/* _content/Nduma/Components/Account/Pages/ResetPasswordConfirmation.razor.rz.scp.css */
.rpc-page[b-ak8edbqsrd] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 1.5rem 0;
}

.rpc-card[b-ak8edbqsrd] {
    width: 100%;
    max-width: 520px;
    text-align: center;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    padding: 2rem 1.5rem;
}

.rpc-icon[b-ak8edbqsrd] {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ecfdf5;
    color: #16a34a;
    font-size: 2rem;
}

.rpc-title[b-ak8edbqsrd] {
    margin: 0 0 0.75rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
}

.rpc-text[b-ak8edbqsrd] {
    margin: 0;
    font-size: 0.95rem;
    color: #6b7280;
}

@media (max-width: 991.98px) {
    .rpc-card[b-ak8edbqsrd] {
        padding: 1.5rem 1rem;
        border-radius: 16px;
    }

    .rpc-title[b-ak8edbqsrd] {
        font-size: 1.3rem;
    }

    .rpc-icon[b-ak8edbqsrd] {
        width: 64px;
        height: 64px;
        font-size: 1.8rem;
    }
}
/* _content/Nduma/Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-login-picker-page[b-1vfpfjes6v] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.external-login-header[b-1vfpfjes6v] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    justify-content: space-between;
}

.external-login-title[b-1vfpfjes6v] {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: #111827;
}

.external-login-subtitle[b-1vfpfjes6v] {
    margin-top: 0.25rem;
    font-size: 0.92rem;
    color: #6b7280;
}

.external-login-empty[b-1vfpfjes6v],
.external-login-card[b-1vfpfjes6v] {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.external-login-empty[b-1vfpfjes6v] {
    padding: 1rem 1.1rem;
}

.external-login-link[b-1vfpfjes6v] {
    color: #1d4ed8;
    text-decoration: none;
    font-weight: 500;
}

.external-login-link:hover[b-1vfpfjes6v] {
    text-decoration: underline;
}

.external-login-card-header[b-1vfpfjes6v] {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid #eef2f7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.external-login-card-body[b-1vfpfjes6v] {
    padding: 1rem;
}

.external-login-form[b-1vfpfjes6v] {
    margin: 0;
}

.external-login-buttons[b-1vfpfjes6v] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.external-login-btn[b-1vfpfjes6v] {
    min-width: 180px;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .external-login-title[b-1vfpfjes6v] {
        font-size: 1.2rem;
    }

    .external-login-card-body[b-1vfpfjes6v],
    .external-login-empty[b-1vfpfjes6v] {
        padding: 0.9rem;
    }

    .external-login-btn[b-1vfpfjes6v] {
        width: 100%;
    }
}
/* _content/Nduma/Components/Account/Shared/ManageLayout.razor.rz.scp.css */
.manage-layout-page[b-25t0bspedr] {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

.manage-header[b-25t0bspedr] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.manage-title[b-25t0bspedr] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
}

.manage-subtitle[b-25t0bspedr] {
    margin-top: 0.25rem;
    font-size: 0.92rem;
    color: #6b7280;
}

.manage-side-card[b-25t0bspedr],
.manage-content-card[b-25t0bspedr] {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.manage-side-card-body[b-25t0bspedr] {
    padding: 1rem;
}

.manage-content-card-header[b-25t0bspedr] {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid #eef2f7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.manage-content-card-body[b-25t0bspedr] {
    padding: 1rem;
}

/* Menu laterale */
[b-25t0bspedr] .nav-pills {
    gap: 0.35rem;
}

[b-25t0bspedr] .nav-pills .nav-link {
    border-radius: 12px;
    color: #374151;
    font-weight: 500;
    padding: 0.7rem 0.9rem;
    transition: all 0.2s ease;
}

[b-25t0bspedr] .nav-pills .nav-link:hover {
    background: #f8fafc;
    color: #111827;
}

[b-25t0bspedr] .nav-pills .nav-link.active,
[b-25t0bspedr] .nav-pills .show > .nav-link {
    background: #eef4ff;
    color: #1d4ed8;
    border: 1px solid #bfd3ff;
    box-shadow: 0 4px 12px rgba(47, 91, 211, 0.10);
}

/* Contenuti interni standard */
[b-25t0bspedr] .form-control,
[b-25t0bspedr] .form-select {
    border-radius: 12px;
    border-color: #dbe3ec;
    box-shadow: none;
}

[b-25t0bspedr] .form-control:focus,
[b-25t0bspedr] .form-select:focus {
    border-color: #bfd3ff;
    box-shadow: 0 0 0 0.2rem rgba(47, 91, 211, 0.12);
}

[b-25t0bspedr] .btn,
[b-25t0bspedr] .ms-btn {
    border-radius: 12px;
}

/* Card interne eventuali */
[b-25t0bspedr] .card {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

/* Tabelle eventuali */
[b-25t0bspedr] table {
    border-radius: 12px;
    overflow: hidden;
}

/* Responsive */
@media (max-width: 991.98px) {
    .manage-title[b-25t0bspedr] {
        font-size: 1.3rem;
    }

    .manage-content-card-body[b-25t0bspedr],
    .manage-side-card-body[b-25t0bspedr] {
        padding: 0.9rem;
    }
}
/* _content/Nduma/Components/Account/Shared/ShowRecoveryCodes.razor.rz.scp.css */
.recovery-codes-page[b-z2euh3zkw6] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.recovery-header[b-z2euh3zkw6] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    justify-content: space-between;
}

.recovery-title[b-z2euh3zkw6] {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: #111827;
}

.recovery-subtitle[b-z2euh3zkw6] {
    margin-top: 0.25rem;
    font-size: 0.92rem;
    color: #6b7280;
}

.recovery-alert[b-z2euh3zkw6] {
    border: 1px solid #fde7b0;
    background: #fff8e1;
    color: #7c5a10;
    border-radius: 16px;
    padding: 1rem 1.1rem;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.recovery-card[b-z2euh3zkw6] {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.recovery-card-header[b-z2euh3zkw6] {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid #eef2f7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recovery-card-body[b-z2euh3zkw6] {
    padding: 1rem;
}

.recovery-code-box[b-z2euh3zkw6] {
    border: 1px solid #e5e7eb;
    background: #f8fafc;
    border-radius: 14px;
    padding: 0.85rem 1rem;
    transition: all 0.2s ease;
    min-height: 56px;
    display: flex;
    align-items: center;
}

.recovery-code-box:hover[b-z2euh3zkw6] {
    background: #f1f5f9;
    border-color: #d8e3f8;
    transform: translateY(-1px);
}

.recovery-code[b-z2euh3zkw6] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1f2937;
    word-break: break-word;
}

@media (max-width: 991.98px) {
    .recovery-title[b-z2euh3zkw6] {
        font-size: 1.2rem;
    }

    .recovery-card-body[b-z2euh3zkw6] {
        padding: 0.9rem;
    }
}
/* _content/Nduma/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-xgfs4089yt] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-xgfs4089yt] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.footer[b-xgfs4089yt] {
    position: fixed;
    bottom: 0;
    left:  0;;
    width: 100%;
    white-space: nowrap;
    line-height: 30px; /* Vertically center the text there */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-top: 20px;;
    background-color: #dddddd;
}
