/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-5d53dbihet] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5d53dbihet] {
    flex: 1;
}

.sidebar[b-5d53dbihet] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

[b-5d53dbihet] .app-nav-shell {
    height: 100%;
    overflow: visible;
}

[b-5d53dbihet] .app-menu-drawer {
    z-index: 20;
    overflow: visible !important;
}

[b-5d53dbihet] .app-menu-drawer .mud-drawer-content {
    overflow: visible !important;
}

[b-5d53dbihet] .app-main-content {
    position: relative;
    z-index: 1;
}

[b-5d53dbihet] .app-nav-menu {
    --menu-accent: color-mix(in srgb, var(--mud-palette-primary) 18%, transparent);
    --menu-hover: color-mix(in srgb, var(--mud-palette-primary) 10%, transparent);
    --menu-hover-strong: color-mix(in srgb, var(--mud-palette-primary) 16%, transparent);
    --menu-focus-outline: color-mix(in srgb, var(--mud-palette-primary) 35%, transparent);
    --menu-panel-border: color-mix(in srgb, var(--mud-palette-text-primary) 12%, transparent);
    --menu-panel-shadow: 0 20px 48px color-mix(in srgb, #000000 18%, transparent);
    --menu-panel-surface: color-mix(in srgb, var(--mud-palette-surface) 96%, transparent);
    --menu-subtle-surface: color-mix(in srgb, var(--mud-palette-primary) 6%, var(--mud-palette-surface));
    --menu-text-primary: var(--mud-palette-text-primary);
    --menu-text-secondary: var(--mud-palette-text-secondary);
    padding: 0.6rem 0.45rem 1.25rem;
    overflow: visible;
}

[b-5d53dbihet] .mud-nav-group-label {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: inherit !important;
}

[b-5d53dbihet] .main-menu-link,
[b-5d53dbihet] .animated-menu-trigger,
[b-5d53dbihet] .animated-category-trigger,
[b-5d53dbihet] .submenu-link {
    width: 100%;
    border-radius: 12px;
}

[b-5d53dbihet] .main-menu-link {
    margin: 0.1rem 0 0.35rem;
}

[b-5d53dbihet] .main-menu-link .mud-nav-link-text {
    font-size: 0.96rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

[b-5d53dbihet] .main-menu-link .mud-nav-link-icon {
    color: var(--mud-palette-primary);
}

[b-5d53dbihet] .animated-menu-group {
    position: relative;
    margin-bottom: 0.45rem;
}

[b-5d53dbihet] .animated-menu-trigger,
[b-5d53dbihet] .animated-category-trigger {
    border: 0;
    background: transparent;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.78rem 0.9rem;
    text-align: left;
    transition: background-color 140ms ease, box-shadow 160ms ease, transform 140ms ease;
}

[b-5d53dbihet] .animated-menu-trigger:hover,
[b-5d53dbihet] .animated-category-trigger:hover {
    background: var(--menu-hover);
}

[b-5d53dbihet] .animated-menu-group.is-open > .animated-menu-trigger {
    background: var(--menu-hover-strong);
    box-shadow: inset 3px 0 0 var(--mud-palette-primary);
}

[b-5d53dbihet] .animated-menu-trigger:focus-visible,
[b-5d53dbihet] .animated-category-trigger:focus-visible {
    outline: 2px solid var(--menu-focus-outline);
    outline-offset: 2px;
}

[b-5d53dbihet] .menu-trigger-copy {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 0;
}

[b-5d53dbihet] .menu-trigger-icon {
    color: var(--mud-palette-primary);
    flex-shrink: 0;
}

[b-5d53dbihet] .animated-menu-trigger .menu-trigger-copy {
    font-size: 0.96rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

[b-5d53dbihet] .animated-category-trigger .menu-trigger-copy {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--menu-text-secondary);
}

[b-5d53dbihet] .menu-trigger-chevron {
    opacity: 0.76;
    transition: transform 160ms ease, opacity 160ms ease;
}

[b-5d53dbihet] .animated-menu-group.is-open > .animated-menu-trigger .menu-trigger-chevron {
    transform: rotate(90deg);
    opacity: 1;
}

[b-5d53dbihet] .animated-menu-panel {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: max-height 220ms ease, opacity 180ms ease, transform 180ms ease, padding 180ms ease;
    padding: 0 0.15rem;
}

[b-5d53dbihet] .animated-menu-group.is-open > .animated-menu-panel {
    max-height: 160rem;
    opacity: 1;
    overflow: visible;
    transform: translateY(0);
    padding: 0.35rem 0.15rem 0.1rem 0.35rem;
}

[b-5d53dbihet] .animated-category {
    position: relative;
    margin-bottom: 0.2rem;
}

[b-5d53dbihet] .animated-category-trigger {
    background: var(--menu-subtle-surface);
}

[b-5d53dbihet] .animated-category.is-open > .animated-category-trigger,
[b-5d53dbihet] .animated-category:hover > .animated-category-trigger {
    background: var(--menu-hover-strong);
    transform: translateX(2px);
}

[b-5d53dbihet] .animated-category .menu-trigger-chevron {
    transform: translateX(0);
}

[b-5d53dbihet] .animated-category.is-open > .animated-category-trigger .menu-trigger-chevron,
[b-5d53dbihet] .animated-category:hover > .animated-category-trigger .menu-trigger-chevron {
    transform: translateX(3px);
    opacity: 1;
}

[b-5d53dbihet] .animated-flyout {
    position: absolute;
    left: calc(100% - 0.2rem);
    top: 0;
    z-index: 200;
    min-width: min(22rem, calc(100vw - 3rem));
    opacity: 0;
    pointer-events: none;
    transform: translateX(-10px) scale(0.98);
    transition: opacity 170ms ease, transform 170ms ease;
}

.desktop-menu-flyout[b-5d53dbihet] {
    display: none;
}

[b-5d53dbihet] .animated-category.is-open > .animated-flyout,
[b-5d53dbihet] .animated-category:hover > .animated-flyout,
[b-5d53dbihet] .animated-category:focus-within > .animated-flyout {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0) scale(1);
}

[b-5d53dbihet] .animated-flyout-card,
[b-5d53dbihet] .animated-direct-links {
    background: var(--menu-panel-surface);
    border: 1px solid var(--menu-panel-border);
    border-radius: 16px;
    box-shadow: var(--menu-panel-shadow);
    backdrop-filter: blur(10px);
}

[b-5d53dbihet] .animated-flyout-card {
    padding: 0.65rem;
}

[b-5d53dbihet] .flyout-heading {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--menu-text-secondary);
    padding: 0.2rem 0.55rem 0.55rem;
}

[b-5d53dbihet] .submenu-link {
    margin: 0.08rem 0;
}

[b-5d53dbihet] .submenu-link .mud-nav-link-text {
    font-size: 0.92rem;
    font-weight: 500;
    color: var(--menu-text-primary);
}

[b-5d53dbihet] .submenu-link .mud-nav-link-icon {
    opacity: 0.82;
    color: var(--menu-text-secondary);
}

[b-5d53dbihet] .submenu-link.mud-nav-link-active,
[b-5d53dbihet] .main-menu-link.mud-nav-link-active {
    box-shadow: inset 3px 0 0 var(--mud-palette-primary);
    background: var(--menu-accent);
}

[b-5d53dbihet] .submenu-link:not(.mud-disabled):hover {
    background: var(--menu-hover);
}

[b-5d53dbihet] .animated-direct-links {
    padding: 0.55rem;
}

[b-5d53dbihet] .direct-submenu-link {
    margin-left: 0;
}

.top-row[b-5d53dbihet] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5d53dbihet]  a, .top-row[b-5d53dbihet]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-5d53dbihet]  a:hover, .top-row[b-5d53dbihet]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-5d53dbihet]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 960px) {
    [b-5d53dbihet] .animated-flyout {
        position: static;
        min-width: 0;
        margin: 0.3rem 0 0.45rem 0.55rem;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        display: none;
    }

    [b-5d53dbihet] .animated-category.is-open > .animated-flyout {
        display: block;
    }

    [b-5d53dbihet] .animated-flyout-card,
    [b-5d53dbihet] .animated-direct-links {
        box-shadow: none;
        border-radius: 12px;
        background: var(--menu-subtle-surface);
    }
}

@media (min-width: 961px) {
    [b-5d53dbihet] .animated-flyout {
        display: none;
    }

    .desktop-menu-flyout[b-5d53dbihet] {
        display: block;
        position: fixed;
        z-index: 2200;
        min-width: min(22rem, calc(100vw - 20rem));
        max-width: min(26rem, calc(100vw - 20rem));
        max-height: calc(100vh - 6rem);
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-gutter: stable;
        animation: desktop-flyout-in-b-5d53dbihet 150ms ease;
    }

    .desktop-menu-flyout .animated-flyout-card[b-5d53dbihet] {
        max-height: calc(100vh - 6rem);
        overflow-y: auto;
    }
}

@keyframes desktop-flyout-in-b-5d53dbihet {
    from {
        opacity: 0;
        transform: translateX(-8px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@media (max-width: 640.98px) {
    .top-row[b-5d53dbihet] {
        justify-content: space-between;
    }

    .top-row[b-5d53dbihet]  a, .top-row[b-5d53dbihet]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5d53dbihet] {
        flex-direction: row;
    }

    .sidebar[b-5d53dbihet] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5d53dbihet] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-5d53dbihet]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-5d53dbihet], article[b-5d53dbihet] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-5d53dbihet] {
    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-5d53dbihet] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-xcythwczh9],
.components-reconnect-repeated-attempt-visible[b-xcythwczh9],
.components-reconnect-failed-visible[b-xcythwczh9],
.components-pause-visible[b-xcythwczh9],
.components-resume-failed-visible[b-xcythwczh9],
.components-rejoining-animation[b-xcythwczh9] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-xcythwczh9],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-xcythwczh9],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-xcythwczh9],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-xcythwczh9],
#components-reconnect-modal.components-reconnect-retrying[b-xcythwczh9],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-xcythwczh9],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-xcythwczh9],
#components-reconnect-modal.components-reconnect-failed[b-xcythwczh9],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-xcythwczh9] {
    display: block;
}


#components-reconnect-modal[b-xcythwczh9] {
    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-xcythwczh9 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-xcythwczh9 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-xcythwczh9 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-xcythwczh9]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-xcythwczh9 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-xcythwczh9 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-xcythwczh9 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-xcythwczh9 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-xcythwczh9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-xcythwczh9] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-xcythwczh9] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-xcythwczh9] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-xcythwczh9] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-xcythwczh9] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-xcythwczh9] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-xcythwczh9 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-xcythwczh9] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-xcythwczh9 {
    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;
    }
}
/* /Components/Pages/Admin/BranchAdminGuide.razor.rz.scp.css */
.branch-admin-guide[b-aprhxku2vk] {
    padding-bottom: 2rem;
}

.branch-guide-hero[b-aprhxku2vk] {
    border: 1px solid rgba(176, 114, 31, 0.18);
    background:
        radial-gradient(circle at top right, rgba(226, 156, 55, 0.16), transparent 34%),
        linear-gradient(135deg, rgba(255, 248, 237, 0.96), rgba(248, 250, 252, 0.98));
}

.guide-actions[b-aprhxku2vk] {
    flex-wrap: wrap;
    gap: 0.75rem;
}

.section-card[b-aprhxku2vk] {
    border-radius: 18px;
}

.h-100[b-aprhxku2vk] {
    height: 100%;
}

@media (max-width: 960px) {
    .branch-guide-hero[b-aprhxku2vk] {
        background:
            linear-gradient(180deg, rgba(255, 248, 237, 0.96), rgba(248, 250, 252, 0.98));
    }
}
/* /Components/Pages/Admin/SuperAdminGuide.razor.rz.scp.css */
.super-admin-guide[b-tzwb4jfolz] {
    padding-bottom: 2rem;
}

.guide-hero[b-tzwb4jfolz] {
    border: 1px solid rgba(39, 95, 173, 0.18);
    background:
        radial-gradient(circle at top right, rgba(58, 124, 202, 0.14), transparent 32%),
        linear-gradient(135deg, rgba(240, 246, 255, 0.96), rgba(248, 250, 252, 0.98));
}

.guide-actions[b-tzwb4jfolz] {
    flex-wrap: wrap;
    gap: 0.75rem;
}

.section-card[b-tzwb4jfolz] {
    border-radius: 18px;
}

.guide-mini-card[b-tzwb4jfolz] {
    height: 100%;
    border-radius: 14px;
}

.h-100[b-tzwb4jfolz] {
    height: 100%;
}

@media (max-width: 960px) {
    .guide-hero[b-tzwb4jfolz] {
        background:
            linear-gradient(180deg, rgba(240, 246, 255, 0.96), rgba(248, 250, 252, 0.98));
    }
}
/* /Components/Pages/Admin/TenancyMigration.razor.rz.scp.css */
.tenancy-migration-page[b-nzz2t9jis3] {
    padding-bottom: 2rem;
}

.migration-hero[b-nzz2t9jis3] {
    background:
        radial-gradient(circle at top right, rgba(25, 118, 210, 0.12), transparent 42%),
        linear-gradient(135deg, rgba(25, 118, 210, 0.05), rgba(76, 175, 80, 0.05));
}

.migration-actions[b-nzz2t9jis3] {
    flex-wrap: wrap;
    gap: 0.75rem;
}

.resultset-card[b-nzz2t9jis3] {
    overflow-x: auto;
}

.sql-preview[b-nzz2t9jis3] {
    margin: 0;
    padding: 1rem;
    overflow-x: auto;
    white-space: pre-wrap;
    word-break: break-word;
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.94);
    color: #e2e8f0;
    font-size: 0.85rem;
    line-height: 1.5;
}
/* /Components/Pages/Admin/TenantAdminGuide.razor.rz.scp.css */
.super-admin-guide[b-cgph0udneh] {
    padding-bottom: 2rem;
}

.guide-hero[b-cgph0udneh] {
    border: 1px solid rgba(24, 101, 77, 0.18);
    background:
        radial-gradient(circle at top right, rgba(48, 166, 118, 0.14), transparent 32%),
        linear-gradient(135deg, rgba(241, 252, 247, 0.96), rgba(248, 250, 252, 0.98));
}

.guide-actions[b-cgph0udneh] {
    flex-wrap: wrap;
    gap: 0.75rem;
}

.section-card[b-cgph0udneh] {
    border-radius: 18px;
}

.h-100[b-cgph0udneh] {
    height: 100%;
}

@media (max-width: 960px) {
    .guide-hero[b-cgph0udneh] {
        background:
            linear-gradient(180deg, rgba(241, 252, 247, 0.96), rgba(248, 250, 252, 0.98));
    }
}
/* /Components/Pages/AppearanceSettings.razor.rz.scp.css */
.appearance-page[b-l1n0kj2eii] {
    background:
        radial-gradient(circle at top right, rgba(27, 110, 194, 0.08), transparent 24rem),
        linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(255, 255, 255, 1));
}

.appearance-card[b-l1n0kj2eii] {
    height: 100%;
    border: 1px solid rgba(148, 163, 184, 0.22);
    transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}

.appearance-card:hover[b-l1n0kj2eii] {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.appearance-card.selected[b-l1n0kj2eii] {
    border-color: var(--mud-palette-primary);
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--mud-palette-primary) 55%, transparent), 0 18px 36px rgba(15, 23, 42, 0.1);
}

.appearance-status-panel[b-l1n0kj2eii] {
    border-radius: 18px;
    background: color-mix(in srgb, var(--mud-palette-surface) 92%, var(--mud-palette-primary) 8%);
    border-color: color-mix(in srgb, var(--mud-palette-primary) 18%, transparent);
}

.appearance-status-stack[b-l1n0kj2eii],
.appearance-actions[b-l1n0kj2eii] {
    flex-wrap: wrap;
}

.theme-preview[b-l1n0kj2eii] {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: #fff;
}

.preview-appbar[b-l1n0kj2eii] {
    height: 1.2rem;
}

.preview-body[b-l1n0kj2eii] {
    display: grid;
    grid-template-columns: 28% 1fr;
    min-height: 8.5rem;
}

.preview-drawer[b-l1n0kj2eii] {
    min-height: 100%;
}

.preview-content[b-l1n0kj2eii] {
    padding: 0.85rem 0.9rem;
}

.preview-line[b-l1n0kj2eii],
.preview-pill[b-l1n0kj2eii] {
    border-radius: 999px;
}

.preview-line[b-l1n0kj2eii] {
    height: 0.68rem;
    margin-bottom: 0.6rem;
}

.preview-line-strong[b-l1n0kj2eii] {
    width: 72%;
}

.preview-line:not(.preview-line-strong)[b-l1n0kj2eii] {
    width: 92%;
}

.preview-pill[b-l1n0kj2eii] {
    width: 34%;
    height: 1.05rem;
    margin-top: 0.85rem;
}

.preview-blue .preview-appbar[b-l1n0kj2eii] {
    background: #1b6ec2;
}

.preview-blue .preview-drawer[b-l1n0kj2eii] {
    background: #eef4fb;
}

.preview-blue .preview-content[b-l1n0kj2eii] {
    background: #ffffff;
}

.preview-blue .preview-line[b-l1n0kj2eii] {
    background: #d8e8f8;
}

.preview-blue .preview-pill[b-l1n0kj2eii] {
    background: #1b6ec2;
}

.preview-dark .preview-appbar[b-l1n0kj2eii] {
    background: #111827;
}

.preview-dark .preview-drawer[b-l1n0kj2eii] {
    background: #0f172a;
}

.preview-dark .preview-content[b-l1n0kj2eii] {
    background: #111c2d;
}

.preview-dark .preview-line[b-l1n0kj2eii] {
    background: #334155;
}

.preview-dark .preview-pill[b-l1n0kj2eii] {
    background: #90caf9;
}

.preview-green .preview-appbar[b-l1n0kj2eii] {
    background: #2e7d32;
}

.preview-green .preview-drawer[b-l1n0kj2eii] {
    background: #edf8ee;
}

.preview-green .preview-content[b-l1n0kj2eii] {
    background: #ffffff;
}

.preview-green .preview-line[b-l1n0kj2eii] {
    background: #dcefdc;
}

.preview-green .preview-pill[b-l1n0kj2eii] {
    background: #2e7d32;
}

@media (max-width: 959.98px) {
    .appearance-page[b-l1n0kj2eii] {
        padding: 1rem !important;
    }

    .appearance-options-grid[b-l1n0kj2eii] {
        row-gap: 0.25rem;
    }
}
/* /Components/Pages/Branches/BranchAnalysis.razor.rz.scp.css */
.branch-analysis-page[b-rjekol9r7z] {
    padding-bottom: 1rem;
}

.hero-panel[b-rjekol9r7z] {
    background:
        radial-gradient(circle at top right, rgba(8, 145, 178, 0.12), transparent 38%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 251, 0.98));
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.hero-copy[b-rjekol9r7z],
.section-copy[b-rjekol9r7z] {
    max-width: 72ch;
}

.analysis-actions[b-rjekol9r7z] {
    align-items: end;
    justify-content: end;
    flex-wrap: wrap;
}

.section-panel[b-rjekol9r7z] {
    border: 1px solid rgba(15, 23, 42, 0.08);
}
/* /Components/Pages/Reports/ReportViewer.razor.rz.scp.css */
.report-filter-select[b-9yhw9axirt] {
    min-width: 220px;
}

.report-period-select[b-9yhw9axirt] {
    min-width: 180px;
}

.report-related-nav[b-9yhw9axirt] {
    overflow-x: auto;
}

.report-related-nav-row[b-9yhw9axirt] {
    gap: 0.5rem;
}

@media (max-width: 768px) {
    .report-related-nav-row[b-9yhw9axirt] {
        flex-wrap: nowrap;
    }
}
/* /Components/Pages/Sales/SalesReceiptDialog.razor.rz.scp.css */
.sales-receipt-dialog .mud-dialog-content[b-ijfgo5lln6] {
    background: #f3f4f6;
}

.receipt-titlebar[b-ijfgo5lln6] {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    min-width: min(92vw, 860px);
}

.receipt-loading[b-ijfgo5lln6] {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 240px;
}

.receipt-layout-action[b-ijfgo5lln6] {
    display: flex;
    justify-content: center;
    padding-top: 8px;
}

.receipt-shell[b-ijfgo5lln6],
.invoice-shell[b-ijfgo5lln6] {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    padding: 18px;
}

.receipt-80[b-ijfgo5lln6] {
    background: #fff;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.14);
    color: #121212;
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 12.5px;
    line-height: 1.28;
    min-height: 620px;
    padding: 12px 10px 14px;
    position: relative;
    width: 80mm;
}

.reprint-copy[b-ijfgo5lln6] {
    overflow: hidden;
}

.reprint-stamp[b-ijfgo5lln6] {
    border: 2px solid rgba(145, 30, 30, 0.42);
    color: rgba(145, 30, 30, 0.34);
    font-size: 36px;
    font-weight: 900;
    left: 50%;
    letter-spacing: 0;
    padding: 5px 16px;
    pointer-events: none;
    position: absolute;
    text-transform: uppercase;
    top: 42%;
    transform: translate(-50%, -50%) rotate(-24deg);
    z-index: 2;
}

.receipt-header[b-ijfgo5lln6] {
    border-bottom: 2px solid #202020;
    padding-bottom: 9px;
    text-align: center;
}

.receipt-header h1[b-ijfgo5lln6],
.invoice-header h1[b-ijfgo5lln6] {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.05;
    margin: 0 0 6px;
}

.receipt-subtitle[b-ijfgo5lln6],
.invoice-subtitle[b-ijfgo5lln6] {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.receipt-identity[b-ijfgo5lln6] {
    align-items: center;
    border-bottom: 1px dashed #8b8b8b;
    display: flex;
    justify-content: space-between;
    padding: 10px 0 8px;
}

.receipt-identity span[b-ijfgo5lln6] {
    color: #555;
    display: block;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.receipt-identity strong[b-ijfgo5lln6] {
    font-size: 14px;
}

.sale-type-badge[b-ijfgo5lln6] {
    border: 1px solid #202020;
    border-radius: 2px;
    padding: 3px 7px;
}

.receipt-meta[b-ijfgo5lln6] {
    border-bottom: 1px dashed #8b8b8b;
    display: grid;
    gap: 5px;
    padding: 8px 0;
}

.receipt-meta div[b-ijfgo5lln6],
.receipt-totals[b-ijfgo5lln6],
.receipt-payments[b-ijfgo5lln6],
.invoice-summary[b-ijfgo5lln6] {
    display: grid;
    grid-template-columns: 1fr auto;
}

.receipt-meta span[b-ijfgo5lln6] {
    color: #555;
    font-weight: 800;
}

.receipt-meta strong[b-ijfgo5lln6] {
    max-width: 185px;
    text-align: right;
}

.receipt-table[b-ijfgo5lln6],
.invoice-table[b-ijfgo5lln6] {
    border-collapse: collapse;
    width: 100%;
}

.receipt-table[b-ijfgo5lln6] {
    margin-top: 9px;
}

.receipt-table th[b-ijfgo5lln6] {
    border-bottom: 2px solid #202020;
    border-top: 2px solid #202020;
    font-size: 11px;
    font-weight: 900;
    padding: 5px 2px;
    text-align: right;
    text-transform: uppercase;
}

.receipt-table th:first-child[b-ijfgo5lln6],
.receipt-table td:first-child[b-ijfgo5lln6] {
    text-align: left;
}

.receipt-table td[b-ijfgo5lln6] {
    padding: 3px 2px;
    text-align: right;
}

.receipt-table .item-name td[b-ijfgo5lln6] {
    border-top: 1px solid #e4e4e4;
    font-weight: 800;
    padding-top: 7px;
    text-align: left;
}

.receipt-totals[b-ijfgo5lln6],
.receipt-payments[b-ijfgo5lln6] {
    gap: 5px 10px;
    padding-right: 4px;
}

.receipt-totals[b-ijfgo5lln6] {
    border-top: 2px solid #202020;
    margin-top: 8px;
    padding-top: 8px;
}

.receipt-totals span[b-ijfgo5lln6],
.receipt-payments span[b-ijfgo5lln6] {
    font-weight: 900;
    text-align: right;
}

.receipt-totals strong[b-ijfgo5lln6],
.receipt-payments strong[b-ijfgo5lln6],
.invoice-summary strong[b-ijfgo5lln6] {
    font-variant-numeric: tabular-nums;
    text-align: right;
}

.receipt-totals span:last-of-type[b-ijfgo5lln6],
.receipt-totals strong:last-of-type[b-ijfgo5lln6] {
    border-top: 2px solid #202020;
    font-size: 15px;
    margin-top: 3px;
    padding-top: 5px;
}

.receipt-payments[b-ijfgo5lln6] {
    border-bottom: 2px solid #202020;
    border-top: 1px dashed #8b8b8b;
    margin-top: 8px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.receipt-footer[b-ijfgo5lln6] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 12px;
    text-align: center;
}

.receipt-footer strong[b-ijfgo5lln6] {
    font-size: 13px;
}

.receipt-footer small[b-ijfgo5lln6] {
    border-top: 1px dashed #b5b5b5;
    color: #555;
    font-size: 10px;
    padding-top: 8px;
}

.invoice-a4[b-ijfgo5lln6] {
    background: #fff;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.14);
    color: #121212;
    font-family: Arial, Helvetica, sans-serif;
    min-height: 297mm;
    padding: 13mm;
    position: relative;
    width: 210mm;
}

.invoice-reprint-stamp[b-ijfgo5lln6] {
    font-size: 76px;
    padding: 8px 32px;
    top: 42%;
}

.invoice-header[b-ijfgo5lln6] {
    border-bottom: 2px solid #202020;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.invoice-header h2[b-ijfgo5lln6] {
    font-size: 22px;
    font-weight: 900;
    margin: 14px 0 0;
}

.invoice-info[b-ijfgo5lln6] {
    border-bottom: 1px solid #202020;
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10px 0;
}

.invoice-info div[b-ijfgo5lln6],
.invoice-client[b-ijfgo5lln6] {
    display: flex;
    gap: 10px;
}

.invoice-info span[b-ijfgo5lln6],
.invoice-client span[b-ijfgo5lln6],
.amount-words span[b-ijfgo5lln6] {
    background: #f1f5f9;
    font-weight: 900;
    padding: 5px 7px;
}

.invoice-client[b-ijfgo5lln6] {
    padding: 16px 0 18px;
}

.invoice-table th[b-ijfgo5lln6],
.invoice-table td[b-ijfgo5lln6] {
    border: 1px solid #202020;
    padding: 6px;
}

.invoice-table th[b-ijfgo5lln6] {
    background: #f1f5f9;
    font-weight: 900;
    text-align: center;
}

.invoice-table td:not(:nth-child(2))[b-ijfgo5lln6] {
    font-variant-numeric: tabular-nums;
    text-align: right;
}

.invoice-summary[b-ijfgo5lln6] {
    border: 1px solid #202020;
    border-top: 0;
    gap: 6px 12px;
    margin-left: auto;
    padding: 8px;
    width: 230px;
}

.invoice-summary span[b-ijfgo5lln6] {
    font-weight: 900;
}

.amount-words[b-ijfgo5lln6] {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-top: 18px;
}

@page {
    margin: 5mm 10mm;
    size: 80mm auto;
}

@media print {
    .receipt-titlebar[b-ijfgo5lln6],
    .receipt-layout-action[b-ijfgo5lln6],
    .sales-receipt-dialog .mud-dialog-actions[b-ijfgo5lln6] {
        display: none !important;
    }

    .sales-receipt-dialog .mud-dialog-content[b-ijfgo5lln6],
    .receipt-shell[b-ijfgo5lln6] {
        background: #fff;
        overflow: visible;
        padding: 0;
    }

    .invoice-shell[b-ijfgo5lln6] {
        display: none !important;
    }

    .receipt-80[b-ijfgo5lln6] {
        box-shadow: none;
        min-height: auto;
        padding: 0;
        width: 60mm;
    }
}

@media (max-width: 700px) {
    .receipt-titlebar[b-ijfgo5lln6] {
        min-width: auto;
        width: 100%;
    }

    .invoice-a4[b-ijfgo5lln6] {
        min-width: 210mm;
    }
}
