@import '_content/Corvenia.Yggdrasil.Module.Common/Corvenia.Yggdrasil.Module.Common.xyhh9gdrqy.bundle.scp.css';

/* /Components/Pages/LedgerCorrections/InterCompanyElimination.razor.rz.scp.css */
/* Party Ledger Corrections Page Styles */

/* Summary row: summary text left, pagination top right of table */
.summary-row-with-pagination[b-zs1ijk4b5a] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.container-fluid[b-zs1ijk4b5a] {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

[b-zs1ijk4b5a] .corrections-table,
[b-zs1ijk4b5a] .mud-table.corrections-table {
    width: 100% !important;
}

[b-zs1ijk4b5a] .corrections-table thead th,
[b-zs1ijk4b5a] .mud-table.corrections-table thead th,
[b-zs1ijk4b5a] .corrections-table .mud-table-head th,
[b-zs1ijk4b5a] .mud-table.corrections-table .mud-table-head th {
    background-color: #f8f9fa !important;
    font-weight: 600 !important;
    color: #495057 !important;
    font-size: 0.9rem !important;
    padding: 8px !important;
    border-bottom: 2px solid #dee2e6 !important;
    white-space: nowrap !important;
    user-select: none !important;
}

[b-zs1ijk4b5a] .corrections-table tbody td,
[b-zs1ijk4b5a] .mud-table.corrections-table tbody td,
[b-zs1ijk4b5a] .corrections-table .mud-table-body td,
[b-zs1ijk4b5a] .mud-table.corrections-table .mud-table-body td {
    padding: 8px 12px !important;
    vertical-align: middle !important;
    border-bottom: 1px solid #dee2e6 !important;
}

[b-zs1ijk4b5a] .corrections-table tbody tr:hover,
[b-zs1ijk4b5a] .mud-table.corrections-table tbody tr:hover,
[b-zs1ijk4b5a] .corrections-table .mud-table-body tr:hover,
[b-zs1ijk4b5a] .mud-table.corrections-table .mud-table-body tr:hover {
    background-color: #f8f9fa !important;
}

.responsive-paper[b-zs1ijk4b5a] {
    overflow-x: auto;
    background-color: white !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.375rem !important;
}

/* Expansion panel header padding when expanded */
[b-zs1ijk4b5a] .mud-expand-panel.mud-panel-expanded .mud-expand-panel-header {
    padding-bottom: 0.25rem !important;
}

/* Action menu styling */
.corrections-action-menu .menu-item-content[b-zs1ijk4b5a] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.corrections-action-menu .menu-item-icon[b-zs1ijk4b5a] {
    margin-right: 4px;
}

.corrections-action-menu .menu-item-text[b-zs1ijk4b5a] {
    flex: 1;
}

/* Filter Accordion Styling */
.filter-accordion[b-zs1ijk4b5a] {
    border-radius: 4px;
}

.filter-accordion .mud-expansion-panel[b-zs1ijk4b5a] {
    border-radius: 4px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
    background-color: var(--white) !important;
}


/* Global CSS for MudBlazor menu items in portals - must be non-scoped */
:global[b-zs1ijk4b5a] {

    .mud-popover-paper .mud-menu-item,
    .mud-popover-paper .mud-menu-list .mud-menu-item,
    .mud-menu-item,
    .mud-menu-list .mud-menu-item {
        width: 100% !important;
        display: flex !important;
        position: relative !important;
        box-sizing: border-box !important;
        text-align: start !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        padding: 3px 8px !important;
    }

    .mud-popover-paper .mud-menu-item.menu-item-edit[b-zs1ijk4b5a],
    .mud-popover-paper .mud-menu-item.menu-item-delete[b-zs1ijk4b5a] {
        width: 100% !important;
        display: flex !important;
        position: relative !important;
        box-sizing: border-box !important;
        text-align: start !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        padding: 3px 8px !important;
    }

    .menu-item-delete .menu-item-content[b-zs1ijk4b5a] {
        color: var(--danger) !important;
    }

    .menu-item-delete .menu-item-icon[b-zs1ijk4b5a],
    .menu-item-delete .mud-icon[b-zs1ijk4b5a] {
        color: var(--danger) !important;
    }

    .menu-item-delete .menu-item-text[b-zs1ijk4b5a] {
        color: var(--danger) !important;
    }

    .mud-popover-paper .menu-item-delete .menu-item-content[b-zs1ijk4b5a] {
        color: var(--danger) !important;
    }

    .mud-popover-paper .menu-item-delete .menu-item-icon[b-zs1ijk4b5a],
    .mud-popover-paper .menu-item-delete .mud-icon[b-zs1ijk4b5a] {
        color: var(--danger) !important;
    }

    .mud-popover-paper .menu-item-delete .menu-item-text[b-zs1ijk4b5a] {
        color: var(--danger) !important;
    }
}

.menu-item-content[b-zs1ijk4b5a] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

/* Description Cell - Text Truncation */
.description-cell[b-zs1ijk4b5a] {
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: wrap;
    white-space: normal;
    max-width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

/* Prevent tooltip from causing layout shifts */
.description-cell:hover[b-zs1ijk4b5a] {
    z-index: 10;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {

    .corrections-table thead th[b-zs1ijk4b5a],
    .corrections-table tbody td[b-zs1ijk4b5a] {
        padding: 8px 12px;
        font-size: 0.875rem;
    }

    .filter-actions-buttons[b-zs1ijk4b5a] {
        flex-direction: column;
        width: 100%;
    }

    .filter-actions-buttons .mud-button[b-zs1ijk4b5a] {
        width: 100%;
    }
}

/* Header Styling */
.corrections-header[b-zs1ijk4b5a] {
    padding-bottom: 7px;
    margin-bottom: 1rem;
    position: relative;
}

.corrections-header[b-zs1ijk4b5a]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    height: 1px;
    background-color: #E4E4E7;
    width: 100vw;
    margin-left: -50vw;
}

.corrections-header h5[b-zs1ijk4b5a] {
    color: #1f2937;
    font-weight: 600;
}

/* Box drawing characters for reciprocal linking */
/* Key: use line-height 0 and precise font sizing so characters can visually "connect" across rows */
.box-drawing[b-zs1ijk4b5a] {
    font-family: "Cascadia Code", "Fira Code", "Consolas", "DejaVu Sans Mono", monospace;
    font-size: 1.3rem;
    font-weight: 400;
    color: #6366f1;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    height: 100%;
    white-space: nowrap;
    user-select: none;
}

/* Link indicator column - zero padding to help characters connect */
.link-indicator[b-zs1ijk4b5a] {
    width: 24px !important;
    min-width: 24px !important;
    max-width: 24px !important;
    text-align: center !important;
    padding: 0 !important;
    vertical-align: middle !important;
    border-right: none !important;
}

/* Alternating group background colors for visual distinction */
/* Even groups (0, 2, 4...) get white background */
[b-zs1ijk4b5a] .group-even.item-row {
    background-color: #ffffff !important;
}

[b-zs1ijk4b5a] .group-even.item-row:hover {
    background-color: #f3f4f6 !important;
}

/* Odd groups (1, 3, 5...) get light indigo tint */
[b-zs1ijk4b5a] .group-odd.item-row {
    background-color: #f0f4ff !important;
}

[b-zs1ijk4b5a] .group-odd.item-row:hover {
    background-color: #e0e7ff !important;
}

/* Correction header row - displays period, description, companies, and status summary */
[b-zs1ijk4b5a] .correction-header-row,
[b-zs1ijk4b5a] .corrections-table .correction-header-row {
    background-color: #f0f4f8 !important;
    border-top: 2px solid #cbd5e1 !important;
}

[b-zs1ijk4b5a] .correction-header-row:hover,
[b-zs1ijk4b5a] .corrections-table .correction-header-row:hover {
    background-color: #e2e8f0 !important;
}

[b-zs1ijk4b5a] .correction-header-cell {
    padding: 10px 12px !important;
    font-weight: 600 !important;
}

/* Item rows */
.item-row[b-zs1ijk4b5a] {
    background-color: white !important;
}

.item-row:hover[b-zs1ijk4b5a] {
    background-color: #f3f4f6 !important;
}

/* Reciprocal row styling - slightly indented feel */
.reciprocal-row[b-zs1ijk4b5a] {
    background-color: #f9fafb !important;
}

.reciprocal-row:hover[b-zs1ijk4b5a] {
    background-color: #f3f4f6 !important;
}

/* Separator between corrections */
.correction-separator td[b-zs1ijk4b5a] {
    height: 8px !important;
    /* background-color: #e5e7eb !important; */
    border: none !important;
    padding: 0 !important;
}

/* Clickable row styling */
.clickable-row[b-zs1ijk4b5a] {
    cursor: pointer !important;
    transition: background-color 0.15s ease-in-out !important;
}

.clickable-row:active[b-zs1ijk4b5a] {
    background-color: #e0e7ff !important;
}
/* /Components/Pages/LedgerCorrections/LedgerPostings.razor.rz.scp.css */
/* Ledger Postings Page Styles */
.container-fluid[b-ta5evk44zz] {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Table Styling */
[b-ta5evk44zz] .mud-table thead th {
    background-color: #f8f9fa !important;
    font-weight: 600 !important;
    color: #495057 !important;
    font-size: 0.9rem !important;
    padding: 8px 12px !important;
    border-bottom: 2px solid #dee2e6 !important;
    white-space: nowrap !important;
    user-select: none !important;
}

[b-ta5evk44zz] .mud-table tbody td {
    padding: 8px 12px !important;
    vertical-align: middle !important;
    border-bottom: 1px solid #dee2e6 !important;
}

[b-ta5evk44zz] .mud-table tbody tr:hover {
    background-color: #f8f9fa !important;
}

/* Filter Accordion Styling */
.filter-accordion[b-ta5evk44zz] {
    border-radius: 4px;
}

.filter-accordion .mud-expansion-panel[b-ta5evk44zz] {
    border-radius: 4px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
    background-color: var(--white) !important;
}

/* Expansion panel header padding when expanded */
[b-ta5evk44zz] .mud-expand-panel.mud-panel-expanded .mud-expand-panel-header {
    padding-bottom: 0.25rem !important;
}

/* Header Styling */
.ledger-header[b-ta5evk44zz] {
    padding-bottom: 7px;
    margin-bottom: 1rem;
    position: relative;
}

.ledger-header[b-ta5evk44zz]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    height: 1px;
    background-color: #E4E4E7;
    width: 100vw;
    margin-left: -50vw;
}

.ledger-header h5[b-ta5evk44zz] {
    color: #1f2937;
    font-weight: 600;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    [b-ta5evk44zz] .mud-table thead th,
    [b-ta5evk44zz] .mud-table tbody td {
        padding: 8px !important;
        font-size: 0.875rem;
    }
}
/* /Components/Pages/LedgerCorrections/PartyLedgerCorrectionDialog.razor.rz.scp.css */
/* PartyLedgerCorrectionDialog Styles */

.dialog-title-wrapper[b-3mgszt8igm] {
    padding: 8px 0;
    border-bottom: 1px solid #dee2e6;
}

/* Items table styling */
.items-table[b-3mgszt8igm] {
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

[b-3mgszt8igm] .items-table th {
    background-color: #f8f9fa;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 8px 12px !important;
    border-bottom: 2px solid #dee2e6 !important;
}

[b-3mgszt8igm] .items-table td {
    vertical-align: middle;
    padding: 4px 8px !important;
    border-bottom: 1px solid #dee2e6 !important;
}

[b-3mgszt8igm] .items-table tbody tr:hover {
    background-color: #f8f9fa !important;
}

/* New item row highlight */
.new-item-row[b-3mgszt8igm] {
    background-color: #e8f5e9 !important;
}

.new-item-row:hover[b-3mgszt8igm] {
    background-color: #c8e6c9 !important;
}

/* Responsive dialog */
[b-3mgszt8igm] .responsive-dialog {
    min-width: 800px;
}

@media (max-width: 900px) {
    [b-3mgszt8igm] .responsive-dialog {
        min-width: 100%;
    }
}
/* /Components/Pages/LedgerCorrections/RecurringEliminations.razor.rz.scp.css */
/* Recurring Eliminations Page Styles */

/* Summary row: summary text left, pagination top right of table */
.summary-row-with-pagination[b-pnau0cvibv] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

[b-pnau0cvibv] .corrections-table,
[b-pnau0cvibv] .mud-table.corrections-table {
    width: 100% !important;
}

[b-pnau0cvibv] .corrections-table thead th,
[b-pnau0cvibv] .mud-table.corrections-table thead th,
[b-pnau0cvibv] .corrections-table .mud-table-head th,
[b-pnau0cvibv] .mud-table.corrections-table .mud-table-head th {
    background-color: #f8f9fa !important;
    font-weight: 600 !important;
    color: #495057 !important;
    font-size: 0.9rem !important;
    padding: 8px !important;
    border-bottom: 2px solid #dee2e6 !important;
    white-space: nowrap !important;
    user-select: none !important;
}

[b-pnau0cvibv] .corrections-table tbody td,
[b-pnau0cvibv] .mud-table.corrections-table tbody td,
[b-pnau0cvibv] .corrections-table .mud-table-body td,
[b-pnau0cvibv] .mud-table.corrections-table .mud-table-body td {
    padding: 8px 12px !important;
    vertical-align: middle !important;
    border-bottom: 1px solid #dee2e6 !important;
}

[b-pnau0cvibv] .corrections-table tbody tr:hover,
[b-pnau0cvibv] .mud-table.corrections-table tbody tr:hover,
[b-pnau0cvibv] .corrections-table .mud-table-body tr:hover,
[b-pnau0cvibv] .mud-table.corrections-table .mud-table-body tr:hover {
    background-color: #f8f9fa !important;
}

.responsive-paper[b-pnau0cvibv] {
    overflow-x: auto;
    background-color: white !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.375rem !important;
}

/* Expansion panel header padding when expanded */
[b-pnau0cvibv] .mud-expand-panel.mud-panel-expanded .mud-expand-panel-header {
    padding-bottom: 0.25rem !important;
}

/* Action menu styling */
.corrections-action-menu .menu-item-content[b-pnau0cvibv] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.corrections-action-menu .menu-item-icon[b-pnau0cvibv] {
    margin-right: 4px;
}

.corrections-action-menu .menu-item-text[b-pnau0cvibv] {
    flex: 1;
}

/* Filter Accordion Styling */
.filter-accordion[b-pnau0cvibv] {
    border-radius: 4px;
}

.filter-accordion .mud-expansion-panel[b-pnau0cvibv] {
    border-radius: 4px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
    background-color: var(--white) !important;
}

/* Global CSS for MudBlazor menu items in portals - must be non-scoped */
:global[b-pnau0cvibv] {
    .mud-popover-paper .mud-menu-item,
    .mud-popover-paper .mud-menu-list .mud-menu-item,
    .mud-menu-item,
    .mud-menu-list .mud-menu-item {
        width: 100% !important;
        display: flex !important;
        position: relative !important;
        box-sizing: border-box !important;
        text-align: start !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        padding: 3px 8px !important;
    }

    .mud-popover-paper .mud-menu-item.menu-item-edit[b-pnau0cvibv],
    .mud-popover-paper .mud-menu-item.menu-item-delete[b-pnau0cvibv],
    .mud-popover-paper .mud-menu-item.menu-item-end[b-pnau0cvibv] {
        width: 100% !important;
        display: flex !important;
        position: relative !important;
        box-sizing: border-box !important;
        text-align: start !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        padding: 3px 8px !important;
    }

    .menu-item-delete .menu-item-content[b-pnau0cvibv] {
        color: var(--danger) !important;
    }

    .menu-item-delete .menu-item-icon[b-pnau0cvibv],
    .menu-item-delete .mud-icon[b-pnau0cvibv] {
        color: var(--danger) !important;
    }

    .menu-item-delete .menu-item-text[b-pnau0cvibv] {
        color: var(--danger) !important;
    }

    .mud-popover-paper .menu-item-delete .menu-item-content[b-pnau0cvibv] {
        color: var(--danger) !important;
    }

    .mud-popover-paper .menu-item-delete .menu-item-icon[b-pnau0cvibv],
    .mud-popover-paper .menu-item-delete .mud-icon[b-pnau0cvibv] {
        color: var(--danger) !important;
    }

    .mud-popover-paper .menu-item-delete .menu-item-text[b-pnau0cvibv] {
        color: var(--danger) !important;
    }
}

.menu-item-content[b-pnau0cvibv] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

/* Description Cell - Text Truncation */
.description-cell[b-pnau0cvibv] {
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: wrap;
    white-space: normal;
    max-width: 300px;
    display: block;
    position: relative;
    z-index: 1;
}

/* Prevent tooltip from causing layout shifts */
.description-cell:hover[b-pnau0cvibv] {
    z-index: 10;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .corrections-table thead th[b-pnau0cvibv],
    .corrections-table tbody td[b-pnau0cvibv] {
        padding: 8px 12px;
        font-size: 0.875rem;
    }

    .filter-actions-buttons[b-pnau0cvibv] {
        flex-direction: column;
        width: 100%;
    }

    .filter-actions-buttons .mud-button[b-pnau0cvibv] {
        width: 100%;
    }
}

/* Header Styling */
.corrections-header[b-pnau0cvibv] {
    padding-bottom: 7px;
    margin-bottom: 1rem;
    position: relative;
}

.corrections-header[b-pnau0cvibv]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    height: 1px;
    background-color: #E4E4E7;
    width: 100vw;
    margin-left: -50vw;
}

.corrections-header h5[b-pnau0cvibv] {
    color: #1f2937;
    font-weight: 600;
}

/* Item rows */
.item-row[b-pnau0cvibv] {
    background-color: white !important;
    transition: background-color 0.15s ease;
}

.item-row:hover[b-pnau0cvibv] {
    background-color: #f3f4f6 !important;
}

/* Ended row styling - slightly muted */
.item-row.ended-row[b-pnau0cvibv] {
    background-color: #f9fafb !important;
    color: #9ca3af;
}

.item-row.ended-row:hover[b-pnau0cvibv] {
    background-color: #f3f4f6 !important;
}
/* /Components/Pages/Ledger/PartyLedgerCorrections.razor.rz.scp.css */
/* Party Ledger Corrections Page Styles */
.container-fluid[b-daxzmyyhzp] {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

[b-daxzmyyhzp] .corrections-table,
[b-daxzmyyhzp] .mud-table.corrections-table {
    width: 100% !important;
}

[b-daxzmyyhzp] .corrections-table thead th,
[b-daxzmyyhzp] .mud-table.corrections-table thead th,
[b-daxzmyyhzp] .corrections-table .mud-table-head th,
[b-daxzmyyhzp] .mud-table.corrections-table .mud-table-head th {
    background-color: #f8f9fa !important;
    font-weight: 600 !important;
    color: #495057 !important;
    font-size: 0.9rem !important;
    padding: 8px !important;
    border-bottom: 2px solid #dee2e6 !important;
    white-space: nowrap !important;
    user-select: none !important;
}

[b-daxzmyyhzp] .corrections-table tbody td,
[b-daxzmyyhzp] .mud-table.corrections-table tbody td,
[b-daxzmyyhzp] .corrections-table .mud-table-body td,
[b-daxzmyyhzp] .mud-table.corrections-table .mud-table-body td {
    padding: 8px 12px !important;
    vertical-align: middle !important;
    border-bottom: 1px solid #dee2e6 !important;
}

[b-daxzmyyhzp] .corrections-table tbody tr:hover,
[b-daxzmyyhzp] .mud-table.corrections-table tbody tr:hover,
[b-daxzmyyhzp] .corrections-table .mud-table-body tr:hover,
[b-daxzmyyhzp] .mud-table.corrections-table .mud-table-body tr:hover {
    background-color: #f8f9fa !important;
}

.responsive-paper[b-daxzmyyhzp] {
    overflow-x: auto;
    background-color: white !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.375rem !important;
}
/* Expansion panel header padding when expanded */
[b-daxzmyyhzp] .mud-expand-panel.mud-panel-expanded .mud-expand-panel-header {
    padding-bottom: 0.25rem !important;
}

/* Action menu styling */
.corrections-action-menu .menu-item-content[b-daxzmyyhzp] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.corrections-action-menu .menu-item-icon[b-daxzmyyhzp] {
    margin-right: 4px;
}

.corrections-action-menu .menu-item-text[b-daxzmyyhzp] {
    flex: 1;
}

/* Filter Accordion Styling */
.filter-accordion[b-daxzmyyhzp] {
    border-radius: 4px;
}

.filter-accordion .mud-expansion-panel[b-daxzmyyhzp] {
    border-radius: 4px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
    background-color: var(--white) !important;
}


/* Global CSS for MudBlazor menu items in portals - must be non-scoped */
:global[b-daxzmyyhzp] {
    .mud-popover-paper .mud-menu-item,
    .mud-popover-paper .mud-menu-list .mud-menu-item,
    .mud-menu-item,
    .mud-menu-list .mud-menu-item {
        width: 100% !important;
        display: flex !important;
        position: relative !important;
        box-sizing: border-box !important;
        text-align: start !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        padding: 3px 8px !important;
    }

    .mud-popover-paper .mud-menu-item.menu-item-edit[b-daxzmyyhzp],
    .mud-popover-paper .mud-menu-item.menu-item-delete[b-daxzmyyhzp] {
        width: 100% !important;
        display: flex !important;
        position: relative !important;
        box-sizing: border-box !important;
        text-align: start !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        padding: 3px 8px !important;
    }

    .menu-item-delete .menu-item-content[b-daxzmyyhzp] {
        color: var(--danger) !important;
    }

    .menu-item-delete .menu-item-icon[b-daxzmyyhzp],
    .menu-item-delete .mud-icon[b-daxzmyyhzp] {
        color: var(--danger) !important;
    }

    .menu-item-delete .menu-item-text[b-daxzmyyhzp] {
        color: var(--danger) !important;
    }

    .mud-popover-paper .menu-item-delete .menu-item-content[b-daxzmyyhzp] {
        color: var(--danger) !important;
    }

    .mud-popover-paper .menu-item-delete .menu-item-icon[b-daxzmyyhzp],
    .mud-popover-paper .menu-item-delete .mud-icon[b-daxzmyyhzp] {
        color: var(--danger) !important;
    }

    .mud-popover-paper .menu-item-delete .menu-item-text[b-daxzmyyhzp] {
        color: var(--danger) !important;
    }
}

.menu-item-content[b-daxzmyyhzp] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

/* Description Cell - Text Truncation */
.description-cell[b-daxzmyyhzp] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

/* Prevent tooltip from causing layout shifts */
.description-cell:hover[b-daxzmyyhzp] {
    z-index: 10;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .corrections-table thead th[b-daxzmyyhzp],
    .corrections-table tbody td[b-daxzmyyhzp] {
        padding: 8px 12px;
        font-size: 0.875rem;
    }

    .filter-actions-buttons[b-daxzmyyhzp] {
        flex-direction: column;
        width: 100%;
    }

    .filter-actions-buttons .mud-button[b-daxzmyyhzp] {
        width: 100%;
    }
}

/* Header Styling */
.corrections-header[b-daxzmyyhzp] {
    padding-bottom: 7px;
    margin-bottom: 1rem;
    position: relative;
}.corrections-header[b-daxzmyyhzp]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    height: 1px;
    background-color: #E4E4E7;
    width: 100vw;
    margin-left: -50vw;
}

.corrections-header h5[b-daxzmyyhzp] {
    color: #1f2937;
    font-weight: 600;
}

/* Corrections Section Styling - matching PartyOwnership design */
[b-daxzmyyhzp] .corrections-section {
    background: var(--white) !important;
    border-radius: 12px !important;
    margin-bottom: 20px !important;
    border: 1px solid #e2e8f0 !important;
    overflow: hidden !important;
}

.section-header[b-daxzmyyhzp] {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(59, 130, 246, 0.02) 100%);
}

.pending-header[b-daxzmyyhzp] {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.05) 0%, rgba(245, 158, 11, 0.02) 100%);
    border-bottom-color: #f59e0b;
}

.created-header[b-daxzmyyhzp] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(59, 130, 246, 0.02) 100%);
    border-bottom-color: var(--primary);
}

.closed-header[b-daxzmyyhzp] {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.05) 0%, rgba(16, 185, 129, 0.02) 100%);
    border-bottom-color: #10b981;
}

.recurring-header[b-daxzmyyhzp] {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.05) 0%, rgba(139, 92, 246, 0.02) 100%);
    border-bottom-color: #8b5cf6;
}

.section-title[b-daxzmyyhzp] {
    font-weight: 600;
    color: #1e293b;
    padding-top: 5px;
}

.pagination-container[b-daxzmyyhzp] {
    display: flex;
    justify-content: flex-end;
    gap: 4px;
    align-items: center;
}

/* Hide table header when Title is empty (using section header instead) */
[b-daxzmyyhzp] .corrections-section .table-header {
    display: none !important;
}

/* Adjust table styling within sections */
[b-daxzmyyhzp] .corrections-section .responsive-paper {
    border: none !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

[b-daxzmyyhzp] .corrections-section .corrections-table tbody tr:hover {
    background-color: #f8fafc !important;
}
/* /Components/Shared/PartyLedgerCorrectionsTable.razor.rz.scp.css */
[b-imuczm7mhe] .responsive-paper {
    background-color: white !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.375rem !important;
}

[b-imuczm7mhe] .corrections-table {
    width: 100% !important;
}

[b-imuczm7mhe] .corrections-table thead th {
    background-color: #f8f9fa !important;
    font-weight: 600 !important;
    color: #495057 !important;
    font-size: 0.9rem !important;
    padding: 8px !important;
    border-bottom: 2px solid #dee2e6 !important;
    white-space: nowrap !important;
    user-select: none !important;
}

[b-imuczm7mhe] .corrections-table tbody td {
    padding: 8px 12px !important;
    vertical-align: middle !important;
    border-bottom: 1px solid #dee2e6 !important;
}

[b-imuczm7mhe] .corrections-table tbody tr:hover {
    background-color: #f8f9fa !important;
}

.corrections-table thead th[b-imuczm7mhe]{
    background-color: #f8f9fa !important;
    font-weight: 600;
    color: #495057;
    font-size: 0.9rem;
    padding: 8px;
    white-space: nowrap;
    user-select: none;
}

.table-header[b-imuczm7mhe] {
    padding: 16px !important;
    border-bottom: 1px solid #e0e0e0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background-color: white !important;
    width: 100% !important;
}

.table-header h6[b-imuczm7mhe] {
    margin: 0 !important;
    flex-shrink: 0 !important;
}

.pagination-container[b-imuczm7mhe] {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    margin-left: auto !important;
    flex-shrink: 0 !important;
    justify-content: flex-end !important;
}

.pagination-info[b-imuczm7mhe] {
    margin-right: 8px;
}

.pagination-button[b-imuczm7mhe] {
    min-width: auto;
    padding: 4px 8px;
}

.pagination-button-page[b-imuczm7mhe] {
    min-width: 36px;
    padding: 4px 8px;
}

.loading-container[b-imuczm7mhe] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
}

.empty-container[b-imuczm7mhe] {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding: 32px 16px !important;
    color: #666 !important;
    width: 100% !important;
}

.empty-container .mud-typography[b-imuczm7mhe] {
    text-align: center !important;
    width: 100% !important;
}

/* /Components/Shared/SortableTableHeader.razor.rz.scp.css */
.sortable-header[b-lf0ojqhxwd] {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.sortable-header-right[b-lf0ojqhxwd] {
    justify-content: flex-end;
}

.sort-icon-active[b-lf0ojqhxwd] {
    opacity: 1;
    color: var(--mud-palette-primary);
}

.sort-icon-inactive[b-lf0ojqhxwd] {
    opacity: 0.4;
}

