/* /Layout/EmptyLayout.razor.rz.scp.css */
.empty-layout[b-2azxgxmtjc] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: rgba(142, 145, 148, 0.15);
}

main[b-2azxgxmtjc] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.empty-footer[b-2azxgxmtjc] {
    padding: 1rem;
    text-align: center;
    font-size: 11px;
    letter-spacing: 1px;
    color: rgba(142, 145, 148, 0.7);
    border-top: 0.5px solid rgba(142, 145, 148, 0.2);
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* --- Global Overrides --- */
[b-y7b343quvk] .ifit-main-layout {
    background-color: #f4f7f9;
}

/* --- HEADER --- */
[b-y7b343quvk] .ifit-header {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(142, 145, 148, 0.2);
    color: #333;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

.header-content[b-y7b343quvk] {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1rem;
}

[b-y7b343quvk] .rz-sidebar-toggle {
    background-color: transparent;
    color: rgb(28, 117, 188); 
}

.ifit-logo-mini[b-y7b343quvk] {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: rgb(28, 117, 188);
    letter-spacing: 1px;
    flex-grow: 1;
}

.logo-sub[b-y7b343quvk] {
    font-size: 10px;
    color: rgba(142, 145, 148, 0.8);
    font-weight: 400;
    margin-left: 4px;
}

.user-profile[b-y7b343quvk] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

[b-y7b343quvk] .logout-btn {
    color: #e74c3c;
}

/* --- SIDEBAR --- */
[b-y7b343quvk] .ifit-sidebar {
    background-color: #1a222b;
    color: #aeb2b7;
}

/* Stile dei Menu Items Radzen */
[b-y7b343quvk] .rz-panel-menu .rz-navigation-item-link {
    color: #aeb2b7;
    padding: 12px 16px;
}

    [b-y7b343quvk] .rz-panel-menu .rz-navigation-item-link:hover {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.05);
    }

    [b-y7b343quvk] .rz-panel-menu .rz-navigation-item-link.rz-state-selected {
        color: #ffffff;
        background-color: rgb(28, 117, 188);
        border-left: 4px solid white;
    }

[b-y7b343quvk] .rz-panel-menu .rz-navigation-item-icon {
    color: inherit;
    margin-right: 0.75rem;
}

.sidebar-footer[b-y7b343quvk] {
    padding: 1rem;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* --- BODY --- */
.page-wrapper[b-y7b343quvk] {
    padding: 2rem;
}
/* /Pages/Auth/Login/Login.razor.rz.scp.css */
.ifit-wrap[b-8evqqo8l5h] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: #f4f7f9;
    padding: 20px;
    width: 100%;
}

.ifit-spinner[b-8evqqo8l5h] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-8evqqo8l5h 0.7s linear infinite;
}

@keyframes spin-b-8evqqo8l5h {
    to { transform: rotate(360deg); }
}
/* /Pages/Main/Index.razor.rz.scp.css */
.ifit-title[b-qut4uzk4de] {
    color: #333;
    font-weight: 700;
}

.ifit-subtitle[b-qut4uzk4de] {
    color: rgba(142, 145, 148, 0.9);
}

[b-qut4uzk4de] .ifit-fieldset {
    background: white;
    border: 0.5px solid rgba(142, 145, 148, 0.4);
    border-radius: 4px;
}

    [b-qut4uzk4de] .ifit-fieldset .rz-fieldset-content-wrapper {
        padding: 1.5rem;
    }

    [b-qut4uzk4de] .ifit-fieldset legend.rz-fieldset-legend {
        background: rgb(28, 117, 188);
        color: white;
        padding: 0.25rem 1rem;
        border-radius: 4px;
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

[b-qut4uzk4de] .ifit-action-btn {
    background-color: rgb(28, 117, 188);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}
/* /Pages/SalesOrderHeaders/SalesOrderHeader.razor.rz.scp.css */

[b-4w9zs6jkto] .rz-datagrid-data td,
[b-4w9zs6jkto] .rz-column-title {
    font-size: 0.75rem !important;
}

[b-4w9zs6jkto] .rz-datagrid-data .rz-cell-data,
[b-4w9zs6jkto] .rz-datagrid-data a {
    font-size: 0.75rem !important;
}
/* /Pages/Shared/NotFound.razor.rz.scp.css */

.nf-wrap[b-88jl74h23s] {
    min-height: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Barlow', sans-serif;
    padding: 3rem 2rem;
    text-align: center;
}

.nf-code[b-88jl74h23s] {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 96px;
    font-weight: 700;
    letter-spacing: 6px;
    color: rgb(28, 117, 188);
    line-height: 1;
    margin: 0 0 4px;
    animation: fadeDown-b-88jl74h23s 0.5s ease both;
}

    .nf-code span[b-88jl74h23s] {
        color: rgba(142, 145, 148, 0.5);
    }

.nf-title[b-88jl74h23s] {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgb(142, 145, 148);
    margin: 0 0 1.5rem;
    animation: fadeDown-b-88jl74h23s 0.5s 0.1s ease both;
    opacity: 0;
}

.nf-divider[b-88jl74h23s] {
    width: 40px;
    height: 2px;
    background: rgb(28, 117, 188);
    margin: 0 auto 1.5rem;
    animation: fadeDown-b-88jl74h23s 0.5s 0.2s ease both;
    opacity: 0;
}

.nf-msg[b-88jl74h23s] {
    font-size: 15px;
    color: rgba(142, 145, 148, 0.8);
    max-width: 320px;
    line-height: 1.6;
    margin: 0 0 2.5rem;
    animation: fadeDown-b-88jl74h23s 0.5s 0.3s ease both;
    opacity: 0;
}

.nf-btn[b-88jl74h23s] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 24px;
    background: rgb(28, 117, 188);
    border: none;
    border-radius: 3px;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.15s;
    animation: fadeDown-b-88jl74h23s 0.5s 0.4s ease both;
    opacity: 0;
}

    .nf-btn:hover[b-88jl74h23s] {
        background: rgb(22, 96, 156);
    }

.nf-tire[b-88jl74h23s] {
    margin-bottom: 2rem;
    animation: fadeDown-b-88jl74h23s 0.5s ease both, spin-b-88jl74h23s 12s linear infinite;
}

@keyframes fadeDown-b-88jl74h23s {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes spin-b-88jl74h23s {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
