/* /Components/Layout/Drawer.razor.rz.scp.css */
.drawer-container[b-8szyynld1m] {
    height: 100%;
}

.navigation-drawer-shading[b-8szyynld1m] {
    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-8szyynld1m] {
    opacity: 0;
    visibility: hidden;
}

[b-8szyynld1m] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-8szyynld1m] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

.navigation-drawer-shading[b-8szyynld1m] {
    display: none;
}

[b-8szyynld1m] .panel-open:not(.mobile) .nav-buttons-container .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-8szyynld1m] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-8szyynld1m] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    .navigation-drawer-shading[b-8szyynld1m] {
        display: block;
    }

    [b-8szyynld1m] .panel-open:not(.mobile) .nav-buttons-container .menu-button {
        display: flex;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-kd1tkjpewn] {
    height: 100%;
    min-height: 0;
}

[b-kd1tkjpewn] .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-kd1tkjpewn] .navigation-drawer > .dxbl-drawer-panel {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.9) 48%, rgba(239, 246, 255, 0.86)),
        #F8FAFC;
    border-right: 1px solid rgba(180, 83, 9, 0.18);
    box-shadow: 10px 0 30px rgba(15, 23, 42, 0.08);
}

.navigation-drawer-header[b-kd1tkjpewn] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1.25rem 0.75rem;
    width: 100%;
}

.navigation-drawer-header .logo[b-kd1tkjpewn] {
    display: block;
    height: 3.25rem;
    object-fit: contain;
    width: 9.5rem;
}

.navigation-drawer-footer[b-kd1tkjpewn] {
    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-kd1tkjpewn] {
    align-items: center;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(180, 83, 9, 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-kd1tkjpewn] {
    align-items: center;
    background: linear-gradient(135deg, #0B1220, #B45309);
    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-kd1tkjpewn] {
    min-width: 0;
}

.login-user-label[b-kd1tkjpewn] {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.login-user-name[b-kd1tkjpewn] {
    color: #0B1220;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
    max-width: 12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-kd1tkjpewn] .logout-button {
    color: #172554 !important;
    width: 100%;
}

[b-kd1tkjpewn] .password-change-button {
    color: #172554 !important;
    width: 100%;
}

[b-kd1tkjpewn] .password-popup .dxbl-popup-header {
    color: #0f172a;
    font-weight: 800;
}

.password-popup-body[b-kd1tkjpewn] {
    padding: 1rem;
}

.password-form[b-kd1tkjpewn] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.password-field[b-kd1tkjpewn] {
    color: #334155;
    display: flex;
    flex-direction: column;
    font-size: 0.82rem;
    font-weight: 700;
    gap: 0.35rem;
}

.password-input[b-kd1tkjpewn] {
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.42);
    border-radius: 8px;
    box-sizing: border-box;
    color: #0f172a;
    font: inherit;
    min-height: 2.45rem;
    outline: none;
    padding: 0.55rem 0.7rem;
    width: 100%;
}

.password-input:focus[b-kd1tkjpewn] {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
}

.password-alert[b-kd1tkjpewn] {
    border-radius: 8px;
    font-size: 0.84rem;
    line-height: 1.35;
    padding: 0.65rem 0.75rem;
}

.password-alert-error[b-kd1tkjpewn] {
    background: #fef2f2;
    border: 1px solid rgba(220, 38, 38, 0.24);
    color: #991b1b;
}

.password-popup-actions[b-kd1tkjpewn] {
    align-items: center;
    display: flex;
    gap: 0.6rem;
    justify-content: flex-end;
    padding: 0.75rem 1rem 1rem;
    width: 100%;
}

.drawer-content[b-kd1tkjpewn] {
    background:
        linear-gradient(135deg, rgba(180, 83, 9, 0.07), rgba(37, 99, 235, 0.05) 44%, rgba(245, 158, 11, 0.06)),
        #F8FAFC;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
}

.nav-buttons-container[b-kd1tkjpewn] {
    align-items: center;
    display: flex;
    gap: 0.625rem;
    min-height: 2rem;
}

[b-kd1tkjpewn] .nav-buttons-container > a {
    color: inherit;
}

[b-kd1tkjpewn] .nav-buttons-container .back-button {
    padding-left: 0;
    padding-right: 0.25rem;
}

.page-content-container[b-kd1tkjpewn] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 0;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
[b-wfnwawuknd] .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: #172554;
    --dxbl-menu-item-image-color: #B45309;
    --dxbl-menu-item-hover-bg: rgba(180, 83, 9, 0.09);
    --dxbl-menu-item-hover-color: #0B1220;
    --dxbl-menu-item-hover-image-color: #B45309;

    background: none;
    padding: 0 0.75rem;
}

[b-wfnwawuknd] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-wfnwawuknd] .menu-item-active {
    background: linear-gradient(90deg, rgba(180, 83, 9, 0.18), rgba(37, 99, 235, 0.10));
    border-radius: 8px;
    color: #0B1220;
    font-weight: 700;
}
/* /Components/Pages/Analiz/AnalizRaporlar.razor.rz.scp.css */
.analysis-page[b-lsmpzdam03] {
    background:
        linear-gradient(180deg, rgba(14, 165, 233, 0.07), rgba(255, 255, 255, 0) 14rem);
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 0.9rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.analysis-header[b-lsmpzdam03] {
    align-items: center;
    background:
        linear-gradient(135deg, #12304a 0%, #155e75 58%, #0e7490 100%);
    border: 1px solid rgba(34, 211, 238, 0.32);
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.18);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.95rem 1.1rem;
}

.analysis-title-wrap[b-lsmpzdam03] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.analysis-page-icon[b-lsmpzdam03] {
    align-items: center;
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(207, 250, 254, 0.46);
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 0 10px 20px rgba(15, 23, 42, 0.18);
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.analysis-page-icon .icon[b-lsmpzdam03] {
    height: 1.5rem;
    width: 1.5rem;
}

.analysis-header h1[b-lsmpzdam03] {
    color: #f8fafc;
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.analysis-empty[b-lsmpzdam03] {
    align-items: center;
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(14, 116, 144, 0.16);
    border-radius: 8px;
    color: #334155;
    display: flex;
    gap: 0.65rem;
    min-height: 9rem;
    padding: 1rem;
}

@media (max-width: 720px) {
    .analysis-header[b-lsmpzdam03] {
        align-items: stretch;
        flex-direction: column;
    }

    .analysis-title-wrap[b-lsmpzdam03] {
        align-items: flex-start;
    }
}
/* /Components/Pages/Analiz/KomisyonMaxMinAnalizi.razor.rz.scp.css */
.analysis-page[b-umjr9mtos8] {
    background:
        linear-gradient(180deg, rgba(14, 165, 233, 0.07), rgba(255, 255, 255, 0) 14rem);
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 0.9rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.analysis-header[b-umjr9mtos8] {
    align-items: center;
    background:
        linear-gradient(135deg, #12304a 0%, #155e75 58%, #0e7490 100%);
    border: 1px solid rgba(34, 211, 238, 0.32);
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.18);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.95rem 1.1rem;
}

.analysis-title-wrap[b-umjr9mtos8] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.analysis-page-icon[b-umjr9mtos8] {
    align-items: center;
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(207, 250, 254, 0.46);
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 0 10px 20px rgba(15, 23, 42, 0.18);
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.analysis-page-icon .icon[b-umjr9mtos8] {
    height: 1.5rem;
    width: 1.5rem;
}

.analysis-header h1[b-umjr9mtos8] {
    color: #f8fafc;
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.analysis-meta[b-umjr9mtos8] {
    background: rgba(8, 47, 73, 0.34);
    border: 1px solid rgba(34, 211, 238, 0.32);
    border-radius: 999px;
    color: #cffafe;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 0.28rem;
    overflow-wrap: anywhere;
    padding: 0.18rem 0.55rem;
}

.analysis-actions[b-umjr9mtos8] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

[b-umjr9mtos8] .analysis-actions .dxbl-btn {
    background: rgba(248, 250, 252, 0.95);
    border-color: rgba(207, 250, 254, 0.42);
    color: #12304a;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.14);
}

[b-umjr9mtos8] .analysis-actions .dxbl-btn:hover {
    background: #ffffff;
    border-color: rgba(34, 211, 238, 0.62);
}

.analysis-alert[b-umjr9mtos8] {
    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;
}

.analysis-loading[b-umjr9mtos8],
.analysis-empty[b-umjr9mtos8] {
    align-items: center;
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(14, 116, 144, 0.16);
    border-radius: 8px;
    color: #334155;
    display: flex;
    gap: 0.65rem;
    min-height: 9rem;
    padding: 1rem;
}

.analysis-filter[b-umjr9mtos8] {
    align-items: end;
    background: rgba(248, 250, 252, 0.9);
    border: 1px solid rgba(14, 116, 144, 0.16);
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045);
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(160px, 190px) minmax(130px, 160px) minmax(130px, 160px) auto;
    justify-content: start;
    padding: 0.8rem 0.95rem;
}

.analysis-filter-field[b-umjr9mtos8] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.analysis-filter-field span[b-umjr9mtos8] {
    color: #334155;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
}

[b-umjr9mtos8] .analysis-filter-editor {
    width: 100%;
}

[b-umjr9mtos8] .analysis-list-button.dxbl-btn {
    min-height: 38px;
    width: 112px;
}

.analysis-workspace[b-umjr9mtos8] {
    background: #ffffff;
    border: 1px solid rgba(100, 116, 139, 0.24);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.055);
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    height: clamp(28rem, calc(100vh - 18rem), 54rem);
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

[b-umjr9mtos8] .analysis-pivot {
    flex: 1 1 0;
    height: 100%;
    min-height: 0;
    width: 100%;
}

@media (max-width: 980px) {
    .analysis-filter[b-umjr9mtos8] {
        grid-template-columns: minmax(160px, 190px) minmax(130px, 160px) minmax(130px, 160px);
    }
}

@media (max-width: 720px) {
    .analysis-page[b-umjr9mtos8] {
        flex: 0 0 auto;
        min-height: auto;
    }

    .analysis-header[b-umjr9mtos8] {
        align-items: stretch;
        flex-direction: column;
    }

    .analysis-title-wrap[b-umjr9mtos8] {
        align-items: flex-start;
    }

    .analysis-actions[b-umjr9mtos8] {
        justify-content: flex-start;
    }

    .analysis-filter[b-umjr9mtos8] {
        grid-template-columns: 1fr;
    }

    .analysis-workspace[b-umjr9mtos8] {
        flex: 0 0 auto;
        height: clamp(24rem, 62vh, 38rem);
        min-height: 24rem;
    }

    [b-umjr9mtos8] .analysis-list-button.dxbl-btn {
        width: 100%;
    }
}
/* /Components/Pages/Analiz/PoliceAnalizi.razor.rz.scp.css */
.analysis-page[b-w40h840juh] {
    background:
        linear-gradient(180deg, rgba(14, 165, 233, 0.07), rgba(255, 255, 255, 0) 14rem);
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 0.9rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.analysis-header[b-w40h840juh] {
    align-items: center;
    background:
        linear-gradient(135deg, #12304a 0%, #155e75 58%, #0e7490 100%);
    border: 1px solid rgba(34, 211, 238, 0.32);
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.18);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.95rem 1.1rem;
}

.analysis-title-wrap[b-w40h840juh] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.analysis-page-icon[b-w40h840juh] {
    align-items: center;
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(207, 250, 254, 0.46);
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 0 10px 20px rgba(15, 23, 42, 0.18);
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.analysis-page-icon .icon[b-w40h840juh] {
    height: 1.5rem;
    width: 1.5rem;
}

.analysis-header h1[b-w40h840juh] {
    color: #f8fafc;
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.analysis-meta[b-w40h840juh] {
    background: rgba(8, 47, 73, 0.34);
    border: 1px solid rgba(34, 211, 238, 0.32);
    border-radius: 999px;
    color: #cffafe;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 0.28rem;
    overflow-wrap: anywhere;
    padding: 0.18rem 0.55rem;
}

.analysis-actions[b-w40h840juh] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

[b-w40h840juh] .analysis-actions .dxbl-btn {
    background: rgba(248, 250, 252, 0.95);
    border-color: rgba(207, 250, 254, 0.42);
    color: #12304a;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.14);
}

[b-w40h840juh] .analysis-actions .dxbl-btn:hover {
    background: #ffffff;
    border-color: rgba(34, 211, 238, 0.62);
}

.analysis-alert[b-w40h840juh] {
    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;
}

.analysis-loading[b-w40h840juh],
.analysis-empty[b-w40h840juh] {
    align-items: center;
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(14, 116, 144, 0.16);
    border-radius: 8px;
    color: #334155;
    display: flex;
    gap: 0.65rem;
    min-height: 9rem;
    padding: 1rem;
}

.analysis-filter[b-w40h840juh] {
    align-items: end;
    background: rgba(248, 250, 252, 0.9);
    border: 1px solid rgba(14, 116, 144, 0.16);
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045);
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(160px, 190px) minmax(130px, 160px) minmax(130px, 160px) minmax(150px, 180px) auto;
    justify-content: start;
    padding: 0.8rem 0.95rem;
}

.analysis-filter-field[b-w40h840juh] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.analysis-filter-field span[b-w40h840juh] {
    color: #334155;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
}

[b-w40h840juh] .analysis-filter-editor {
    width: 100%;
}

[b-w40h840juh] .analysis-list-button.dxbl-btn {
    min-height: 38px;
    width: 112px;
}

.analysis-workspace[b-w40h840juh] {
    background: #ffffff;
    border: 1px solid rgba(100, 116, 139, 0.24);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.055);
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    height: clamp(28rem, calc(100vh - 18rem), 54rem);
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

[b-w40h840juh] .analysis-pivot {
    flex: 1 1 0;
    height: 100%;
    min-height: 0;
    width: 100%;
}

@media (max-width: 980px) {
    .analysis-filter[b-w40h840juh] {
        grid-template-columns: minmax(160px, 190px) minmax(130px, 160px) minmax(130px, 160px);
    }
}

@media (max-width: 720px) {
    .analysis-page[b-w40h840juh] {
        flex: 0 0 auto;
        min-height: auto;
    }

    .analysis-header[b-w40h840juh] {
        align-items: stretch;
        flex-direction: column;
    }

    .analysis-title-wrap[b-w40h840juh] {
        align-items: flex-start;
    }

    .analysis-actions[b-w40h840juh] {
        justify-content: flex-start;
    }

    .analysis-filter[b-w40h840juh] {
        grid-template-columns: 1fr;
    }

    .analysis-workspace[b-w40h840juh] {
        flex: 0 0 auto;
        height: clamp(24rem, 62vh, 38rem);
        min-height: 24rem;
    }

    [b-w40h840juh] .analysis-list-button.dxbl-btn {
        width: 100%;
    }
}
/* /Components/Pages/Grup/GrupDetay.razor.rz.scp.css */
[b-28ok9u14nw] .operation-detail-popup {
    max-width: calc(100vw - 1rem);
}

[b-28ok9u14nw] .operation-detail-popup-body {
    background: linear-gradient(180deg, #f8fafc, #fff);
    max-height: calc(100vh - 11rem);
    overflow: auto;
    padding: 0 !important;
}

.operation-alert[b-28ok9u14nw] {
    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-28ok9u14nw],
.operation-loading[b-28ok9u14nw] {
    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-detail-shell[b-28ok9u14nw] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.operation-detail-hero[b-28ok9u14nw] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.12), rgba(37, 99, 235, 0.10));
    border: 1px solid rgba(180, 83, 9, 0.18);
    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-28ok9u14nw] {
    align-items: center;
    display: flex;
    flex: 1 1 18rem;
    gap: 0.85rem;
    min-width: 0;
}

.operation-detail-actions[b-28ok9u14nw] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.operation-page-icon[b-28ok9u14nw] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.15), rgba(37, 99, 235, 0.12));
    border: 1px solid rgba(180, 83, 9, 0.18);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-28ok9u14nw] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-detail-hero strong[b-28ok9u14nw] {
    color: #B45309;
    display: block;
    font-size: 1.05rem;
    margin-top: 0.1rem;
    overflow-wrap: anywhere;
}

[b-28ok9u14nw] .operation-detail-form {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    padding: 0.85rem;
}

.operation-detail-value[b-28ok9u14nw] {
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    color: #0B1220;
    min-height: 38px;
    overflow-wrap: anywhere;
    padding: 0.55rem 0.65rem;
}

[b-28ok9u14nw] .operation-editor {
    width: 100%;
}
/* /Components/Pages/Grup/GrupListe.razor.rz.scp.css */
.operation-page[b-vbko2l08wy] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.operation-header[b-vbko2l08wy] {
    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-vbko2l08wy] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.operation-page-icon[b-vbko2l08wy] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.15), rgba(37, 99, 235, 0.12));
    border: 1px solid rgba(180, 83, 9, 0.18);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-vbko2l08wy] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-header h1[b-vbko2l08wy] {
    color: #B45309;
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.operation-alert[b-vbko2l08wy] {
    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-vbko2l08wy],
.operation-empty[b-vbko2l08wy] {
    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-vbko2l08wy] {
    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;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

.group-grid-stack[b-vbko2l08wy] {
    display: grid;
    flex: 1 1 0;
    gap: 1rem;
    grid-template-rows: minmax(14rem, 0.8fr) minmax(18rem, 1.2fr);
    min-height: 0;
}

.group-section-header[b-vbko2l08wy] {
    align-items: center;
    border-bottom: 1px solid rgba(148, 163, 184, 0.22);
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    padding: 0.75rem 0.9rem;
}

.group-section-header strong[b-vbko2l08wy] {
    color: #0f172a;
    font-size: 0.98rem;
}

.group-section-header span[b-vbko2l08wy] {
    color: #64748b;
    font-size: var(--dxds-font-size-base-sm);
}

[b-vbko2l08wy] .operation-grid {
    flex: 1 1 0;
    height: 100%;
    min-height: 0;
    width: 100%;
}

[b-vbko2l08wy] .operation-grid table th,
[b-vbko2l08wy] .operation-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-vbko2l08wy] .operation-grid table tbody tr:hover > td {
    background: rgba(37, 99, 235, 0.07) !important;
}

[b-vbko2l08wy] .operation-inspect-button.dxbl-btn {
    min-height: 30px;
}

.operation-badge-cell[b-vbko2l08wy] {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

.group-badge[b-vbko2l08wy] {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 800;
    line-height: 1.2;
    max-width: 100%;
    min-height: 24px;
    overflow: hidden;
    padding: 0.25rem 0.62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.operation-badge-cell > .group-badge[b-vbko2l08wy] {
    box-sizing: border-box;
    display: block;
    min-width: 0;
    text-align: left;
}

.group-badge-main[b-vbko2l08wy] {
    background: #eff6ff;
    border-color: #2563eb;
    color: #1e3a8a;
}

.group-badge-sub[b-vbko2l08wy] {
    background: #ecfdf5;
    border-color: #14b8a6;
    color: #115e59;
}

.operation-actions[b-vbko2l08wy] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

@media (max-width: 720px) {
    .operation-header[b-vbko2l08wy] {
        align-items: stretch;
        flex-direction: column;
    }

    .operation-title-wrap[b-vbko2l08wy] {
        align-items: flex-start;
    }

    .group-grid-stack[b-vbko2l08wy] {
        grid-template-rows: minmax(14rem, auto) minmax(18rem, auto);
    }
}
/* /Components/Pages/Hareket/CariSecim.razor.rz.scp.css */
[b-porki4l7hs] .cari-secim-popup {
    max-width: calc(100vw - 1rem);
}

[b-porki4l7hs] .cari-secim-popup-body {
    background: linear-gradient(180deg, #f8fafc, #fff);
    max-height: calc(100vh - 5rem);
    overflow: auto;
    padding: 0 !important;
}

.cari-secim-shell[b-porki4l7hs] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1rem;
}

.cari-secim-header[b-porki4l7hs] {
    align-items: center;
    background: linear-gradient(135deg, rgba(13, 148, 136, 0.12), rgba(37, 99, 235, 0.10));
    border: 1px solid rgba(13, 148, 136, 0.18);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: space-between;
    padding: 0.85rem;
}

.cari-secim-title[b-porki4l7hs] {
    align-items: center;
    display: flex;
    flex: 1 1 18rem;
    gap: 0.85rem;
    min-width: 0;
}

.cari-secim-icon[b-porki4l7hs] {
    align-items: center;
    background: linear-gradient(135deg, rgba(13, 148, 136, 0.16), rgba(37, 99, 235, 0.12));
    border: 1px solid rgba(13, 148, 136, 0.18);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.cari-secim-icon .icon[b-porki4l7hs] {
    height: 1.5rem;
    width: 1.5rem;
}

.cari-secim-title strong[b-porki4l7hs] {
    color: #0f766e;
    display: block;
    font-size: 1.05rem;
    overflow-wrap: anywhere;
}

.cari-secim-title span[b-porki4l7hs],
.cari-secim-hint[b-porki4l7hs] {
    color: #475569;
    font-size: var(--dxds-font-size-base-sm);
}

.cari-secim-alert[b-porki4l7hs] {
    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.75rem 0.85rem;
}

.cari-secim-toolbar[b-porki4l7hs] {
    align-items: center;
    display: grid;
    gap: 0.65rem;
    grid-template-columns: minmax(0, 1fr) auto;
}

[b-porki4l7hs] .cari-secim-search {
    width: 100%;
}

[b-porki4l7hs] .cari-secim-grid {
    min-height: 18rem;
}

[b-porki4l7hs] .cari-secim-grid table th,
[b-porki4l7hs] .cari-secim-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

.operation-badge-cell[b-porki4l7hs] {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

.cari-name-badge[b-porki4l7hs] {
    align-items: center;
    background: #f8fafc;
    border: 1px solid rgba(37, 99, 235, 0.36);
    border-radius: 999px;
    color: #0f172a;
    display: inline-flex;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 800;
    line-height: 1.2;
    max-width: 100%;
    min-height: 24px;
    overflow: hidden;
    padding: 0.25rem 0.62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.operation-badge-cell > .cari-name-badge[b-porki4l7hs] {
    box-sizing: border-box;
    display: block;
    min-width: 0;
    text-align: left;
}

.account-type-badge[b-porki4l7hs] {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 800;
    line-height: 1.2;
    max-width: 100%;
    min-height: 24px;
    overflow: hidden;
    padding: 0.25rem 0.62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-type-branch[b-porki4l7hs] {
    background: #eff6ff;
    border-color: #2563eb;
    color: #1e3a8a;
}

.account-type-insurance[b-porki4l7hs] {
    background: #fef3c7;
    border-color: #d97706;
    color: #92400e;
}

.account-type-customer[b-porki4l7hs] {
    background: #ecfdf5;
    border-color: #22c55e;
    color: #166534;
}

.account-type-default[b-porki4l7hs] {
    background: #f8fafc;
    border-color: #94a3b8;
    color: #475569;
}

.cari-secim-hint[b-porki4l7hs] {
    min-height: 1.3rem;
    overflow-wrap: anywhere;
}
/* /Components/Pages/Hareket/HareketDetay.razor.rz.scp.css */
[b-x729qvoxna] .operation-detail-popup {
    max-width: calc(100vw - 1rem);
}

[b-x729qvoxna] .operation-detail-popup-body {
    background: linear-gradient(180deg, #f8fafc, #fff);
    max-height: calc(100vh - 11rem);
    overflow: auto;
    padding: 0 !important;
}

.operation-alert[b-x729qvoxna] {
    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-x729qvoxna],
.operation-loading[b-x729qvoxna] {
    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-detail-shell[b-x729qvoxna] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.operation-detail-hero[b-x729qvoxna] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.12), rgba(37, 99, 235, 0.10));
    border: 1px solid rgba(180, 83, 9, 0.18);
    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-x729qvoxna] {
    align-items: center;
    display: flex;
    flex: 1 1 18rem;
    gap: 0.85rem;
    min-width: 0;
}

.operation-detail-actions[b-x729qvoxna] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.operation-page-icon[b-x729qvoxna] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.15), rgba(37, 99, 235, 0.12));
    border: 1px solid rgba(180, 83, 9, 0.18);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-x729qvoxna] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-detail-hero strong[b-x729qvoxna] {
    color: #B45309;
    display: block;
    font-size: 1.05rem;
    margin-top: 0.1rem;
    overflow-wrap: anywhere;
}

.operation-detail-hero span[b-x729qvoxna] {
    color: #475569;
    display: block;
    font-size: var(--dxds-font-size-base-sm);
    margin-top: 0.15rem;
}

[b-x729qvoxna] .operation-detail-form {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    padding: 0.85rem;
}

.operation-detail-value[b-x729qvoxna] {
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    color: #0B1220;
    min-height: 38px;
    overflow-wrap: anywhere;
    padding: 0.55rem 0.65rem;
}

[b-x729qvoxna] .operation-editor {
    width: 100%;
}

[b-x729qvoxna] .operation-description-editor textarea {
    min-height: 88px;
    resize: vertical;
}

.operation-detail-info[b-x729qvoxna] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.85rem;
    color: #475569;
    font-size: var(--dxds-font-size-base-sm);
    line-height: 1.35;
    margin-top: 0.45rem;
    overflow-wrap: anywhere;
}

.operation-detail-info-danger[b-x729qvoxna] {
    color: var(--dxds-color-content-danger-default-rest);
    font-weight: 700;
}

.cari-select-row[b-x729qvoxna] {
    align-items: center;
    display: grid;
    gap: 0.5rem;
    grid-template-columns: minmax(0, 1fr) auto 38px;
}

.cari-selection-value[b-x729qvoxna] {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.cari-selection-value-selected[b-x729qvoxna] {
    background: #EFFFD9;
    border-color: rgba(132, 164, 49, 0.45);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55), 0 1px 2px rgba(132, 164, 49, 0.10);
}

.cari-selection-value-required[b-x729qvoxna] {
    background: #fff7ed;
    border-color: rgba(220, 38, 38, 0.5);
    box-shadow: inset 0 0 0 1px rgba(254, 226, 226, 0.9), 0 0 0 3px rgba(248, 113, 113, 0.12);
}

.cari-selection-value-has-amount[b-x729qvoxna] {
    padding-right: 8.25rem;
}

.cari-selection-content[b-x729qvoxna] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.cari-selection-content strong[b-x729qvoxna],
.cari-selection-content span[b-x729qvoxna] {
    overflow-wrap: anywhere;
}

.cari-amount-badge[b-x729qvoxna] {
    border-radius: 999px;
    color: #fff;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
    line-height: 1;
    max-width: 7.5rem;
    overflow: hidden;
    padding: 0.38rem 0.58rem;
    position: absolute;
    right: 0.55rem;
    text-overflow: ellipsis;
    top: 0.48rem;
    white-space: nowrap;
}

.cari-amount-badge-debit[b-x729qvoxna] {
    background: #b91c1c;
    box-shadow: 0 1px 3px rgba(185, 28, 28, 0.24);
}

.cari-amount-badge-credit[b-x729qvoxna] {
    background: #15803d;
    box-shadow: 0 1px 3px rgba(21, 128, 61, 0.22);
}

[b-x729qvoxna] .cari-clear-button.dxbl-btn {
    min-height: 38px;
    min-width: 38px;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 640px) {
    .cari-select-row[b-x729qvoxna] {
        grid-template-columns: minmax(0, 1fr) auto 38px;
    }

    .cari-selection-value-has-amount[b-x729qvoxna] {
        padding-right: 7.75rem;
    }

    .cari-amount-badge[b-x729qvoxna] {
        max-width: 7rem;
    }
}
/* /Components/Pages/Hareket/HareketListe.razor.rz.scp.css */
.operation-page[b-permv24v37] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.operation-header[b-permv24v37] {
    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-permv24v37] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.operation-page-icon[b-permv24v37] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.15), rgba(37, 99, 235, 0.12));
    border: 1px solid rgba(180, 83, 9, 0.18);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-permv24v37] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-header h1[b-permv24v37] {
    color: #B45309;
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.operation-title-meta[b-permv24v37] {
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.25;
    margin-top: 0.18rem;
    overflow-wrap: anywhere;
}

.operation-alert[b-permv24v37] {
    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-permv24v37] {
    background: #ecfeff;
    border: 1px solid #a5f3fc;
    border-radius: 8px;
    color: #155e75;
    padding: 0.85rem 1rem;
}

.operation-loading[b-permv24v37],
.operation-empty[b-permv24v37] {
    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-permv24v37] {
    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, 280px) auto minmax(160px, 190px) minmax(140px, 170px) minmax(140px, 170px) minmax(150px, 190px) auto;
    justify-content: start;
    padding: 0.85rem 1rem;
}

.operation-filter-field[b-permv24v37] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.operation-filter-field span[b-permv24v37] {
    color: #475569;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
}

[b-permv24v37] .operation-filter-editor {
    width: 100%;
}

[b-permv24v37] .operation-list-button.dxbl-btn {
    min-height: 38px;
    width: 112px;
}

.movement-range-popup-content[b-permv24v37] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.movement-range-popup-message[b-permv24v37] {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 8px;
    color: #92400e;
    line-height: 1.45;
    padding: 0.8rem 0.9rem;
}

.movement-range-field[b-permv24v37] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.movement-range-field span[b-permv24v37] {
    color: #475569;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
}

[b-permv24v37] .movement-range-editor {
    width: 100%;
}

[b-permv24v37] .movement-range-listbox {
    --dxbl-list-box-border-width: 0px;
    max-height: 18rem;
    width: 100%;
}

.movement-range-popup-actions[b-permv24v37] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
    width: 100%;
}

.operation-grid-panel[b-permv24v37] {
    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;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

[b-permv24v37] .operation-grid {
    flex: 1 1 0;
    height: 100%;
    min-height: 0;
    width: 100%;
}

[b-permv24v37] .operation-grid table th,
[b-permv24v37] .operation-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-permv24v37] .operation-grid table tbody tr:hover > td {
    background: rgba(14, 165, 233, 0.07) !important;
}

[b-permv24v37] .operation-inspect-button.dxbl-btn {
    min-height: 30px;
}

.operation-badge-cell[b-permv24v37] {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

.movement-badge[b-permv24v37] {
    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: 68px;
    overflow: hidden;
    padding: 0.25rem 0.62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.movement-amount-badge[b-permv24v37] {
    min-width: 96px;
}

.movement-badge-debit[b-permv24v37] {
    background: #fef2f2;
    border-color: #ef4444;
    color: #991b1b;
}

.movement-badge-credit[b-permv24v37] {
    background: #ecfdf5;
    border-color: #22c55e;
    color: #166534;
}

.movement-badge-group[b-permv24v37] {
    background: #f8fafc;
    border-color: #1d4ed8;
    color: #0f172a;
}

.operation-badge-cell > .movement-badge-group[b-permv24v37] {
    box-sizing: border-box;
    display: block;
    min-width: 0;
    text-align: left;
}

.operation-actions[b-permv24v37] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

@media (max-width: 720px) {
    .operation-header[b-permv24v37] {
        align-items: stretch;
        flex-direction: column;
    }

    .operation-title-wrap[b-permv24v37] {
        align-items: flex-start;
    }

    .operation-filter-panel[b-permv24v37] {
        grid-template-columns: 1fr;
    }

    [b-permv24v37] .operation-list-button.dxbl-btn {
        width: 100%;
    }
}
/* /Components/Pages/Hareket/HareketToplu.razor.rz.scp.css */
.operation-page[b-u3kv0c8tyl] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.operation-header[b-u3kv0c8tyl] {
    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-u3kv0c8tyl] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.operation-page-icon[b-u3kv0c8tyl] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.15), rgba(37, 99, 235, 0.12));
    border: 1px solid rgba(180, 83, 9, 0.18);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-u3kv0c8tyl] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-header h1[b-u3kv0c8tyl] {
    color: #B45309;
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.operation-title-meta[b-u3kv0c8tyl] {
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.25;
    margin-top: 0.18rem;
    overflow-wrap: anywhere;
}

.operation-actions[b-u3kv0c8tyl] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.operation-alert[b-u3kv0c8tyl] {
    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-u3kv0c8tyl],
.operation-empty[b-u3kv0c8tyl] {
    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-u3kv0c8tyl] {
    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;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

[b-u3kv0c8tyl] .operation-grid {
    flex: 1 1 0;
    height: 100%;
    min-height: 0;
    width: 100%;
}

[b-u3kv0c8tyl] .operation-grid table th,
[b-u3kv0c8tyl] .operation-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-u3kv0c8tyl] .operation-grid table tbody tr:hover > td {
    background: rgba(14, 165, 233, 0.07) !important;
}

[b-u3kv0c8tyl] .operation-inspect-button.dxbl-btn {
    min-height: 30px;
}

.operation-badge-cell[b-u3kv0c8tyl] {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

.movement-badge[b-u3kv0c8tyl] {
    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: 68px;
    overflow: hidden;
    padding: 0.25rem 0.62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.movement-amount-badge[b-u3kv0c8tyl] {
    min-width: 96px;
}

.movement-badge-debit[b-u3kv0c8tyl] {
    background: #fef2f2;
    border-color: #ef4444;
    color: #991b1b;
}

.movement-badge-credit[b-u3kv0c8tyl] {
    background: #ecfdf5;
    border-color: #22c55e;
    color: #166534;
}

.movement-badge-group[b-u3kv0c8tyl] {
    background: #f8fafc;
    border-color: #1d4ed8;
    color: #0f172a;
}

.operation-badge-cell > .movement-badge-group[b-u3kv0c8tyl] {
    box-sizing: border-box;
    display: block;
    min-width: 0;
    text-align: left;
}

@media (max-width: 720px) {
    .operation-header[b-u3kv0c8tyl] {
        align-items: stretch;
        flex-direction: column;
    }

    .operation-title-wrap[b-u3kv0c8tyl] {
        align-items: flex-start;
    }

    .operation-actions[b-u3kv0c8tyl] {
        justify-content: stretch;
    }

    .operation-actions[b-u3kv0c8tyl]  .dxbl-btn {
        width: 100%;
    }
}
/* /Components/Pages/Hareket/HareketTopluDetay.razor.rz.scp.css */
[b-wpb7g4hhnh] .operation-detail-popup {
    max-width: calc(100vw - 1rem);
}

[b-wpb7g4hhnh] .operation-detail-popup-body {
    background: linear-gradient(180deg, #f8fafc, #fff);
    max-height: calc(100vh - 7rem);
    overflow: auto;
    padding: 0 !important;
}

.operation-alert[b-wpb7g4hhnh] {
    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);
    margin: 1rem 1rem 0;
    padding: 0.85rem 1rem;
}

.operation-loading[b-wpb7g4hhnh] {
    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;
    margin: 1rem;
    min-height: 9rem;
    padding: 1rem;
}

.operation-detail-shell[b-wpb7g4hhnh] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.operation-detail-hero[b-wpb7g4hhnh] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.12), rgba(37, 99, 235, 0.10));
    border: 1px solid rgba(180, 83, 9, 0.18);
    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-wpb7g4hhnh] {
    align-items: center;
    display: flex;
    flex: 1 1 18rem;
    gap: 0.85rem;
    min-width: 0;
}

.operation-detail-actions[b-wpb7g4hhnh] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.operation-page-icon[b-wpb7g4hhnh] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.15), rgba(37, 99, 235, 0.12));
    border: 1px solid rgba(180, 83, 9, 0.18);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-wpb7g4hhnh] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-detail-hero strong[b-wpb7g4hhnh] {
    color: #B45309;
    display: block;
    font-size: 1.05rem;
    margin-top: 0.1rem;
    overflow-wrap: anywhere;
}

.operation-detail-hero span[b-wpb7g4hhnh] {
    color: #475569;
    display: block;
    font-size: var(--dxds-font-size-base-sm);
    margin-top: 0.15rem;
}

[b-wpb7g4hhnh] .operation-detail-form {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    padding: 0.85rem;
}

[b-wpb7g4hhnh] .operation-editor {
    width: 100%;
}

.batch-toolbar[b-wpb7g4hhnh] {
    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(160px, 210px) minmax(160px, 210px) auto minmax(120px, 150px);
    justify-content: start;
    padding: 0.85rem 1rem;
}

.batch-toolbar-field[b-wpb7g4hhnh] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.batch-toolbar-field span[b-wpb7g4hhnh] {
    color: #475569;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
}

[b-wpb7g4hhnh] .batch-apply-button.dxbl-btn {
    min-height: 38px;
}

.batch-summary[b-wpb7g4hhnh] {
    align-items: center;
    background: #ecfeff;
    border: 1px solid #a5f3fc;
    border-radius: 8px;
    color: #155e75;
    display: flex;
    gap: 0.35rem;
    min-height: 38px;
    padding: 0.4rem 0.75rem;
}

.batch-summary strong[b-wpb7g4hhnh] {
    color: #0f172a;
    font-size: 1rem;
}

.operation-grid-panel[b-wpb7g4hhnh] {
    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-direction: column;
    min-height: 22rem;
    min-width: 0;
    overflow: hidden;
}

[b-wpb7g4hhnh] .operation-grid {
    height: 100%;
    min-height: 22rem;
    width: 100%;
}

[b-wpb7g4hhnh] .operation-grid table th,
[b-wpb7g4hhnh] .operation-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-wpb7g4hhnh] .operation-grid table tbody tr:hover > td {
    background: rgba(14, 165, 233, 0.07) !important;
}

[b-wpb7g4hhnh] .batch-amount-editor {
    min-width: 130px;
}

.operation-badge-cell[b-wpb7g4hhnh] {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

.subeAdi-fancy[b-wpb7g4hhnh] {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #1d4ed8;
    border-radius: 999px;
    color: #0f172a;
    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: 74px;
    overflow: hidden;
    padding: 0.25rem 0.6rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.operation-badge-cell > .subeAdi-fancy[b-wpb7g4hhnh] {
    box-sizing: border-box;
    display: block;
    min-width: 0;
    text-align: left;
}

.batch-badge[b-wpb7g4hhnh] {
    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: 68px;
    overflow: hidden;
    padding: 0.25rem 0.62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.batch-badge-active[b-wpb7g4hhnh] {
    background: #ecfdf5;
    border-color: #22c55e;
    color: #166534;
}

.batch-badge-passive[b-wpb7g4hhnh] {
    background: #f8fafc;
    border-color: #94a3b8;
    color: #475569;
}

.batch-badge-branch[b-wpb7g4hhnh] {
    background: #eff6ff;
    border-color: #3b82f6;
    color: #1e40af;
}

.batch-badge-default[b-wpb7g4hhnh] {
    background: #fffbeb;
    border-color: #f59e0b;
    color: #92400e;
}

@media (max-width: 760px) {
    .operation-detail-hero[b-wpb7g4hhnh] {
        align-items: stretch;
        flex-direction: column;
    }

    .operation-detail-actions[b-wpb7g4hhnh] {
        justify-content: stretch;
    }

    .operation-detail-actions[b-wpb7g4hhnh]  .dxbl-btn {
        width: 100%;
    }

    .batch-toolbar[b-wpb7g4hhnh] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/HesapUzmani/HesapUzmani.razor.rz.scp.css */
.operation-page[b-tygjpql8x9] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.operation-header[b-tygjpql8x9] {
    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-tygjpql8x9] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.operation-page-icon[b-tygjpql8x9] {
    align-items: center;
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.15), rgba(37, 99, 235, 0.12));
    border: 1px solid rgba(20, 184, 166, 0.2);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-tygjpql8x9] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-header h1[b-tygjpql8x9] {
    color: #0f766e;
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.operation-title-meta[b-tygjpql8x9] {
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.25;
    margin-top: 0.18rem;
    overflow-wrap: anywhere;
}

.operation-actions[b-tygjpql8x9] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: flex-end;
}

.operation-alert[b-tygjpql8x9] {
    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-tygjpql8x9] {
    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-status-panel[b-tygjpql8x9] {
    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: grid;
    gap: 0.8rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 1rem;
}

.operation-status-metric[b-tygjpql8x9] {
    align-items: flex-start;
    border: 1px solid rgba(203, 213, 225, 0.76);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 0.42rem;
    min-width: 0;
    padding: 0.95rem;
}

.operation-status-metric span[b-tygjpql8x9] {
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 700;
}

.operation-status-metric strong[b-tygjpql8x9] {
    color: #0f172a;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.1;
    overflow-wrap: anywhere;
}

.operation-status-count strong[b-tygjpql8x9] {
    color: #0f766e;
    font-size: 2.5rem;
}

.operation-status-pill[b-tygjpql8x9] {
    border-radius: 999px;
    font-size: 0.88rem !important;
    padding: 0.38rem 0.72rem;
}

.operation-status-running[b-tygjpql8x9] {
    background: rgba(219, 234, 254, 0.96);
    border: 1px solid rgba(37, 99, 235, 0.28);
    color: #1d4ed8 !important;
}

.operation-status-idle[b-tygjpql8x9] {
    background: rgba(220, 252, 231, 0.96);
    border: 1px solid rgba(22, 163, 74, 0.24);
    color: #15803d !important;
}

@media (max-width: 760px) {
    .operation-header[b-tygjpql8x9] {
        align-items: stretch;
        flex-direction: column;
    }

    .operation-actions[b-tygjpql8x9] {
        justify-content: stretch;
    }

    [b-tygjpql8x9] .operation-actions .dxbl-btn {
        flex: 1 1 150px;
    }

    .operation-status-panel[b-tygjpql8x9] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Komisyon/KomisyonDetay.razor.rz.scp.css */
[b-l65vb140ew] .operation-detail-popup {
    max-width: calc(100vw - 1rem);
}

[b-l65vb140ew] .operation-detail-popup-body {
    background: linear-gradient(180deg, #f8fafc, #fff);
    max-height: calc(100vh - 7rem);
    overflow: auto;
    padding: 0 !important;
}

.operation-alert[b-l65vb140ew] {
    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-l65vb140ew],
.operation-loading[b-l65vb140ew] {
    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;
}

.commission-loading-panel-content[b-l65vb140ew] {
    min-height: 12rem;
}

.commission-loading-placeholder[b-l65vb140ew],
.company-selection-loading-placeholder[b-l65vb140ew] {
    min-height: 12rem;
}

.operation-detail-shell[b-l65vb140ew] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.operation-detail-hero[b-l65vb140ew] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.12), rgba(37, 99, 235, 0.10));
    border: 1px solid rgba(180, 83, 9, 0.18);
    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-l65vb140ew] {
    align-items: center;
    display: flex;
    flex: 1 1 18rem;
    gap: 0.85rem;
    min-width: 0;
}

.operation-detail-title span[b-l65vb140ew] {
    color: #64748b;
    display: block;
    font-size: 0.88rem;
    margin-top: 0.18rem;
}

.operation-detail-actions[b-l65vb140ew] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.operation-page-icon[b-l65vb140ew] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.15), rgba(37, 99, 235, 0.12));
    border: 1px solid rgba(180, 83, 9, 0.18);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-l65vb140ew] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-detail-hero strong[b-l65vb140ew] {
    color: #B45309;
    display: block;
    font-size: 1.05rem;
    margin-top: 0.1rem;
    overflow-wrap: anywhere;
}

[b-l65vb140ew] .operation-detail-form {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    padding: 0.85rem;
}

[b-l65vb140ew] .operation-editor {
    width: 100%;
}

.commission-apply-panel[b-l65vb140ew] {
    align-items: flex-end;
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(37, 99, 235, 0.16);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0.85rem;
}

.commission-apply-field[b-l65vb140ew] {
    display: flex;
    flex: 1 1 13rem;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 12rem;
}

.commission-apply-field span[b-l65vb140ew],
.commission-apply-hint[b-l65vb140ew] {
    color: #475569;
    font-size: 0.85rem;
}

[b-l65vb140ew] .commission-apply-button {
    min-height: 38px;
}

.commission-grid-panel[b-l65vb140ew] {
    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;
    height: clamp(18rem, calc(100vh - 24rem), 34rem);
    min-height: 18rem;
    min-width: 0;
    overflow: hidden;
}

[b-l65vb140ew] .operation-grid {
    flex: 1 1 0;
    height: 100%;
    min-height: 0;
    width: 100%;
}

[b-l65vb140ew] .commission-detail-grid {
    height: 100%;
}

[b-l65vb140ew] .operation-grid table th,
[b-l65vb140ew] .operation-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-l65vb140ew] .operation-grid table tbody tr:hover > td {
    background: rgba(37, 99, 235, 0.07) !important;
}

.operation-badge-cell[b-l65vb140ew] {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

.commission-info-badge[b-l65vb140ew] {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 800;
    line-height: 1.2;
    max-width: 100%;
    min-height: 24px;
    overflow: hidden;
    padding: 0.25rem 0.62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.operation-badge-cell > .commission-info-badge[b-l65vb140ew],
.operation-badge-cell > .commission-branch-badge[b-l65vb140ew] {
    box-sizing: border-box;
    display: block;
    min-width: 0;
    text-align: left;
}

.commission-company-badge[b-l65vb140ew] {
    background: #eff6ff;
    border: 1px solid #2563eb;
    color: #1d4ed8;
}

.commission-main-group-badge[b-l65vb140ew] {
    background: #ecfdf5;
    border: 1px solid #0f766e;
    color: #0f766e;
}

.commission-sub-group-badge[b-l65vb140ew] {
    background: #fffbeb;
    border: 1px solid #d97706;
    color: #92400e;
}

.commission-branch-badge[b-l65vb140ew] {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #2563eb;
    border-radius: 999px;
    color: #0f172a;
    display: inline-flex;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 800;
    line-height: 1.2;
    max-width: 100%;
    min-height: 24px;
    overflow: hidden;
    padding: 0.25rem 0.62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-l65vb140ew] .commission-grid-editor {
    width: 100%;
}

.company-selection-shell[b-l65vb140ew] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1rem;
}

.company-selection-grid-panel[b-l65vb140ew] {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    display: flex;
    min-height: min(28rem, calc(100vh - 16rem));
    min-width: 0;
    overflow: hidden;
}

.company-selection-actions[b-l65vb140ew] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

@media (max-width: 720px) {
    .operation-detail-hero[b-l65vb140ew] {
        align-items: stretch;
        flex-direction: column;
    }

    .operation-detail-actions[b-l65vb140ew] {
        justify-content: flex-start;
    }

    .commission-apply-panel[b-l65vb140ew] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* /Components/Pages/Komisyon/KomisyonListe.razor.rz.scp.css */
.operation-page[b-cd8sputtmw] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.operation-header[b-cd8sputtmw] {
    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-cd8sputtmw] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.operation-page-icon[b-cd8sputtmw] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.15), rgba(37, 99, 235, 0.12));
    border: 1px solid rgba(180, 83, 9, 0.18);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-cd8sputtmw] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-header h1[b-cd8sputtmw] {
    color: #B45309;
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.operation-actions[b-cd8sputtmw] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.operation-alert[b-cd8sputtmw] {
    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-cd8sputtmw],
.operation-empty[b-cd8sputtmw] {
    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-cd8sputtmw] {
    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;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

[b-cd8sputtmw] .operation-grid {
    flex: 1 1 0;
    height: 100%;
    min-height: 0;
    width: 100%;
}

[b-cd8sputtmw] .operation-grid table th,
[b-cd8sputtmw] .operation-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-cd8sputtmw] .operation-grid table tbody tr:hover > td {
    background: rgba(37, 99, 235, 0.07) !important;
}

[b-cd8sputtmw] .operation-inspect-button.dxbl-btn {
    min-height: 30px;
}

.operation-badge-cell[b-cd8sputtmw] {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

.commission-name-badge[b-cd8sputtmw] {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #2563eb;
    border-radius: 999px;
    color: #0f172a;
    display: inline-flex;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 800;
    line-height: 1.2;
    max-width: 100%;
    min-height: 24px;
    overflow: hidden;
    padding: 0.25rem 0.62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.operation-badge-cell > .commission-name-badge[b-cd8sputtmw] {
    box-sizing: border-box;
    display: block;
    min-width: 0;
    text-align: left;
}

@media (max-width: 720px) {
    .operation-header[b-cd8sputtmw] {
        align-items: stretch;
        flex-direction: column;
    }

    .operation-title-wrap[b-cd8sputtmw] {
        align-items: flex-start;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-page[b-e4qmj6uy4a] {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(11, 18, 32, 0.18), rgba(180, 83, 9, 0.12) 48%, rgba(37, 99, 235, 0.12)),
        url('/images/login-background.jpg') 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-e4qmj6uy4a] {
    max-width: 430px;
    overflow: hidden;
    width: 100%;
}

.login-panel[b-e4qmj6uy4a] {
    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-e4qmj6uy4a] {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 1.15rem;
}

.login-logo-wrap img[b-e4qmj6uy4a] {
    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-e4qmj6uy4a] {
    align-items: center;
    background: linear-gradient(135deg, rgba(11, 18, 32, 0.94), rgba(23, 37, 84, 0.9));
    border: 1px solid rgba(245, 158, 11, 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-e4qmj6uy4a] {
    font-size: 1rem;
}

.login-form-native[b-e4qmj6uy4a] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.login-field[b-e4qmj6uy4a] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.login-field span[b-e4qmj6uy4a] {
    height: 0;
    overflow: hidden;
    width: 0;
}

.login-field input[b-e4qmj6uy4a] {
    background: rgba(15, 23, 42, 0.34);
    border: 1px solid rgba(15, 23, 42, 0.72);
    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-e4qmj6uy4a]::placeholder {
    color: rgba(255, 255, 255, 0.86);
}

.login-field input:focus[b-e4qmj6uy4a] {
    background: rgba(15, 23, 42, 0.44);
    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-e4qmj6uy4a] .login-button {
    border-radius: 8px;
    font-weight: 800;
    height: 2.95rem;
    margin-left: auto;
    margin-top: 0.7rem;
    min-width: 118px;
    width: 100%;
}

[b-e4qmj6uy4a] .login-button.dxbl-btn {
    min-height: 2.95rem;
}

.login-alert[b-e4qmj6uy4a] {
    backdrop-filter: blur(10px) saturate(1.08);
    background: rgba(255, 247, 237, 0.96);
    border: 1px solid rgba(185, 28, 28, 0.72);
    border-radius: 10px;
    box-shadow:
        0 12px 28px rgba(15, 23, 42, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
    color: #7f1d1d;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.52);
}

.login-signature[b-e4qmj6uy4a] {
    align-items: center;
    backdrop-filter: blur(14px) saturate(1.08);
    background: rgba(15, 23, 42, 0.34);
    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-e4qmj6uy4a] {
    color: rgba(255, 255, 255, 0.58);
}

.login-signature-name[b-e4qmj6uy4a] {
    color: rgba(255, 255, 255, 0.94);
    font-weight: 700;
    text-decoration: none;
    text-underline-offset: 0.16rem;
}

.login-signature-name:hover[b-e4qmj6uy4a],
.login-signature-name:focus[b-e4qmj6uy4a] {
    color: #fff;
    text-decoration: underline;
}

.login-signature-name:focus-visible[b-e4qmj6uy4a] {
    border-radius: 4px;
    outline: 2px solid rgba(255, 255, 255, 0.72);
    outline-offset: 3px;
}

@media (max-width: 760px) {
    .login-page[b-e4qmj6uy4a] {
        flex-direction: column;
        gap: 1rem;
        overflow: auto;
        padding: 1rem;
    }

    .login-shell[b-e4qmj6uy4a] {
        max-width: 390px;
    }

    .login-panel[b-e4qmj6uy4a] {
        padding: 1.25rem;
    }

    .login-logo-wrap img[b-e4qmj6uy4a] {
        max-height: 88px;
        max-width: 240px;
    }

    .login-signature[b-e4qmj6uy4a] {
        bottom: auto;
        font-size: 0.78rem;
        max-width: 100%;
        position: static;
        transform: none;
        white-space: normal;
    }
}
/* /Components/Pages/Musteri/MusteriDetay.razor.rz.scp.css */
[b-b5jp9vo1w6] .operation-detail-popup {
    max-width: calc(100vw - 1rem);
}

[b-b5jp9vo1w6] .operation-detail-popup-body {
    background: linear-gradient(180deg, #f8fafc, #fff);
    max-height: calc(100vh - 11rem);
    overflow: auto;
    padding: 0 !important;
}

.operation-alert[b-b5jp9vo1w6] {
    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-b5jp9vo1w6],
.operation-loading[b-b5jp9vo1w6] {
    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-detail-shell[b-b5jp9vo1w6] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.operation-detail-hero[b-b5jp9vo1w6] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.12), rgba(37, 99, 235, 0.10));
    border: 1px solid rgba(180, 83, 9, 0.18);
    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-b5jp9vo1w6] {
    align-items: center;
    display: flex;
    flex: 1 1 18rem;
    gap: 0.85rem;
    min-width: 0;
}

.operation-detail-actions[b-b5jp9vo1w6] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.operation-page-icon[b-b5jp9vo1w6] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.15), rgba(37, 99, 235, 0.12));
    border: 1px solid rgba(180, 83, 9, 0.18);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-b5jp9vo1w6] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-detail-hero strong[b-b5jp9vo1w6] {
    color: #B45309;
    display: block;
    font-size: 1.05rem;
    margin-top: 0.1rem;
    overflow-wrap: anywhere;
}

[b-b5jp9vo1w6] .operation-detail-form {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    padding: 0.85rem;
}

.operation-detail-value[b-b5jp9vo1w6] {
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    color: #0B1220;
    min-height: 38px;
    overflow-wrap: anywhere;
    padding: 0.55rem 0.65rem;
}

[b-b5jp9vo1w6] .operation-editor {
    width: 100%;
}
/* /Components/Pages/Musteri/MusteriListe.razor.rz.scp.css */
.operation-page[b-0lztspbmt8] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.operation-header[b-0lztspbmt8] {
    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-0lztspbmt8] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.operation-page-icon[b-0lztspbmt8] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.15), rgba(37, 99, 235, 0.12));
    border: 1px solid rgba(180, 83, 9, 0.18);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-0lztspbmt8] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-header h1[b-0lztspbmt8] {
    color: #B45309;
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.operation-alert[b-0lztspbmt8] {
    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-0lztspbmt8],
.operation-empty[b-0lztspbmt8] {
    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-0lztspbmt8] {
    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;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

[b-0lztspbmt8] .operation-grid {
    flex: 1 1 0;
    height: 100%;
    min-height: 0;
    width: 100%;
}

[b-0lztspbmt8] .operation-grid table th,
[b-0lztspbmt8] .operation-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-0lztspbmt8] .operation-grid table tbody tr:hover > td {
    background: rgba(37, 99, 235, 0.07) !important;
}

[b-0lztspbmt8] .operation-inspect-button.dxbl-btn {
    min-height: 30px;
}

.operation-actions[b-0lztspbmt8] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

@media (max-width: 720px) {
    .operation-header[b-0lztspbmt8] {
        align-items: stretch;
        flex-direction: column;
    }

    .operation-title-wrap[b-0lztspbmt8] {
        align-items: flex-start;
    }
}
/* /Components/Pages/Police/PoliceDetay.razor.rz.scp.css */
[b-gn7amishlt] .operation-detail-popup {
    max-width: calc(100vw - 1rem);
}

[b-gn7amishlt] .operation-detail-popup-body {
    background: linear-gradient(180deg, #f8fafc, #fff);
    max-height: calc(100vh - 11rem);
    overflow: auto;
    padding: 0 !important;
}

.operation-alert[b-gn7amishlt] {
    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-gn7amishlt],
.operation-loading[b-gn7amishlt] {
    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-detail-shell[b-gn7amishlt] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.operation-detail-hero[b-gn7amishlt] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.12), rgba(37, 99, 235, 0.10));
    border: 1px solid rgba(180, 83, 9, 0.18);
    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-gn7amishlt] {
    align-items: center;
    display: flex;
    flex: 1 1 18rem;
    gap: 0.85rem;
    min-width: 0;
}

.operation-detail-summary[b-gn7amishlt] {
    min-width: 0;
}

.operation-record-badge-row[b-gn7amishlt] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.4rem;
}

.operation-record-badge[b-gn7amishlt] {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 0.78rem;
    font-weight: 700;
    gap: 0.35rem;
    line-height: 1.2;
    max-width: 100%;
    padding: 0.28rem 0.65rem;
}

.operation-record-badge small[b-gn7amishlt] {
    font-size: 0.72rem;
    font-weight: 600;
    opacity: 0.85;
    overflow-wrap: anywhere;
}

.operation-record-policy[b-gn7amishlt] {
    background: #ecfdf5;
    border-color: #22c55e;
    color: #166534;
}

.operation-record-endorsement[b-gn7amishlt] {
    background: #fff7ed;
    border-color: #f97316;
    color: #9a3412;
}

.operation-record-open-account[b-gn7amishlt] {
    background: #ffddd2;
    border-color: #ff4500;
    color: #9a3412;
}

.operation-detail-actions[b-gn7amishlt] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

[b-gn7amishlt] .policy-configure-button.dxbl-btn {
    background: #0f766e;
    border-color: #0f766e;
    color: #ffffff;
    font-weight: 800;
}

[b-gn7amishlt] .policy-configure-button.dxbl-btn:hover {
    background: #0d9488;
    border-color: #0d9488;
    color: #ffffff;
}

.operation-page-icon[b-gn7amishlt] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.15), rgba(37, 99, 235, 0.12));
    border: 1px solid rgba(180, 83, 9, 0.18);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-gn7amishlt] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-detail-hero strong[b-gn7amishlt] {
    color: #B45309;
    display: block;
    font-size: 1.05rem;
    margin-top: 0.1rem;
    overflow-wrap: anywhere;
}

.operation-detail-summary > span[b-gn7amishlt] {
    color: #475569;
    display: block;
    font-size: var(--dxds-font-size-base-sm);
    margin-top: 0.15rem;
    overflow-wrap: anywhere;
}

[b-gn7amishlt] .operation-detail-form {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    padding: 0.85rem;
}

[b-gn7amishlt] .operation-detail-tabs {
    min-width: 0;
}

[b-gn7amishlt] .operation-detail-tabs .dxbl-tabs-content-panel {
    padding-top: 0.85rem;
}

[b-gn7amishlt] .operation-editor {
    width: 100%;
}

[b-gn7amishlt] .operation-form-group {
    margin-top: 0.35rem;
}

[b-gn7amishlt] .operation-form-group .dxbl-fl-group-header {
    color: #334155;
    font-weight: 700;
}

[b-gn7amishlt] .operation-finance-form,
[b-gn7amishlt] .operation-finance-form .dxbl-fl-item,
[b-gn7amishlt] .operation-finance-form .dxbl-fl-item-content {
    min-width: 0;
}

[b-gn7amishlt] .operation-finance-form .operation-editor,
[b-gn7amishlt] .operation-finance-form .dxbl-text-edit,
[b-gn7amishlt] .operation-finance-form .dxbl-spin-edit,
[b-gn7amishlt] .operation-finance-form .dxbl-combobox {
    max-width: 100%;
    min-width: 0;
    width: 100%;
}

[b-gn7amishlt] .finance-highlight-net {
    background: #fef3c7;
    border-color: #f59e0b;
    box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.18);
}

[b-gn7amishlt] .finance-highlight-gross {
    background: #eff6ff;
    border-color: #3b82f6;
    box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.18);
}

[b-gn7amishlt] .finance-highlight-commission {
    background: #ecfccb;
    border-color: #84cc16;
    box-shadow: 0 0 0 1px rgba(132, 204, 22, 0.2);
}

[b-gn7amishlt] .finance-highlight-branch-earning {
    background: #ffedd5;
    border-color: #f97316;
    box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.18);
}

[b-gn7amishlt] .finance-highlight-center-remaining {
    background: #fdf2f8;
    border-color: #f9a8d4;
    box-shadow: 0 0 0 1px rgba(244, 114, 182, 0.16);
}

[b-gn7amishlt] .policy-company-emphasis {
    background: #ccfbf1;
    border-color: #14b8a6;
    box-shadow: 0 0 0 1px rgba(20, 184, 166, 0.18);
}

[b-gn7amishlt] .policy-branch-emphasis {
    background: #fef3c7;
    border-color: #f59e0b;
    box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.18);
}

[b-gn7amishlt] .policy-insured-emphasis {
    font-weight: 700;
}

[b-gn7amishlt] .policy-open-account-emphasis {
    background: #ffddd2;
    border-color: #ff4500;
    box-shadow: 0 0 0 1px rgba(255, 69, 0, 0.18);
    color: #9a3412;
}

[b-gn7amishlt] .finance-highlight-net input,
[b-gn7amishlt] .finance-highlight-gross input,
[b-gn7amishlt] .finance-highlight-commission input,
[b-gn7amishlt] .finance-highlight-branch-earning input,
[b-gn7amishlt] .finance-highlight-center-remaining input,
[b-gn7amishlt] .policy-company-emphasis input,
[b-gn7amishlt] .policy-branch-emphasis input,
[b-gn7amishlt] .policy-insured-emphasis input,
[b-gn7amishlt] .policy-open-account-emphasis input {
    background: transparent;
    font-weight: 700;
}

[b-gn7amishlt] .policy-open-account-emphasis input {
    color: #9a3412;
}

.operation-detail-value[b-gn7amishlt] {
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    color: #0B1220;
    min-height: 38px;
    overflow-wrap: anywhere;
    padding: 0.55rem 0.65rem;
}

.operation-readonly-value[b-gn7amishlt] {
    color: #475569;
}

[b-gn7amishlt] .operation-description-editor textarea,
[b-gn7amishlt] .operation-json-editor textarea {
    font-family: inherit;
}

[b-gn7amishlt] .operation-json-editor textarea {
    font-family: Consolas, "Courier New", monospace;
    font-size: 0.85rem;
    line-height: 1.45;
}

@media (max-width: 720px) {
    .operation-detail-actions[b-gn7amishlt] {
        justify-content: stretch;
        width: 100%;
    }

    .operation-detail-actions[b-gn7amishlt]  .dxbl-btn {
        flex: 1 1 100%;
    }
}
/* /Components/Pages/Police/PoliceListe.razor.rz.scp.css */
.operation-page[b-fhmckobi4g] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.operation-header[b-fhmckobi4g] {
    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-fhmckobi4g] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.operation-page-icon[b-fhmckobi4g] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.15), rgba(37, 99, 235, 0.12));
    border: 1px solid rgba(180, 83, 9, 0.18);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-fhmckobi4g] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-header h1[b-fhmckobi4g] {
    color: #B45309;
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.operation-title-meta[b-fhmckobi4g] {
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.25;
    margin-top: 0.18rem;
    overflow-wrap: anywhere;
}

.operation-alert[b-fhmckobi4g] {
    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-fhmckobi4g] {
    background: #ecfeff;
    border: 1px solid #a5f3fc;
    border-radius: 8px;
    color: #155e75;
    padding: 0.85rem 1rem;
}

.operation-loading[b-fhmckobi4g],
.operation-empty[b-fhmckobi4g] {
    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-fhmckobi4g] {
    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-fhmckobi4g] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.operation-filter-field span[b-fhmckobi4g] {
    color: #475569;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
}

[b-fhmckobi4g] .operation-filter-editor {
    width: 100%;
}

[b-fhmckobi4g] .operation-list-button.dxbl-btn {
    min-height: 38px;
    width: 112px;
}

.policy-range-popup-content[b-fhmckobi4g] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.policy-range-popup-message[b-fhmckobi4g] {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 8px;
    color: #92400e;
    line-height: 1.45;
    padding: 0.8rem 0.9rem;
}

.policy-range-filter-grid[b-fhmckobi4g] {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.policy-range-field[b-fhmckobi4g] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.policy-range-field span[b-fhmckobi4g] {
    color: #475569;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
}

[b-fhmckobi4g] .policy-range-editor {
    width: 100%;
}

[b-fhmckobi4g] .policy-range-listbox {
    --dxbl-list-box-border-width: 0px;
    max-height: 18rem;
    width: 100%;
}

.policy-range-popup-actions[b-fhmckobi4g] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
    width: 100%;
}

.operation-grid-panel[b-fhmckobi4g] {
    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-fhmckobi4g] .operation-grid {
    flex: 1 1 0;
    height: 100%;
    min-height: 0;
    width: 100%;
}

[b-fhmckobi4g] .operation-grid table th,
[b-fhmckobi4g] .operation-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-fhmckobi4g] .operation-grid table tbody tr:hover > td {
    background: rgba(37, 99, 235, 0.07) !important;
}

[b-fhmckobi4g] .operation-grid table tbody tr.policy-open-account-row > td {
    background: #fef3c7 !important;
}

[b-fhmckobi4g] .operation-grid table tbody tr.policy-open-account-row:hover > td {
    background: #fde68a !important;
}

[b-fhmckobi4g] .operation-inspect-button.dxbl-btn {
    min-height: 30px;
}

[b-fhmckobi4g] .policy-badge-cell {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

[b-fhmckobi4g] .policy-badge {
    border: 1px solid transparent;
    border-radius: 999px;
    box-sizing: border-box;
    display: block;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    max-width: 100%;
    min-height: 24px;
    min-width: 72px;
    overflow: hidden;
    padding: 0.25rem 0.62rem;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-fhmckobi4g] .policy-company-badge {
    background: #eff6ff;
    border-color: #2563eb;
    color: #1e3a8a;
}

[b-fhmckobi4g] .policy-branch-badge {
    background: #ecfeff;
    border-color: #0891b2;
    color: #155e75;
}

[b-fhmckobi4g] .policy-branch-missing-badge {
    background: #f1f5f9;
    border-color: #cbd5e1;
    color: #475569;
}

[b-fhmckobi4g] .policy-main-product-badge {
    background: #f8fafc;
    border-color: #475569;
    color: #0f172a;
}

[b-fhmckobi4g] .policy-sub-product-badge {
    background: #f0fdf4;
    border-color: #16a34a;
    color: #166534;
}

[b-fhmckobi4g] .policy-insured-badge {
    background: #fff7ed;
    border-color: #ea580c;
    color: #9a3412;
}

[b-fhmckobi4g] .policy-net-premium-badge {
    background: #fef3c7;
    border-color: #f59e0b;
    color: #92400e;
}

[b-fhmckobi4g] .policy-gross-premium-badge {
    background: #eff6ff;
    border-color: #3b82f6;
    color: #1e3a8a;
}

[b-fhmckobi4g] .policy-commission-amount-badge {
    background: #ecfccb;
    border-color: #84cc16;
    color: #3f6212;
}

[b-fhmckobi4g] .policy-branch-earning-badge {
    background: #ffedd5;
    border-color: #f97316;
    color: #9a3412;
}

[b-fhmckobi4g] .policy-center-remaining-badge {
    background: #fdf2f8;
    border-color: #f9a8d4;
    color: #9d174d;
}

[b-fhmckobi4g] .policy-zeyil-return {
    background: #fef2f2;
    border-color: #ef4444;
    color: #991b1b;
}

[b-fhmckobi4g] .policy-zeyil-add {
    background: #ecfdf5;
    border-color: #22c55e;
    color: #166534;
}

[b-fhmckobi4g] .policy-zeyil-neutral,
[b-fhmckobi4g] .policy-status-neutral {
    background: #f8fafc;
    border-color: #94a3b8;
    color: #334155;
}

[b-fhmckobi4g] .policy-status-done {
    background: #ecfdf5;
    border-color: #22c55e;
    color: #166534;
}

[b-fhmckobi4g] .policy-status-warning {
    background: #fffbeb;
    border-color: #f59e0b;
    color: #92400e;
}

[b-fhmckobi4g] .policy-status-error {
    background: #fef2f2;
    border-color: #ef4444;
    color: #991b1b;
}

.operation-actions[b-fhmckobi4g] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

[b-fhmckobi4g] .policy-configure-button.dxbl-btn {
    background: #0f766e;
    border-color: #0f766e;
    color: #ffffff;
    font-weight: 800;
}

[b-fhmckobi4g] .policy-configure-button.dxbl-btn:hover {
    background: #0d9488;
    border-color: #0d9488;
    color: #ffffff;
}

[b-fhmckobi4g] .policy-configure-button.dxbl-btn.dxbl-disabled,
[b-fhmckobi4g] .policy-configure-button.dxbl-btn:disabled {
    background: #99f6e4;
    border-color: #5eead4;
    color: #0f766e;
}

@media (max-width: 1180px) {
    .operation-filter-panel[b-fhmckobi4g] {
        grid-template-columns: minmax(220px, 300px) auto minmax(160px, 190px);
    }
}

@media (max-width: 720px) {
    .operation-page[b-fhmckobi4g] {
        flex: 0 0 auto;
        min-height: auto;
    }

    .operation-header[b-fhmckobi4g] {
        align-items: stretch;
        flex-direction: column;
    }

    .operation-title-wrap[b-fhmckobi4g] {
        align-items: flex-start;
    }

    .operation-filter-panel[b-fhmckobi4g] {
        grid-template-columns: 1fr;
    }

    .policy-range-filter-grid[b-fhmckobi4g] {
        grid-template-columns: 1fr;
    }

    .operation-grid-panel[b-fhmckobi4g] {
        flex: 0 0 auto;
        height: clamp(24rem, 62vh, 36rem);
        min-height: 24rem;
    }

    [b-fhmckobi4g] .operation-list-button.dxbl-btn {
        width: 100%;
    }
}
/* /Components/Pages/Police/PoliceSahiplendirAyar.razor.rz.scp.css */
.operation-page[b-tsbqs5rw4t] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.policy-owner-page[b-tsbqs5rw4t] {
    gap: 1rem;
}

.operation-header[b-tsbqs5rw4t] {
    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-tsbqs5rw4t] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.operation-page-icon[b-tsbqs5rw4t] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.15), rgba(37, 99, 235, 0.12));
    border: 1px solid rgba(180, 83, 9, 0.18);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-tsbqs5rw4t] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-header h1[b-tsbqs5rw4t] {
    color: #b45309;
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.operation-title-meta[b-tsbqs5rw4t] {
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.25;
    margin-top: 0.18rem;
    overflow-wrap: anywhere;
}

.operation-alert[b-tsbqs5rw4t] {
    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-tsbqs5rw4t] {
    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;
}

.policy-owner-panel[b-tsbqs5rw4t] {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
    max-width: 780px;
    padding: 1rem;
}

.policy-owner-setting[b-tsbqs5rw4t] {
    align-items: center;
    background: rgba(248, 250, 252, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    display: flex;
    gap: 0.9rem;
    justify-content: space-between;
    min-height: 60px;
    padding: 0.85rem 1rem;
}

.policy-owner-switch-wrap[b-tsbqs5rw4t] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

[b-tsbqs5rw4t] .policy-owner-switch {
    color: #0f172a;
    font-weight: 800;
}

.policy-owner-saving[b-tsbqs5rw4t] {
    color: #64748b;
    font-size: 0.82rem;
}

.policy-owner-pill[b-tsbqs5rw4t] {
    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;
}

.policy-owner-pill-active[b-tsbqs5rw4t] {
    background: #e5f9c8;
    border-color: rgba(132, 204, 22, 0.68);
    color: #365314;
}

.policy-owner-pill-passive[b-tsbqs5rw4t] {
    background: #fef3c7;
    border-color: rgba(217, 119, 6, 0.44);
    color: #92400e;
}

@media (max-width: 720px) {
    .operation-page[b-tsbqs5rw4t] {
        flex: 0 0 auto;
        min-height: auto;
    }

    .operation-header[b-tsbqs5rw4t] {
        align-items: stretch;
        flex-direction: column;
    }

    .operation-title-wrap[b-tsbqs5rw4t] {
        align-items: flex-start;
    }

    .policy-owner-panel[b-tsbqs5rw4t] {
        max-width: 100%;
    }

    .policy-owner-setting[b-tsbqs5rw4t] {
        align-items: flex-start;
        flex-direction: column;
    }

    .policy-owner-pill[b-tsbqs5rw4t] {
        white-space: normal;
    }
}
/* /Components/Pages/Police/PoliceYapilandir.razor.rz.scp.css */
.policy-configure-shell[b-m7tc4zle4x] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
}

.policy-configure-hero[b-m7tc4zle4x] {
    align-items: center;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem;
}

.policy-configure-title[b-m7tc4zle4x] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.policy-configure-title strong[b-m7tc4zle4x] {
    color: #0f766e;
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0;
}

.policy-configure-title span[b-m7tc4zle4x] {
    color: #64748b;
    display: block;
    font-size: var(--dxds-font-size-base-sm);
}

.policy-configure-actions[b-m7tc4zle4x] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.policy-configure-notice[b-m7tc4zle4x] {
    background: #fffbeb;
    border: 1px solid rgba(245, 158, 11, 0.35);
    border-radius: 8px;
    color: #713f12;
    padding: 0.65rem 0.85rem;
}

.policy-configure-notice-text[b-m7tc4zle4x] {
    color: #713f12;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
    line-height: 1.45;
}

.policy-configure-panel[b-m7tc4zle4x] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.policy-configure-group[b-m7tc4zle4x] {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1rem;
    transition: border-color 0.16s ease, opacity 0.16s ease;
}

.policy-configure-group-active[b-m7tc4zle4x] {
    border-color: rgba(20, 184, 166, 0.42);
}

.policy-configure-group-passive[b-m7tc4zle4x] {
    opacity: 0.58;
}

.policy-configure-group-header[b-m7tc4zle4x] {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
}

.policy-configure-group-header strong[b-m7tc4zle4x] {
    color: #0f172a;
    display: block;
    font-size: var(--dxds-font-size-base);
    letter-spacing: 0;
}

.policy-configure-branch-row[b-m7tc4zle4x] {
    align-items: end;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(220px, 1fr) auto;
}

.policy-configure-commission-grid[b-m7tc4zle4x] {
    align-items: end;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(220px, 1fr) minmax(150px, 190px);
}

.policy-configure-field[b-m7tc4zle4x] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.policy-configure-field span[b-m7tc4zle4x] {
    color: #475569;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 800;
}

[b-m7tc4zle4x] .policy-configure-editor,
[b-m7tc4zle4x] .policy-configure-branch-text {
    width: 100%;
}

[b-m7tc4zle4x] .policy-configure-branch-empty input {
    background: #fef3c7 !important;
    border-color: #f59e0b !important;
    color: #92400e !important;
    font-weight: 800;
}

[b-m7tc4zle4x] .policy-configure-branch-selected input {
    background: #dcfce7 !important;
    border-color: #22c55e !important;
    color: #166534 !important;
    font-weight: 800;
}

[b-m7tc4zle4x] .policy-configure-branch-button.dxbl-btn {
    min-height: 38px;
    width: 128px;
}

.policy-configure-problem-panel[b-m7tc4zle4x],
.policy-branch-select-shell[b-m7tc4zle4x] {
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    min-height: 18rem;
    overflow: hidden;
}

.policy-configure-problem-panel[b-m7tc4zle4x] {
    border-color: rgba(239, 68, 68, 0.28);
    height: min(18rem, 32vh);
    min-height: 10rem;
}

.policy-branch-select-shell[b-m7tc4zle4x] {
    height: min(30rem, 58vh);
}

[b-m7tc4zle4x] .policy-configure-problem-grid,
[b-m7tc4zle4x] .policy-branch-grid {
    height: 100%;
    min-height: 0;
}

[b-m7tc4zle4x] .policy-branch-grid table th,
[b-m7tc4zle4x] .policy-branch-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

.operation-badge-cell[b-m7tc4zle4x] {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

.subeAdi-fancy[b-m7tc4zle4x] {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #1d4ed8;
    border-radius: 999px;
    color: #0f172a;
    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: 74px;
    overflow: hidden;
    padding: 0.25rem 0.6rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.operation-badge-cell > .subeAdi-fancy[b-m7tc4zle4x] {
    box-sizing: border-box;
    display: block;
    min-width: 0;
    text-align: left;
}

.subeAdi-fancy.subeAdi-passive[b-m7tc4zle4x] {
    background: #f8fafc;
    border-color: #94a3b8;
    color: #475569;
}

.sube-badge[b-m7tc4zle4x] {
    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: 74px;
    overflow: hidden;
    padding: 0.25rem 0.6rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sube-type-center[b-m7tc4zle4x] {
    background: #eff6ff;
    border-color: #2563eb;
    color: #1e3a8a;
}

.sube-type-branch[b-m7tc4zle4x] {
    background: #ecfeff;
    border-color: #0891b2;
    color: #155e75;
}

.sube-type-missing[b-m7tc4zle4x] {
    background: #f1f5f9;
    border-color: #cbd5e1;
    color: #475569;
}

@media (max-width: 760px) {
    .policy-configure-hero[b-m7tc4zle4x],
    .policy-configure-branch-row[b-m7tc4zle4x],
    .policy-configure-commission-grid[b-m7tc4zle4x] {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .policy-configure-hero[b-m7tc4zle4x] {
        flex-direction: column;
    }

    .policy-configure-actions[b-m7tc4zle4x],
    [b-m7tc4zle4x] .policy-configure-branch-button.dxbl-btn {
        width: 100%;
    }
}
/* /Components/Pages/SigortaSirket/SigortaSirketDetay.razor.rz.scp.css */
[b-gjw79s3w58] .operation-detail-popup {
    max-width: calc(100vw - 1rem);
}

[b-gjw79s3w58] .operation-detail-popup-body {
    background: linear-gradient(180deg, #f8fafc, #fff);
    max-height: calc(100vh - 11rem);
    overflow: auto;
    padding: 0 !important;
}

.operation-alert[b-gjw79s3w58] {
    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-gjw79s3w58],
.operation-loading[b-gjw79s3w58] {
    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-detail-shell[b-gjw79s3w58] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.operation-detail-hero[b-gjw79s3w58] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.12), rgba(37, 99, 235, 0.10));
    border: 1px solid rgba(180, 83, 9, 0.18);
    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-gjw79s3w58] {
    align-items: center;
    display: flex;
    flex: 1 1 18rem;
    gap: 0.85rem;
    min-width: 0;
}

.operation-detail-actions[b-gjw79s3w58] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.operation-page-icon[b-gjw79s3w58] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.15), rgba(37, 99, 235, 0.12));
    border: 1px solid rgba(180, 83, 9, 0.18);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-gjw79s3w58] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-detail-hero strong[b-gjw79s3w58] {
    color: #B45309;
    display: block;
    font-size: 1.05rem;
    margin-top: 0.1rem;
    overflow-wrap: anywhere;
}

[b-gjw79s3w58] .operation-detail-form {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    padding: 0.85rem;
}

.operation-detail-value[b-gjw79s3w58] {
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    color: #0B1220;
    min-height: 38px;
    overflow-wrap: anywhere;
    padding: 0.55rem 0.65rem;
}

[b-gjw79s3w58] .operation-editor {
    width: 100%;
}
/* /Components/Pages/SigortaSirket/SigortaSirketListe.razor.rz.scp.css */
.operation-page[b-65fh18o5dz] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.operation-header[b-65fh18o5dz] {
    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-65fh18o5dz] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.operation-page-icon[b-65fh18o5dz] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.15), rgba(37, 99, 235, 0.12));
    border: 1px solid rgba(180, 83, 9, 0.18);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-65fh18o5dz] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-header h1[b-65fh18o5dz] {
    color: #B45309;
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.operation-title-meta[b-65fh18o5dz] {
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.25;
    margin-top: 0.18rem;
    overflow-wrap: anywhere;
}

.operation-alert[b-65fh18o5dz] {
    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-65fh18o5dz],
.operation-empty[b-65fh18o5dz] {
    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-65fh18o5dz] {
    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;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

[b-65fh18o5dz] .operation-grid {
    flex: 1 1 0;
    height: 100%;
    min-height: 0;
    width: 100%;
}

[b-65fh18o5dz] .operation-grid table th,
[b-65fh18o5dz] .operation-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-65fh18o5dz] .operation-grid table tbody tr:hover > td {
    background: rgba(37, 99, 235, 0.07) !important;
}

[b-65fh18o5dz] .operation-inspect-button.dxbl-btn {
    min-height: 30px;
}

.operation-badge-cell[b-65fh18o5dz] {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

.company-name-badge[b-65fh18o5dz],
.company-status-badge[b-65fh18o5dz] {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 800;
    line-height: 1.2;
    max-width: 100%;
    min-height: 24px;
    overflow: hidden;
    padding: 0.25rem 0.62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company-name-badge[b-65fh18o5dz] {
    background: #f8fafc;
    border-color: #2563eb;
    color: #0f172a;
}

.operation-badge-cell > .company-name-badge[b-65fh18o5dz] {
    box-sizing: border-box;
    display: block;
    min-width: 0;
    text-align: left;
}

.company-status-active[b-65fh18o5dz] {
    background: #ecfdf5;
    border-color: #22c55e;
    color: #166534;
}

.company-status-passive[b-65fh18o5dz] {
    background: #fef2f2;
    border-color: #ef4444;
    color: #991b1b;
}

.company-status-default[b-65fh18o5dz] {
    background: #f8fafc;
    border-color: #94a3b8;
    color: #475569;
}

.operation-actions[b-65fh18o5dz] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

@media (max-width: 720px) {
    .operation-header[b-65fh18o5dz] {
        align-items: stretch;
        flex-direction: column;
    }

    .operation-title-wrap[b-65fh18o5dz] {
        align-items: flex-start;
    }
}
/* /Components/Pages/SubeEkstre/SubeEkstreGoruntule.razor.rz.scp.css */
.statement-page[b-ry02a9bme3] {
    background: #eef4f5;
    min-height: 100%;
    padding: 1.2rem;
}

.statement-toolbar[b-ry02a9bme3] {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    margin: 0 auto 0.9rem;
    max-width: 1320px;
}

.statement-toolbar-info[b-ry02a9bme3] {
    color: #0d3642;
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
}

.statement-toolbar-info span[b-ry02a9bme3] {
    color: #64748b;
    font-size: 0.82rem;
}

.statement-loading[b-ry02a9bme3],
.statement-alert[b-ry02a9bme3] {
    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-ry02a9bme3] {
    border-color: rgba(220, 38, 38, 0.22);
    color: #991b1b;
}

[b-ry02a9bme3] .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-ry02a9bme3] .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-ry02a9bme3] .statement-kicker {
    color: #f4b95f;
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

[b-ry02a9bme3] .statement-hero h1 {
    font-size: 2rem;
    line-height: 1.1;
    margin: 0 0 8px;
}

[b-ry02a9bme3] .statement-hero p {
    color: #c7dfe5;
    margin: 0;
}

[b-ry02a9bme3] .statement-hero-cards {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

[b-ry02a9bme3] .statement-date-card,
[b-ry02a9bme3] .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-ry02a9bme3] .statement-date-card strong,
[b-ry02a9bme3] .statement-zeyil-card strong {
    color: #f4b95f;
    display: block;
    font-size: 0.9rem;
    margin-bottom: 8px;
    text-transform: uppercase;
}

[b-ry02a9bme3] .statement-date-card span {
    color: #d8edf2;
    font-size: 0.85rem;
}

[b-ry02a9bme3] .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-ry02a9bme3] .statement-zeyil-low {
    background: #dcfce7;
    border: 1px solid #22c55e;
    color: #166534;
}

[b-ry02a9bme3] .statement-zeyil-medium {
    background: #ffedd5;
    border: 1px solid #f97316;
    color: #9a3412;
}

[b-ry02a9bme3] .statement-zeyil-high {
    background: #fee2e2;
    border: 1px solid #dc2626;
    color: #991b1b;
}

[b-ry02a9bme3] .statement-metrics {
    display: grid;
    gap: 12px;
    padding: 20px 24px 0;
}

[b-ry02a9bme3] .statement-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

[b-ry02a9bme3] .statement-metric {
    background: #f8fbfc;
    border: 1px solid #dce8eb;
    border-radius: 8px;
    padding: 14px 16px;
}

[b-ry02a9bme3] .statement-metric span {
    color: #647982;
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
}

[b-ry02a9bme3] .statement-metric strong {
    color: #102f39;
    display: block;
    font-size: 1.08rem;
    overflow-wrap: anywhere;
}

[b-ry02a9bme3] .statement-metric em {
    color: #7e9097;
    display: block;
    font-size: 0.78rem;
    font-style: normal;
    margin-top: 5px;
}

[b-ry02a9bme3] .statement-balance {
    position: relative;
}

[b-ry02a9bme3] .statement-balance-debt {
    background: #fff1f2;
    border-color: rgba(220, 38, 38, 0.45);
}

[b-ry02a9bme3] .statement-balance-credit {
    background: #f7fee7;
    border-color: rgba(132, 204, 22, 0.52);
}

[b-ry02a9bme3] .statement-balance-neutral {
    background: #f8fafc;
    border-color: rgba(100, 116, 139, 0.35);
}

[b-ry02a9bme3] .statement-balance-debt strong {
    color: #b91c1c;
}

[b-ry02a9bme3] .statement-balance-credit strong {
    color: #3f6212;
}

[b-ry02a9bme3] .statement-balance-neutral strong {
    color: #334155;
}

[b-ry02a9bme3] .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-ry02a9bme3] .statement-balance-debt .statement-balance-badge {
    background: #fee2e2;
    border: 1px solid #dc2626;
    color: #991b1b;
}

[b-ry02a9bme3] .statement-balance-credit .statement-balance-badge {
    background: #ecfccb;
    border: 1px solid #84cc16;
    color: #3f6212;
}

[b-ry02a9bme3] .statement-balance-neutral .statement-balance-badge {
    background: #f1f5f9;
    border: 1px solid #94a3b8;
    color: #334155;
}

[b-ry02a9bme3] .statement-section {
    padding: 24px;
}

[b-ry02a9bme3] .statement-section h2 {
    border-bottom: 2px solid #f4b95f;
    color: #102f39;
    font-size: 1.15rem;
    margin: 0 0 14px;
    padding-bottom: 9px;
}

[b-ry02a9bme3] .statement-table-wrap {
    overflow-x: auto;
    width: 100%;
}

[b-ry02a9bme3] .statement-table {
    border-collapse: collapse;
    font-size: 0.86rem;
    min-width: 1080px;
    width: 100%;
}

[b-ry02a9bme3] .statement-table th {
    background: #173f4a;
    color: #ffffff;
    font-weight: 800;
    padding: 10px;
    text-align: left;
    white-space: nowrap;
}

[b-ry02a9bme3] .statement-table td {
    border-bottom: 1px solid #e1eaed;
    padding: 9px 10px;
    vertical-align: top;
}

[b-ry02a9bme3] .statement-table tbody tr:nth-child(even) td {
    background: #f9fbfc;
}

[b-ry02a9bme3] .statement-right {
    text-align: right;
    white-space: nowrap;
}

[b-ry02a9bme3] .statement-empty {
    background: #fff7e8;
    border: 1px solid #f4cf93;
    border-radius: 8px;
    color: #72511a;
    padding: 14px 16px;
}

[b-ry02a9bme3] .statement-group {
    border: 1px solid #dce8eb;
    border-radius: 8px;
    margin-bottom: 16px;
    overflow: hidden;
}

[b-ry02a9bme3] .statement-group-title {
    align-items: center;
    background: #f4f8f9;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 12px 14px;
}

[b-ry02a9bme3] .statement-group-title strong {
    color: #123642;
}

[b-ry02a9bme3] .statement-group-title span {
    color: #6d8088;
    font-size: 0.84rem;
}

@media (max-width: 900px) {
    .statement-page[b-ry02a9bme3] {
        padding: 0.75rem;
    }

    .statement-toolbar[b-ry02a9bme3] {
        align-items: stretch;
        flex-direction: column;
    }

    [b-ry02a9bme3] .statement-hero {
        display: block;
        padding: 22px;
    }

    [b-ry02a9bme3] .statement-hero-cards {
        margin-top: 16px;
        justify-content: flex-start;
    }

    [b-ry02a9bme3] .statement-date-card,
    [b-ry02a9bme3] .statement-zeyil-card {
        text-align: left;
    }

    [b-ry02a9bme3] .statement-metrics {
        grid-template-columns: 1fr;
        padding-left: 14px;
        padding-right: 14px;
    }

    [b-ry02a9bme3] .statement-section {
        padding: 18px 14px;
    }
}
/* /Components/Pages/SubeEkstre/SubeEkstrePopup.razor.rz.scp.css */
[b-sfpdzm836n] .statement-popup-body {
    background: #eef4f5;
    overflow: hidden;
    padding: 0;
}

.statement-popup-shell[b-sfpdzm836n] {
    background: #eef4f5;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.statement-popup-toolbar[b-sfpdzm836n] {
    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-sfpdzm836n] {
    color: #0d3642;
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
}

.statement-popup-title-main[b-sfpdzm836n] {
    align-items: center;
    display: flex;
    font-size: 1rem;
    gap: 0.55rem;
}

.statement-popup-meta[b-sfpdzm836n] {
    color: #64748b;
    font-size: 0.78rem;
    line-height: 1.2;
}

.statement-popup-actions[b-sfpdzm836n] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.statement-popup-frame[b-sfpdzm836n] {
    border: 0;
    flex: 1 1 0;
    min-height: 0;
    width: 100%;
}

.statement-popup-message[b-sfpdzm836n],
.statement-popup-alert[b-sfpdzm836n] {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    margin: 1rem;
    min-height: 96px;
}

.statement-popup-alert[b-sfpdzm836n] {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 8px;
    color: #9a3412;
    padding: 1rem;
}

@media (max-width: 720px) {
    .statement-popup-toolbar[b-sfpdzm836n] {
        align-items: stretch;
        flex-direction: column;
    }

    .statement-popup-actions[b-sfpdzm836n] {
        justify-content: stretch;
    }

    .statement-popup-actions[b-sfpdzm836n]  .dxbl-btn {
        flex: 1 1 auto;
    }
}
/* /Components/Pages/Sube/SubeDetay.razor.rz.scp.css */
[b-k9xudlb3n4] .operation-detail-popup {
    max-width: calc(100vw - 1rem);
}

[b-k9xudlb3n4] .operation-detail-popup-body {
    background: linear-gradient(180deg, #f8fafc, #fff);
    max-height: calc(100vh - 11rem);
    overflow: auto;
    padding: 0 !important;
}

.operation-alert[b-k9xudlb3n4] {
    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-k9xudlb3n4],
.operation-loading[b-k9xudlb3n4] {
    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-detail-shell[b-k9xudlb3n4] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.operation-detail-hero[b-k9xudlb3n4] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.12), rgba(37, 99, 235, 0.10));
    border: 1px solid rgba(180, 83, 9, 0.18);
    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-k9xudlb3n4] {
    align-items: center;
    display: flex;
    flex: 1 1 18rem;
    gap: 0.85rem;
    min-width: 0;
}

.operation-detail-actions[b-k9xudlb3n4] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.operation-page-icon[b-k9xudlb3n4] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.15), rgba(37, 99, 235, 0.12));
    border: 1px solid rgba(180, 83, 9, 0.18);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-k9xudlb3n4] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-detail-hero strong[b-k9xudlb3n4] {
    color: #B45309;
    display: block;
    font-size: 1.05rem;
    margin-top: 0.1rem;
    overflow-wrap: anywhere;
}

.operation-detail-hero span[b-k9xudlb3n4] {
    color: #475569;
    display: block;
    font-size: var(--dxds-font-size-base-sm);
    margin-top: 0.15rem;
    overflow-wrap: anywhere;
}

[b-k9xudlb3n4] .operation-detail-form {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    padding: 0.85rem;
}

[b-k9xudlb3n4] .operation-detail-tabs {
    min-width: 0;
}

[b-k9xudlb3n4] .operation-detail-tabs .dxbl-tabs-content {
    min-height: min(34rem, calc(100vh - 18rem));
}

[b-k9xudlb3n4] .sube-detail-branch-emphasis {
    background: #fef3c7;
    border-color: #f59e0b;
    box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.18);
}

[b-k9xudlb3n4] .sube-detail-company-emphasis {
    background: #ccfbf1;
    border-color: #14b8a6;
    box-shadow: 0 0 0 1px rgba(20, 184, 166, 0.18);
}

[b-k9xudlb3n4] .sube-detail-commission-emphasis {
    background: #ecfccb;
    border-color: #84cc16;
    box-shadow: 0 0 0 1px rgba(132, 204, 22, 0.2);
}

[b-k9xudlb3n4] .sube-detail-branch-emphasis input,
[b-k9xudlb3n4] .sube-detail-company-emphasis input,
[b-k9xudlb3n4] .sube-detail-commission-emphasis input {
    background: transparent;
    font-weight: 700;
}

.operation-users-panel[b-k9xudlb3n4],
.operation-ekstre-panel[b-k9xudlb3n4] {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    min-height: min(30rem, calc(100vh - 21rem));
    min-width: 0;
    padding: 0.85rem;
}

.operation-users-toolbar[b-k9xudlb3n4],
.operation-ekstre-toolbar[b-k9xudlb3n4] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: space-between;
    min-width: 0;
}

.operation-users-toolbar strong[b-k9xudlb3n4],
.operation-ekstre-toolbar strong[b-k9xudlb3n4] {
    color: #0f172a;
    font-size: 1rem;
    overflow-wrap: anywhere;
}

.operation-users-grid[b-k9xudlb3n4],
.operation-ekstre-grid[b-k9xudlb3n4] {
    min-height: 12rem;
    min-width: 0;
}

[b-k9xudlb3n4] .operation-users-grid .operation-grid table th,
[b-k9xudlb3n4] .operation-users-grid .operation-grid table td,
[b-k9xudlb3n4] .operation-ekstre-grid .operation-grid table th,
[b-k9xudlb3n4] .operation-ekstre-grid .operation-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

.operation-grid-actions[b-k9xudlb3n4] {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.35rem;
}

[b-k9xudlb3n4] .operation-grid-actions .dxbl-btn {
    min-width: 96px;
}

[b-k9xudlb3n4] .operation-user-edit-button.dxbl-btn {
    background: #fffbeb;
    border-color: #f59e0b;
    color: #92400e;
}

[b-k9xudlb3n4] .operation-user-edit-button.dxbl-btn:hover {
    background: #fef3c7;
    border-color: #d97706;
    color: #78350f;
}

[b-k9xudlb3n4] .operation-user-delete-button.dxbl-btn {
    background: #fef2f2;
    border-color: #ef4444;
    color: #991b1b;
}

[b-k9xudlb3n4] .operation-user-delete-button.dxbl-btn:hover {
    background: #fee2e2;
    border-color: #dc2626;
    color: #7f1d1d;
}

[b-k9xudlb3n4] .operation-ekstre-open-button.dxbl-btn {
    background: #eff6ff;
    border-color: #2563eb;
    color: #1e3a8a;
}

[b-k9xudlb3n4] .operation-ekstre-open-button.dxbl-btn:hover {
    background: #dbeafe;
    border-color: #1d4ed8;
    color: #1e40af;
}

[b-k9xudlb3n4] .operation-ekstre-delete-button.dxbl-btn {
    background: #fef2f2;
    border-color: #ef4444;
    color: #991b1b;
}

[b-k9xudlb3n4] .operation-ekstre-delete-button.dxbl-btn:hover {
    background: #fee2e2;
    border-color: #dc2626;
    color: #7f1d1d;
}

.operation-badge-cell[b-k9xudlb3n4] {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

.user-name-badge[b-k9xudlb3n4] {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #2563eb;
    border-radius: 999px;
    color: #0f172a;
    display: inline-flex;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 800;
    line-height: 1.2;
    max-width: 100%;
    min-height: 24px;
    overflow: hidden;
    padding: 0.25rem 0.62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.operation-badge-cell > .user-name-badge[b-k9xudlb3n4] {
    box-sizing: border-box;
    display: block;
    min-width: 0;
    text-align: left;
}

[b-k9xudlb3n4] .operation-user-form {
    background: rgba(248, 250, 252, 0.86);
    border: 1px solid rgba(37, 99, 235, 0.16);
    border-radius: 8px;
    padding: 0.85rem;
}

[b-k9xudlb3n4] .operation-editor {
    width: 100%;
}

[b-k9xudlb3n4] .operation-status-switch {
    align-items: center;
    min-height: 38px;
    width: 100%;
}
/* /Components/Pages/Sube/SubeListe.razor.rz.scp.css */
.operation-page[b-bjbqho4nx5] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.operation-header[b-bjbqho4nx5] {
    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-bjbqho4nx5] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.operation-page-icon[b-bjbqho4nx5] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.15), rgba(37, 99, 235, 0.12));
    border: 1px solid rgba(180, 83, 9, 0.18);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-bjbqho4nx5] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-header h1[b-bjbqho4nx5] {
    color: #B45309;
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.operation-title-meta[b-bjbqho4nx5] {
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.25;
    margin-top: 0.18rem;
    overflow-wrap: anywhere;
}

.operation-alert[b-bjbqho4nx5] {
    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-bjbqho4nx5],
.operation-empty[b-bjbqho4nx5] {
    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-bjbqho4nx5] {
    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;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

[b-bjbqho4nx5] .operation-tabs {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
}

[b-bjbqho4nx5] .operation-tabs .dxbl-tabs-content {
    display: flex;
    flex: 1 1 0;
    min-height: 0;
    min-width: 0;
}

.operation-tab-content[b-bjbqho4nx5] {
    display: flex;
    flex: 1 1 0;
    min-height: 0;
    min-width: 0;
}

.operation-ekstre-tab-content[b-bjbqho4nx5] {
    flex-direction: column;
    gap: 0.75rem;
}

.operation-date-filter-panel[b-bjbqho4nx5] {
    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 24px rgba(15, 23, 42, 0.06);
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(160px, 190px) minmax(130px, 160px) minmax(130px, 160px) auto;
    padding: 0.75rem;
}

.operation-filter-field[b-bjbqho4nx5] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.operation-filter-field span[b-bjbqho4nx5] {
    color: #475569;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
}

[b-bjbqho4nx5] .operation-filter-editor {
    width: 100%;
}

[b-bjbqho4nx5] .operation-list-button {
    min-height: 32px;
    width: 112px;
}

.operation-selection-action-panel[b-bjbqho4nx5] {
    align-items: center;
    background: #eff6ff;
    border: 1px solid #60a5fa;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.12);
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    padding: 0.75rem;
}

.operation-selection-summary[b-bjbqho4nx5] {
    align-items: center;
    color: #334155;
    display: flex;
    font-size: var(--dxds-font-size-base-sm);
    min-width: 0;
}

.operation-selection-summary strong[b-bjbqho4nx5] {
    color: #0f172a;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.operation-selection-buttons[b-bjbqho4nx5] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

[b-bjbqho4nx5] .operation-ekstre-create-button {
    min-width: 154px;
    white-space: nowrap;
    width: auto;
}

[b-bjbqho4nx5] .operation-ekstre-create-button .dxbl-btn-caption {
    white-space: nowrap;
}

[b-bjbqho4nx5] .operation-bulk-movement-button.dxbl-btn {
    background: #f97316 !important;
    border-color: #f97316 !important;
    color: #ffffff !important;
    min-height: 32px;
    width: 198px;
}

[b-bjbqho4nx5] .operation-bulk-movement-button.dxbl-btn:hover,
[b-bjbqho4nx5] .operation-bulk-movement-button.dxbl-btn:focus {
    background: #ea580c !important;
    border-color: #ea580c !important;
    color: #ffffff !important;
}

[b-bjbqho4nx5] .operation-bulk-movement-button.dxbl-btn:disabled,
[b-bjbqho4nx5] .operation-bulk-movement-button.dxbl-btn.dxbl-disabled {
    background: rgba(249, 115, 22, 0.62) !important;
    border-color: rgba(249, 115, 22, 0.42) !important;
    color: rgba(255, 255, 255, 0.86) !important;
}

[b-bjbqho4nx5] .operation-bulk-movement-button .icon {
    filter: brightness(0) invert(1);
}

[b-bjbqho4nx5] .operation-grid {
    flex: 1 1 0;
    height: 100%;
    min-height: 0;
    width: 100%;
}

[b-bjbqho4nx5] .operation-grid table th,
[b-bjbqho4nx5] .operation-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-bjbqho4nx5] .operation-grid table tbody tr:hover > td {
    background: rgba(37, 99, 235, 0.07) !important;
}

[b-bjbqho4nx5] .operation-grid .operation-passive-row {
    --dxbl-grid-row-bg: #f1f5f9;
}

[b-bjbqho4nx5] .operation-grid .operation-passive-row > td {
    background: #f1f5f9 !important;
}

[b-bjbqho4nx5] .operation-grid .operation-passive-row:hover > td {
    background: #e5e7eb !important;
}

.operation-badge-cell[b-bjbqho4nx5] {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

.subeAdi-fancy[b-bjbqho4nx5] {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #1d4ed8;
    border-radius: 999px;
    color: #0f172a;
    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: 74px;
    overflow: hidden;
    padding: 0.25rem 0.6rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.operation-badge-cell > .subeAdi-fancy[b-bjbqho4nx5] {
    box-sizing: border-box;
    display: block;
    min-width: 0;
    text-align: left;
}

.subeAdi-fancy.subeAdi-passive[b-bjbqho4nx5] {
    background: #f8fafc;
    border-color: #94a3b8;
    color: #475569;
}

.sube-badge[b-bjbqho4nx5] {
    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: 74px;
    overflow: hidden;
    padding: 0.25rem 0.6rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sube-type-center[b-bjbqho4nx5] {
    background: #eff6ff;
    border-color: #2563eb;
    color: #1e3a8a;
}

.sube-type-branch[b-bjbqho4nx5] {
    background: #ecfeff;
    border-color: #0891b2;
    color: #155e75;
}

.sube-type-missing[b-bjbqho4nx5] {
    background: #f1f5f9;
    border-color: #cbd5e1;
    color: #475569;
}

.sube-status-active[b-bjbqho4nx5] {
    background: #ecfdf5;
    border-color: #22c55e;
    color: #166534;
}

.sube-status-passive[b-bjbqho4nx5] {
    background: #f8fafc;
    border-color: #94a3b8;
    color: #475569;
}

.sube-balance-badge[b-bjbqho4nx5] {
    min-width: 104px;
}

.sube-balance-positive[b-bjbqho4nx5] {
    background: #ecfdf5;
    border-color: #22c55e;
    color: #166534;
}

.sube-balance-negative[b-bjbqho4nx5] {
    background: #fef2f2;
    border-color: #ef4444;
    color: #991b1b;
}

.sube-balance-zero[b-bjbqho4nx5] {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #475569;
}

.sube-zeyil-badge[b-bjbqho4nx5] {
    min-width: 92px;
}

.sube-zeyil-low[b-bjbqho4nx5] {
    background: #ecfdf5;
    border-color: #22c55e;
    color: #166534;
}

.sube-zeyil-medium[b-bjbqho4nx5] {
    background: #fff7ed;
    border-color: #f97316;
    color: #9a3412;
}

.sube-zeyil-high[b-bjbqho4nx5] {
    background: #fef2f2;
    border-color: #dc2626;
    color: #991b1b;
}

[b-bjbqho4nx5] .operation-grid table tbody td.sube-current-balance-cell,
[b-bjbqho4nx5] .operation-grid table tbody tr:hover > td.sube-current-balance-cell {
    background: #fef3c7 !important;
    box-shadow: inset 0 0 0 1px rgba(245, 158, 11, 0.2);
}

[b-bjbqho4nx5] .operation-inspect-button.dxbl-btn {
    min-height: 30px;
}

.operation-actions[b-bjbqho4nx5] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.operation-filter[b-bjbqho4nx5] {
    align-items: center;
    display: flex;
    gap: 0.45rem;
}

.operation-filter span[b-bjbqho4nx5] {
    color: #475569;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
}

[b-bjbqho4nx5] .operation-filter-combo {
    min-width: 130px;
}

.operation-commission-filter[b-bjbqho4nx5] {
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(37, 99, 235, 0.16);
    border-radius: 8px;
    padding: 0.35rem;
}

[b-bjbqho4nx5] .operation-commission-combo {
    min-width: 220px;
}

@media (max-width: 720px) {
    .operation-header[b-bjbqho4nx5] {
        align-items: stretch;
        flex-direction: column;
    }

    .operation-title-wrap[b-bjbqho4nx5] {
        align-items: flex-start;
    }

    .operation-filter[b-bjbqho4nx5],
    .operation-date-filter-panel[b-bjbqho4nx5],
    .operation-selection-action-panel[b-bjbqho4nx5],
    .operation-selection-buttons[b-bjbqho4nx5],
    [b-bjbqho4nx5] .operation-filter-combo,
    [b-bjbqho4nx5] .operation-filter-editor,
    [b-bjbqho4nx5] .operation-commission-combo {
        width: 100%;
    }

    .operation-date-filter-panel[b-bjbqho4nx5] {
        grid-template-columns: 1fr;
    }

    .operation-selection-action-panel[b-bjbqho4nx5] {
        align-items: stretch;
        flex-direction: column;
    }

    [b-bjbqho4nx5] .operation-list-button,
    [b-bjbqho4nx5] .operation-ekstre-create-button,
    [b-bjbqho4nx5] .operation-bulk-movement-button.dxbl-btn {
        width: 100%;
    }
}
/* /Components/Pages/Transfer/TransferAktarim.razor.rz.scp.css */
.operation-page[b-fpbwtqe7up] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.operation-header[b-fpbwtqe7up] {
    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-fpbwtqe7up] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.operation-page-icon[b-fpbwtqe7up] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.15), rgba(37, 99, 235, 0.12));
    border: 1px solid rgba(180, 83, 9, 0.18);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-fpbwtqe7up] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-header h1[b-fpbwtqe7up] {
    color: #B45309;
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.operation-actions[b-fpbwtqe7up] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.operation-alert[b-fpbwtqe7up],
.operation-info[b-fpbwtqe7up] {
    border-radius: 8px;
    padding: 0.85rem 1rem;
}

.operation-alert[b-fpbwtqe7up] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.operation-info[b-fpbwtqe7up] {
    background: #ecfeff;
    border: 1px solid #a5f3fc;
    color: #155e75;
}

.operation-empty[b-fpbwtqe7up],
.operation-loading[b-fpbwtqe7up] {
    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.75rem;
    min-height: 7rem;
    padding: 1rem;
}

.operation-grid-panel[b-fpbwtqe7up] {
    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(24rem, calc(100vh - 20rem), 44rem);
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

.operation-grid[b-fpbwtqe7up] {
    flex: 1 1 0;
    height: 100%;
    min-height: 0;
    width: 100%;
}

[b-fpbwtqe7up] .operation-grid {
    height: 100%;
}

[b-fpbwtqe7up] .operation-grid table th,
[b-fpbwtqe7up] .operation-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-fpbwtqe7up] .operation-grid table tbody tr:hover > td {
    background: rgba(14, 165, 233, 0.07) !important;
}

[b-fpbwtqe7up] .transfer-status-pill {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.2;
    min-height: 24px;
    min-width: 76px;
    padding: 0.25rem 0.65rem;
    white-space: nowrap;
}

[b-fpbwtqe7up] .transfer-status-ready {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1d4ed8;
}

[b-fpbwtqe7up] .transfer-status-done {
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
    color: #047857;
}

[b-fpbwtqe7up] .transfer-status-skip {
    background: #fffbeb;
    border: 1px solid #fde68a;
    color: #92400e;
}

[b-fpbwtqe7up] .transfer-status-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
}

[b-fpbwtqe7up] .transfer-status-neutral {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    color: #475569;
}

[b-fpbwtqe7up] .transfer-zeyil-pill {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.2;
    min-height: 24px;
    min-width: 72px;
    padding: 0.25rem 0.65rem;
    white-space: nowrap;
}

[b-fpbwtqe7up] .transfer-zeyil-return {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
}

[b-fpbwtqe7up] .transfer-zeyil-add {
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
    color: #047857;
}

[b-fpbwtqe7up] .transfer-zeyil-neutral {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    color: #475569;
}

@media (max-width: 900px) {
    .operation-header[b-fpbwtqe7up] {
        align-items: stretch;
        flex-direction: column;
    }

    .operation-title-wrap[b-fpbwtqe7up] {
        align-items: flex-start;
    }

}
/* /Components/Pages/Transfer/TransferListe.razor.rz.scp.css */
.operation-page[b-tjt0xnyg03] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.operation-header[b-tjt0xnyg03] {
    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-tjt0xnyg03] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.operation-page-icon[b-tjt0xnyg03] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.15), rgba(37, 99, 235, 0.12));
    border: 1px solid rgba(180, 83, 9, 0.18);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-tjt0xnyg03] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-header h1[b-tjt0xnyg03] {
    color: #B45309;
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.operation-title-meta[b-tjt0xnyg03] {
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.25;
    margin-top: 0.18rem;
    overflow-wrap: anywhere;
}

.operation-actions[b-tjt0xnyg03] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: flex-end;
}

.operation-alert[b-tjt0xnyg03] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    color: #991b1b;
    padding: 0.85rem 1rem;
}

.operation-filter-panel[b-tjt0xnyg03] {
    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(160px, 190px) minmax(140px, 170px) minmax(140px, 170px) auto;
    justify-content: start;
    padding: 0.85rem 1rem;
}

.operation-filter-field[b-tjt0xnyg03] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.operation-filter-field span[b-tjt0xnyg03] {
    color: #475569;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 700;
}

[b-tjt0xnyg03] .operation-filter-editor {
    width: 100%;
}

[b-tjt0xnyg03] .operation-list-button.dxbl-btn {
    min-height: 38px;
    width: 112px;
}

.operation-loading[b-tjt0xnyg03] {
    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.75rem;
    min-height: 7rem;
    padding: 1rem;
}

.operation-grid-panel[b-tjt0xnyg03] {
    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(24rem, calc(100vh - 18rem), 44rem);
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

.operation-grid[b-tjt0xnyg03] {
    flex: 1 1 0;
    height: 100%;
    min-height: 0;
    width: 100%;
}

[b-tjt0xnyg03] .operation-grid {
    height: 100%;
}

[b-tjt0xnyg03] .operation-grid table th,
[b-tjt0xnyg03] .operation-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-tjt0xnyg03] .operation-grid table tbody tr:hover > td {
    background: rgba(14, 165, 233, 0.07) !important;
}

[b-tjt0xnyg03] .operation-inspect-button.dxbl-btn {
    min-height: 30px;
}

.transfer-row-actions[b-tjt0xnyg03] {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.35rem;
    white-space: nowrap;
}

[b-tjt0xnyg03] .transfer-revert-button.dxbl-btn {
    min-height: 30px;
}

[b-tjt0xnyg03] .operation-badge-cell {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

[b-tjt0xnyg03] .transfer-company-badge,
[b-tjt0xnyg03] .transfer-list-chip,
[b-tjt0xnyg03] .transfer-list-pill,
[b-tjt0xnyg03] .transfer-zeyil-pill {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.2;
    max-width: 100%;
    min-height: 24px;
    overflow: hidden;
    padding: 0.25rem 0.65rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-tjt0xnyg03] .transfer-company-badge {
    background: #f8fafc;
    border-color: #2563eb;
    color: #0f172a;
}

[b-tjt0xnyg03] .operation-badge-cell > .transfer-company-badge {
    box-sizing: border-box;
    display: block;
    min-width: 0;
    text-align: left;
}

[b-tjt0xnyg03] .transfer-list-pill {
    justify-content: center;
    min-width: 82px;
}

[b-tjt0xnyg03] .transfer-list-done {
    background: #ecfdf5;
    border-color: #bbf7d0;
    color: #047857;
}

[b-tjt0xnyg03] .transfer-list-warning {
    background: #fffbeb;
    border-color: #fde68a;
    color: #92400e;
}

[b-tjt0xnyg03] .transfer-list-error {
    background: #fef2f2;
    border-color: #fecaca;
    color: #b91c1c;
}

[b-tjt0xnyg03] .transfer-list-neutral {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #475569;
}

[b-tjt0xnyg03] .transfer-list-source-excel {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1d4ed8;
}

[b-tjt0xnyg03] .transfer-list-source-xml {
    background: #f0fdf4;
    border-color: #bbf7d0;
    color: #166534;
}

[b-tjt0xnyg03] .transfer-list-source-mixed {
    background: #f5f3ff;
    border-color: #ddd6fe;
    color: #6d28d9;
}

[b-tjt0xnyg03] .transfer-list-source-neutral {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #475569;
}

[b-tjt0xnyg03] .transfer-zeyil-pill {
    justify-content: center;
    min-width: 72px;
}

[b-tjt0xnyg03] .transfer-zeyil-return {
    background: #fef2f2;
    border-color: #fecaca;
    color: #b91c1c;
}

[b-tjt0xnyg03] .transfer-zeyil-add {
    background: #ecfdf5;
    border-color: #bbf7d0;
    color: #047857;
}

[b-tjt0xnyg03] .transfer-zeyil-neutral {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #475569;
}

[b-tjt0xnyg03] .transfer-history-popup {
    border-radius: 8px;
}

[b-tjt0xnyg03] .transfer-history-popup-body {
    min-height: 0;
}

.transfer-detail-shell[b-tjt0xnyg03] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    height: 100%;
    min-height: 0;
}

.transfer-detail-summary[b-tjt0xnyg03] {
    align-items: center;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    color: #334155;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: space-between;
    padding: 0.7rem 0.85rem;
}

.transfer-detail-summary-info[b-tjt0xnyg03] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    min-width: 0;
}

.transfer-detail-actions[b-tjt0xnyg03] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.transfer-detail-summary-info span[b-tjt0xnyg03] {
    align-items: center;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    display: inline-flex;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 750;
    line-height: 1.2;
    min-height: 26px;
    padding: 0.25rem 0.7rem;
}

.transfer-detail-message[b-tjt0xnyg03] {
    background: #ecfeff;
    border: 1px solid #a5f3fc;
    border-radius: 8px;
    color: #155e75;
    padding: 0.7rem 0.85rem;
}

.transfer-detail-section[b-tjt0xnyg03] {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.transfer-detail-section-title[b-tjt0xnyg03] {
    color: #B45309;
    font-weight: 800;
    padding: 0.8rem 0.9rem;
}

.transfer-detail-files[b-tjt0xnyg03] {
    flex: 1 1 0;
}

.transfer-detail-grid[b-tjt0xnyg03] {
    border-top: 1px solid rgba(148, 163, 184, 0.22);
}

.transfer-detail-empty[b-tjt0xnyg03] {
    align-items: center;
    border-top: 1px solid rgba(148, 163, 184, 0.22);
    color: #64748b;
    display: flex;
    flex: 1 1 0;
    min-height: 5rem;
    padding: 0.9rem;
}

@media (max-width: 900px) {
    .operation-header[b-tjt0xnyg03] {
        align-items: stretch;
        flex-direction: column;
    }

    .operation-title-wrap[b-tjt0xnyg03] {
        align-items: flex-start;
    }

    .operation-actions[b-tjt0xnyg03] {
        justify-content: flex-start;
    }

    .operation-filter-panel[b-tjt0xnyg03] {
        grid-template-columns: 1fr;
    }

    .operation-grid-panel[b-tjt0xnyg03] {
        height: clamp(22rem, calc(100vh - 22rem), 40rem);
    }
}
/* /Components/Pages/Transfer/TransferSablonDetay.razor.rz.scp.css */
[b-j5gzs15bmf] .operation-detail-popup {
    max-width: calc(100vw - 1rem);
}

[b-j5gzs15bmf] .operation-detail-popup-body {
    background: linear-gradient(180deg, #f8fafc, #fff);
    max-height: calc(100vh - 5rem);
    overflow: auto;
    padding: 0 !important;
}

.operation-alert[b-j5gzs15bmf] {
    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-j5gzs15bmf],
.operation-loading[b-j5gzs15bmf] {
    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-detail-shell[b-j5gzs15bmf] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.operation-detail-hero[b-j5gzs15bmf] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.12), rgba(37, 99, 235, 0.10));
    border: 1px solid rgba(180, 83, 9, 0.18);
    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-j5gzs15bmf] {
    align-items: center;
    display: flex;
    flex: 1 1 18rem;
    gap: 0.85rem;
    min-width: 0;
}

.operation-detail-actions[b-j5gzs15bmf],
.template-grid-toolbar[b-j5gzs15bmf] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.operation-detail-actions[b-j5gzs15bmf] {
    justify-content: flex-end;
}

.template-grid-toolbar[b-j5gzs15bmf] {
    justify-content: space-between;
}

.template-grid-actions[b-j5gzs15bmf] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.operation-page-icon[b-j5gzs15bmf] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.15), rgba(37, 99, 235, 0.12));
    border: 1px solid rgba(180, 83, 9, 0.18);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-j5gzs15bmf] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-detail-hero strong[b-j5gzs15bmf],
.template-grid-toolbar strong[b-j5gzs15bmf] {
    color: #B45309;
    display: block;
    font-size: 1.05rem;
    overflow-wrap: anywhere;
}

[b-j5gzs15bmf] .operation-detail-form {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    padding: 0.85rem;
}

[b-j5gzs15bmf] .operation-editor {
    width: 100%;
}

.template-file-status[b-j5gzs15bmf] {
    align-items: center;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 8px;
    color: #475569;
    display: flex;
    font-size: var(--dxds-font-size-base-sm);
    min-height: 32px;
    max-width: 220px;
    overflow: hidden;
    padding: 0.35rem 0.6rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.template-file-select-button[b-j5gzs15bmf],
.template-file-reset-button[b-j5gzs15bmf] {
    min-width: 112px;
}

[b-j5gzs15bmf] .template-file-input-host button,
[b-j5gzs15bmf] .template-file-input-host .dxbl-btn {
    display: none !important;
}

.operation-grid-panel[b-j5gzs15bmf] {
    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-direction: column;
    height: min(48vh, 460px);
    min-height: 300px;
    min-width: 0;
    overflow: hidden;
}

[b-j5gzs15bmf] .operation-grid {
    height: 100%;
    min-height: 0;
    width: 100%;
}

[b-j5gzs15bmf] .operation-grid table th,
[b-j5gzs15bmf] .operation-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-j5gzs15bmf] .operation-grid table tbody tr:hover > td {
    background: rgba(37, 99, 235, 0.07) !important;
}

[b-j5gzs15bmf] .operation-inspect-button.dxbl-btn {
    min-height: 30px;
}

@media (max-width: 720px) {
    .operation-detail-hero[b-j5gzs15bmf],
    .template-grid-toolbar[b-j5gzs15bmf] {
        align-items: stretch;
        flex-direction: column;
    }

    .operation-detail-actions[b-j5gzs15bmf] {
        justify-content: flex-start;
    }
}
/* /Components/Pages/Transfer/TransferSablonListe.razor.rz.scp.css */
.operation-page[b-4jc8292noa] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.operation-header[b-4jc8292noa] {
    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-4jc8292noa] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.operation-page-icon[b-4jc8292noa] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.15), rgba(37, 99, 235, 0.12));
    border: 1px solid rgba(180, 83, 9, 0.18);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-4jc8292noa] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-header h1[b-4jc8292noa] {
    color: #B45309;
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.operation-actions[b-4jc8292noa] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.template-import-input[b-4jc8292noa] {
    height: 0;
    overflow: hidden;
    width: 0;
}

.operation-alert[b-4jc8292noa] {
    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-4jc8292noa] {
    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-4jc8292noa] {
    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;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

[b-4jc8292noa] .operation-grid {
    flex: 1 1 0;
    height: 100%;
    min-height: 0;
    width: 100%;
}

[b-4jc8292noa] .operation-grid table th,
[b-4jc8292noa] .operation-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-4jc8292noa] .operation-grid table tbody tr:hover > td {
    background: rgba(37, 99, 235, 0.07) !important;
}

[b-4jc8292noa] .operation-inspect-button.dxbl-btn {
    min-height: 30px;
}

.operation-badge-cell[b-4jc8292noa] {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

.template-name-badge[b-4jc8292noa],
.template-status-badge[b-4jc8292noa] {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-size: var(--dxds-font-size-base-sm);
    font-weight: 800;
    line-height: 1.2;
    max-width: 100%;
    min-height: 24px;
    overflow: hidden;
    padding: 0.25rem 0.62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.template-name-badge[b-4jc8292noa] {
    background: #f8fafc;
    border-color: #2563eb;
    color: #0f172a;
}

.operation-badge-cell > .template-name-badge[b-4jc8292noa] {
    box-sizing: border-box;
    display: block;
    min-width: 0;
    text-align: left;
}

.template-status-active[b-4jc8292noa] {
    background: #ecfdf5;
    border-color: #22c55e;
    color: #166534;
}

.template-status-passive[b-4jc8292noa] {
    background: #fef2f2;
    border-color: #ef4444;
    color: #991b1b;
}

@media (max-width: 720px) {
    .operation-header[b-4jc8292noa] {
        align-items: stretch;
        flex-direction: column;
    }

    .operation-title-wrap[b-4jc8292noa] {
        align-items: flex-start;
    }
}
/* /Components/Pages/Transfer/TransferYeni.razor.rz.scp.css */
.operation-page[b-t7x9rvdms5] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.operation-header[b-t7x9rvdms5] {
    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-t7x9rvdms5] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.operation-page-icon[b-t7x9rvdms5] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.15), rgba(37, 99, 235, 0.12));
    border: 1px solid rgba(180, 83, 9, 0.18);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-t7x9rvdms5] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-header h1[b-t7x9rvdms5] {
    color: #B45309;
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.operation-actions[b-t7x9rvdms5] {
    align-items: center;
    display: flex;
    gap: 0.65rem;
}

.operation-alert[b-t7x9rvdms5],
.operation-info[b-t7x9rvdms5] {
    border-radius: 8px;
    padding: 0.85rem 1rem;
}

.operation-alert[b-t7x9rvdms5] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.operation-info[b-t7x9rvdms5] {
    background: #ecfeff;
    border: 1px solid #a5f3fc;
    color: #155e75;
    white-space: pre-line;
}

.operation-empty[b-t7x9rvdms5],
.operation-loading[b-t7x9rvdms5] {
    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.75rem;
    min-height: 7rem;
    padding: 1rem;
}

.transfer-panel[b-t7x9rvdms5] {
    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-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.transfer-webservice-panel[b-t7x9rvdms5] {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(14, 165, 233, 0.24);
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1rem;
}

.transfer-webservice-title[b-t7x9rvdms5] {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.transfer-webservice-title div[b-t7x9rvdms5] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.transfer-webservice-title strong[b-t7x9rvdms5] {
    color: #0f172a;
    font-size: 1rem;
}

.transfer-webservice-title span[b-t7x9rvdms5] {
    color: #64748b;
    font-size: 0.82rem;
}

.transfer-webservice-form[b-t7x9rvdms5] {
    width: 100%;
}

.transfer-webservice-action[b-t7x9rvdms5] {
    align-items: flex-end;
    display: flex;
    height: 100%;
    justify-content: flex-end;
}

.transfer-form[b-t7x9rvdms5] {
    width: 100%;
}

.transfer-upload-zone[b-t7x9rvdms5] {
    align-items: center;
    background: linear-gradient(135deg, rgba(236, 254, 255, 0.74), rgba(248, 250, 252, 0.96));
    border: 1px dashed rgba(14, 165, 233, 0.5);
    border-radius: 8px;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    min-height: 72px;
    min-width: 0;
    padding: 0.85rem;
    transition: background-color 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.transfer-upload-zone-hover[b-t7x9rvdms5] {
    background: rgba(224, 242, 254, 0.96) !important;
    border-color: #0284c7 !important;
    box-shadow: 0 10px 24px rgba(14, 165, 233, 0.16);
}

.transfer-upload-zone-disabled[b-t7x9rvdms5] {
    background: #f8fafc;
    border-color: rgba(100, 116, 139, 0.32);
    opacity: 0.76;
    pointer-events: none;
}

.transfer-upload-main[b-t7x9rvdms5] {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    min-width: 0;
}

.transfer-upload-icon[b-t7x9rvdms5] {
    align-items: center;
    background: rgba(14, 165, 233, 0.10);
    border: 1px solid rgba(14, 165, 233, 0.24);
    border-radius: 8px;
    color: #0369a1;
    display: flex;
    flex: 0 0 38px;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.transfer-upload-icon .icon[b-t7x9rvdms5] {
    height: 1.25rem;
    width: 1.25rem;
}

.transfer-upload-copy[b-t7x9rvdms5] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.transfer-upload-copy strong[b-t7x9rvdms5] {
    color: #0f172a;
    font-size: 0.95rem;
    overflow-wrap: anywhere;
}

.transfer-upload-copy span[b-t7x9rvdms5] {
    color: #64748b;
    font-size: 0.8rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

[b-t7x9rvdms5] .transfer-file-input-hidden {
    height: 0;
    min-height: 0;
    overflow: hidden;
    width: 0;
}

.transfer-file-list[b-t7x9rvdms5] {
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.transfer-file-row[b-t7x9rvdms5] {
    align-items: center;
    background: rgba(255, 255, 255, 0.72);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    min-width: 0;
    padding: 0.65rem 0.75rem;
}

.transfer-file-row + .transfer-file-row[b-t7x9rvdms5] {
    border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.transfer-file-info[b-t7x9rvdms5] {
    align-items: center;
    display: flex;
    gap: 0.65rem;
    min-width: 0;
}

.transfer-file-info > div[b-t7x9rvdms5] {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    min-width: 0;
}

.transfer-file-info strong[b-t7x9rvdms5] {
    color: #0f172a;
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.transfer-file-info span[b-t7x9rvdms5] {
    color: #64748b;
    font-size: 0.78rem;
    overflow-wrap: anywhere;
}

.transfer-file-icon[b-t7x9rvdms5] {
    align-items: center;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.34);
    border-radius: 8px;
    color: #2563eb;
    display: flex;
    flex: 0 0 32px;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.transfer-file-icon .icon[b-t7x9rvdms5] {
    height: 1rem;
    width: 1rem;
}

.transfer-file-tags[b-t7x9rvdms5] {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 0.4rem;
    justify-content: flex-end;
}

[b-t7x9rvdms5] .transfer-file-download {
    min-height: 28px;
}

.transfer-file-type[b-t7x9rvdms5],
.transfer-file-status[b-t7x9rvdms5] {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.74rem;
    font-weight: 800;
    line-height: 1.2;
    min-height: 24px;
    padding: 0.22rem 0.55rem;
    white-space: nowrap;
}

.transfer-file-type[b-t7x9rvdms5] {
    background: #f8fafc;
    border-color: rgba(37, 99, 235, 0.28);
    color: #1d4ed8;
}

.transfer-file-status-ok[b-t7x9rvdms5] {
    background: #ecfdf5;
    border-color: #bbf7d0;
    color: #166534;
}

.transfer-file-status-wait[b-t7x9rvdms5] {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1d4ed8;
}

.transfer-file-status-error[b-t7x9rvdms5] {
    background: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
}

.transfer-file-status-run[b-t7x9rvdms5] {
    background: #fff7ed;
    border-color: #fed7aa;
    color: #9a3412;
}

.transfer-summary[b-t7x9rvdms5] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.transfer-summary-item[b-t7x9rvdms5] {
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
    padding: 0.65rem 0.75rem;
}

.transfer-summary-item span[b-t7x9rvdms5] {
    color: #64748b;
    font-size: 0.82rem;
}

.transfer-summary-item strong[b-t7x9rvdms5] {
    color: #0f172a;
    font-size: 1rem;
    overflow-wrap: anywhere;
}

.transfer-next[b-t7x9rvdms5] {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 720px) {
    .operation-header[b-t7x9rvdms5] {
        align-items: stretch;
        flex-direction: column;
    }

    .operation-title-wrap[b-t7x9rvdms5] {
        align-items: flex-start;
    }

    .transfer-summary[b-t7x9rvdms5] {
        grid-template-columns: 1fr;
    }

    .transfer-webservice-action[b-t7x9rvdms5] {
        justify-content: flex-start;
    }

    .transfer-upload-zone[b-t7x9rvdms5],
    .transfer-file-row[b-t7x9rvdms5] {
        align-items: stretch;
        flex-direction: column;
    }

    .transfer-file-tags[b-t7x9rvdms5] {
        justify-content: flex-start;
    }
}
/* /Components/Pages/Yonetim/KullaniciListe.razor.rz.scp.css */
.operation-page[b-y3k0x3odjm] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    padding: 1rem 0 0;
    width: 100%;
}

.operation-header[b-y3k0x3odjm] {
    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-y3k0x3odjm] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    min-width: 0;
}

.operation-title-meta[b-y3k0x3odjm] {
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.25;
    margin-top: 0.18rem;
    overflow-wrap: anywhere;
}

.operation-page-icon[b-y3k0x3odjm] {
    align-items: center;
    background: linear-gradient(135deg, rgba(180, 83, 9, 0.15), rgba(37, 99, 235, 0.12));
    border: 1px solid rgba(180, 83, 9, 0.18);
    border-radius: 8px;
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.operation-page-icon .icon[b-y3k0x3odjm] {
    height: 1.5rem;
    width: 1.5rem;
}

.operation-header h1[b-y3k0x3odjm] {
    color: #B45309;
    font-size: 1.35rem;
    letter-spacing: 0;
    margin: 0;
}

.operation-actions[b-y3k0x3odjm] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.operation-alert[b-y3k0x3odjm] {
    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-y3k0x3odjm] {
    background: #ecfeff;
    border: 1px solid #a5f3fc;
    border-radius: 8px;
    color: #155e75;
    padding: 0.85rem 1rem;
}

.operation-loading[b-y3k0x3odjm] {
    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-y3k0x3odjm] {
    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(22rem, calc(100vh - 12rem), 44rem);
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

[b-y3k0x3odjm] .operation-grid {
    flex: 1 1 0;
    height: 100%;
    min-height: 0;
    width: 100%;
}

[b-y3k0x3odjm] .operation-grid table th,
[b-y3k0x3odjm] .operation-grid table td {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
}

[b-y3k0x3odjm] .operation-grid table tbody tr:hover > td {
    background: rgba(37, 99, 235, 0.07) !important;
}

.user-row-actions[b-y3k0x3odjm] {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.45rem;
    white-space: nowrap;
}

.operation-badge-cell[b-y3k0x3odjm] {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

.user-name-badge[b-y3k0x3odjm] {
    align-items: center;
    background: #f8fafc;
    border: 1px solid rgba(37, 99, 235, 0.32);
    border-radius: 999px;
    color: #0f172a;
    display: inline-flex;
    font-weight: 800;
    line-height: 1.2;
    max-width: 100%;
    min-height: 24px;
    overflow: hidden;
    padding: 0.25rem 0.6rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.operation-badge-cell > .user-name-badge[b-y3k0x3odjm] {
    box-sizing: border-box;
    display: block;
    min-width: 0;
    text-align: left;
}

.user-status-badge[b-y3k0x3odjm] {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.2;
    min-height: 24px;
    padding: 0.25rem 0.65rem;
    white-space: nowrap;
}

.user-status-active[b-y3k0x3odjm] {
    background: #dcfce7;
    border: 1px solid #86efac;
    color: #166534;
}

.user-status-passive[b-y3k0x3odjm] {
    background: #fee2e2;
    border: 1px solid #fca5a5;
    color: #991b1b;
}

.user-edit-form[b-y3k0x3odjm] {
    padding: 1rem;
}

.user-name-composer[b-y3k0x3odjm] {
    align-items: stretch;
    display: flex;
    min-width: 0;
    width: 100%;
}

.user-name-prefix-input[b-y3k0x3odjm] {
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.42);
    border-radius: 8px 0 0 8px;
    box-sizing: border-box;
    color: #0f172a;
    flex: 1 1 auto;
    font: inherit;
    min-height: 2.45rem;
    min-width: 0;
    outline: none;
    padding: 0.55rem 0.7rem;
}

.user-name-prefix-input:focus[b-y3k0x3odjm] {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
    position: relative;
    z-index: 1;
}

.user-name-suffix[b-y3k0x3odjm] {
    align-items: center;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.42);
    border-left: 0;
    border-radius: 0 8px 8px 0;
    color: #475569;
    display: inline-flex;
    flex: 0 1 auto;
    font-weight: 700;
    max-width: 55%;
    min-height: 2.45rem;
    overflow: hidden;
    padding: 0.55rem 0.7rem;
    text-overflow: ellipsis;
    user-select: none;
    white-space: nowrap;
}

.user-password-input[b-y3k0x3odjm] {
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.42);
    border-radius: 8px;
    box-sizing: border-box;
    color: #0f172a;
    font: inherit;
    min-height: 2.45rem;
    outline: none;
    padding: 0.55rem 0.7rem;
    width: 100%;
}

.user-password-input:focus[b-y3k0x3odjm] {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
}

.user-popup-actions[b-y3k0x3odjm] {
    justify-content: flex-end;
    padding: 0.8rem 1rem 1rem;
    width: 100%;
}

.permission-shell[b-y3k0x3odjm] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1rem;
}

.permission-toolbar[b-y3k0x3odjm] {
    align-items: center;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.26);
    border-radius: 8px;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    padding: 0.75rem;
}

.permission-bulk-actions[b-y3k0x3odjm],
.permission-save-actions[b-y3k0x3odjm] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.permission-save-actions[b-y3k0x3odjm] {
    justify-content: flex-end;
}

.permission-note[b-y3k0x3odjm] {
    background: #fffbeb;
    border: 1px solid rgba(245, 158, 11, 0.32);
    border-radius: 8px;
    color: #713f12;
    padding: 0.65rem 0.75rem;
}

.permission-group[b-y3k0x3odjm] {
    border: 1px solid rgba(148, 163, 184, 0.26);
    border-radius: 8px;
    overflow: hidden;
}

.permission-group-header[b-y3k0x3odjm] {
    align-items: center;
    background: #f8fafc;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    padding: 0.75rem 0.9rem;
}

.permission-group-header h2[b-y3k0x3odjm] {
    color: #0f172a;
    font-size: 0.96rem;
    font-weight: 800;
    margin: 0;
}

.permission-list[b-y3k0x3odjm] {
    display: flex;
    flex-direction: column;
}

.permission-row[b-y3k0x3odjm] {
    align-items: center;
    border-top: 1px solid rgba(226, 232, 240, 0.92);
    display: grid;
    gap: 0.8rem;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0.75rem 0.9rem;
}

.permission-title[b-y3k0x3odjm] {
    color: #0f172a;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.28;
}

@media (max-width: 720px) {
    .operation-page[b-y3k0x3odjm] {
        flex: 0 0 auto;
        min-height: auto;
    }

    .operation-header[b-y3k0x3odjm] {
        align-items: stretch;
        flex-direction: column;
    }

    .operation-title-wrap[b-y3k0x3odjm] {
        align-items: flex-start;
    }

    .operation-actions[b-y3k0x3odjm] {
        justify-content: flex-start;
    }

    .permission-toolbar[b-y3k0x3odjm] {
        align-items: stretch;
        flex-direction: column;
    }

    .permission-bulk-actions[b-y3k0x3odjm],
    .permission-save-actions[b-y3k0x3odjm] {
        align-items: stretch;
        flex-direction: column;
    }

    .permission-save-actions[b-y3k0x3odjm] {
        justify-content: flex-start;
    }

    .permission-group-header[b-y3k0x3odjm] {
        flex-wrap: wrap;
    }

    .user-row-actions[b-y3k0x3odjm] {
        align-items: stretch;
        flex-direction: column;
    }

    .user-name-composer[b-y3k0x3odjm] {
        flex-direction: column;
    }

    .user-name-prefix-input[b-y3k0x3odjm] {
        border-radius: 8px 8px 0 0;
    }

    .user-name-suffix[b-y3k0x3odjm] {
        border-left: 1px solid rgba(148, 163, 184, 0.42);
        border-radius: 0 0 8px 8px;
        border-top: 0;
        max-width: 100%;
    }

    .operation-grid-panel[b-y3k0x3odjm] {
        flex: 0 0 auto;
        height: clamp(24rem, 62vh, 36rem);
        min-height: 24rem;
    }

    .permission-row[b-y3k0x3odjm] {
        align-items: start;
        grid-template-columns: minmax(0, 1fr);
    }
}
