@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /Components/Layout/GuestLayout.razor.rz.scp.css */
.page[b-vug19ec0wr] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vug19ec0wr] {
    flex: 1;
}

.sidebar[b-vug19ec0wr] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #808080 70%);
}

.top-row[b-vug19ec0wr] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vug19ec0wr]  a, .top-row[b-vug19ec0wr]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-vug19ec0wr]  a:hover, .top-row[b-vug19ec0wr]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-vug19ec0wr]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-vug19ec0wr] {
        justify-content: space-between;
    }

    .top-row[b-vug19ec0wr]  a, .top-row[b-vug19ec0wr]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vug19ec0wr] {
        flex-direction: row;
    }

    .sidebar[b-vug19ec0wr] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vug19ec0wr] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-vug19ec0wr]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vug19ec0wr], article[b-vug19ec0wr] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-vug19ec0wr] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-vug19ec0wr] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xyjq0b2ddz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xyjq0b2ddz] {
    flex: 1;
}

.sidebar[b-xyjq0b2ddz] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #808080 70%);*/
    /*background-image: url(/Img/split-screen.png);*/
    background-image: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 6) ),url(/Img/screen3-tall.jpg);
     
    background-size: cover;
}

.top-row[b-xyjq0b2ddz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-start;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xyjq0b2ddz]  a, .top-row[b-xyjq0b2ddz]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xyjq0b2ddz]  a:hover, .top-row[b-xyjq0b2ddz]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xyjq0b2ddz]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-xyjq0b2ddz] {
        justify-content: space-between;
    }

    .top-row[b-xyjq0b2ddz]  a, .top-row[b-xyjq0b2ddz]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xyjq0b2ddz] {
        flex-direction: row;
    }

    .sidebar[b-xyjq0b2ddz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        transition: width 150ms ease;
    }

    .sidebar.collapsed[b-xyjq0b2ddz] {
        width: 72px;
    }

    .sidebar.collapsed[b-xyjq0b2ddz]  .brand-text,
    .sidebar.collapsed[b-xyjq0b2ddz]  .nav-text {
        display: none;
    }

    .sidebar.collapsed[b-xyjq0b2ddz]  .sub-menu-container {
        display: none;
    }

    .sidebar.collapsed[b-xyjq0b2ddz]  .nav-item {
        padding-bottom: 0.25rem;
    }

    .sidebar.collapsed[b-xyjq0b2ddz]  .nav-item .nav-link {
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        gap: 0;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .top-row[b-xyjq0b2ddz] {
        position: sticky;
        top: 0;
        z-index: 1;
        justify-content: flex-end;
    }

    .layout-sidebar-toggle[b-xyjq0b2ddz] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .top-row.auth[b-xyjq0b2ddz]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xyjq0b2ddz], article[b-xyjq0b2ddz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-xyjq0b2ddz] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-xyjq0b2ddz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MinimalLayout.razor.rz.scp.css */
.page[b-5c3c9xqfbx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5c3c9xqfbx] {
    flex: 1;
}

.sidebar[b-5c3c9xqfbx] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #808080 70%);
}

.top-row[b-5c3c9xqfbx] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5c3c9xqfbx]  a, .top-row[b-5c3c9xqfbx]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-5c3c9xqfbx]  a:hover, .top-row[b-5c3c9xqfbx]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-5c3c9xqfbx]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-5c3c9xqfbx] {
        justify-content: space-between;
    }

    .top-row[b-5c3c9xqfbx]  a, .top-row[b-5c3c9xqfbx]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5c3c9xqfbx] {
        flex-direction: row;
    }

    .sidebar[b-5c3c9xqfbx] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5c3c9xqfbx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-5c3c9xqfbx]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-5c3c9xqfbx], article[b-5c3c9xqfbx] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-5c3c9xqfbx] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-5c3c9xqfbx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0n87n7h9l6] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-0n87n7h9l6] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-0n87n7h9l6] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-0n87n7h9l6] {
    font-size: 1.1rem;
}

.sidebar-header[b-0n87n7h9l6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0.5rem;
}

.sidebar-collapse-toggle[b-0n87n7h9l6] {
    display: none;
    line-height: 1;
    padding: 0.25rem 0.4rem;
}

.sidebar-collapse-toggle .bi[b-0n87n7h9l6] {
    margin-right: 0;
    width: 1rem;
    height: 1rem;
}

.bi[b-0n87n7h9l6] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

/* Icon fixed column so long labels don't shift alignment */
.nav-item[b-0n87n7h9l6]  .bi {
    flex: 0 0 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
}

.nav-item[b-0n87n7h9l6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0n87n7h9l6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0n87n7h9l6] {
        padding-bottom: 1rem;
    }

/* Primary nav link: allow multi-line labels by wrapping instead of truncating */
.nav-item[b-0n87n7h9l6]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    /* increased height removed to allow multi-line */
    display: flex;
    align-items: flex-start;
    line-height: 1.2;
    width: 100%;

    /* allow items to wrap onto multiple lines */
    flex-wrap: wrap;

    /* ensure icon column is fixed and the remaining content can grow/shrink */
    min-width: 0;

    gap: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.75rem;

    transition: background-color .12s ease, color .12s ease, padding-left .12s ease;
}

/* Make sure non-icon children take available width and wrap */
.nav-item[b-0n87n7h9l6]  .nav-link > :not(.bi) {
    flex: 1 1 auto;
    min-width: 0; /* important for text wrapping in flex */
    word-break: break-word;
    white-space: normal;
}

/* Ensure keyboard users can see focus */
.nav-item[b-0n87n7h9l6]  .nav-link:focus {
    outline: 3px solid rgba(37,140,251,0.18);
    outline-offset: 2px;
}

.nav-item[b-0n87n7h9l6]  a.active {
    background-color: rgba(255,255,255,0.08);
    color: white;
    position: relative;
}

/* Active indicator bar on left */
.nav-item[b-0n87n7h9l6]  a.active::before {
    content: '';
    position: absolute;
    left: 0.25rem;
    top: 0.5rem;
    bottom: 0.5rem;
    width: 4px;
    background: #1b6ec2;
    border-radius: 2px;
}

.nav-item[b-0n87n7h9l6]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

/* Ensure submenu container keeps consistent indentation and submenu items wrap safely */
.sub-menu-container[b-0n87n7h9l6] {
    margin: 0 0 0 55px !important;
    max-width: calc(100% - 55px);
}

.sub-menu-item[b-0n87n7h9l6] {
    margin: 0;
    padding: 0;
    color: #d7d7d7 !important;
    font-size: 0.9rem;

    display: block;
    white-space: normal;
    word-break: break-word;
    max-width: 100%;
    padding-left: 0.25rem;
}

    .sub-menu-item:hover[b-0n87n7h9l6] {
        color: #fff !important;
    }

.nav-scrollable[b-0n87n7h9l6] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-0n87n7h9l6] {
    display: block;
}

/* Small screens: increase click/tap target */
@media (max-width: 640px) {
    .nav-item[b-0n87n7h9l6]  .nav-link {
        line-height: 1.3;
        font-size: 0.98rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-0n87n7h9l6] {
        display: none;
    }

    .sidebar-collapse-toggle[b-0n87n7h9l6] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .nav-scrollable[b-0n87n7h9l6] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Scheduler/InterventoScheduler.razor.rz.scp.css */

.e-quick-popup-wrapper .e-event-delete[b-6wyazxxgnq], .e-quick-popup-wrapper .e-event-popup .e-delete-icon[b-6wyazxxgnq],
.custom-event-editor .e-event-delete[b-6wyazxxgnq], .e-quick-popup-wrapper .e-event-popup .e-delete-icon[b-6wyazxxgnq],
.e-event-delete[b-6wyazxxgnq] {
    display: none !important;
}
/* /Components/Pages/Scheduler/SopralluogoScheduler.razor.rz.scp.css */

.e-quick-popup-wrapper .e-event-delete[b-4j7xo1pyky], .e-quick-popup-wrapper .e-event-popup .e-delete-icon[b-4j7xo1pyky],
.custom-event-editor .e-event-delete[b-4j7xo1pyky], .e-quick-popup-wrapper .e-event-popup .e-delete-icon[b-4j7xo1pyky],
.e-event-delete[b-4j7xo1pyky] {
    display: none !important;
}
/* /Components/Pages/Statistics/AdministratorStatistics.razor.rz.scp.css */
.admin-stats-page[b-li8rgxc2v7] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-bottom: 2rem;
}

.admin-stats-loading-state[b-li8rgxc2v7] {
    min-height: 18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: #475569;
    font-size: 1rem;
}

.admin-stats-hero[b-li8rgxc2v7] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.5rem;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: linear-gradient(135deg, #0f172a 0%, #1e40af 52%, #0ea5e9 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.25);
}

.admin-stats-hero__content h1[b-li8rgxc2v7] {
    margin: 0.5rem 0 1rem 0;
    font-size: 2rem;
    font-weight: 700;
}

.admin-stats-hero__content p[b-li8rgxc2v7] {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}

.admin-stats-hero__eyebrow[b-li8rgxc2v7] {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.8;
}

.admin-stats-hero__actions[b-li8rgxc2v7] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-end;
    justify-content: flex-start;
}

.admin-stats-mode-switch[b-li8rgxc2v7] {
    display: flex;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.25rem;
    border-radius: 0.5rem;
    backdrop-filter: blur(10px);
}

.admin-stats-mode-switch button[b-li8rgxc2v7] {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 0.375rem;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.admin-stats-mode-switch button:hover[b-li8rgxc2v7] {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.admin-stats-mode-switch button.active[b-li8rgxc2v7] {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.admin-stats-period-selector[b-li8rgxc2v7] {
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    width: 100%;
    max-width: 200px;
}

.admin-stats-period-selector .form-select[b-li8rgxc2v7] {
    padding: 0.5rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.375rem;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 0.875rem;
    backdrop-filter: blur(10px);
}

.admin-stats-period-selector .form-select option[b-li8rgxc2v7] {
    background-color: #1e293b;
    color: #fff;
}

.admin-stats-summary-grid[b-li8rgxc2v7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.admin-stats-summary-card[b-li8rgxc2v7] {
    padding: 1.5rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}

.admin-stats-summary-card:hover[b-li8rgxc2v7] {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.admin-stats-summary-card__label[b-li8rgxc2v7] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #64748b;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.admin-stats-summary-card__value[b-li8rgxc2v7] {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: var(--admin-stats-accent, #4f46e5);
    margin-bottom: 0.75rem;
}

.admin-stats-summary-card__description[b-li8rgxc2v7] {
    display: block;
    font-size: 0.875rem;
    color: #94a3b8;
    line-height: 1.5;
}

.admin-stats-highlights-grid[b-li8rgxc2v7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.admin-ststats-highlight-card[b-li8rgxc2v7] {
    padding: 1.5rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.admin-stats-card-header[b-li8rgxc2v7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.admin-stats-card-header h2[b-li8rgxc2v7],
.admin-stats-card-header h3[b-li8rgxc2v7] {
    margin: 0;
    color: #1e293b;
}

.admin-stats-card-header h2[b-li8rgxc2v7] {
    font-size: 1.5rem;
}

.admin-stats-card-header h3[b-li8rgxc2v7] {
    font-size: 1.125rem;
}

.admin-stats-badge[b-li8rgxc2v7] {
    font-size: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
}

.admin-stats-badge svg[b-li8rgxc2v7] {
    width: 1.5rem;
    height: 1.5rem;
}

.admin-stats-badge--gold[b-li8rgxc2v7] {
    background: #fef3c7;
    color: #f59e0b;
}

.admin-stats-badge--silver[b-li8rgxc2v7] {
    background: #e5e7eb;
    color: #9ca3af;
}

.admin-stats-badge--bronze[b-li8rgxc2v7] {
    background: #fed7aa;
    color: #f97316;
}

.admin-stats-highlight-name[b-li8rgxc2v7] {
    display: block;
    font-size: 1.125rem;
    color: #1e293b;
    margin-bottom: 0.75rem;
}

.admin-stats-highlight-metrics[b-li8rgxc2v7] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.admin-stats-metric[b-li8rgxc2v7] {
    font-size: 0.875rem;
    color: #64748b;
}

.admin-stats-metric strong[b-li8rgxc2v7] {
    color: #1e293b;
    font-weight: 600;
}

.admin-stats-table-card[b-li8rgxc2v7] {
    padding: 1.5rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.admin-stats-table-wrapper[b-li8rgxc2v7] {
    overflow-x: auto;
    margin-top: 1.5rem;
}

.admin-stats-ranking-table[b-li8rgxc2v7] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.admin-stats-ranking-table thead[b-li8rgxc2v7] {
    background-color: #f8fafc;
    border-bottom: 2px solid #e2e8f0;
}

.admin-stats-ranking-table th[b-li8rgxc2v7] {
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.75rem;
}

.admin-stats-ranking-table tbody tr[b-li8rgxc2v7] {
    border-bottom: 1px solid #e2e8f0;
    transition: background-color 0.2s ease;
}

.admin-stats-ranking-table tbody tr:hover[b-li8rgxc2v7] {
    background-color: #f8fafc;
}

.admin-stats-ranking-table td[b-li8rgxc2v7] {
    padding: 1rem;
    vertical-align: middle;
}

.admin-stats-col-rank[b-li8rgxc2v7] {
    width: 60px;
}

.admin-stats-col-name[b-li8rgxc2v7] {
    width: 150px;
}

.admin-stats-col-score[b-li8rgxc2v7] {
    width: 120px;
}

.admin-stats-col-tickets[b-li8rgxc2v7] {
    width: 80px;
}

.admin-stats-col-closed[b-li8rgxc2v7] {
    width: 80px;
}

.admin-stats-col-rate[b-li8rgxc2v7] {
    width: 100px;
}

.admin-stats-col-condomini[b-li8rgxc2v7] {
    width: 100px;
}

.admin-stats-col-duration[b-li8rgxc2v7] {
    width: 100px;
}

.admin-stats-col-interactions[b-li8rgxc2v7] {
    width: 100px;
}

.admin-stats-rank-badge[b-li8rgxc2v7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4f46e5 0%, #0ea5e9 100%);
    color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.admin-stats-rank-badge:hover[b-li8rgxc2v7] {
    transform: scale(1.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.admin-stats-table-row:first-child .admin-stats-rank-badge[b-li8rgxc2v7] {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

/* Top 3 row highlighting */
.admin-stats-table-row--top-1[b-li8rgxc2v7] {
    background: linear-gradient(90deg, rgba(251, 191, 36, 0.08) 0%, transparent 100%);
    border-left: 4px solid #f59e0b;
    box-shadow: inset 0 0 0 1px rgba(251, 191, 36, 0.1);
}

.admin-stats-table-row--top-1 .admin-stats-rank-badge[b-li8rgxc2v7] {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.05em;
}

.admin-stats-table-row--top-2[b-li8rgxc2v7] {
    background: linear-gradient(90deg, rgba(251, 191, 36, 0.08) 0%, transparent 100%);
    border-left: 4px solid #f59e0b;
    box-shadow: inset 0 0 0 1px rgba(251, 191, 36, 0.1);
}

.admin-stats-table-row--top-2 .admin-stats-rank-badge[b-li8rgxc2v7] {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    width: 38px;
    height: 38px;
    font-size: 0.95rem;
    font-weight: 800;
}

.admin-stats-table-row--top-3[b-li8rgxc2v7] {
    background: linear-gradient(90deg, rgba(251, 191, 36, 0.08) 0%, transparent 100%);
    border-left: 4px solid #f59e0b;
    box-shadow: inset 0 0 0 1px rgba(251, 191, 36, 0.1);
}

.admin-stats-table-row--top-3 .admin-stats-rank-badge[b-li8rgxc2v7] {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    width: 37px;
    height: 37px;
    font-size: 0.9rem;
    font-weight: 800;
}

.admin-stats-empty-state[b-li8rgxc2v7] {
    padding: 2rem;
    text-align: center;
    color: #94a3b8;
    font-size: 0.875rem;
}

.admin-stats-score-breakdown[b-li8rgxc2v7] {
    padding: 1.5rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, #f0f9ff 0%, #f0fdfa 100%);
    border: 1px solid #cffafe;
}

.admin-stats-score-methodology[b-li8rgxc2v7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.admin-stats-score-component[b-li8rgxc2v7] {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background: #fff;
    border-radius: 0.5rem;
    border: 1px solid #e0f2fe;
}

.admin-stats-score-component__icon[b-li8rgxc2v7] {
    font-size: 1.75rem;
    flex-shrink: 0;
}

.admin-stats-score-component__icon svg[b-li8rgxc2v7] {
    width: 1.75rem;
    height: 1.75rem;
    color: #0ea5e9;
}

.admin-stats-score-component h4[b-li8rgxc2v7] {
    margin: 0 0 0.5rem 0;
    color: #1e293b;
    font-size: 0.875rem;
    font-weight: 600;
}

.admin-stats-score-component p[b-li8rgxc2v7] {
    margin: 0;
    color: #64748b;
    font-size: 0.75rem;
    line-height: 1.4;
}

.admin-stats-sigla[b-li8rgxc2v7] {
    display: block;
    font-size: 0.75rem;
    color: #94a3b8;
    font-weight: 400;
    margin-top: 0.25rem;
}

.admin-stats-rate-badge[b-li8rgxc2v7] {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    border-radius: 0.5rem;
    color: #fff;
    font-weight: 600;
    font-size: 0.75rem;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease;
}

.admin-stats-rate-badge:hover[b-li8rgxc2v7] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.admin-stats-score-indicator[b-li8rgxc2v7] {
    position: relative;
    display: inline-block;
    width: 100%;
}

.admin-stats-score-indicator strong[b-li8rgxc2v7] {
    display: block;
    font-size: 1rem;
    color: var(--admin-stats-score-color, #4f46e5);
    margin-bottom: 0.25rem;
}

.admin-stats-score-bar[b-li8rgxc2v7] {
    display: block;
    height: 4px;
    background: linear-gradient(90deg, #ef4444, #f59e0b, #84cc16, #10b981);
    border-radius: 2px;
    transition: width 0.3s ease;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .admin-stats-hero[b-li8rgxc2v7] {
        grid-template-columns: 1fr;
    }

    .admin-stats-hero__actions[b-li8rgxc2v7] {
        align-items: flex-start;
    }

    .admin-stats-period-selector[b-li8rgxc2v7] {
        max-width: 100%;
        flex-direction: row;
    }

    .admin-stats-ranking-table[b-li8rgxc2v7] {
        font-size: 0.75rem;
    }

    .admin-stats-ranking-table th[b-li8rgxc2v7],
    .admin-stats-ranking-table td[b-li8rgxc2v7] {
        padding: 0.75rem;
    }
}

@media (max-width: 768px) {
    .admin-stats-page[b-li8rgxc2v7] {
        gap: 1rem;
    }

    .admin-stats-summary-grid[b-li8rgxc2v7] {
        grid-template-columns: 1fr;
    }

    .admin-stats-highlights-grid[b-li8rgxc2v7] {
        grid-template-columns: 1fr;
    }

    .admin-stats-hero__content h1[b-li8rgxc2v7] {
        font-size: 1.5rem;
    }

    .admin-stats-score-methodology[b-li8rgxc2v7] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Statistics/Index.razor.rz.scp.css */
.statistics-page[b-xnmvexlnkl] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-bottom: 2rem;
}

.statistics-loading-state[b-xnmvexlnkl] {
    min-height: 18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: #475569;
    font-size: 1rem;
}

.statistics-hero[b-xnmvexlnkl] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.5rem;
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 52%, #38bdf8 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.25);
}

.statistics-hero__content h1[b-xnmvexlnkl] {
    margin: 0.35rem 0 0.75rem;
    font-size: clamp(1.9rem, 4vw, 3rem);
    font-weight: 700;
}

.statistics-hero__content p[b-xnmvexlnkl] {
    margin: 0;
    max-width: 60rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
    line-height: 1.6;
}

.statistics-hero__eyebrow[b-xnmvexlnkl] {
    display: inline-flex;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.statistics-hero__highlights[b-xnmvexlnkl] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.25rem;
}

.statistics-highlight-pill[b-xnmvexlnkl] {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
    color: #f8fafc;
}

.statistics-hero__actions[b-xnmvexlnkl] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    min-width: 13rem;
}

.statistics-mode-switch[b-xnmvexlnkl] {
    display: inline-flex;
    padding: 0.3rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

.statistics-mode-switch button[b-xnmvexlnkl] {
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.82);
    padding: 0.75rem 1rem;
    border-radius: 999px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.statistics-mode-switch button.active[b-xnmvexlnkl] {
    background: #fff;
    color: #0f172a;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.14);
}

.statistics-window-label[b-xnmvexlnkl] {
    align-self: flex-end;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.12);
    color: #e2e8f0;
    font-weight: 600;
}

.statistics-summary-grid[b-xnmvexlnkl] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.statistics-summary-card[b-xnmvexlnkl],
.statistics-chart-card[b-xnmvexlnkl],
.statistics-ranking-card[b-xnmvexlnkl] {
    background: #fff;
    border-radius: 1.25rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.statistics-summary-card[b-xnmvexlnkl] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 1.25rem;
    overflow: hidden;
}

.statistics-summary-card[b-xnmvexlnkl]::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: var(--statistics-accent);
}

.statistics-summary-card__label[b-xnmvexlnkl] {
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 600;
}

.statistics-summary-card__value[b-xnmvexlnkl] {
    font-size: 1.9rem;
    line-height: 1.1;
    color: #0f172a;
}

.statistics-summary-card__description[b-xnmvexlnkl] {
    color: #475569;
    font-size: 0.9rem;
    line-height: 1.5;
}

.statistics-chart-grid[b-xnmvexlnkl],
.statistics-ranking-grid[b-xnmvexlnkl] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.statistics-chart-card[b-xnmvexlnkl],
.statistics-ranking-card[b-xnmvexlnkl] {
    padding: 1.25rem;
}

.statistics-chart-card--wide[b-xnmvexlnkl] {
    grid-column: span 2;
}

.statistics-card-header[b-xnmvexlnkl] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.statistics-card-header h2[b-xnmvexlnkl] {
    margin: 0;
    font-size: 1.1rem;
    color: #0f172a;
}

.statistics-card-header p[b-xnmvexlnkl] {
    margin: 0.35rem 0 0;
    color: #64748b;
    font-size: 0.92rem;
}

.statistics-ranking-list[b-xnmvexlnkl] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.statistics-ranking-item[b-xnmvexlnkl] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(135px, 180px);
    gap: 1rem;
    align-items: center;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.statistics-ranking-item__title[b-xnmvexlnkl] {
    color: #0f172a;
    font-weight: 700;
}

.statistics-ranking-item__subtitle[b-xnmvexlnkl] {
    color: #64748b;
    font-size: 0.88rem;
    margin-top: 0.2rem;
}

.statistics-ranking-item__metric[b-xnmvexlnkl] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    align-items: stretch;
    text-align: right;
    color: #0f172a;
}

.statistics-progress-bar[b-xnmvexlnkl] {
    width: 100%;
    height: 0.45rem;
    border-radius: 999px;
    background: rgba(79, 70, 229, 0.12);
    overflow: hidden;
}

.statistics-progress-bar span[b-xnmvexlnkl] {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #4f46e5 0%, #818cf8 100%);
}

.statistics-progress-bar--secondary[b-xnmvexlnkl] {
    background: rgba(14, 165, 233, 0.12);
}

.statistics-progress-bar--secondary span[b-xnmvexlnkl] {
    background: linear-gradient(90deg, #0ea5e9 0%, #38bdf8 100%);
}

.statistics-empty-state[b-xnmvexlnkl] {
    margin: 0.5rem 0 0;
    color: #64748b;
}

[b-xnmvexlnkl] .statistics-chart-card .e-chart,
[b-xnmvexlnkl] .statistics-chart-card .e-accumulationchart {
    min-height: 320px;
}

[b-xnmvexlnkl] .statistics-chart-card svg {
    border-radius: 0.85rem;
}

@media (max-width: 991.98px) {
    .statistics-hero[b-xnmvexlnkl],
    .statistics-chart-grid[b-xnmvexlnkl],
    .statistics-ranking-grid[b-xnmvexlnkl] {
        grid-template-columns: 1fr;
    }

    .statistics-chart-card--wide[b-xnmvexlnkl] {
        grid-column: span 1;
    }

    .statistics-hero__actions[b-xnmvexlnkl] {
        min-width: 0;
    }

    .statistics-window-label[b-xnmvexlnkl] {
        align-self: flex-start;
    }
}

@media (max-width: 575.98px) {
    .statistics-hero[b-xnmvexlnkl] {
        padding: 1.25rem;
    }

    .statistics-summary-grid[b-xnmvexlnkl] {
        grid-template-columns: 1fr;
    }

    .statistics-ranking-item[b-xnmvexlnkl] {
        grid-template-columns: 1fr;
    }

    .statistics-ranking-item__metric[b-xnmvexlnkl] {
        text-align: left;
    }
}
/* /Components/SharedComponents/PlainTextRichTextEditor.razor.rz.scp.css */
.plain-text-rich-text-editor[b-fmfcyacmkn] {
    display: block;
}

.plain-text-rich-text-editor[b-fmfcyacmkn]  .e-richtexteditor {
    max-width: 100%;
    min-height: 160px;
    overflow: auto;
    resize: vertical;
}

.plain-text-rich-text-editor[b-fmfcyacmkn]  .e-rte-content,
.plain-text-rich-text-editor[b-fmfcyacmkn]  .e-content {
    min-height: 120px;
}

.plain-text-rich-text-editor[b-fmfcyacmkn]  textarea.form-control {
    min-height: 120px;
    resize: vertical;
}
