@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.84wtju4z0n.bundle.scp.css';

/* /Layout/NavMenu.razor.rz.scp.css */
.custom-scrollbar[b-4nb9voib04]::-webkit-scrollbar {
    width: 4px;
}

.custom-scrollbar[b-4nb9voib04]::-webkit-scrollbar-track {
    background: transparent;
}

.custom-scrollbar[b-4nb9voib04]::-webkit-scrollbar-thumb {
    background: var(--border-main);
    border-radius: 10px;
}

.custom-scrollbar[b-4nb9voib04]::-webkit-scrollbar-thumb:hover {
    background: var(--text-muted);
}

.menu-link[b-4nb9voib04] {
    position: relative;
}

[b-4nb9voib04] a.active {
    background-color: var(--bg-main) !important;
    border-color: var(--border-main) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

[b-4nb9voib04] a.active .bi {
    color: var(--primary) !important;
}

[b-4nb9voib04] a.active span.menu-text {
    color: var(--text-main) !important;
}

[b-4nb9voib04] a.active::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 20%;
    bottom: 20%;
    width: 3px;
    background-color: var(--primary);
    border-radius: 4px;
}
/* /Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-vk2tyic2hk],
.components-reconnect-repeated-attempt-visible[b-vk2tyic2hk],
.components-reconnect-failed-visible[b-vk2tyic2hk],
.components-pause-visible[b-vk2tyic2hk],
.components-resume-failed-visible[b-vk2tyic2hk],
.components-rejoining-animation[b-vk2tyic2hk] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-vk2tyic2hk],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-vk2tyic2hk],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-vk2tyic2hk],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-vk2tyic2hk],
#components-reconnect-modal.components-reconnect-retrying[b-vk2tyic2hk],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-vk2tyic2hk],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-vk2tyic2hk],
#components-reconnect-modal.components-reconnect-failed[b-vk2tyic2hk],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-vk2tyic2hk] {
    display: block;
}


#components-reconnect-modal[b-vk2tyic2hk] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-vk2tyic2hk 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-vk2tyic2hk 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-vk2tyic2hk 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-vk2tyic2hk]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-vk2tyic2hk 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-vk2tyic2hk {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-vk2tyic2hk {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-vk2tyic2hk {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-vk2tyic2hk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-vk2tyic2hk] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-vk2tyic2hk] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-vk2tyic2hk] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-vk2tyic2hk] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-vk2tyic2hk] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-vk2tyic2hk] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-vk2tyic2hk 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-vk2tyic2hk] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-vk2tyic2hk {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Modules/Admin/Pages/RoleManagement.razor.rz.scp.css */
.module-page[b-w4xyif7xyh] {
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-w4xyif7xyh] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.header-content h1[b-w4xyif7xyh] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e1b4b;
    margin: 0 0 0.25rem 0;
}

.header-content .subtitle[b-w4xyif7xyh] {
    color: #6b7280;
    font-size: 0.875rem;
    margin: 0;
}

.btn-primary[b-w4xyif7xyh] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
}

/* Roles Grid */
.roles-grid[b-w4xyif7xyh] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.25rem;
}

.role-card[b-w4xyif7xyh] {
    background: #fff;
    border-radius: 0.75rem;
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.role-header[b-w4xyif7xyh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.role-header h3[b-w4xyif7xyh] {
    font-size: 1rem;
    font-weight: 600;
    color: #1e1b4b;
    margin: 0;
}

.role-type[b-w4xyif7xyh] {
    font-size: 0.6875rem;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
}

.role-type.system[b-w4xyif7xyh] {
    background: #dbeafe;
    color: #2563eb;
}

.role-type.custom[b-w4xyif7xyh] {
    background: #f3f4f6;
    color: #4b5563;
}

.role-description[b-w4xyif7xyh] {
    font-size: 0.8125rem;
    color: #6b7280;
    margin: 0 0 1rem 0;
}

.role-stats[b-w4xyif7xyh] {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f3f4f6;
}

.role-stats .stat[b-w4xyif7xyh] {
    display: flex;
    flex-direction: column;
}

.role-stats .stat-value[b-w4xyif7xyh] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e1b4b;
}

.role-stats .stat-label[b-w4xyif7xyh] {
    font-size: 0.75rem;
    color: #6b7280;
}

.role-permissions[b-w4xyif7xyh] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    margin-bottom: 1rem;
}

.tag[b-w4xyif7xyh] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    font-size: 0.6875rem;
    background: #f3f4f6;
    color: #4b5563;
    border-radius: 0.25rem;
}

.tag.more[b-w4xyif7xyh] {
    background: #ede9fe;
    color: #7c3aed;
}

.role-actions[b-w4xyif7xyh] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-secondary[b-w4xyif7xyh] {
    flex: 1;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #374151;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    cursor: pointer;
}

.btn-secondary:hover[b-w4xyif7xyh] {
    background: #f3f4f6;
}

.btn-icon[b-w4xyif7xyh] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    cursor: pointer;
}

.btn-icon:hover[b-w4xyif7xyh] {
    background: #f3f4f6;
}

.btn-icon.danger:hover[b-w4xyif7xyh] {
    background: #fef2f2;
    border-color: #fecaca;
}
/* /Modules/Admin/Pages/Users.razor.rz.scp.css */
.modern-grid[b-g6b5ulpcg8] {
    --fluent-data-grid-padding: 1.5rem;
    border: none !important;
}

[b-g6b5ulpcg8] .modern-grid .fluent-data-grid-header {
    background-color: var(--bg-main) !important;
    border-bottom: 1px solid var(--border-main) !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 0.75rem !important;
    letter-spacing: 0.05em !important;
    color: var(--text-muted) !important;
}

[b-g6b5ulpcg8] .modern-grid .fluent-data-grid-row {
    border-bottom: 1px solid var(--bg-main) !important;
    transition: background-color 0.2s ease !important;
}

[b-g6b5ulpcg8] .modern-grid .fluent-data-grid-row:hover {
    background-color: rgba(241, 245, 249, 0.35) !important;
}

[b-g6b5ulpcg8] .modern-grid .fluent-data-grid-cell {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}
/* /Modules/Debit/Pages/Issuance.razor.rz.scp.css */
/* Cleaned for Tailwind */
