@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.b6pgxrrsua.bundle.scp.css';
@import '_content/PSC.Blazor.Components.Chartjs/PSC.Blazor.Components.Chartjs.bundle.scp.css';

/* _content/WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-pui3qmsk44] {
    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-pui3qmsk44] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/WebApp/Components/Pages/Home.razor.rz.scp.css */
.widget-stat[b-75gjg21amq] {
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.widget-stat:hover[b-75gjg21amq] {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.widget-stat-icon[b-75gjg21amq] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    opacity: 0.8;
}

.widget-stat-number[b-75gjg21amq] {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.widget-stat-text[b-75gjg21amq] {
    font-size: 1rem;
    font-weight: 500;
    opacity: 0.9;
}

.bg-purple[b-75gjg21amq] {
    background: linear-gradient(135deg, #6f42c1, #8e44ad) !important;
}

.bg-orange[b-75gjg21amq] {
    background: linear-gradient(135deg, #fd7e14, #f39c12) !important;
}

.bg-teal[b-75gjg21amq] {
    background: linear-gradient(135deg, #20c997, #1abc9c) !important;
}

.bg-gradient-primary[b-75gjg21amq] {
    background: linear-gradient(135deg, #667eea, #764ba2) !important;
}

@media (max-width: 768px) {
    .widget-stat[b-75gjg21amq] {
        padding: 1rem;
        min-height: 100px;
    }

    .widget-stat-number[b-75gjg21amq] {
        font-size: 2rem;
    }

    .widget-stat-icon[b-75gjg21amq] {
        font-size: 1.5rem;
    }
}
