/* /Components/Layout/Drawer.razor.rz.scp.css */
.drawer-container[b-pkhnig0uqb] {
    height: 100%;
}

.navigation-drawer-shading[b-pkhnig0uqb] {
    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-pkhnig0uqb] {
    opacity: 0;
    visibility: hidden;
}

[b-pkhnig0uqb] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-pkhnig0uqb] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

.navigation-drawer-shading[b-pkhnig0uqb] {
    display: none;
}

[b-pkhnig0uqb] .panel-open:not(.mobile) .nav-buttons-container .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-pkhnig0uqb] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-pkhnig0uqb] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    .navigation-drawer-shading[b-pkhnig0uqb] {
        display: block;
    }

    [b-pkhnig0uqb] .panel-open:not(.mobile) .nav-buttons-container .menu-button {
        display: flex;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-tbw0lrp8ms] {
    height: 100%;
    min-height: 0;
}

[b-tbw0lrp8ms] .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-tbw0lrp8ms] .navigation-drawer > .dxbl-drawer-panel {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(240, 253, 250, 0.9) 48%, rgba(238, 242, 255, 0.86)),
        #F8FAFC;
    border-right: 1px solid rgba(20, 184, 166, 0.22);
    box-shadow: 10px 0 30px rgba(15, 23, 42, 0.08);
}

.navigation-drawer-header[b-tbw0lrp8ms] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1.25rem 0.75rem;
    width: 100%;
}

.navigation-drawer-header .logo[b-tbw0lrp8ms] {
    display: block;
    height: 3.25rem;
    object-fit: contain;
    width: 9.5rem;
}

.navigation-drawer-footer[b-tbw0lrp8ms] {
    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-tbw0lrp8ms] {
    align-items: center;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(20, 184, 166, 0.22);
    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-tbw0lrp8ms] {
    align-items: center;
    background: linear-gradient(135deg, #0f766e, #4f46e5);
    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-info[b-tbw0lrp8ms] {
    min-width: 0;
}

.login-user-label[b-tbw0lrp8ms] {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.login-user-name[b-tbw0lrp8ms] {
    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-tbw0lrp8ms] .logout-button {
    color: #0f766e !important;
    width: 100%;
}

.drawer-content[b-tbw0lrp8ms] {
    background:
        linear-gradient(135deg, rgba(20, 184, 166, 0.08), rgba(79, 70, 229, 0.06) 44%, rgba(14, 165, 233, 0.06)),
        #F8FAFC;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
}

.nav-buttons-container[b-tbw0lrp8ms] {
    align-items: center;
    display: flex;
    gap: 0.625rem;
    min-height: 2rem;
}

[b-tbw0lrp8ms] .nav-buttons-container > a {
    color: inherit;
}

[b-tbw0lrp8ms] .nav-buttons-container .back-button {
    padding-left: 0;
    padding-right: 0.25rem;
}

.page-content-container[b-tbw0lrp8ms] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 0;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
[b-iunlzmspfh] .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: #0f766e;
    --dxbl-menu-item-image-color: #0f766e;
    --dxbl-menu-item-hover-bg: rgba(20, 184, 166, 0.12);
    --dxbl-menu-item-hover-color: #312e81;
    --dxbl-menu-item-hover-image-color: #4f46e5;

    background: none;
    padding: 0 0.75rem;
}

[b-iunlzmspfh] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-iunlzmspfh] .menu-item-active {
    background: linear-gradient(90deg, rgba(20, 184, 166, 0.18), rgba(79, 70, 229, 0.12));
    border-radius: 8px;
    color: #0f172a;
    font-weight: 700;
}
/* /Components/Pages/Index/Index.razor.rz.scp.css */
.main-content[b-30q8xyqlpf] {
    display: flex;
    min-height: 100%;
    width: 100%;
}

.branch-dashboard[b-30q8xyqlpf] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0 auto;
    max-width: 1160px;
    padding: 1rem 0 4rem;
    width: 100%;
}

.branch-hero[b-30q8xyqlpf] {
    background: linear-gradient(135deg, #0f766e, #4338ca);
    border: 1px solid rgba(20, 184, 166, 0.24);
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14);
    color: #fff;
    display: block;
    padding: 1.3rem 1.5rem;
    position: static;
}

.branch-kicker[b-30q8xyqlpf] {
    color: rgba(255, 255, 255, 0.78);
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 800;
    margin-bottom: 0.35rem;
}

.branch-hero h1[b-30q8xyqlpf] {
    font-size: 1.9rem;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0;
}

.branch-hero p[b-30q8xyqlpf] {
    color: rgba(255, 255, 255, 0.84);
    margin: 0.4rem 0 0;
}

.branch-user-card[b-30q8xyqlpf] {
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
    display: flex;
    gap: 0.75rem;
    min-width: 0;
    padding: 0.9rem;
    position: static;
    width: 100%;
    z-index: auto;
}

.branch-avatar[b-30q8xyqlpf] {
    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: 900;
    height: 48px;
    justify-content: center;
}

.branch-user-card span[b-30q8xyqlpf] {
    color: #64748b;
    display: block;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
}

.branch-user-card strong[b-30q8xyqlpf] {
    color: #0f172a;
    display: block;
    margin-top: 0.15rem;
    overflow-wrap: anywhere;
}

.branch-alert[b-30q8xyqlpf],
.branch-loading[b-30q8xyqlpf] {
    align-items: center;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    display: flex;
    gap: 0.65rem;
    padding: 0.9rem 1rem;
}

.branch-alert[b-30q8xyqlpf] {
    background: var(--dxds-color-background-danger-quiet-rest);
    border-color: var(--dxds-color-border-danger-default-rest);
    color: var(--dxds-color-content-danger-default-rest);
}

.branch-summary-grid[b-30q8xyqlpf] {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.branch-summary-card[b-30q8xyqlpf],
.branch-finance-strip[b-30q8xyqlpf],
.branch-follow-card[b-30q8xyqlpf] {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
}

.branch-summary-card[b-30q8xyqlpf] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-height: 104px;
    padding: 1rem;
}

.branch-summary-card > span[b-30q8xyqlpf] {
    align-items: center;
    border-radius: 8px;
    display: flex;
    flex: 0 0 46px;
    height: 46px;
    justify-content: center;
}

.branch-summary-card .icon[b-30q8xyqlpf] {
    height: 1.45rem;
    width: 1.45rem;
}

.branch-summary-card small[b-30q8xyqlpf],
.branch-summary-card em[b-30q8xyqlpf] {
    color: #64748b;
    display: block;
    font-size: var(--dxds-font-size-base-sm);
    font-style: normal;
    font-weight: 700;
}

.branch-summary-card strong[b-30q8xyqlpf] {
    color: #0f172a;
    display: block;
    font-size: 1.45rem;
    line-height: 1.1;
    margin: 0.18rem 0;
}

.summary-today > span[b-30q8xyqlpf] {
    background: #ccfbf1;
    border: 1px solid #2dd4bf;
}

.summary-due > span[b-30q8xyqlpf] {
    background: #e0e7ff;
    border: 1px solid #818cf8;
}

.summary-earning > span[b-30q8xyqlpf] {
    background: #dcfce7;
    border: 1px solid #4ade80;
}

.branch-finance-strip[b-30q8xyqlpf] {
    align-items: center;
    display: grid;
    gap: 0.9rem;
    grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
    padding: 1rem;
}

.branch-finance-strip span[b-30q8xyqlpf] {
    color: #64748b;
    display: block;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
}

.branch-finance-strip strong[b-30q8xyqlpf] {
    color: #0f172a;
    display: block;
    font-size: 1.08rem;
    margin-top: 0.15rem;
    overflow-wrap: anywhere;
}

[b-30q8xyqlpf] .branch-policy-button.dxbl-btn {
    background: #0f766e;
    border-color: #0f766e;
    min-height: 40px;
}

[b-30q8xyqlpf] .branch-policy-button .icon-policy {
    filter: brightness(0) invert(1);
}

.branch-follow-grid[b-30q8xyqlpf] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.branch-follow-card[b-30q8xyqlpf] {
    display: flex;
    flex-direction: column;
    min-height: 280px;
    min-width: 0;
    padding: 1rem;
}

.branch-follow-header strong[b-30q8xyqlpf] {
    color: #0f172a;
    display: block;
    font-weight: 900;
}

.branch-follow-header span[b-30q8xyqlpf] {
    color: #64748b;
    display: block;
    font-size: var(--dxds-font-size-base-sm);
    margin-top: 0.18rem;
}

.branch-follow-list[b-30q8xyqlpf] {
    border-top: 1px solid rgba(148, 163, 184, 0.24);
    display: grid;
    gap: 0.5rem;
    margin-top: 0.85rem;
    padding-top: 0.85rem;
}

.branch-follow-row[b-30q8xyqlpf] {
    align-items: center;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    color: inherit;
    cursor: pointer;
    display: flex;
    font: inherit;
    gap: 0.75rem;
    justify-content: space-between;
    min-height: 58px;
    padding: 0.65rem 0.75rem;
    text-align: left;
    width: 100%;
}

.branch-follow-row:hover[b-30q8xyqlpf] {
    background: #ecfeff;
    border-color: #5eead4;
}

.branch-follow-row span[b-30q8xyqlpf] {
    min-width: 0;
}

.branch-follow-row strong[b-30q8xyqlpf],
.branch-follow-row small[b-30q8xyqlpf] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.branch-follow-row strong[b-30q8xyqlpf] {
    color: #0f172a;
    font-size: var(--dxds-font-size-base-sm);
}

.branch-follow-row small[b-30q8xyqlpf] {
    color: #64748b;
    margin-top: 0.18rem;
}

.branch-follow-row em[b-30q8xyqlpf] {
    color: #4338ca;
    flex: 0 0 auto;
    font-size: var(--dxds-font-size-base-sm);
    font-style: normal;
    font-weight: 800;
}

.branch-empty[b-30q8xyqlpf] {
    align-items: center;
    color: #64748b;
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    min-height: 9rem;
    text-align: center;
}

@media (max-width: 1100px) {
    .branch-summary-grid[b-30q8xyqlpf],
    .branch-follow-grid[b-30q8xyqlpf] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .branch-finance-strip[b-30q8xyqlpf] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .branch-dashboard[b-30q8xyqlpf] {
        gap: 1.05rem;
        padding-bottom: 2rem;
    }

    .branch-hero[b-30q8xyqlpf] {
        height: auto;
        padding: 1.15rem;
    }

    .branch-user-card[b-30q8xyqlpf] {
        padding: 0.95rem;
    }

    .branch-summary-card[b-30q8xyqlpf] {
        min-height: 96px;
        padding: 0.95rem;
    }

    .branch-summary-grid[b-30q8xyqlpf] {
        margin-top: 0;
    }

    .branch-summary-grid[b-30q8xyqlpf],
    .branch-follow-grid[b-30q8xyqlpf],
    .branch-finance-strip[b-30q8xyqlpf] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-page[b-t4w97d1922] {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(15, 118, 110, 0.18), rgba(67, 56, 202, 0.16) 50%, rgba(14, 165, 233, 0.12)),
        url('/images/login-background-sube.png') center / cover no-repeat;
    box-sizing: border-box;
    display: flex;
    height: 100vh;
    justify-content: center;
    overflow: hidden;
    padding: 1.5rem;
    position: relative;
    width: 100vw;
}

.login-shell[b-t4w97d1922] {
    max-width: 430px;
    overflow: hidden;
    width: 100%;
}

.login-panel[b-t4w97d1922] {
    backdrop-filter: blur(18px) saturate(1.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(15, 23, 42, 0.12));
    border: 1px solid rgba(15, 23, 42, 0.28);
    border-radius: 12px;
    box-shadow:
        0 28px 80px rgba(15, 23, 42, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.42);
    box-sizing: border-box;
    padding: 1.55rem 1.65rem 1.7rem;
    width: 100%;
}

.login-logo-wrap[b-t4w97d1922] {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 1.15rem;
}

.login-logo-wrap img[b-t4w97d1922] {
    display: block;
    filter: drop-shadow(0 8px 18px rgba(15, 23, 42, 0.25));
    height: auto;
    max-height: 112px;
    max-width: 280px;
    object-fit: contain;
    width: 100%;
}

.login-system-strip[b-t4w97d1922] {
    align-items: center;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.94), rgba(67, 56, 202, 0.9));
    border: 1px solid rgba(94, 234, 212, 0.42);
    border-radius: 6px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
    color: #fff;
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.8rem;
    padding: 0.8rem 0.9rem;
}

.login-system-strip strong[b-t4w97d1922] {
    font-size: 1rem;
}

.login-form-native[b-t4w97d1922] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.login-field[b-t4w97d1922] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.login-field span[b-t4w97d1922] {
    height: 0;
    overflow: hidden;
    width: 0;
}

.login-field input[b-t4w97d1922] {
    background: rgba(15, 118, 110, 0.28);
    border: 1px solid rgba(20, 184, 166, 0.58);
    border-radius: 6px;
    box-shadow:
        inset 0 1px 2px rgba(15, 23, 42, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
    box-sizing: border-box;
    color: #fff;
    font: inherit;
    height: 2.95rem;
    padding: 0 0.8rem;
    width: 100%;
}

.login-field input[b-t4w97d1922]::placeholder {
    color: rgba(255, 255, 255, 0.86);
}

.login-field input:focus[b-t4w97d1922] {
    background: rgba(67, 56, 202, 0.28);
    border-color: rgba(255, 255, 255, 0.72);
    box-shadow:
        0 0 0 3px rgba(255, 255, 255, 0.16),
        inset 0 1px 2px rgba(15, 23, 42, 0.2);
    outline: none;
}

[b-t4w97d1922] .login-button {
    border-radius: 8px;
    font-weight: 800;
    height: 2.95rem;
    margin-left: auto;
    margin-top: 0.7rem;
    min-width: 118px;
    width: 100%;
}

[b-t4w97d1922] .login-button.dxbl-btn {
    min-height: 2.95rem;
}

[b-t4w97d1922] .login-button .icon-login {
    filter: brightness(0) invert(1);
}

.login-alert[b-t4w97d1922] {
    backdrop-filter: blur(10px) saturate(1.08);
    background: rgba(127, 29, 29, 0.92);
    border: 1px solid rgba(254, 202, 202, 0.82);
    border-left: 4px solid #fca5a5;
    border-radius: 8px;
    box-shadow:
        0 14px 32px rgba(15, 23, 42, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
    color: #fff;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 1rem;
    padding: 0.8rem 1rem;
    text-shadow: 0 1px 2px rgba(15, 23, 42, 0.65);
}

.login-signature[b-t4w97d1922] {
    align-items: center;
    backdrop-filter: blur(14px) saturate(1.08);
    background: rgba(15, 118, 110, 0.32);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    bottom: 1.15rem;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
    color: rgba(255, 255, 255, 0.82);
    display: inline-flex;
    font-size: 0.8rem;
    gap: 0.28rem;
    left: 50%;
    letter-spacing: 0;
    line-height: 1.2;
    max-width: calc(100vw - 2rem);
    padding: 0.46rem 0.86rem;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
}

.login-signature-muted[b-t4w97d1922] {
    color: rgba(255, 255, 255, 0.58);
}

.login-signature-name[b-t4w97d1922] {
    color: rgba(255, 255, 255, 0.94);
    font-weight: 700;
    text-decoration: none;
    text-underline-offset: 0.16rem;
}

.login-signature-name:hover[b-t4w97d1922],
.login-signature-name:focus[b-t4w97d1922] {
    color: #fff;
    text-decoration: underline;
}

.login-signature-name:focus-visible[b-t4w97d1922] {
    border-radius: 4px;
    outline: 2px solid rgba(255, 255, 255, 0.72);
    outline-offset: 3px;
}

@media (max-width: 760px) {
    .login-page[b-t4w97d1922] {
        flex-direction: column;
        gap: 1rem;
        overflow: auto;
        padding: 1rem;
    }

    .login-shell[b-t4w97d1922] {
        max-width: 390px;
    }

    .login-panel[b-t4w97d1922] {
        padding: 1.25rem;
    }

    .login-logo-wrap img[b-t4w97d1922] {
        max-height: 88px;
        max-width: 240px;
    }

    .login-signature[b-t4w97d1922] {
        bottom: auto;
        font-size: 0.78rem;
        max-width: 100%;
        position: static;
        transform: none;
        white-space: normal;
    }
}
/* /Components/Pages/Police/PoliceDetay.razor.rz.scp.css */
[b-ldtgm1wmb3] .operation-detail-popup {
    max-width: calc(100vw - 1rem);
}

[b-ldtgm1wmb3] .operation-detail-popup-body {
    background: linear-gradient(180deg, #ecfeff, #ffffff);
    max-height: calc(100vh - 11rem);
    overflow: auto;
    padding: 0 !important;
}

.operation-alert[b-ldtgm1wmb3] {
    background: var(--dxds-color-background-danger-quiet-rest);
    border: 1px solid var(--dxds-color-border-danger-default-rest);
    border-radius: 8px;
    color: var(--dxds-color-content-danger-default-rest);
    padding: 0.85rem 1rem;
}

.operation-empty[b-ldtgm1wmb3],
.operation-loading[b-ldtgm1wmb3] {
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(20, 184, 166, 0.24);
    border-radius: 8px;
    color: #475569;
    display: flex;
    gap: 0.65rem;
    min-height: 9rem;
    padding: 1rem;
}

.operation-detail-shell[b-ldtgm1wmb3] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.operation-detail-hero[b-ldtgm1wmb3] {
    align-items: center;
    background: linear-gradient(135deg, rgba(13, 148, 136, 0.14), rgba(79, 70, 229, 0.1));
    border: 1px solid rgba(20, 184, 166, 0.24);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: space-between;
    min-width: 0;
    padding: 0.85rem;
    position: sticky;
    top: 0;
    z-index: 2;
}

.operation-detail-title[b-ldtgm1wmb3] {
    align-items: center;
    display: flex;
    flex: 1 1 18rem;
    gap: 0.85rem;
    min-width: 0;
}

.operation-page-icon[b-ldtgm1wmb3] {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(13, 148, 136, 0.26);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-ldtgm1wmb3] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-detail-summary[b-ldtgm1wmb3] {
    min-width: 0;
}

.operation-detail-hero strong[b-ldtgm1wmb3] {
    color: #0f766e;
    display: block;
    font-size: 1.05rem;
    margin-top: 0.1rem;
    overflow-wrap: anywhere;
}

.operation-detail-summary > span[b-ldtgm1wmb3] {
    color: #475569;
    display: block;
    font-size: 0.92rem;
    margin-top: 0.18rem;
    overflow-wrap: anywhere;
}

.operation-record-badge-row[b-ldtgm1wmb3] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.4rem;
}

.operation-record-badge[b-ldtgm1wmb3] {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
    max-width: 100%;
    padding: 0.28rem 0.65rem;
}

.operation-record-policy[b-ldtgm1wmb3] {
    background: #ccfbf1;
    border-color: #14b8a6;
    color: #115e59;
}

.operation-record-endorsement[b-ldtgm1wmb3] {
    background: #eef2ff;
    border-color: #6366f1;
    color: #3730a3;
}

.operation-record-open-account[b-ldtgm1wmb3] {
    background: #e0f2fe;
    border-color: #38bdf8;
    color: #075985;
}

.operation-detail-actions[b-ldtgm1wmb3] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.readonly-finance-grid[b-ldtgm1wmb3] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.readonly-finance-card[b-ldtgm1wmb3] {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
    padding: 0.85rem;
}

.readonly-finance-card span[b-ldtgm1wmb3] {
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 700;
}

.readonly-finance-card strong[b-ldtgm1wmb3] {
    color: #0f172a;
    font-size: 1.05rem;
    overflow-wrap: anywhere;
}

.finance-net[b-ldtgm1wmb3] {
    background: #f0fdfa;
    border-color: rgba(13, 148, 136, 0.32);
}

.finance-gross[b-ldtgm1wmb3] {
    background: #eef2ff;
    border-color: rgba(79, 70, 229, 0.28);
}

.finance-commission[b-ldtgm1wmb3] {
    background: #ccfbf1;
    border-color: rgba(20, 184, 166, 0.56);
}

.finance-branch[b-ldtgm1wmb3] {
    background: #f7fee7;
    border-color: rgba(132, 204, 22, 0.54);
}

[b-ldtgm1wmb3] .operation-detail-tabs {
    min-width: 0;
}

[b-ldtgm1wmb3] .operation-detail-tabs .dxbl-tabs-content-panel {
    padding-top: 0.85rem;
}

.readonly-section[b-ldtgm1wmb3] {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    margin-bottom: 0.85rem;
    padding: 0.85rem;
}

.readonly-section h2[b-ldtgm1wmb3] {
    color: #334155;
    font-size: 0.95rem;
    margin: 0 0 0.75rem;
}

.readonly-field-grid[b-ldtgm1wmb3] {
    display: grid;
    gap: 0.65rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.readonly-field[b-ldtgm1wmb3] {
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 8px;
    min-width: 0;
    padding: 0.65rem;
}

.readonly-field span[b-ldtgm1wmb3] {
    color: #64748b;
    display: block;
    font-size: 0.76rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.readonly-field strong[b-ldtgm1wmb3] {
    color: #0f172a;
    display: block;
    font-size: 0.92rem;
    font-weight: 700;
    min-height: 1.2rem;
    overflow-wrap: anywhere;
}

.readonly-field-commission[b-ldtgm1wmb3],
.readonly-field-commission-rate[b-ldtgm1wmb3] {
    background: #ccfbf1;
    border-color: rgba(20, 184, 166, 0.52);
}

.readonly-field-commission strong[b-ldtgm1wmb3],
.readonly-field-commission-rate strong[b-ldtgm1wmb3] {
    color: #0f766e;
}

.readonly-field-company[b-ldtgm1wmb3] {
    background: #eff6ff;
    border-color: rgba(37, 99, 235, 0.36);
}

.readonly-field-company strong[b-ldtgm1wmb3] {
    color: #1e40af;
}

.readonly-field-product-sub[b-ldtgm1wmb3] {
    background: #f0f9ff;
    border-color: rgba(14, 165, 233, 0.34);
}

.readonly-field-product-sub strong[b-ldtgm1wmb3] {
    color: #0369a1;
}

.readonly-field-policy-branch[b-ldtgm1wmb3] {
    background: #eef2ff;
    border-color: rgba(99, 102, 241, 0.34);
}

.readonly-field-policy-branch strong[b-ldtgm1wmb3] {
    color: #3730a3;
}

.readonly-field-branch-earning[b-ldtgm1wmb3],
.readonly-field-branch-rate[b-ldtgm1wmb3],
.readonly-field-branch-mode[b-ldtgm1wmb3] {
    background: #f7fee7;
    border-color: rgba(132, 204, 22, 0.5);
}

.readonly-field-branch-earning strong[b-ldtgm1wmb3],
.readonly-field-branch-rate strong[b-ldtgm1wmb3],
.readonly-field-branch-mode strong[b-ldtgm1wmb3] {
    color: #3f6212;
}

.readonly-field-json[b-ldtgm1wmb3] {
    background: #f8fafc;
    border-color: rgba(20, 184, 166, 0.26);
}

.readonly-field-vehicle[b-ldtgm1wmb3] {
    background: #eef2ff;
    border-color: rgba(99, 102, 241, 0.26);
}

.readonly-field-previous-policy[b-ldtgm1wmb3] {
    background: #fff7ed;
    border-color: rgba(245, 158, 11, 0.28);
}

@media (max-width: 900px) {
    .readonly-finance-grid[b-ldtgm1wmb3],
    .readonly-field-grid[b-ldtgm1wmb3] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .operation-detail-actions[b-ldtgm1wmb3] {
        justify-content: stretch;
        width: 100%;
    }

    .operation-detail-actions[b-ldtgm1wmb3]  .dxbl-btn {
        flex: 1 1 100%;
    }

    .readonly-finance-grid[b-ldtgm1wmb3],
    .readonly-field-grid[b-ldtgm1wmb3] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Police/PoliceListe.razor.rz.scp.css */
.operation-page[b-2yhgd7uud4] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.operation-header[b-2yhgd7uud4] {
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem 1.15rem;
}

.operation-title-wrap[b-2yhgd7uud4] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.operation-page-icon[b-2yhgd7uud4] {
    align-items: center;
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.16), rgba(79, 70, 229, 0.12));
    border: 1px solid rgba(20, 184, 166, 0.22);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-2yhgd7uud4] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-header h1[b-2yhgd7uud4] {
    color: #0f766e;
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.operation-header p[b-2yhgd7uud4] {
    color: #475569;
    margin: 0.2rem 0 0;
}

.operation-alert[b-2yhgd7uud4] {
    background: var(--dxds-color-background-danger-quiet-rest);
    border: 1px solid var(--dxds-color-border-danger-default-rest);
    border-radius: 8px;
    color: var(--dxds-color-content-danger-default-rest);
    padding: 0.85rem 1rem;
}

.operation-info[b-2yhgd7uud4] {
    background: #ecfeff;
    border: 1px solid #a5f3fc;
    border-radius: 8px;
    color: #155e75;
    padding: 0.85rem 1rem;
}

.operation-loading[b-2yhgd7uud4],
.operation-empty[b-2yhgd7uud4] {
    align-items: center;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    color: #475569;
    display: flex;
    gap: 0.65rem;
    min-height: 9rem;
    padding: 1rem;
}

.operation-filter-panel[b-2yhgd7uud4] {
    align-items: end;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(220px, 300px) auto minmax(160px, 190px) minmax(130px, 160px) minmax(130px, 160px) minmax(150px, 180px) auto;
    justify-content: start;
    padding: 0.85rem 1rem;
}

.operation-filter-field[b-2yhgd7uud4] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.operation-filter-field span[b-2yhgd7uud4] {
    color: #475569;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
}

[b-2yhgd7uud4] .operation-filter-editor {
    width: 100%;
}

[b-2yhgd7uud4] .operation-list-button.dxbl-btn {
    min-height: 38px;
    width: 112px;
}

[b-2yhgd7uud4] .operation-list-button .icon-refresh {
    filter: brightness(0) invert(1);
}

.operation-grid-panel[b-2yhgd7uud4] {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    height: clamp(26rem, calc(100vh - 20rem), 48rem);
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

[b-2yhgd7uud4] .operation-grid {
    flex: 1 1 0;
    height: 100%;
    min-height: 0;
    width: 100%;
}

[b-2yhgd7uud4] .operation-grid table th,
[b-2yhgd7uud4] .operation-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-2yhgd7uud4] .operation-grid table tbody tr:hover > td {
    background: rgba(20, 184, 166, 0.08) !important;
}

[b-2yhgd7uud4] .operation-grid table tbody tr.policy-open-account-row > td {
    background: #e0f2fe !important;
}

[b-2yhgd7uud4] .operation-grid table tbody tr.policy-open-account-row:hover > td {
    background: #bae6fd !important;
}

[b-2yhgd7uud4] .operation-inspect-button.dxbl-btn {
    min-height: 30px;
}

[b-2yhgd7uud4] .operation-badge-cell {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

[b-2yhgd7uud4] .policy-badge {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 800;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.2;
    max-width: 100%;
    min-height: 24px;
    min-width: 72px;
    overflow: hidden;
    padding: 0.25rem 0.62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-2yhgd7uud4] .operation-badge-cell > .policy-badge {
    box-sizing: border-box;
    display: block;
    min-width: 0;
    text-align: left;
}

[b-2yhgd7uud4] .policy-company-badge {
    background: #eff6ff;
    border-color: #2563eb;
    color: #1e3a8a;
}

[b-2yhgd7uud4] .policy-branch-badge {
    background: #ecfeff;
    border-color: #0891b2;
    color: #155e75;
}

[b-2yhgd7uud4] .policy-branch-missing-badge {
    background: #f1f5f9;
    border-color: #cbd5e1;
    color: #475569;
}

[b-2yhgd7uud4] .policy-main-product-badge {
    background: #f8fafc;
    border-color: #475569;
    color: #0f172a;
}

[b-2yhgd7uud4] .policy-sub-product-badge {
    background: #f0fdf4;
    border-color: #16a34a;
    color: #166534;
}

[b-2yhgd7uud4] .policy-insured-badge {
    background: #eef2ff;
    border-color: #818cf8;
    color: #3730a3;
}

[b-2yhgd7uud4] .policy-net-premium-badge {
    background: #f0fdfa;
    border-color: rgba(13, 148, 136, 0.32);
    color: #0f766e;
}

[b-2yhgd7uud4] .policy-gross-premium-badge {
    background: #eef2ff;
    border-color: rgba(79, 70, 229, 0.28);
    color: #3730a3;
}

[b-2yhgd7uud4] .policy-commission-amount-badge {
    background: #ccfbf1;
    border-color: rgba(20, 184, 166, 0.56);
    color: #0f766e;
}

[b-2yhgd7uud4] .policy-branch-earning-badge {
    background: #f7fee7;
    border-color: rgba(132, 204, 22, 0.54);
    color: #3f6212;
}

[b-2yhgd7uud4] .policy-zeyil-return {
    background: #fef2f2;
    border-color: #ef4444;
    color: #991b1b;
}

[b-2yhgd7uud4] .policy-zeyil-add {
    background: #ecfdf5;
    border-color: #22c55e;
    color: #166534;
}

[b-2yhgd7uud4] .policy-zeyil-neutral,
[b-2yhgd7uud4] .policy-status-neutral {
    background: #f8fafc;
    border-color: #94a3b8;
    color: #334155;
}

[b-2yhgd7uud4] .policy-status-done {
    background: #ecfdf5;
    border-color: #22c55e;
    color: #166534;
}

[b-2yhgd7uud4] .policy-status-warning {
    background: #eff6ff;
    border-color: #60a5fa;
    color: #1e3a8a;
}

[b-2yhgd7uud4] .policy-status-error {
    background: #fef2f2;
    border-color: #ef4444;
    color: #991b1b;
}

@media (max-width: 1180px) {
    .operation-filter-panel[b-2yhgd7uud4] {
        grid-template-columns: minmax(220px, 300px) auto minmax(160px, 190px);
    }
}

@media (max-width: 720px) {
    .operation-page[b-2yhgd7uud4] {
        flex: 0 0 auto;
        min-height: auto;
    }

    .operation-header[b-2yhgd7uud4] {
        align-items: stretch;
        flex-direction: column;
    }

    .operation-title-wrap[b-2yhgd7uud4] {
        align-items: flex-start;
    }

    .operation-filter-panel[b-2yhgd7uud4] {
        grid-template-columns: 1fr;
    }

    .operation-grid-panel[b-2yhgd7uud4] {
        flex: 0 0 auto;
        height: clamp(24rem, 62vh, 36rem);
        min-height: 24rem;
    }

    [b-2yhgd7uud4] .operation-list-button.dxbl-btn {
        width: 100%;
    }
}
/* /Components/Pages/Police/PoliceSahiplendir.razor.rz.scp.css */
.ownership-page[b-tkmujc10sr] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.operation-header[b-tkmujc10sr] {
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem 1.15rem;
}

.operation-title-wrap[b-tkmujc10sr] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.operation-page-icon[b-tkmujc10sr] {
    align-items: center;
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.16), rgba(79, 70, 229, 0.12));
    border: 1px solid rgba(20, 184, 166, 0.22);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-tkmujc10sr] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-header h1[b-tkmujc10sr] {
    color: #0f766e;
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.operation-header p[b-tkmujc10sr] {
    color: #475569;
    margin: 0.2rem 0 0;
}

.operation-alert[b-tkmujc10sr] {
    background: var(--dxds-color-background-danger-quiet-rest);
    border: 1px solid var(--dxds-color-border-danger-default-rest);
    border-radius: 8px;
    color: var(--dxds-color-content-danger-default-rest);
    padding: 0.85rem 1rem;
}

.operation-info[b-tkmujc10sr] {
    background: #ecfeff;
    border: 1px solid rgba(20, 184, 166, 0.35);
    border-radius: 8px;
    color: #155e75;
    padding: 0.85rem 1rem;
}

.ownership-disabled-panel[b-tkmujc10sr] {
    align-items: center;
    background: linear-gradient(135deg, #fff7ed, #ecfeff);
    border: 1px solid rgba(245, 158, 11, 0.36);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    display: flex;
    justify-content: center;
    min-height: 7rem;
    padding: 1.25rem;
}

.ownership-disabled-pill[b-tkmujc10sr] {
    align-items: center;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(217, 119, 6, 0.42);
    border-radius: 999px;
    color: #92400e;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.25;
    max-width: 100%;
    padding: 0.55rem 1rem;
    text-align: center;
}

.operation-loading[b-tkmujc10sr] {
    align-items: center;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    color: #475569;
    display: flex;
    gap: 0.65rem;
    min-height: 9rem;
    padding: 1rem;
}

.operation-filter-panel[b-tkmujc10sr] {
    align-items: end;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(260px, 420px) auto;
    justify-content: start;
    padding: 0.85rem 1rem;
}

.operation-filter-field[b-tkmujc10sr] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.operation-filter-field span[b-tkmujc10sr] {
    color: #475569;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
}

[b-tkmujc10sr] .operation-filter-editor {
    width: 100%;
}

[b-tkmujc10sr] .operation-list-button.dxbl-btn {
    min-height: 38px;
    width: 112px;
}

[b-tkmujc10sr] .operation-list-button .icon-search {
    filter: brightness(0) invert(1);
}

.operation-grid-panel[b-tkmujc10sr] {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    height: clamp(26rem, calc(100vh - 15rem), 52rem);
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

[b-tkmujc10sr] .operation-grid {
    flex: 1 1 0;
    height: 100%;
    min-height: 0;
    width: 100%;
}

[b-tkmujc10sr] .operation-grid table th,
[b-tkmujc10sr] .operation-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-tkmujc10sr] .operation-grid table tbody tr:hover > td {
    background: rgba(20, 184, 166, 0.08) !important;
}

[b-tkmujc10sr] .ownership-button.dxbl-btn {
    min-height: 30px;
}

[b-tkmujc10sr] .operation-badge-cell {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

[b-tkmujc10sr] .policy-badge {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 800;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.2;
    max-width: 100%;
    min-height: 24px;
    min-width: 72px;
    overflow: hidden;
    padding: 0.25rem 0.62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-tkmujc10sr] .operation-badge-cell > .policy-badge {
    box-sizing: border-box;
    display: block;
    min-width: 0;
    text-align: left;
}

[b-tkmujc10sr] .policy-company-badge {
    background: #eff6ff;
    border-color: #2563eb;
    color: #1e3a8a;
}

[b-tkmujc10sr] .policy-insured-badge {
    background: #eef2ff;
    border-color: #818cf8;
    color: #3730a3;
}

[b-tkmujc10sr] .policy-main-product-badge {
    background: #f8fafc;
    border-color: #475569;
    color: #0f172a;
}

[b-tkmujc10sr] .policy-sub-product-badge {
    background: #f0fdf4;
    border-color: #16a34a;
    color: #166534;
}

@media (max-width: 720px) {
    .ownership-page[b-tkmujc10sr] {
        flex: 0 0 auto;
        min-height: auto;
    }

    .operation-header[b-tkmujc10sr] {
        align-items: stretch;
        flex-direction: column;
    }

    .operation-title-wrap[b-tkmujc10sr] {
        align-items: flex-start;
    }

    .operation-filter-panel[b-tkmujc10sr] {
        grid-template-columns: 1fr;
    }

    .operation-grid-panel[b-tkmujc10sr] {
        flex: 0 0 auto;
        height: clamp(24rem, 62vh, 36rem);
        min-height: 24rem;
    }

    [b-tkmujc10sr] .operation-list-button.dxbl-btn {
        width: 100%;
    }
}
/* /Components/Pages/SubeEkstre/SubeEkstreGoruntule.razor.rz.scp.css */
.statement-page[b-xm717vh68l] {
    background: #eef4f5;
    min-height: 100%;
    padding: 1.2rem;
}

.statement-toolbar[b-xm717vh68l] {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto 0.9rem;
    max-width: 1320px;
}

.statement-loading[b-xm717vh68l],
.statement-alert[b-xm717vh68l] {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d8e3e7;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 42, 52, 0.1);
    color: #173f4a;
    display: flex;
    gap: 0.75rem;
    margin: 2rem auto;
    max-width: 680px;
    padding: 1rem 1.2rem;
}

.statement-alert[b-xm717vh68l] {
    border-color: rgba(220, 38, 38, 0.22);
    color: #991b1b;
}

[b-xm717vh68l] .statement-shell {
    background: #ffffff;
    border: 1px solid #d8e3e7;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 42, 52, 0.13);
    margin: 0 auto;
    max-width: 1320px;
    overflow: hidden;
}

[b-xm717vh68l] .statement-hero {
    align-items: flex-start;
    background: linear-gradient(135deg, #0d3642, #145466);
    color: #ffffff;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 28px 32px;
}

[b-xm717vh68l] .statement-kicker {
    color: #f4b95f;
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

[b-xm717vh68l] .statement-hero h1 {
    font-size: 2rem;
    line-height: 1.1;
    margin: 0 0 8px;
}

[b-xm717vh68l] .statement-hero p {
    color: #c7dfe5;
    margin: 0;
}

[b-xm717vh68l] .statement-hero-cards {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

[b-xm717vh68l] .statement-date-card,
[b-xm717vh68l] .statement-zeyil-card {
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    min-width: 148px;
    padding: 12px 14px;
    text-align: left;
}

[b-xm717vh68l] .statement-date-card strong,
[b-xm717vh68l] .statement-zeyil-card strong {
    color: #f4b95f;
    display: block;
    font-size: 0.9rem;
    margin-bottom: 8px;
    text-transform: uppercase;
}

[b-xm717vh68l] .statement-date-card span {
    color: #d8edf2;
    font-size: 0.85rem;
}

[b-xm717vh68l] .statement-zeyil-badge {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.86rem;
    font-weight: 900;
    justify-content: center;
    line-height: 1.2;
    min-height: 26px;
    min-width: 88px;
    padding: 0.25rem 0.68rem;
}

[b-xm717vh68l] .statement-zeyil-low {
    background: #dcfce7;
    border: 1px solid #22c55e;
    color: #166534;
}

[b-xm717vh68l] .statement-zeyil-medium {
    background: #ffedd5;
    border: 1px solid #f97316;
    color: #9a3412;
}

[b-xm717vh68l] .statement-zeyil-high {
    background: #fee2e2;
    border: 1px solid #dc2626;
    color: #991b1b;
}

[b-xm717vh68l] .statement-metrics {
    display: grid;
    gap: 12px;
    padding: 20px 24px 0;
}

[b-xm717vh68l] .statement-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

[b-xm717vh68l] .statement-metric {
    background: #f8fbfc;
    border: 1px solid #dce8eb;
    border-radius: 8px;
    padding: 14px 16px;
}

[b-xm717vh68l] .statement-metric span {
    color: #647982;
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
}

[b-xm717vh68l] .statement-metric strong {
    color: #102f39;
    display: block;
    font-size: 1.08rem;
    overflow-wrap: anywhere;
}

[b-xm717vh68l] .statement-metric em {
    color: #7e9097;
    display: block;
    font-size: 0.78rem;
    font-style: normal;
    margin-top: 5px;
}

[b-xm717vh68l] .statement-balance {
    position: relative;
}

[b-xm717vh68l] .statement-balance-debt {
    background: #fff1f2;
    border-color: rgba(220, 38, 38, 0.45);
}

[b-xm717vh68l] .statement-balance-credit {
    background: #f7fee7;
    border-color: rgba(132, 204, 22, 0.52);
}

[b-xm717vh68l] .statement-balance-neutral {
    background: #f8fafc;
    border-color: rgba(100, 116, 139, 0.35);
}

[b-xm717vh68l] .statement-balance-debt strong {
    color: #b91c1c;
}

[b-xm717vh68l] .statement-balance-credit strong {
    color: #3f6212;
}

[b-xm717vh68l] .statement-balance-neutral strong {
    color: #334155;
}

[b-xm717vh68l] .statement-metric .statement-balance-badge {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 0;
    min-height: 24px;
    padding: 0.25rem 0.62rem;
    text-transform: none;
}

[b-xm717vh68l] .statement-balance-debt .statement-balance-badge {
    background: #fee2e2;
    border: 1px solid #dc2626;
    color: #991b1b;
}

[b-xm717vh68l] .statement-balance-credit .statement-balance-badge {
    background: #ecfccb;
    border: 1px solid #84cc16;
    color: #3f6212;
}

[b-xm717vh68l] .statement-balance-neutral .statement-balance-badge {
    background: #f1f5f9;
    border: 1px solid #94a3b8;
    color: #334155;
}

[b-xm717vh68l] .statement-section {
    padding: 24px;
}

[b-xm717vh68l] .statement-section h2 {
    border-bottom: 2px solid #f4b95f;
    color: #102f39;
    font-size: 1.15rem;
    margin: 0 0 14px;
    padding-bottom: 9px;
}

[b-xm717vh68l] .statement-table-wrap {
    overflow-x: auto;
    width: 100%;
}

[b-xm717vh68l] .statement-table {
    border-collapse: collapse;
    font-size: 0.86rem;
    min-width: 1080px;
    width: 100%;
}

[b-xm717vh68l] .statement-table th {
    background: #173f4a;
    color: #ffffff;
    font-weight: 800;
    padding: 10px;
    text-align: left;
    white-space: nowrap;
}

[b-xm717vh68l] .statement-table td {
    border-bottom: 1px solid #e1eaed;
    padding: 9px 10px;
    vertical-align: top;
}

[b-xm717vh68l] .statement-table tbody tr:nth-child(even) td {
    background: #f9fbfc;
}

[b-xm717vh68l] .statement-right {
    text-align: right;
    white-space: nowrap;
}

[b-xm717vh68l] .statement-empty {
    background: #fff7e8;
    border: 1px solid #f4cf93;
    border-radius: 8px;
    color: #72511a;
    padding: 14px 16px;
}

[b-xm717vh68l] .statement-group {
    border: 1px solid #dce8eb;
    border-radius: 8px;
    margin-bottom: 16px;
    overflow: hidden;
}

[b-xm717vh68l] .statement-group-title {
    align-items: center;
    background: #f4f8f9;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 12px 14px;
}

[b-xm717vh68l] .statement-group-title strong {
    color: #123642;
}

[b-xm717vh68l] .statement-group-title span {
    color: #6d8088;
    font-size: 0.84rem;
}

@media (max-width: 900px) {
    .statement-page[b-xm717vh68l] {
        padding: 0.75rem;
    }

    [b-xm717vh68l] .statement-hero {
        display: block;
        padding: 22px;
    }

    [b-xm717vh68l] .statement-hero-cards {
        margin-top: 16px;
        justify-content: flex-start;
    }

    [b-xm717vh68l] .statement-date-card,
    [b-xm717vh68l] .statement-zeyil-card {
        text-align: left;
    }

    [b-xm717vh68l] .statement-metrics {
        grid-template-columns: 1fr;
        padding-left: 14px;
        padding-right: 14px;
    }

    [b-xm717vh68l] .statement-section {
        padding: 18px 14px;
    }
}
/* /Components/Pages/SubeEkstre/SubeEkstreListe.razor.rz.scp.css */
.operation-page[b-kyxglcm5bi] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.operation-header[b-kyxglcm5bi] {
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem 1.15rem;
}

.operation-title-wrap[b-kyxglcm5bi] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.operation-page-icon[b-kyxglcm5bi] {
    align-items: center;
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.16), rgba(79, 70, 229, 0.12));
    border: 1px solid rgba(20, 184, 166, 0.22);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-kyxglcm5bi] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-header h1[b-kyxglcm5bi] {
    color: #0f766e;
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.operation-title-meta[b-kyxglcm5bi] {
    color: #475569;
    line-height: 1.25;
    margin-top: 0.2rem;
}

.operation-actions[b-kyxglcm5bi] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.operation-alert[b-kyxglcm5bi] {
    background: var(--dxds-color-background-danger-quiet-rest);
    border: 1px solid var(--dxds-color-border-danger-default-rest);
    border-radius: 8px;
    color: var(--dxds-color-content-danger-default-rest);
    padding: 0.85rem 1rem;
}

.operation-loading[b-kyxglcm5bi],
.operation-empty[b-kyxglcm5bi] {
    align-items: center;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    color: #475569;
    display: flex;
    gap: 0.65rem;
    min-height: 9rem;
    padding: 1rem;
}

.operation-grid-panel[b-kyxglcm5bi] {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    height: clamp(26rem, calc(100vh - 14rem), 48rem);
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

[b-kyxglcm5bi] .operation-grid {
    flex: 1 1 0;
    height: 100%;
    min-height: 0;
    width: 100%;
}

[b-kyxglcm5bi] .operation-grid table th,
[b-kyxglcm5bi] .operation-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-kyxglcm5bi] .operation-grid table tbody tr:hover > td {
    background: rgba(20, 184, 166, 0.08) !important;
}

[b-kyxglcm5bi] .operation-inspect-button.dxbl-btn {
    min-height: 30px;
}

@media (max-width: 720px) {
    .operation-page[b-kyxglcm5bi] {
        flex: 0 0 auto;
        min-height: auto;
    }

    .operation-header[b-kyxglcm5bi] {
        align-items: stretch;
        flex-direction: column;
    }

    .operation-title-wrap[b-kyxglcm5bi] {
        align-items: flex-start;
    }

    .operation-actions[b-kyxglcm5bi] {
        justify-content: stretch;
    }

    [b-kyxglcm5bi] .operation-actions .dxbl-btn {
        width: 100%;
    }

    .operation-grid-panel[b-kyxglcm5bi] {
        flex: 0 0 auto;
        height: clamp(24rem, 62vh, 36rem);
        min-height: 24rem;
    }
}
/* /Components/Pages/SubeEkstre/SubeEkstrePopup.razor.rz.scp.css */
[b-xuy9konhtj] .statement-popup-body {
    background: #eef4f5;
    overflow: hidden;
    padding: 0;
}

.statement-popup-shell[b-xuy9konhtj] {
    background: #eef4f5;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.statement-popup-toolbar[b-xuy9konhtj] {
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid rgba(148, 163, 184, 0.32);
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    padding: 0.75rem 1rem;
}

.statement-popup-title[b-xuy9konhtj] {
    align-items: center;
    color: #0d3642;
    display: flex;
    font-size: 1rem;
    gap: 0.55rem;
}

.statement-popup-actions[b-xuy9konhtj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.statement-popup-frame[b-xuy9konhtj] {
    border: 0;
    flex: 1 1 0;
    min-height: 0;
    width: 100%;
}

.statement-popup-message[b-xuy9konhtj],
.statement-popup-alert[b-xuy9konhtj] {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    margin: 1rem;
    min-height: 96px;
}

.statement-popup-alert[b-xuy9konhtj] {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 8px;
    color: #9a3412;
    padding: 1rem;
}

@media (max-width: 720px) {
    .statement-popup-toolbar[b-xuy9konhtj] {
        align-items: stretch;
        flex-direction: column;
    }

    .statement-popup-actions[b-xuy9konhtj] {
        justify-content: stretch;
    }

    .statement-popup-actions[b-xuy9konhtj]  .dxbl-btn {
        flex: 1 1 auto;
    }
}
