/* /Components/Pages/Claim/ClaimDetail.razor.rz.scp.css */
.claim-status-summary[b-v2g7h6ulet] {
    font-size: 0.95rem;
}

.claim-status-grid[b-v2g7h6ulet] {
    display: grid;
    grid-template-columns: minmax(220px, 1.4fr) minmax(100px, 0.6fr) minmax(160px, 0.9fr) minmax(180px, 1fr) minmax(220px, 1.2fr);
    align-items: center;
    column-gap: 1rem;
}

.claim-status-header[b-v2g7h6ulet] {
    padding: 0.35rem 0.75rem;
    font-weight: 700;
    color: #474747;
}

.claim-status-row[b-v2g7h6ulet] {
    padding: 0.7rem 0.75rem;
    font-weight: 600;
}

.claim-status-row a[b-v2g7h6ulet] {
    color: inherit;
    text-decoration: none;
}

.claim-status-row a:hover[b-v2g7h6ulet],
.claim-status-row a:focus[b-v2g7h6ulet] {
    text-decoration: underline;
}

.claim-status-submitted[b-v2g7h6ulet] {
    background: #669acb;
    color: #fff;
}

.claim-status-pending[b-v2g7h6ulet] {
    background: #fff3cd;
    color: #664d03;
}

.claim-status-approved[b-v2g7h6ulet] {
    background: #60ff98;
    color: #474747;
}

.claim-status-rejected[b-v2g7h6ulet] {
    background: #f8ad99;
    color: #474747;
}

.claim-status-withdrawn[b-v2g7h6ulet] {
    background: #e2e3e5;
    color: #41464b;
}

.history-claim-details[b-v2g7h6ulet] {
    display: grid;
    gap: 1.25rem;
}

.history-claim-details section[b-v2g7h6ulet] {
    border-left: 2px solid #669acb;
    padding-left: 1rem;
}

.history-claim-details h3[b-v2g7h6ulet] {
    border-bottom: 1px solid #d6e3ef;
    color: #474747;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
    padding-bottom: 0.45rem;
}

.history-claim-grid[b-v2g7h6ulet] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 1.5rem;
    row-gap: 0.45rem;
}

.history-claim-text[b-v2g7h6ulet] {
    white-space: pre-wrap;
}

@media (max-width: 900px) {
    .claim-status-header[b-v2g7h6ulet] {
        display: none;
    }

    .claim-status-grid[b-v2g7h6ulet] {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        row-gap: 0.35rem;
    }

    .history-claim-grid[b-v2g7h6ulet] {
        grid-template-columns: minmax(0, 1fr);
    }
}
/* /Components/Pages/Insolvency/InsolvencyDetail.razor.rz.scp.css */
.claim-list-toolbar[b-1p9ge8bwct] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: space-between;
}

.claim-list-filter[b-1p9ge8bwct],
.claim-list-card[b-1p9ge8bwct] {
    border-color: #d8dee6;
    box-shadow: 0 1px 2px rgba(20, 35, 55, 0.04);
}

.claim-list-card > .card-body[b-1p9ge8bwct] {
    padding: 0.5rem;
}

.claim-list-filter .form-label[b-1p9ge8bwct] {
    color: #596575;
    font-size: 0.78rem;
    margin-bottom: 0.2rem;
}

.claim-list-filter-actions[b-1p9ge8bwct] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.claim-list-bulk-panel[b-1p9ge8bwct] {
    background: #f8fafc;
    border: 1px solid #d8dee6;
    border-radius: 0.35rem;
    padding: 0.65rem;
}

.claim-list-bulk-intro[b-1p9ge8bwct] {
    color: #596575;
    font-size: 0.82rem;
    margin-bottom: 0.5rem;
}

.claim-list-bulk-reason[b-1p9ge8bwct] {
    min-height: 4rem;
}

.claim-list-card-header[b-1p9ge8bwct] {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.claim-list-summary[b-1p9ge8bwct] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 1rem;
}

.claim-list-summary-item[b-1p9ge8bwct] {
    background: #f8fafc;
    border: 1px solid #dbe3ec;
    border-radius: 0.35rem;
    min-width: 0;
    padding: 0.7rem 0.8rem;
}

.claim-list-summary-label[b-1p9ge8bwct] {
    color: #667381;
    font-size: 0.78rem;
    line-height: 1.25;
    margin-bottom: 0.25rem;
}

.claim-list-summary-value[b-1p9ge8bwct] {
    color: #202b36;
    font-size: 1rem;
    line-height: 1.2;
}

.claim-list-footer[b-1p9ge8bwct] {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
}

.claim-list-footer-totals[b-1p9ge8bwct] {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 0.4rem;
    min-width: 0;
}

.claim-list-total-item[b-1p9ge8bwct] {
    align-items: center;
    background: #fff;
    border: 1px solid #d8dee6;
    border-radius: 0.3rem;
    display: inline-flex;
    gap: 0.45rem;
    min-height: 2rem;
    min-width: 0;
    padding: 0.36rem 0.5rem 0.24rem;
}

.claim-list-total-label[b-1p9ge8bwct] {
    color: #667381;
    font-size: 0.76rem;
    line-height: 1.1;
    white-space: nowrap;
}

.claim-list-total-value[b-1p9ge8bwct] {
    color: #202b36;
    font-size: 0.82rem;
    font-variant-numeric: tabular-nums;
    line-height: 1.1;
    white-space: nowrap;
}

.claim-list-pagination[b-1p9ge8bwct] {
    flex: 0 0 auto;
}

.claim-list-footer-controls[b-1p9ge8bwct] {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.claim-list-table-wrap[b-1p9ge8bwct] {
    border: 1px solid #d8dee6;
    border-radius: 0.35rem;
    max-height: 68vh;
}

.claim-list-table[b-1p9ge8bwct] {
    margin-bottom: 0;
    min-width: 1180px;
}

.claim-list-table thead th[b-1p9ge8bwct] {
    padding: 0.45rem 0.55rem;
    position: sticky;
    top: 0;
    white-space: nowrap;
    z-index: 2;
}

.claim-list-table tbody td[b-1p9ge8bwct] {
    border-color: #e2e7ed;
    padding: 0.45rem 0.55rem;
    vertical-align: middle;
}

.claim-list-sort-indicator[b-1p9ge8bwct] {
    font-size: 0.7em;
    line-height: 1;
    vertical-align: 0.08em;
}

.claim-list-row[b-1p9ge8bwct] {
    --claim-row-accent: transparent;
    --claim-row-bg: #fff;
}

.claim-list-row > td[b-1p9ge8bwct] {
    background-color: var(--claim-row-bg);
}

.claim-list-row > td:first-child[b-1p9ge8bwct] {
    border-left: 4px solid var(--claim-row-accent);
}

.claim-list-row--cost[b-1p9ge8bwct] {
    --claim-row-accent: #3b82a0;
    --claim-row-bg: #f2f8fb;
}

.claim-list-row--unpublished[b-1p9ge8bwct] {
    --claim-row-accent: #8a95a3;
    --claim-row-bg: #f5f6f7;
}

.claim-list-row--changed[b-1p9ge8bwct] {
    --claim-row-accent: #d6a420;
    --claim-row-bg: #fffaf0;
}

.claim-list-row--approved[b-1p9ge8bwct] {
    --claim-row-accent: #2f8f5b;
    --claim-row-bg: #f2fbf6;
}

.claim-list-row--declined[b-1p9ge8bwct] {
    --claim-row-accent: #c85f64;
    --claim-row-bg: #fff5f5;
}

.claim-list-row:hover[b-1p9ge8bwct] {
    --claim-row-bg: #eef6ff;
}

.claim-list-id-col[b-1p9ge8bwct] {
    width: 5.5rem;
}

[b-1p9ge8bwct] .claim-list-id-link {
    white-space: nowrap;
}

.claim-list-creditor[b-1p9ge8bwct] {
    color: #1f2933;
    min-width: 12rem;
}

.claim-list-reference[b-1p9ge8bwct],
.claim-list-bank[b-1p9ge8bwct] {
    color: #43505d;
    overflow-wrap: anywhere;
}

.claim-list-bank[b-1p9ge8bwct] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.8rem;
}

.claim-list-amount[b-1p9ge8bwct] {
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.claim-list-badges[b-1p9ge8bwct] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    min-width: 11rem;
}

.claim-list-badge[b-1p9ge8bwct],
.claim-list-evidence-badge[b-1p9ge8bwct] {
    align-items: center;
    background: #eef3f8;
    border: 1px solid #d3dde8;
    border-radius: 999px;
    color: #314052;
    display: inline-flex;
    font-size: 0.76rem;
    line-height: 1;
    min-height: 1.45rem;
    padding: 0.25rem 0.5rem;
}

.claim-list-evidence-badge[b-1p9ge8bwct] {
    justify-content: center;
    min-width: 2rem;
}

.claim-list-evidence-badge--has-items[b-1p9ge8bwct] {
    background: #edf7f1;
    border-color: #bddfc9;
    color: #1f6b3f;
}

.claim-list-muted[b-1p9ge8bwct] {
    color: #7b8794;
    font-size: 0.82rem;
}

@media (max-width: 991.98px) {
    .claim-list-toolbar[b-1p9ge8bwct],
    .claim-list-filter-actions[b-1p9ge8bwct] {
        justify-content: flex-start;
    }

    .claim-list-summary[b-1p9ge8bwct] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .claim-list-footer[b-1p9ge8bwct] {
        align-items: flex-start;
        flex-direction: column;
    }

    .claim-list-footer-controls[b-1p9ge8bwct] {
        justify-content: flex-start;
        width: 100%;
    }

    .claim-list-pagination[b-1p9ge8bwct] {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .claim-list-toolbar[b-1p9ge8bwct]  .btn,
    .claim-list-toolbar .btn[b-1p9ge8bwct],
    .claim-list-filter-actions .btn[b-1p9ge8bwct] {
        justify-content: center;
        width: 100%;
    }

    .claim-list-summary[b-1p9ge8bwct] {
        grid-template-columns: 1fr;
    }
}
