/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-qap0sisyc2],
.components-reconnect-repeated-attempt-visible[b-qap0sisyc2],
.components-reconnect-failed-visible[b-qap0sisyc2],
.components-reconnect-succeeded-visible[b-qap0sisyc2],
.components-pause-visible[b-qap0sisyc2],
.components-resume-failed-visible[b-qap0sisyc2],
.components-rejoining-animation[b-qap0sisyc2] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show[b-qap0sisyc2],
#components-reconnect-modal.components-reconnect-retrying[b-qap0sisyc2],
#components-reconnect-modal.components-reconnect-failed[b-qap0sisyc2],
#components-reconnect-modal.components-reconnect-succeeded[b-qap0sisyc2],
#components-reconnect-modal.components-reconnect-paused[b-qap0sisyc2],
#components-reconnect-modal.components-reconnect-resume-failed[b-qap0sisyc2] {
    display: block !important;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-qap0sisyc2],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-qap0sisyc2],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-qap0sisyc2],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-qap0sisyc2],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-qap0sisyc2],
#components-reconnect-modal.components-reconnect-succeeded .components-reconnect-succeeded-visible[b-qap0sisyc2],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-qap0sisyc2],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-qap0sisyc2] {
    display: block;
}

#components-reconnect-modal.components-reconnect-succeeded .components-reconnect-icon[b-qap0sisyc2] {
    background: #ecfdf3;
    color: #027a48;
}

#components-reconnect-modal.components-reconnect-succeeded .components-reconnect-icon span[b-qap0sisyc2] {
    width: 24px;
    height: 12px;
    border: 0;
    border-left: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    border-radius: 0;
    animation: none;
    transform: rotate(-45deg);
}

#components-reconnect-modal[b-qap0sisyc2] {
    display: none;
    width: min(92vw, 420px);
    margin: 18vh auto;
    padding: 0;
    color: #172033;
    background: #ffffff;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(14, 24, 44, 0.28);
}

#components-reconnect-modal[b-qap0sisyc2]::backdrop {
    background: rgba(14, 24, 44, 0.48);
    backdrop-filter: blur(2px);
}

.components-reconnect-container[b-qap0sisyc2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 28px;
    text-align: center;
}

.components-reconnect-icon[b-qap0sisyc2] {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 50%;
    background: #eef6ff;
    color: #1769aa;
}

.components-reconnect-icon span[b-qap0sisyc2] {
    width: 20px;
    height: 20px;
    border: 3px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    animation: components-reconnect-spin-b-qap0sisyc2 0.9s linear infinite;
}

#components-reconnect-modal h2[b-qap0sisyc2] {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
}

#components-reconnect-modal p[b-qap0sisyc2] {
    margin: 0;
    color: #526173;
    line-height: 1.45;
}

#components-reconnect-modal button[b-qap0sisyc2] {
    min-width: 148px;
    border: 0;
    border-radius: 6px;
    padding: 10px 18px;
    font-weight: 700;
    cursor: pointer;
}

#components-reconnect-button[b-qap0sisyc2],
#components-resume-button[b-qap0sisyc2] {
    color: #ffffff;
    background: #1769aa;
}

#components-reload-button[b-qap0sisyc2] {
    color: #172033;
    background: #edf2f7;
}

#components-reconnect-modal button:hover[b-qap0sisyc2] {
    filter: brightness(0.96);
}

.components-rejoining-animation[b-qap0sisyc2] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@keyframes components-reconnect-spin-b-qap0sisyc2 {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Shared/FlexibleDateField.razor.rz.scp.css */
.flex-date-field[b-302b09jmfu] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    margin-bottom: 4px;
}

.flex-date-field--normal[b-302b09jmfu] {
    margin-top: 16px;
}

.flex-date-field--dense[b-302b09jmfu] {
    margin-top: 4px;
}

.flex-date-label[b-302b09jmfu] {
    color: #34425f;
    font-size: 0.78rem;
    font-weight: 750;
    line-height: 1.35;
}

.flex-date-required[b-302b09jmfu] {
    color: var(--ay-danger, #ff3d63);
    margin-left: 2px;
}

.flex-date-input[b-302b09jmfu] {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    width: 100%;
    color: #101a33;
    background: #f8fbff;
    border-bottom: 1px solid #aab7cf;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.flex-date-input--outlined[b-302b09jmfu] {
    min-height: 40px;
    padding-inline: 12px;
    border: 1px solid #d7e1f0;
    border-radius: var(--ay-radius-sm, 12px);
}

.flex-date-input--filled[b-302b09jmfu] {
    min-height: 40px;
    padding-inline: 12px;
    border: 1px solid transparent;
    border-radius: var(--ay-radius-sm, 12px);
}

.flex-date-input:focus-within[b-302b09jmfu] {
    background: #ffffff;
    border-color: var(--ay-cyan, #18b7ff);
    box-shadow: 0 0 0 4px rgba(24, 183, 255, 0.16);
}

.flex-date-input--error[b-302b09jmfu] {
    border-color: var(--ay-danger, #ff3d63);
    box-shadow: 0 0 0 4px rgba(255, 61, 99, 0.10);
}

.flex-date-input--disabled[b-302b09jmfu] {
    opacity: 0.7;
    background: #eef3f9;
}

.flex-date-part[b-302b09jmfu] {
    width: 2.3ch;
    min-width: 2.3ch;
    padding: 0;
    color: inherit;
    background: transparent;
    border: 0;
    outline: 0;
    font: inherit;
    font-size: 0.88rem;
    line-height: 1;
    text-align: center;
}

.flex-date-part--year[b-302b09jmfu] {
    width: 4.5ch;
    min-width: 4.5ch;
}

.flex-date-part[b-302b09jmfu]::placeholder {
    color: #8a96ad;
}

.flex-date-separator[b-302b09jmfu] {
    padding-inline: 2px;
    color: #66708a;
    user-select: none;
}

.flex-date-clear[b-302b09jmfu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-left: 0;
    color: #66708a;
    background: transparent;
    border: 0;
    border-radius: 999px;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.flex-date-native[b-302b09jmfu] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.flex-date-calendar[b-302b09jmfu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    min-width: 28px;
    margin-left: auto;
    color: #66708a;
    background: transparent;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
}

.flex-date-calendar:hover:not(:disabled)[b-302b09jmfu] {
    color: #101a33;
    background: rgba(16, 26, 51, 0.08);
}

.flex-date-calendar:disabled[b-302b09jmfu] {
    cursor: default;
}

.flex-date-clear:hover:not(:disabled)[b-302b09jmfu] {
    color: #101a33;
    background: rgba(16, 26, 51, 0.08);
}

.flex-date-clear:disabled[b-302b09jmfu] {
    cursor: default;
}

.flex-date-error[b-302b09jmfu] {
    color: var(--ay-danger, #ff3d63);
    font-size: 0.75rem;
    line-height: 1.3;
}
/* /Components/Shared/PrintableReportViewer.razor.rz.scp.css */
.report-preview-shell[b-vltkex2tcy] {
    overflow: auto;
    padding: 18px;
    background: #d7dce2;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
}

.print-report-page[b-vltkex2tcy] {
    background: white;
    color: #1f2933;
    margin: 0 auto;
    padding: 10mm;
    box-shadow: 0 2px 12px rgba(15, 23, 42, .18);
    font-family: Arial, Helvetica, sans-serif;
    font-size: var(--report-font-size);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
    --report-fit-scale: 1;
}

.print-report-page.custom-size[b-vltkex2tcy] {
    min-height: auto;
    height: auto;
    overflow: visible;
}

.print-report-page.custom-size .print-report-page-content[b-vltkex2tcy] {
    flex: 0 0 auto;
}

.print-report-page-content[b-vltkex2tcy] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    max-width: 100%;
    min-width: 0;
    transform-origin: top left;
}

.print-report-page.fit-one-page .print-report-page-content[b-vltkex2tcy] {
    width: calc(100% / var(--report-fit-scale, 1));
    max-width: none;
    transform: scale(var(--report-fit-scale, 1));
    transform-origin: top left;
}

.print-report-page.portrait[b-vltkex2tcy] {
    width: 210mm;
    min-height: 297mm;
}

.print-report-page.landscape[b-vltkex2tcy] {
    width: 297mm;
    min-height: 210mm;
}

.print-report-header[b-vltkex2tcy] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid #4b5563;
    padding-bottom: 6px;
    margin-bottom: 8px;
}

.print-report-header h1[b-vltkex2tcy] {
    font-size: 15px;
    margin: 0 0 4px;
    line-height: 1.2;
    letter-spacing: 0;
}

.print-report-header.movement-apartment-header[b-vltkex2tcy] {
    display: block;
    text-align: center;
}

.print-report-header.movement-apartment-header h1[b-vltkex2tcy],
.print-report-header.movement-apartment-header .print-report-meta[b-vltkex2tcy],
.print-report-header.movement-apartment-header .print-report-date[b-vltkex2tcy] {
    text-align: center;
}

.print-report-header.apartment-debt-header[b-vltkex2tcy] {
    display: block;
    text-align: center;
    border-bottom: 0;
    padding-bottom: 2px;
    margin-bottom: 6px;
}

.print-report-header.apartment-debt-header h1[b-vltkex2tcy] {
    font-size: 14px;
    margin: 0;
    line-height: 1.15;
}

.print-report-header.audit-report-header[b-vltkex2tcy] {
    display: block;
    text-align: center;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 6px;
}

.print-report-header.audit-report-header h1[b-vltkex2tcy] {
    font-size: 16px;
    margin: 0;
    line-height: 1.15;
}

.print-report-header.income-expense-report-header[b-vltkex2tcy] {
    display: block;
    text-align: center;
    border-bottom: 0;
    padding-bottom: 0;
    margin: 14mm 0 8mm;
}

.print-report-header.income-expense-report-header h1[b-vltkex2tcy] {
    max-width: 230mm;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.12;
    font-weight: 700;
}

.print-report-meta[b-vltkex2tcy],
.print-report-date[b-vltkex2tcy],
.print-report-footer[b-vltkex2tcy] {
    font-size: 8px;
    color: #4b5563;
}

.print-report-table[b-vltkex2tcy] {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.print-report-table.content-width[b-vltkex2tcy] {
    width: max-content;
    max-width: 100%;
    table-layout: auto;
}

.print-report-table th[b-vltkex2tcy],
.print-report-table td[b-vltkex2tcy] {
    border: 1px solid #cbd5e1;
    padding: 2px 4px;
    height: var(--report-row-height);
    vertical-align: middle;
    min-width: 0;
    overflow: hidden;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.print-report-table th[b-vltkex2tcy],
.print-report-table td:not(.money):not(.date)[b-vltkex2tcy],
.print-report-table td.wrap:not(.money)[b-vltkex2tcy] {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.print-report-table td:not(.wrap).money[b-vltkex2tcy],
.print-report-table td:not(.wrap).date[b-vltkex2tcy] {
    white-space: nowrap;
}

.print-report-table th[b-vltkex2tcy] {
    background: #eef2f7;
    color: #111827;
    font-weight: 700;
    text-align: left;
}

.print-report-table .print-report-group[b-vltkex2tcy],
.print-report-table .print-report-group-empty[b-vltkex2tcy] {
    background: #f8fafc;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
}

.print-report-page.apartment-debt-report-page .print-report-table th[b-vltkex2tcy] {
    text-align: center;
}

.print-report-page.apartment-debt-report-page .print-report-table .print-report-group[b-vltkex2tcy],
.print-report-page.apartment-debt-report-page .print-report-table .print-report-group-empty[b-vltkex2tcy] {
    background: #ffffff;
    text-align: center;
    vertical-align: middle;
}

.print-report-page.audit-report-page[b-vltkex2tcy] {
    padding: 18px;
}

.print-report-page.audit-report-page .print-report-table th[b-vltkex2tcy],
.print-report-page.audit-report-page .print-report-table td[b-vltkex2tcy] {
    border: 1px solid #d3d3d3;
    padding: 2px;
    height: 14.5px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 9.3px;
    line-height: 1.05;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

.print-report-page.audit-report-page .print-report-table th[b-vltkex2tcy] {
    font-weight: 700;
    text-align: center;
    background: #ffffff;
}

.print-report-page.audit-report-page .print-report-table th.money[b-vltkex2tcy] {
    text-align: center;
}

.print-report-page.audit-report-page .print-report-table td:nth-child(3)[b-vltkex2tcy] {
    font-size: 8px;
}

.print-report-page.audit-report-page .print-report-table td:nth-child(4)[b-vltkex2tcy] {
    font-size: 6.7px;
}

.print-report-page.audit-report-page .print-report-table tr.report-row-alt td[b-vltkex2tcy] {
    background: #ffffff;
}

.print-report-page.audit-report-page .print-report-table tr.audit-row-silver td[b-vltkex2tcy] {
    background: #c0c0c0;
}

.print-report-page.income-expense-report-page[b-vltkex2tcy] {
    padding: 10mm 12mm;
}

.print-report-page.income-expense-report-page .print-report-table th[b-vltkex2tcy],
.print-report-page.income-expense-report-page .print-report-table td[b-vltkex2tcy] {
    border-color: #d3d3d3;
    padding: 2px 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 1.05;
    vertical-align: top;
}

.print-report-page.income-expense-report-page .print-report-table th[b-vltkex2tcy] {
    background: #c0c0c0;
    text-align: center;
    font-weight: 700;
}

.print-report-page.income-expense-report-page .print-report-table tr.report-row-alt td[b-vltkex2tcy],
.print-report-page.income-expense-report-page .print-report-table tr.report-row-total td[b-vltkex2tcy] {
    background: #ffffff;
}

.print-report-page.all-buildings-cash-bank-page[b-vltkex2tcy] {
    padding: 10mm 12mm;
    color: #000000;
}

.all-buildings-cash-bank-table[b-vltkex2tcy] {
    table-layout: fixed;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

.all-buildings-cash-bank-table.content-width[b-vltkex2tcy] {
    width: max-content;
    table-layout: auto;
}

.all-buildings-cash-bank-table th[b-vltkex2tcy],
.all-buildings-cash-bank-table td[b-vltkex2tcy] {
    border: 1px solid #ffffff;
    border-top-color: #000000;
    border-bottom-color: #000000;
    padding: 0 3px;
    height: calc(var(--report-row-height) * .5);
    min-height: 0;
    line-height: 1.08;
    vertical-align: middle;
    overflow: visible;
    word-break: normal;
    overflow-wrap: normal;
}

.all-buildings-cash-bank-table th[b-vltkex2tcy] {
    font-size: var(--report-font-size);
    font-weight: 700;
    text-align: center;
    height: var(--report-row-height);
    color: #ffffff;
}

.all-buildings-cash-bank-table .all-buildings-cash-bank-building[b-vltkex2tcy] {
    width: 42mm;
    text-align: left;
    font-size: calc(var(--report-font-size) * .9);
    white-space: normal;
}

.all-buildings-cash-bank-table th.all-buildings-cash-bank-building[b-vltkex2tcy],
.all-buildings-cash-bank-table td.all-buildings-cash-bank-building[b-vltkex2tcy] {
    background: #bfbfbf;
}

.all-buildings-cash-bank-table .all-buildings-cash-bank-kynet[b-vltkex2tcy] {
    width: 28mm;
    text-align: center;
}

.all-buildings-cash-bank-table th.all-buildings-cash-bank-kynet[b-vltkex2tcy],
.all-buildings-cash-bank-table .all-buildings-cash-bank-kynet-label[b-vltkex2tcy],
.all-buildings-cash-bank-table .all-buildings-cash-bank-kynet-value[b-vltkex2tcy] {
    background: #a7eeee;
}

.all-buildings-cash-bank-table .all-buildings-cash-bank-cashes[b-vltkex2tcy] {
    width: 52mm;
    text-align: center;
    font-size: var(--report-font-size);
    font-weight: 700;
}

.all-buildings-cash-bank-table .all-buildings-cash-bank-banks[b-vltkex2tcy] {
    width: 168mm;
    text-align: center;
    font-size: var(--report-font-size);
    font-weight: 700;
}

.all-buildings-cash-bank-table th.all-buildings-cash-bank-cashes[b-vltkex2tcy],
.all-buildings-cash-bank-table td:nth-child(3)[b-vltkex2tcy],
.all-buildings-cash-bank-table .all-buildings-cash-bank-label-row td:nth-child(3)[b-vltkex2tcy],
.all-buildings-cash-bank-table .all-buildings-cash-bank-value-row td:nth-child(2)[b-vltkex2tcy] {
    background: #f6b3c2;
}

.all-buildings-cash-bank-table th.all-buildings-cash-bank-banks[b-vltkex2tcy],
.all-buildings-cash-bank-table .all-buildings-cash-bank-label-row td:nth-child(4)[b-vltkex2tcy],
.all-buildings-cash-bank-table .all-buildings-cash-bank-value-row td:nth-child(3)[b-vltkex2tcy] {
    background: #d9b98a;
}

.all-buildings-cash-bank-label-row td[b-vltkex2tcy] {
    padding-top: 0;
}

.all-buildings-cash-bank-value-row td[b-vltkex2tcy] {
    padding-bottom: 0;
}

.all-buildings-cash-bank-kynet-label[b-vltkex2tcy],
.all-buildings-cash-bank-grid[b-vltkex2tcy] {
    font-size: calc(var(--report-font-size) * .9);
}

.all-buildings-cash-bank-kynet-value[b-vltkex2tcy],
.all-buildings-cash-bank-grid .money[b-vltkex2tcy] {
    font-size: var(--report-font-size);
    text-align: right;
    white-space: nowrap;
}

.all-buildings-cash-bank-grid[b-vltkex2tcy] {
    display: grid;
    column-gap: 3px;
    align-items: start;
}

.all-buildings-cash-bank-grid span[b-vltkex2tcy] {
    min-width: 0;
    overflow: hidden;
    text-overflow: clip;
    white-space: normal;
    text-align: center;
}

.print-report-page.all-buildings-group-companies-page[b-vltkex2tcy] {
    padding: 14mm 18mm 12mm;
    color: #000000;
}

.all-buildings-group-companies-table[b-vltkex2tcy] {
    table-layout: fixed;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

.all-buildings-group-companies-table.content-width[b-vltkex2tcy] {
    width: max-content;
    table-layout: auto;
}

.all-buildings-group-companies-table th[b-vltkex2tcy],
.all-buildings-group-companies-table td[b-vltkex2tcy] {
    border: 1px solid #bfbfbf;
    border-top-color: #000000;
    border-bottom-color: #000000;
    padding: 0 3px;
    height: calc(var(--report-row-height) * .5);
    min-height: 0;
    line-height: 1.08;
    vertical-align: middle;
    overflow: visible;
    word-break: normal;
    overflow-wrap: normal;
    background: #a7eeee;
}

.all-buildings-group-companies-table th[b-vltkex2tcy] {
    font-size: var(--report-font-size);
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    height: var(--report-row-height);
}

.all-buildings-group-companies-table .all-buildings-group-companies-building[b-vltkex2tcy] {
    width: 64mm;
    text-align: left;
    font-size: calc(var(--report-font-size) * .9);
    font-weight: 700;
    white-space: normal;
    background: #bfbfbf;
}

.all-buildings-group-companies-table th.all-buildings-group-companies-building[b-vltkex2tcy] {
    text-align: center;
    font-size: var(--report-font-size);
}

.all-buildings-group-companies-label-row td[b-vltkex2tcy] {
    font-size: calc(var(--report-font-size) * .9);
    font-weight: 700;
    text-align: center;
}

.all-buildings-group-companies-value-row td[b-vltkex2tcy] {
    font-size: var(--report-font-size);
    text-align: right;
    white-space: nowrap;
}

.print-report-page.cash-flow-report-page[b-vltkex2tcy] {
    padding: 24mm 11mm 0 15mm;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}

.cash-flow-report[b-vltkex2tcy] {
    display: grid;
    grid-template-columns: 76.7mm 76.7mm;
    column-gap: 25mm;
    align-items: start;
    width: 178.4mm;
}

.cash-flow-column[b-vltkex2tcy] {
    min-width: 0;
}

.cash-flow-total-line[b-vltkex2tcy] {
    display: grid;
    grid-template-columns: 46mm 30.7mm;
    align-items: end;
    margin-bottom: 10.5mm;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
    color: #000000;
}

.cash-flow-total-line span[b-vltkex2tcy] {
    text-decoration: underline;
}

.cash-flow-total-line span:last-child[b-vltkex2tcy] {
    text-align: right;
}

.cash-flow-report h2[b-vltkex2tcy] {
    margin: 0 0 3.2mm 0;
    font-size: 12px;
    line-height: 1.1;
    font-style: italic;
    font-weight: 700;
    color: #000000;
}

.cash-flow-table[b-vltkex2tcy] {
    width: 76.7mm;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    margin: 0 0 10.3mm 0;
    font-size: var(--report-font-size);
    line-height: 1.08;
    color: #000000;
}

.cash-flow-table th[b-vltkex2tcy],
.cash-flow-table td[b-vltkex2tcy] {
    height: 5.9mm;
    padding: 0 2px;
    border: 1px solid #d3d3d3;
    vertical-align: middle;
    background: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
}

.cash-flow-table th:first-child[b-vltkex2tcy],
.cash-flow-table td:first-child[b-vltkex2tcy] {
    width: 51.6mm;
    text-align: left;
}

.cash-flow-table th:last-child[b-vltkex2tcy],
.cash-flow-table td:last-child[b-vltkex2tcy] {
    width: 25.1mm;
    text-align: right;
}

.cash-flow-table th[b-vltkex2tcy] {
    font-weight: 700;
}

.cash-flow-table th:last-child[b-vltkex2tcy] {
    font-weight: 400;
}

.cash-flow-table .cash-flow-total-row td[b-vltkex2tcy] {
    font-weight: 700;
}

.cash-flow-report-page .print-report-page-content[b-vltkex2tcy] {
    flex: 0 0 auto;
}

.print-report-page.income-expense-report-page .print-report-table tr.report-row-total td[b-vltkex2tcy] {
    font-weight: 700;
}

.print-report-page.income-expense-report-page .print-report-table td.date[b-vltkex2tcy] {
    white-space: pre-line;
    text-align: right;
}

.print-report-table .money[b-vltkex2tcy] {
    text-align: right;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
}

.print-report-table .date[b-vltkex2tcy] {
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
}

.print-report-table tr.report-row-alt td[b-vltkex2tcy] {
    background: #f8fafc;
}

.print-report-table tr.report-row-payment td[b-vltkex2tcy] {
    background: #e7f4df;
}

.print-report-table tr.report-row-icra td[b-vltkex2tcy] {
    background: #f9d7e6;
}

.print-report-table tr.report-row-late-fee td[b-vltkex2tcy] {
    background: #fef3c7;
    font-weight: 600;
}

.print-report-table tr.report-row-total td[b-vltkex2tcy] {
    background: #e5e7eb;
    font-weight: 700;
}

.print-report-table tr.report-group-page-break[b-vltkex2tcy] {
    break-before: page;
    page-break-before: always;
}

.print-report-table tr.report-group-page-break td[b-vltkex2tcy] {
    border: 0;
    height: 0;
    padding: 0;
}

.print-report-table tr.report-row-movement-total td[b-vltkex2tcy] {
    background: #e5e7eb;
    font-weight: 700;
}

.print-report-table tr.report-row-group-header td[b-vltkex2tcy] {
    background: #d1d5db;
    color: #111827;
    font-weight: 700;
    text-align: left;
    break-before: page;
    page-break-before: always;
}

.print-report-table tbody tr.report-row-group-header:first-child td[b-vltkex2tcy] {
    break-before: auto;
    page-break-before: auto;
}

.print-report-table tr.report-row-movement-total .report-total-label[b-vltkex2tcy] {
    text-align: right;
}

.print-report-table tr.report-row-movement-total .report-total-debt[b-vltkex2tcy] {
    color: #b91c1c;
}

.print-report-table tr.report-row-movement-total .report-total-credit[b-vltkex2tcy] {
    color: #166534;
}

.print-report-table tr.report-row-movement-total .report-total-final[b-vltkex2tcy] {
    color: #ffffff !important;
}

.print-report-table tr.report-row-movement-total .report-total-final-negative[b-vltkex2tcy] {
    background: #991b1b !important;
}

.print-report-table tr.report-row-movement-total .report-total-final-positive[b-vltkex2tcy] {
    background: #166534 !important;
}

.print-report-table tr.report-row-balance-positive td[b-vltkex2tcy] {
    background: #166534;
    color: #ffffff;
    font-weight: 700;
}

.print-report-table tr.report-row-balance-negative td[b-vltkex2tcy] {
    background: #991b1b;
    color: #ffffff;
    font-weight: 700;
}

.print-report-table .movement-balance[b-vltkex2tcy] {
    background: #14532d !important;
    color: #ffffff;
    font-weight: 700;
}

.print-report-table .movement-balance-positive[b-vltkex2tcy] {
    background: #166534 !important;
    color: #ffffff !important;
    font-weight: 700;
}

.print-report-table .movement-balance-negative[b-vltkex2tcy] {
    background: #991b1b !important;
    color: #ffffff !important;
    font-weight: 700;
}

.print-report-table .money-positive[b-vltkex2tcy] {
    color: #166534;
    font-weight: 600;
}

.print-report-table .money-negative[b-vltkex2tcy] {
    color: #b91c1c;
    font-weight: 600;
}

.print-report-footer[b-vltkex2tcy] {
    margin-top: auto;
    text-align: center;
    padding-top: 8px;
}

.print-report-footer-text[b-vltkex2tcy] {
    margin-bottom: 4px;
    color: #111827;
}

.apartment-debt-footer-layout[b-vltkex2tcy] {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    align-items: end;
    gap: 8px;
    color: #111827;
}

.apartment-debt-footer-center[b-vltkex2tcy] {
    text-align: center;
}

.apartment-debt-footer-right[b-vltkex2tcy] {
    text-align: right;
}

.audit-total-line[b-vltkex2tcy] {
    display: grid;
    grid-template-columns: 1fr 90px;
    align-items: center;
    gap: 12px;
    margin: auto 0 0 auto;
    width: 170px;
    font-size: 9px;
    font-weight: 700;
}

.audit-total-line span:first-child[b-vltkex2tcy] {
    text-align: right;
}

.audit-total-line span:last-child[b-vltkex2tcy] {
    text-align: right;
}

.audit-cash-flow-summary[b-vltkex2tcy] {
    margin: 14px auto 0;
    width: 78%;
    color: #111827;
}

.audit-cash-flow-summary h2[b-vltkex2tcy] {
    margin: 0 0 6px;
    text-align: center;
    font-size: 9px;
    line-height: 1.1;
}

.audit-cash-flow-grid[b-vltkex2tcy] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 28px;
    row-gap: 3px;
    font-size: 8px;
}

.audit-cash-flow-grid > div[b-vltkex2tcy] {
    display: grid;
    grid-template-columns: 1fr 86px;
    gap: 8px;
    align-items: center;
}

.audit-cash-flow-grid strong[b-vltkex2tcy] {
    text-align: right;
    font-weight: 400;
}

.audit-footer-layout[b-vltkex2tcy] {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    align-items: end;
    gap: 8px;
    color: #111827;
    font-size: 7px;
}

.audit-footer-center[b-vltkex2tcy] {
    text-align: center;
}

.audit-footer-right[b-vltkex2tcy] {
    text-align: right;
}

@media print {
    .report-toolbar[b-vltkex2tcy],
    .mud-appbar[b-vltkex2tcy],
    .mud-drawer[b-vltkex2tcy] {
        display: none !important;
    }

    .report-preview-shell[b-vltkex2tcy] {
        padding: 0;
        background: white;
        overflow: visible;
    }

    .print-report-page[b-vltkex2tcy] {
        box-shadow: none;
        margin: 0;
        width: auto;
        min-height: auto;
        overflow: visible;
        break-after: page;
        page-break-after: always;
    }

    .print-report-page.fit-one-page .print-report-page-content[b-vltkex2tcy] {
        width: 100%;
        transform: none;
    }

    .print-report-page:last-child[b-vltkex2tcy] {
        break-after: auto;
        page-break-after: auto;
    }

    .print-report-table thead[b-vltkex2tcy] {
        display: table-header-group;
    }

    @page {
        size: A4;
        margin: 8mm;
    }
}
