/* /Components/Layout/Drawer.razor.rz.scp.css */
.drawer-container[b-pyfyaqpm61] {
    height: 100%;
}

.navigation-drawer-shading[b-pyfyaqpm61] {
    height: 100%;
    position: absolute;
    transition: ease 300ms;
    transition-property: opacity, visibility;
    visibility: visible;
    width: 100%;
    z-index: 99;
    background-color: var(--pp-dark);
    opacity: 0.44;
}

.navigation-drawer.mobile.panel-closed .navigation-drawer-shading[b-pyfyaqpm61] {
    opacity: 0;
    visibility: hidden;
}

[b-pyfyaqpm61] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-pyfyaqpm61] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

.navigation-drawer-shading[b-pyfyaqpm61] {
    display: none;
}

[b-pyfyaqpm61] .panel-open:not(.mobile) .nav-buttons-container .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-pyfyaqpm61] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-pyfyaqpm61] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    .navigation-drawer-shading[b-pyfyaqpm61] {
        display: block;
    }

    [b-pyfyaqpm61] .panel-open:not(.mobile) .nav-buttons-container .menu-button {
        display: flex;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zya6cunrci] {
    height: 100%;
    min-height: 0;
}

[b-zya6cunrci] .navigation-drawer {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
    --dxbl-drawer-panel-footer-bg: none;
    --dxbl-drawer-panel-header-bg: none;
    --dxbl-drawer-separator-border-width: 0;
}

[b-zya6cunrci] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--pp-dark) 0%, #251e49 58%, var(--pp-accent-dark) 130%);
}

.navigation-drawer-header[b-zya6cunrci] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1.25rem 0.5rem;
    width: 100%;
}

.navigation-drawer-header .brand-link[b-zya6cunrci] {
    color: #fff !important;
    text-decoration: none;
    line-height: 1;
}

.navigation-drawer-header .brand-link:visited[b-zya6cunrci],
.navigation-drawer-header .brand-link:hover[b-zya6cunrci],
.navigation-drawer-header .brand-link.active[b-zya6cunrci] {
    color: #fff !important;
}

.navigation-drawer-header .brand-text[b-zya6cunrci] {
    display: inline-block;
    font-size: 1.62rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: #fff !important;
}

.navigation-drawer-header .brand-link *[b-zya6cunrci] {
    color: #fff !important;
}

.navigation-drawer-footer[b-zya6cunrci] {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 0.875rem;
    width: 100%;
}

.drawer-content[b-zya6cunrci] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    height: 100%;
    overflow: auto;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
}

.nav-buttons-container[b-zya6cunrci] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 2rem;
    width: 100%;
}

.nav-actions-left[b-zya6cunrci] {
    align-items: center;
    display: flex;
    gap: 0.625rem;
}

.user-menu-wrap[b-zya6cunrci] {
    position: relative;
    min-width: 220px;
}

.user-menu-trigger[b-zya6cunrci] {
    align-items: center;
    background: #fff;
    border: 1px solid #d8d2ec;
    border-radius: 10px;
    color: #1a1535;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.875rem;
    font-weight: 600;
    gap: 0.45rem;
    justify-content: space-between;
    min-height: 36px;
    padding: 0.35rem 0.7rem;
    width: 100%;
}

.user-menu-trigger:hover[b-zya6cunrci] {
    border-color: #c9bee9;
}

.user-menu-trigger .bi-person-circle[b-zya6cunrci] {
    color: var(--pp-accent-dark);
    font-size: 1rem;
}

.user-menu-chevron[b-zya6cunrci] {
    color: #665f88;
    font-size: 0.72rem;
}

.user-menu-backdrop[b-zya6cunrci] {
    background: transparent;
    inset: 0;
    position: fixed;
    z-index: 998;
}

.user-menu-dropdown[b-zya6cunrci] {
    background: #fff;
    border: 1px solid #d8d2ec;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(26, 21, 53, 0.16);
    margin-top: 0.35rem;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    width: 220px;
    z-index: 999;
}

.user-menu-item[b-zya6cunrci] {
    align-items: center;
    background: transparent;
    border: 0;
    color: #1a1535;
    cursor: pointer;
    display: flex;
    font-size: 0.875rem;
    gap: 0.5rem;
    padding: 0.65rem 0.75rem;
    text-align: left;
    width: 100%;
}

.user-menu-item:hover[b-zya6cunrci] {
    background: #f4f1ff;
}

.user-menu-item-danger[b-zya6cunrci] {
    color: #c9305c;
}

.user-menu-item-danger:hover[b-zya6cunrci] {
    background: #fff1f5;
}

[b-zya6cunrci] .nav-buttons-container > a {
    color: inherit;
}

[b-zya6cunrci] .nav-buttons-container .back-button {
    padding-left: 0;
    padding-right: 0.25rem;
}

[b-zya6cunrci] .nav-buttons-container .btn-icon-only,
[b-zya6cunrci] .navigation-drawer-header .btn-icon-only {
    --dxbl-btn-padding-x: 0.5rem;
    --dxbl-btn-padding-y: 0.25rem;
}

.page-content-container[b-zya6cunrci] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 0;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
[b-d852oxvqg6] .menu {
    --dxbl-menu-bottom-left-border-radius: 0;
    --dxbl-menu-bottom-right-border-radius: 0;
    --dxbl-menu-top-left-border-radius: 0;
    --dxbl-menu-top-right-border-radius: 0;
    --dxbl-menu-item-padding-x: 1.125rem;
    --dxbl-menu-item-padding-y: 0.5rem;
    --dxbl-menu-color: var(--bs-white);
    --dxbl-menu-item-hover-color: var(--bs-white);
    --dxbl-menu-item-hover-bg: rgba(var(--pp-accent-rgb), 0.28);
    --dxbl-menu-item-selected-color: var(--bs-white);
    --dxbl-menu-item-selected-bg: rgba(var(--pp-accent-rgb), 0.28);
    --dxbl-menu-item-selected-hover-color: var(--bs-white);
    --dxbl-menu-item-selected-hover-bg: rgba(var(--pp-accent-rgb), 0.28);

    background: none;
}

[b-d852oxvqg6] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-d852oxvqg6] .menu-item-active {
    background-color: rgba(var(--pp-accent-rgb), 0.3);
    color: var(--bs-white);
}
/* /Components/Pages/Auth/Login.razor.rz.scp.css */
.login-container[b-h9acl5eq68] {
    display: flex;
    min-height: 100vh;
    width: 100%;
}

.login-left[b-h9acl5eq68] {
    flex: 1;
    background: linear-gradient(145deg, var(--pp-dark) 0%, #271f4f 56%, var(--pp-accent-dark) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.login-left-content[b-h9acl5eq68] {
    text-align: center;
    color: #fff;
}

.login-brand[b-h9acl5eq68] {
    font-size: 2.6rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    margin: 0;
}

.login-subtitle[b-h9acl5eq68] {
    margin: 0.6rem 0 0;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.78);
}

.login-right[b-h9acl5eq68] {
    flex: 1;
    background-color: #efebfb;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.login-form-wrapper[b-h9acl5eq68] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 34px rgba(26, 21, 53, 0.14);
    padding: 2.5rem;
    width: 100%;
    max-width: 440px;
}

.login-form-title[b-h9acl5eq68] {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--pp-dark);
    margin: 0 0 0.25rem;
}

.login-form-subtitle[b-h9acl5eq68] {
    font-size: 0.92rem;
    color: #6b6589;
    margin: 0 0 1.6rem;
}

.login-alert[b-h9acl5eq68] {
    background: #fff0f3;
    border: 1px solid #ffcad5;
    color: #9f2340;
    border-radius: 10px;
    padding: 0.75rem 0.9rem;
    margin-bottom: 1.15rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.login-field[b-h9acl5eq68] {
    margin-bottom: 1rem;
}

.login-label[b-h9acl5eq68] {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #352f52;
    margin-bottom: 0.35rem;
}

.login-input-wrapper[b-h9acl5eq68] {
    position: relative;
    display: flex;
    align-items: center;
}

.login-input-wrapper i[b-h9acl5eq68] {
    position: absolute;
    left: 13px;
    color: #7d7897;
    font-size: 1rem;
    pointer-events: none;
}

.login-input[b-h9acl5eq68],
[b-h9acl5eq68] .login-input {
    width: 100%;
    padding: 0.72rem 0.78rem 0.72rem 2.45rem;
    border: 1px solid #d9d3ee;
    border-radius: 10px;
    font-size: 0.95rem;
    color: var(--pp-dark);
    background-color: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}

.login-input:focus[b-h9acl5eq68],
[b-h9acl5eq68] .login-input:focus {
    border-color: var(--pp-accent-dark);
    box-shadow: 0 0 0 3px rgba(124, 92, 252, 0.16);
}

.login-validation[b-h9acl5eq68],
[b-h9acl5eq68] .login-validation {
    margin-top: 0.3rem;
    font-size: 0.82rem;
    color: #c62855;
}

[b-h9acl5eq68] .login-check .form-check-input {
    margin-top: 0;
}

.login-check[b-h9acl5eq68] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.15rem;
    color: #4f486f;
}

.login-button[b-h9acl5eq68] {
    width: 100%;
    padding: 0.78rem;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, var(--pp-dark) 0%, var(--pp-accent-dark) 100%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: transform 0.1s ease, opacity 0.2s ease;
}

.login-button:hover:not(:disabled)[b-h9acl5eq68] {
    opacity: 0.95;
    transform: translateY(-1px);
}

.login-button:disabled[b-h9acl5eq68] {
    opacity: 0.72;
    cursor: not-allowed;
}

.login-spinner[b-h9acl5eq68] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: login-spin-b-h9acl5eq68 0.9s linear infinite;
}

@keyframes login-spin-b-h9acl5eq68 {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 900px) {
    .login-container[b-h9acl5eq68] {
        flex-direction: column;
    }

    .login-left[b-h9acl5eq68] {
        flex: none;
        min-height: 230px;
        padding: 1.5rem;
    }

    .login-brand[b-h9acl5eq68] {
        font-size: 2rem;
    }

    .login-right[b-h9acl5eq68] {
        padding: 1.25rem;
    }

    .login-form-wrapper[b-h9acl5eq68] {
        max-width: 520px;
        padding: 1.5rem;
    }
}
/* /Components/Pages/Dashboard/Dashboard.razor.rz.scp.css */
.dashboard-card[b-7xuttl0wwp] {
    border: 1px solid #e5e1f3;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(26, 21, 53, 0.05);
}

.dashboard-card-label[b-7xuttl0wwp] {
    color: #6b6589;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
}

.dashboard-card-value[b-7xuttl0wwp] {
    color: #1a1535;
    font-size: 1.95rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 0.5rem;
}

.dashboard-card-sub[b-7xuttl0wwp] {
    color: #4e4970;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.86rem;
    gap: 0.7rem;
}

.dashboard-panel[b-7xuttl0wwp] {
    border: 1px solid #e5e1f3;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(26, 21, 53, 0.05);
}

.dashboard-panel .card-header[b-7xuttl0wwp] {
    background: #f7f5ff;
    border-bottom: 1px solid #ece8fb;
}

.dashboard-kpi-row[b-7xuttl0wwp] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dashboard-kpi-item[b-7xuttl0wwp] {
    background: #faf9ff;
    border: 1px solid #ece8fb;
    border-radius: 12px;
    padding: 0.9rem;
}

.dashboard-kpi-title[b-7xuttl0wwp] {
    color: #6b6589;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
    text-transform: uppercase;
}

.dashboard-kpi-value[b-7xuttl0wwp] {
    color: #1a1535;
    font-size: 1.3rem;
    font-weight: 800;
}

.dashboard-metrics[b-7xuttl0wwp] {
    display: grid;
    gap: 0.6rem;
}

.dashboard-metric-row[b-7xuttl0wwp] {
    align-items: center;
    background: #faf9ff;
    border: 1px solid #ece8fb;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 0.7rem 0.8rem;
}

.dashboard-metric-row span[b-7xuttl0wwp] {
    color: #6b6589;
    font-weight: 600;
}

.dashboard-metric-row strong[b-7xuttl0wwp] {
    color: #1a1535;
    font-size: 1.05rem;
    font-weight: 800;
}

@media (max-width: 768px) {
    .dashboard-kpi-row[b-7xuttl0wwp] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Settings/Roles.razor.rz.scp.css */
.permissions-popup-toolbar[b-xh8izjz1d3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.permissions-selected-role[b-xh8izjz1d3] {
    margin-right: auto;
}

.permissions-total-badge[b-xh8izjz1d3] {
    font-size: 0.75rem;
    font-weight: 600;
}

.permissions-popup-body[b-xh8izjz1d3] {
    max-height: 62vh;
    overflow-y: auto;
    padding-right: 0.25rem;
}

.permissions-module-card[b-xh8izjz1d3] {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    margin-bottom: 0.75rem;
    overflow: hidden;
    background: #fff;
}

.permissions-module-header[b-xh8izjz1d3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    padding: 0.6rem 0.75rem;
}

.permissions-module-toggle[b-xh8izjz1d3] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
}

.permissions-module-icon[b-xh8izjz1d3] {
    color: #6c757d;
    font-size: 0.95rem;
}

.permissions-module-title[b-xh8izjz1d3] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #212529;
}

.permissions-module-count[b-xh8izjz1d3] {
    font-size: 0.75rem;
    min-width: 2.7rem;
    text-align: center;
}

.permissions-module-grid[b-xh8izjz1d3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.5rem 1rem;
    padding: 0.75rem;
}

.permissions-item[b-xh8izjz1d3] {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.55rem;
    margin: 0;
    padding: 0.25rem 0.2rem;
    border-radius: 0.35rem;
}

.permissions-item:hover[b-xh8izjz1d3] {
    background: #f8f9fa;
}

.permissions-item-labels[b-xh8izjz1d3] {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.2;
}

.permissions-item-title[b-xh8izjz1d3] {
    font-size: 0.92rem;
    font-weight: 600;
    color: #212529;
}

.permissions-item-code[b-xh8izjz1d3] {
    font-size: 0.78rem;
    color: #6c757d;
}
