/* /Components/Layout/Drawer.razor.rz.scp.css */
.drawer-container[b-xfkasvf9fk] {
    height: 100%;
}

.navigation-drawer-shading[b-xfkasvf9fk] {
    height: 100%;
    position: absolute;
    transition: ease 300ms;
    transition-property: opacity, visibility;
    visibility: visible;
    width: 100%;
    z-index: 99;
    background-color: var(--dxds-color-surface-backdrop-default-rest);
}

.navigation-drawer.mobile.panel-closed .navigation-drawer-shading[b-xfkasvf9fk] {
    opacity: 0;
    visibility: hidden;
}

[b-xfkasvf9fk] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-xfkasvf9fk] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

.navigation-drawer-shading[b-xfkasvf9fk] {
    display: none;
}

[b-xfkasvf9fk] .panel-open:not(.mobile) .nav-buttons-container .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-xfkasvf9fk] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-xfkasvf9fk] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    .navigation-drawer-shading[b-xfkasvf9fk] {
        display: block;
    }

    [b-xfkasvf9fk] .panel-open:not(.mobile) .nav-buttons-container .menu-button {
        display: flex;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-tu64orpm73] {
    height: 100%;
    min-height: 0;
}

[b-tu64orpm73] .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-tu64orpm73] .navigation-drawer > .dxbl-drawer-panel {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(229, 247, 244, 0.82) 48%, rgba(219, 234, 254, 0.86)),
        #f8fbff;
    border-right: 1px solid rgba(14, 116, 144, 0.18);
    box-shadow: 10px 0 30px rgba(15, 23, 42, 0.08);
}

.navigation-drawer-header[b-tu64orpm73] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1.25rem 0.75rem;
    width: 100%;
}

.navigation-drawer-header .logo[b-tu64orpm73] {
    height: 1.5rem;
    width: 9rem;
}

.navigation-drawer-footer[b-tu64orpm73] {
    align-items: center;
    flex-direction: column;
    gap: 0.75rem;
    display: flex;
    justify-content: center;
    padding: 0 0.75rem 0.875rem;
    width: 100%;
}

.login-user-card[b-tu64orpm73] {
    align-items: center;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(14, 116, 144, 0.18);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    box-sizing: border-box;
    display: flex;
    gap: 0.65rem;
    padding: 0.7rem;
    width: 100%;
}

.login-user-avatar[b-tu64orpm73] {
    align-items: center;
    background: linear-gradient(135deg, #0f766e, #2563eb);
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex: 0 0 38px;
    font-size: 0.88rem;
    font-weight: 800;
    height: 38px;
    justify-content: center;
}

.login-user-label[b-tu64orpm73] {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 700;
}

.login-user-name[b-tu64orpm73] {
    color: #0f172a;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
    max-width: 12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-tu64orpm73] .logout-button {
    color: #0f172a !important;
    width: 100%;
}

.drawer-content[b-tu64orpm73] {
    background:
        linear-gradient(135deg, rgba(20, 184, 166, 0.08), rgba(59, 130, 246, 0.05) 44%, rgba(245, 158, 11, 0.07)),
        #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
}

.nav-buttons-container[b-tu64orpm73] {
    align-items: center;
    display: flex;
    gap: 0.625rem;
    min-height: 2rem;
}

[b-tu64orpm73] .nav-buttons-container > a {
    color: inherit;
}

[b-tu64orpm73] .nav-buttons-container .back-button {
    padding-left: 0;
    padding-right: 0.25rem;
}

.page-content-container[b-tu64orpm73] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 0;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
[b-fc5ttpigpg] .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.625rem;
    --dxbl-menu-item-color: #0f172a;
    --dxbl-menu-item-image-color: #0f766e;
    --dxbl-menu-item-hover-bg: rgba(14, 116, 144, 0.09);
    --dxbl-menu-item-hover-color: #0f172a;
    --dxbl-menu-item-hover-image-color: #0f766e;

    background: none;
    padding: 0 0.75rem;
}

[b-fc5ttpigpg] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-fc5ttpigpg] .menu-item-active {
    background: linear-gradient(90deg, rgba(20, 184, 166, 0.18), rgba(59, 130, 246, 0.1));
    border-radius: 8px;
    color: #0f172a;
    font-weight: 700;
}
/* /Components/Pages/Index/Index.razor.rz.scp.css */
[b-qc4cn5ip3a] .index-gridlayout {
    container-type: inline-size;
    height: auto;
    margin: auto;
    max-width: 960px;
    padding: 1rem 0 5rem;
    width: 100%;
}

[b-qc4cn5ip3a] .title {
    padding-bottom: 1rem;
}

.dashboard-hero[b-qc4cn5ip3a] {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(15, 118, 110, 0.96), rgba(37, 99, 235, 0.94) 62%, rgba(124, 45, 18, 0.9));
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.18);
    color: #fff;
    display: flex;
    gap: 1.25rem;
    justify-content: space-between;
    min-height: 180px;
    padding: 1.5rem;
}

.dashboard-kicker[b-qc4cn5ip3a] {
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
    margin-bottom: 0.45rem;
    opacity: 0.86;
}

[b-qc4cn5ip3a] .dashboard-hero .title-header-text {
    color: #fff;
    letter-spacing: 0;
}

[b-qc4cn5ip3a] .dashboard-hero .title-content-text {
    color: rgba(255, 255, 255, 0.84);
    letter-spacing: 0;
    margin-top: 0.35rem;
}

.dashboard-actions[b-qc4cn5ip3a] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1rem;
}

.dashboard-actions[b-qc4cn5ip3a]  .dashboard-new-offer-button {
    background: linear-gradient(135deg, #10b981, #06b6d4);
    border-color: rgba(125, 211, 252, 0.72);
    box-shadow: 0 10px 24px rgba(6, 182, 212, 0.26);
    color: #fff;
    font-weight: 800;
}

.dashboard-actions[b-qc4cn5ip3a]  .dashboard-new-offer-button:hover,
.dashboard-actions[b-qc4cn5ip3a]  .dashboard-new-offer-button:focus {
    background: linear-gradient(135deg, #22c55e, #0891b2);
    border-color: rgba(167, 243, 208, 0.86);
    box-shadow: 0 12px 28px rgba(16, 185, 129, 0.32);
}

.dashboard-actions[b-qc4cn5ip3a]  .dashboard-new-offer-button * {
    color: #fff;
}

.dashboard-user-card[b-qc4cn5ip3a] {
    align-items: center;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    display: flex;
    gap: 0.75rem;
    min-width: 230px;
    padding: 0.9rem;
}

.dashboard-avatar[b-qc4cn5ip3a] {
    align-items: center;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 8px;
    color: #0f766e;
    display: flex;
    flex: 0 0 48px;
    font-size: 1.05rem;
    font-weight: 800;
    height: 48px;
    justify-content: center;
}

.dashboard-user-label[b-qc4cn5ip3a] {
    color: rgba(255, 255, 255, 0.72);
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
}

.dashboard-user-name[b-qc4cn5ip3a] {
    color: #fff;
    font-weight: 800;
    margin-top: 0.15rem;
    overflow-wrap: anywhere;
}

[b-qc4cn5ip3a] .dashboard-panel-area {
    padding-bottom: 1rem;
}

.branch-dashboard[b-qc4cn5ip3a] {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(148, 163, 184, 0.26);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    padding: 1rem;
}

.branch-dashboard-header[b-qc4cn5ip3a] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 0.9rem;
}

.branch-dashboard-kicker[b-qc4cn5ip3a] {
    color: #0f766e;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 800;
    margin-bottom: 0.1rem;
}

.branch-dashboard h2[b-qc4cn5ip3a] {
    color: #0f172a;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0;
}

.branch-dashboard-metrics[b-qc4cn5ip3a] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 0.9rem;
}

.branch-metric-card[b-qc4cn5ip3a] {
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.1), rgba(59, 130, 246, 0.1));
    border: 1px solid rgba(14, 116, 144, 0.16);
    border-radius: 8px;
    padding: 0.85rem 1rem;
}

.branch-metric-card span[b-qc4cn5ip3a] {
    color: #475569;
    display: block;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
}

.branch-metric-card strong[b-qc4cn5ip3a] {
    color: #0f172a;
    display: block;
    font-size: 1.75rem;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.1;
    margin-top: 0.2rem;
}

.branch-dashboard-detail[b-qc4cn5ip3a] {
    display: grid;
    align-items: stretch;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.branch-chart-panel[b-qc4cn5ip3a],
.branch-grid-panel[b-qc4cn5ip3a] {
    background: rgba(248, 250, 252, 0.72);
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    min-width: 0;
    padding: 0.85rem;
}

.branch-chart-title[b-qc4cn5ip3a] {
    color: #0f172a;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 800;
    margin-bottom: 0.55rem;
}

[b-qc4cn5ip3a] .branch-status-chart {
    min-height: 260px;
    width: 100%;
}

.branch-dashboard-state[b-qc4cn5ip3a],
.branch-dashboard-empty[b-qc4cn5ip3a],
.branch-dashboard-alert[b-qc4cn5ip3a] {
    align-items: center;
    border-radius: 8px;
    color: #475569;
    display: flex;
    gap: 0.6rem;
    min-height: 4rem;
    padding: 0.9rem 1rem;
}

.branch-dashboard-state[b-qc4cn5ip3a],
.branch-dashboard-empty[b-qc4cn5ip3a] {
    background: rgba(241, 245, 249, 0.82);
    border: 1px dashed rgba(148, 163, 184, 0.44);
}

.branch-dashboard-alert[b-qc4cn5ip3a] {
    background: rgba(254, 242, 242, 0.9);
    border: 1px solid rgba(248, 113, 113, 0.32);
    color: #991b1b;
    margin-bottom: 0.75rem;
}

[b-qc4cn5ip3a] .branch-dashboard-grid {
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

[b-qc4cn5ip3a] .branch-dashboard-grid .dxbl-grid-table {
    border-right-width: 0;
}

@container (max-width: 54rem) {
    .dashboard-hero[b-qc4cn5ip3a] {
        align-items: stretch;
        flex-direction: column;
    }

    .dashboard-user-card[b-qc4cn5ip3a] {
        min-width: 0;
    }

    .dashboard-actions[b-qc4cn5ip3a]  .dxbl-btn {
        flex: 1 1 auto;
    }

    .branch-dashboard-header[b-qc4cn5ip3a] {
        align-items: stretch;
        flex-direction: column;
    }

    .branch-dashboard-detail[b-qc4cn5ip3a] {
        grid-template-columns: 1fr;
    }
}

@container (max-width: 35rem) {
    .branch-dashboard-metrics[b-qc4cn5ip3a] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Index/IndexTile.razor.rz.scp.css */
.tile[b-we4z4c6bog] {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.07);
    height: 8.25rem;
    transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
    width: 16rem;
}

.tile:hover[b-we4z4c6bog] {
    border-color: rgba(14, 116, 144, 0.34);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
    transform: translateY(-2px);
}

.tile[b-we4z4c6bog]  > a {
    text-decoration: none;
}

[b-we4z4c6bog] .tile-content {
    padding: 1rem;
}

[b-we4z4c6bog] .tile-icon {
    align-items: center;
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.16), rgba(59, 130, 246, 0.16));
    border: 1px solid rgba(14, 116, 144, 0.18);
    border-radius: 8px;
    display: flex;
    height: 2.75rem;
    justify-content: center;
    padding: 0.75rem;
    width: 2.75rem;
}

.tile-emoji[b-we4z4c6bog] {
    font-size: 1.45rem;
    line-height: 1;
}

[b-we4z4c6bog] .tile-title {
    align-self: center;
    color: #0f172a;
    font-size: var(--dxds-font-size-base-md);
    font-weight: var(--dxds-font-weight-base-strong);
    letter-spacing: var(--dxds-letter-spacing-base-md);
    line-height: var(--dxds-line-height-base-md);
}

[b-we4z4c6bog] .tile-description {
    color: #475569;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: var(--dxds-font-weight-base-default);
    letter-spacing: var(--dxds-letter-spacing-base-sm);
    line-height: var(--dxds-line-height-base-sm);
}
