/* /Controls/Plaid/Note.razor.rz.scp.css */
span[b-35r1440f0w] {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: Inconsolata, Consolas, Courier, monospace;
  height: 3.2rem;
  min-width: 7.2rem;
  border: 0.1rem solid #949494;
  border-radius: 0.2rem;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding: 0 0.8rem 0 0.8rem;
}

.info[b-35r1440f0w] {
  border: 1px solid #0a85ea;
}

.post[b-35r1440f0w] {
  margin: 1.6rem 0 1.6rem 2.4rem;
  font-size: 1.4rem;
}

/*# sourceMappingURL=Note.razor.css.map */
/* /Controls/Plaid/SingleContainer.razor.rz.scp.css */
.containerContainer[b-rwt4x11ov8] {
  display: grid;
  grid-template-columns: 15% 57% 28%;
  width: 100%;
  border-top: 1px solid #ededed;
}

.containerContents[b-rwt4x11ov8] {
  margin: 1.6rem 2.4rem;
}

.containerButtons[b-rwt4x11ov8] {
  display: flex;
  flex-direction: column;
}

/*# sourceMappingURL=SingleContainer.razor.css.map */
/* /Pages/FIN/Reports/BillsReport.razor.rz.scp.css */
/* ── FILTER PANEL: unified input/select height ── */
.filter-control[b-d4u21ob39j] {
    height: 42px !important;
    padding: 0.5rem 0.75rem !important;
    font-size: 14px !important;
    border-color: #cbd5e0 !important;
    border-radius: 6px !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
}

select.filter-control[b-d4u21ob39j] {
    padding-right: 2.25rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 14px 10px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.filter-control:focus[b-d4u21ob39j] {
    border-color: #34C79E !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(52, 199, 158, 0.15) !important;
}

.filter-control:disabled[b-d4u21ob39j] {
    background-color: #f1f5f9 !important;
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

#print-report-root table th[b-d4u21ob39j],
#print-report-root table td[b-d4u21ob39j] {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

/* ── ON-SCREEN TABLE CSS ── */
#print-report-root .table-responsive[b-d4u21ob39j] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#print-report-root table[b-d4u21ob39j] {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    #print-report-root table td[b-d4u21ob39j] {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        vertical-align: middle;
    }

    #print-report-root table th[b-d4u21ob39j] {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        vertical-align: middle;
    }

@page {
    margin: 10mm 12mm;
}

@media print {
    .no-print[b-d4u21ob39j] {
        display: none !important;
    }

    *[b-d4u21ob39j] {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    #print-report-root[b-d4u21ob39j],
    #print-report-root *[b-d4u21ob39j] {
        visibility: visible !important;
    }

    #print-report-root[b-d4u21ob39j] {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: auto !important;
        background: white !important;
        overflow: visible !important;
    }

    #print-report-root .container-lg[b-d4u21ob39j],
    #print-report-root .container-fluid[b-d4u21ob39j] {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    #print-report-root .shadow-sm[b-d4u21ob39j] {
        box-shadow: none !important;
    }

    #print-report-root .rounded-3[b-d4u21ob39j] {
        border-radius: 0 !important;
    }

    #print-report-root .bg-white.p-5[b-d4u21ob39j] {
        padding: 8px !important;
    }

    #print-report-root [style*="border: 1px solid #e0e0e0"][b-d4u21ob39j] {
        border: none !important;
    }

    #print-report-root .mb-5[b-d4u21ob39j] {
        margin-bottom: 8px !important;
    }

    #print-report-root .mb-4[b-d4u21ob39j] {
        margin-bottom: 6px !important;
    }

    #print-report-root .mb-3[b-d4u21ob39j] {
        margin-bottom: 4px !important;
    }

    #print-report-root .py-4[b-d4u21ob39j] {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    #print-report-root .mt-5[b-d4u21ob39j] {
        margin-top: 8px !important;
    }

    #print-report-root hr[b-d4u21ob39j] {
        margin: 6px 0 !important;
        page-break-after: avoid !important;
    }

    #print-report-root h2[b-d4u21ob39j] {
        font-size: 13pt !important;
        margin-bottom: 4px !important;
    }

    thead[b-d4u21ob39j] {
        display: table-header-group !important;
    }

    tfoot[b-d4u21ob39j] {
        display: table-footer-group !important;
    }

    tr[b-d4u21ob39j] {
        page-break-inside: avoid !important;
        break-inside: avoid !important;
    }

    .page-break-avoid[b-d4u21ob39j] {
        page-break-inside: avoid !important;
        break-inside: avoid !important;
    }

    .table-responsive[b-d4u21ob39j] {
        overflow: visible !important;
    }

    table[b-d4u21ob39j] {
        width: 100% !important;
        table-layout: fixed !important;
        font-size: 8pt !important;
        border-collapse: collapse !important;
    }

    th[b-d4u21ob39j] {
        padding: 6px 5px !important;
        font-size: 8pt !important;
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        overflow: visible !important;
        line-height: 1.25 !important;
    }

    td[b-d4u21ob39j] {
        padding: 6px 5px !important;
        font-size: 8pt !important;
        word-break: break-word !important;
    }

    td.col-narrow[b-d4u21ob39j],
    td.col-amount[b-d4u21ob39j],
    td.col-badge[b-d4u21ob39j],
    th.col-narrow[b-d4u21ob39j],
    th.col-amount[b-d4u21ob39j],
    th.col-badge[b-d4u21ob39j] {
        white-space: nowrap !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
    }

    td.col-ref[b-d4u21ob39j],
    th.col-ref[b-d4u21ob39j] {
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

    th.col-amount[b-d4u21ob39j],
    th.col-badge[b-d4u21ob39j],
    th.col-narrow[b-d4u21ob39j],
    th.col-duein[b-d4u21ob39j],
    th.col-approval[b-d4u21ob39j],
    th.col-createdby[b-d4u21ob39j] {
        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        text-align: center !important;
    }

    #print-report-root table td.small[b-d4u21ob39j],
    #print-report-root table td .small[b-d4u21ob39j],
    #print-report-root table .fw-bold[b-d4u21ob39j],
    #print-report-root table .small[b-d4u21ob39j] {
        font-size: 6pt !important;
    }

    #print-report-root table .badge[b-d4u21ob39j] {
        font-size: 7pt !important;
        padding: 2px 4px !important;
        color: #ffffff !important;
    }

    #print-report-root table td span[b-d4u21ob39j] {
        font-size: 7pt !important;
    }

    #print-report-root table td:not(:has(.badge))[b-d4u21ob39j],
    #print-report-root table th[b-d4u21ob39j] {
        color: #000000 !important;
    }

    #print-report-root table td .text-success[b-d4u21ob39j] {
        color: #16a34a !important;
    }

    #print-report-root table td .text-danger[b-d4u21ob39j] {
        color: #dc2626 !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid[b-d4u21ob39j] {
        page-break-inside: auto !important;
        break-inside: auto !important;
        background-color: transparent !important;
        border: none !important;
        border-bottom: 1px solid #e2e8f0 !important;
        margin-bottom: 10px !important;
        padding: 4px 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid .row.mb-1.pb-1.border-bottom[b-d4u21ob39j] {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        padding-bottom: 4px !important;
        margin-bottom: 6px !important;
        break-after: avoid !important;
        page-break-after: avoid !important;
    }

    #print-report-root h5[b-d4u21ob39j] {
        font-size: 9pt !important;
        margin-bottom: 2px !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid small[b-d4u21ob39j] {
        font-size: 8pt !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid .table-responsive[b-d4u21ob39j] {
        overflow: visible !important;
        width: 100% !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid table[b-d4u21ob39j] {
        width: 100% !important;
        table-layout: fixed !important;
        font-size: 9pt !important;
        min-width: 0 !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid th[b-d4u21ob39j],
    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td[b-d4u21ob39j] {
        font-size: 9pt !important;
        padding: 4px 5px !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td.col-narrow[b-d4u21ob39j],
    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid th.col-narrow[b-d4u21ob39j],
    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td.col-amount[b-d4u21ob39j],
    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid th.col-amount[b-d4u21ob39j],
    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td.col-badge[b-d4u21ob39j],
    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid th.col-badge[b-d4u21ob39j] {
        white-space: nowrap !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td .text-success.fw-bold[b-d4u21ob39j],
    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td .text-danger.fw-bold[b-d4u21ob39j] {
        font-size: 8pt !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid .badge[b-d4u21ob39j] {
        font-size: 8pt !important;
        padding: 2px 4px !important;
    }

    #print-report-root .text-center.mb-3.py-4[b-d4u21ob39j] {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        margin-bottom: 4px !important;
    }

    #print-report-root table td .text-success.fw-bold[b-d4u21ob39j],
    #print-report-root table td .text-danger.fw-bold[b-d4u21ob39j] {
        font-size: 8pt !important;
    }

    #print-report-root table td[style*="word-break: break-word"][b-d4u21ob39j],
    #print-report-root table th[style*="word-break: break-word"][b-d4u21ob39j] {
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }
}

@media print {
    #print-report-root .table-responsive[b-d4u21ob39j] {
        overflow: visible !important;
    }

    #print-report-root .table-responsive table[b-d4u21ob39j] {
        min-width: 0 !important;
        width: 100% !important;
    }

    #print-report-root thead th[b-d4u21ob39j] {
        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        letter-spacing: 0 !important;
        text-align: center !important;
    }

    #print-report-root .brel-print-table[b-d4u21ob39j] {
        width: 100% !important;
        table-layout: fixed !important;
        font-size: 8pt !important;
    }

    #print-report-root .brel-print-table th[b-d4u21ob39j],
    #print-report-root .brel-print-table td[b-d4u21ob39j] {
        box-sizing: border-box !important;
        vertical-align: top !important;
        line-height: 1.2 !important;
        padding: 4px 5px !important;
    }

    #print-report-root .brel-print-table th[b-d4u21ob39j] {
        font-size: 8pt !important;
    }

    #print-report-root .brel-print-table td[b-d4u21ob39j],
    #print-report-root .brel-print-table td.small[b-d4u21ob39j],
    #print-report-root .brel-print-table td .small[b-d4u21ob39j],
    #print-report-root .brel-print-table .fw-bold[b-d4u21ob39j],
    #print-report-root .brel-print-table .small[b-d4u21ob39j],
    #print-report-root .brel-print-table td span[b-d4u21ob39j] {
        font-size: 8pt !important;
    }

    #print-report-root .brel-print-table thead th[b-d4u21ob39j],
    #print-report-root .brel-print-table tbody td[b-d4u21ob39j],
    #print-report-root .brel-print-table tfoot td[b-d4u21ob39j] {
        width: auto !important;
        max-width: none !important;
    }

    #print-report-root .brel-print-table th:nth-child(1)[b-d4u21ob39j],
    #print-report-root .brel-print-table td:nth-child(1)[b-d4u21ob39j] { width: 10% !important; }
    #print-report-root .brel-print-table th:nth-child(2)[b-d4u21ob39j],
    #print-report-root .brel-print-table td:nth-child(2)[b-d4u21ob39j] { width: 17% !important; }
    #print-report-root .brel-print-table th:nth-child(3)[b-d4u21ob39j],
    #print-report-root .brel-print-table td:nth-child(3)[b-d4u21ob39j] { width: 8% !important; }
    #print-report-root .brel-print-table th:nth-child(4)[b-d4u21ob39j],
    #print-report-root .brel-print-table td:nth-child(4)[b-d4u21ob39j] { width: 10% !important; }
    #print-report-root .brel-print-table th:nth-child(5)[b-d4u21ob39j],
    #print-report-root .brel-print-table td:nth-child(5)[b-d4u21ob39j] { width: 9% !important; }
    #print-report-root .brel-print-table th:nth-child(6)[b-d4u21ob39j],
    #print-report-root .brel-print-table td:nth-child(6)[b-d4u21ob39j] { width: 7% !important; }
    #print-report-root .brel-print-table th:nth-child(7)[b-d4u21ob39j],
    #print-report-root .brel-print-table td:nth-child(7)[b-d4u21ob39j],
    #print-report-root .brel-print-table th:nth-child(8)[b-d4u21ob39j],
    #print-report-root .brel-print-table td:nth-child(8)[b-d4u21ob39j] { width: 7% !important; }
    #print-report-root .brel-print-table th:nth-child(9)[b-d4u21ob39j],
    #print-report-root .brel-print-table td:nth-child(9)[b-d4u21ob39j] { width: 5% !important; }
    #print-report-root .brel-print-table th:nth-child(10)[b-d4u21ob39j],
    #print-report-root .brel-print-table td:nth-child(10)[b-d4u21ob39j] { width: 7% !important; }
    #print-report-root .brel-print-table th:nth-child(11)[b-d4u21ob39j],
    #print-report-root .brel-print-table td:nth-child(11)[b-d4u21ob39j] { width: 6% !important; }
    #print-report-root .brel-print-table th:nth-child(12)[b-d4u21ob39j],
    #print-report-root .brel-print-table td:nth-child(12)[b-d4u21ob39j] { width: 7% !important; }

    #print-report-root .brel-print-table td.col-ref[b-d4u21ob39j],
    #print-report-root .brel-print-table th.col-ref[b-d4u21ob39j],
    #print-report-root .brel-print-table td.col-text[b-d4u21ob39j],
    #print-report-root .brel-print-table th.col-text[b-d4u21ob39j],
    #print-report-root .brel-print-table td.col-desc[b-d4u21ob39j],
    #print-report-root .brel-print-table th.col-desc[b-d4u21ob39j],
    #print-report-root .brel-print-table td.col-category[b-d4u21ob39j],
    #print-report-root .brel-print-table th.col-category[b-d4u21ob39j],
    #print-report-root .brel-print-table td.col-badge[b-d4u21ob39j],
    #print-report-root .brel-print-table th.col-badge[b-d4u21ob39j],
    #print-report-root .brel-print-table td.col-narrow[b-d4u21ob39j],
    #print-report-root .brel-print-table th.col-narrow[b-d4u21ob39j],
    #print-report-root .brel-print-table td.col-duein[b-d4u21ob39j],
    #print-report-root .brel-print-table th.col-duein[b-d4u21ob39j],
    #print-report-root .brel-print-table td.col-approval[b-d4u21ob39j],
    #print-report-root .brel-print-table th.col-approval[b-d4u21ob39j],
    #print-report-root .brel-print-table td.col-createdby[b-d4u21ob39j],
    #print-report-root .brel-print-table th.col-createdby[b-d4u21ob39j] {
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
        hyphens: auto !important;
    }

    #print-report-root .brel-print-table td.col-amount[b-d4u21ob39j],
    #print-report-root .brel-print-table th.col-amount[b-d4u21ob39j] {
        white-space: nowrap !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
    }

    #print-report-root .brel-print-table .badge[b-d4u21ob39j] {
        font-size: 5.7pt !important;
        padding: 1px 3px !important;
        white-space: normal !important;
        line-height: 1.1 !important;
    }

    #print-report-root .brel-print-table tfoot[b-d4u21ob39j],
    .brecl-print-table tfoot[b-d4u21ob39j] {
        display: table-row-group !important;
    }

    #print-report-root table[b-d4u21ob39j] {
        font-size: 8pt !important;
    }

    #print-report-root table td.small[b-d4u21ob39j],
    #print-report-root table td .small[b-d4u21ob39j],
    #print-report-root table .fw-bold[b-d4u21ob39j],
    #print-report-root table .small[b-d4u21ob39j],
    #print-report-root table td span[b-d4u21ob39j] {
        font-size: 8pt !important;
    }

    #print-report-root table .badge[b-d4u21ob39j] {
        font-size: 6.5pt !important;
        padding: 1px 3px !important;
    }
}

/* /Pages/FIN/Reports/ExpenseReport.razor.rz.scp.css */
/* ── FILTER PANEL: unified input/select height ── */
.filter-control[b-vx8y202xwt] {
    height: 42px !important;
    padding: 0.5rem 0.75rem !important;
    font-size: 14px !important;
    border-color: #cbd5e0 !important;
    border-radius: 6px !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
}

select.filter-control[b-vx8y202xwt] {
    padding-right: 2.25rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 14px 10px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.filter-control:focus[b-vx8y202xwt] {
    border-color: #34C79E !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(52, 199, 158, 0.15) !important;
}

.filter-control:disabled[b-vx8y202xwt] {
    background-color: #f1f5f9 !important;
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

#print-report-root table th[b-vx8y202xwt],
#print-report-root table td[b-vx8y202xwt] {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

/* ── ON-SCREEN TABLE CSS ── */
#print-report-root .table-responsive[b-vx8y202xwt] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#print-report-root table[b-vx8y202xwt] {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

#print-report-root table td[b-vx8y202xwt] {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    vertical-align: middle;
}

#print-report-root table th[b-vx8y202xwt] {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    vertical-align: middle;
}

@page {
    margin: 10mm 12mm;
}

@media print {
    .no-print[b-vx8y202xwt] {
        display: none !important;
    }

    *[b-vx8y202xwt] {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    #print-report-root[b-vx8y202xwt],
    #print-report-root *[b-vx8y202xwt] {
        visibility: visible !important;
    }

    #print-report-root[b-vx8y202xwt] {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: auto !important;
        background: white !important;
        overflow: visible !important;
    }

    #print-report-root .container-lg[b-vx8y202xwt],
    #print-report-root .container-fluid[b-vx8y202xwt] {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    #print-report-root .shadow-sm[b-vx8y202xwt] {
        box-shadow: none !important;
    }

    #print-report-root .bg-white.p-5[b-vx8y202xwt] {
        padding: 8px !important;
    }

    #print-report-root [style*="border: 1px solid #e0e0e0"][b-vx8y202xwt] {
        border: none !important;
    }

    #print-report-root .mb-5[b-vx8y202xwt] {
        margin-bottom: 8px !important;
    }

    #print-report-root h2[b-vx8y202xwt] {
        font-size: 13pt !important;
        margin-bottom: 4px !important;
    }

    thead[b-vx8y202xwt] {
        display: table-header-group !important;
    }

    tfoot[b-vx8y202xwt] {
        display: table-footer-group !important;
    }

    tr[b-vx8y202xwt] {
        page-break-inside: avoid !important;
        break-inside: avoid !important;
    }

    .page-break-avoid[b-vx8y202xwt] {
        page-break-inside: avoid !important;
        break-inside: avoid !important;
    }

    #print-report-root hr[b-vx8y202xwt] {
        page-break-after: avoid !important;
    }

    .table-responsive[b-vx8y202xwt] {
        overflow: visible !important;
    }

    table[b-vx8y202xwt] {
        width: 100% !important;
        table-layout: fixed !important;
        font-size: 8pt !important;
        border-collapse: collapse !important;
    }

    th[b-vx8y202xwt] {
        padding: 4px 5px !important;
        font-size: 8pt !important;
        white-space: normal !important;
        word-break: break-word !important;
        overflow: visible !important;
        line-height: 1.25 !important;
    }

    td[b-vx8y202xwt] {
        padding: 4px 5px !important;
        font-size: 8pt !important;
        word-break: break-word !important;
    }

    td.col-narrow[b-vx8y202xwt],
    td.col-amount[b-vx8y202xwt],
    td.col-badge[b-vx8y202xwt],
    th.col-narrow[b-vx8y202xwt],
    th.col-amount[b-vx8y202xwt],
    th.col-badge[b-vx8y202xwt] {
        white-space: nowrap !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
    }

    td.col-ref[b-vx8y202xwt],
    th.col-ref[b-vx8y202xwt] {
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

    #print-report-root table td.small[b-vx8y202xwt],
    #print-report-root table td .small[b-vx8y202xwt],
    #print-report-root table .fw-bold[b-vx8y202xwt],
    #print-report-root table .small[b-vx8y202xwt] {
        font-size: 8pt !important;
    }

    #print-report-root table .badge[b-vx8y202xwt] {
        font-size: 7pt !important;
        padding: 2px 4px !important;
        color: #ffffff !important;
    }

    #print-report-root table td span[b-vx8y202xwt] {
        font-size: 8pt !important;
    }

    #print-report-root table td:not(:has(.badge))[b-vx8y202xwt],
    #print-report-root table th[b-vx8y202xwt] {
        color: #000000 !important;
    }

    #print-report-root table td .text-success[b-vx8y202xwt] {
        color: #16a34a !important;
    }

    #print-report-root table td .text-danger[b-vx8y202xwt] {
        color: #dc2626 !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid[b-vx8y202xwt] {
        page-break-inside: auto !important;
        break-inside: auto !important;
        border: 1px solid #e2e8f0 !important;
        margin-bottom: 10px !important;
        padding: 8px !important;
        background-color: #f7fafc !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    #print-report-root h5[b-vx8y202xwt] {
        font-size: 9pt !important;
        margin-bottom: 2px !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid small[b-vx8y202xwt] {
        font-size: 8pt !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid .table-responsive[b-vx8y202xwt] {
        overflow: visible !important;
        width: 100% !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid table[b-vx8y202xwt] {
        width: 100% !important;
        table-layout: fixed !important;
        font-size: 7.5pt !important;
        min-width: 0 !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid th[b-vx8y202xwt],
    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td[b-vx8y202xwt] {
        font-size: 7.5pt !important;
        padding: 4px 5px !important;
        line-height: 1.2 !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td.col-amount[b-vx8y202xwt],
    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid th.col-amount[b-vx8y202xwt],
    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td.col-badge[b-vx8y202xwt],
    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid th.col-badge[b-vx8y202xwt] {
        white-space: nowrap !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td.col-narrow[b-vx8y202xwt],
    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid th.col-narrow[b-vx8y202xwt] {
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
        line-height: 1.15 !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td .text-success.fw-bold[b-vx8y202xwt],
    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td .text-danger.fw-bold[b-vx8y202xwt] {
        font-size: 8pt !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid .badge[b-vx8y202xwt] {
        font-size: 8pt !important;
        padding: 2px 4px !important;
    }

    #print-report-root .text-center.mb-3.py-4[b-vx8y202xwt] {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        margin-bottom: 4px !important;
    }

    #print-report-root table td .text-success.fw-bold[b-vx8y202xwt],
    #print-report-root table td .text-danger.fw-bold[b-vx8y202xwt] {
        font-size: 8pt !important;
    }

    #print-report-root table td[style*="word-break: break-word"][b-vx8y202xwt],
    #print-report-root table th[style*="word-break: break-word"][b-vx8y202xwt] {
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }
}

@media print {
    #print-report-root .table-responsive[b-vx8y202xwt] {
        overflow: visible !important;
    }

    #print-report-root .table-responsive table[b-vx8y202xwt] {
        min-width: 0 !important;
        width: 100% !important;
    }

    .flat-list-table[b-vx8y202xwt] {
        min-width: 0 !important;
    }

    .flat-list-table tfoot[b-vx8y202xwt] {
        display: table-row-group !important;
    }

    #print-report-root thead tr[b-vx8y202xwt] {
        white-space: normal !important;
    }

    #print-report-root thead th[b-vx8y202xwt] {
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        letter-spacing: 0 !important;
        line-height: 1.3 !important;
    }

    #print-report-root table[b-vx8y202xwt] {
        font-size: 7.5pt !important;
    }

    #print-report-root table th[b-vx8y202xwt] {
        font-size: 7.5pt !important;
        padding: 3px 4px !important;
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

    #print-report-root table td[b-vx8y202xwt] {
        font-size: 7.5pt !important;
        padding: 3px 4px !important;
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

    #print-report-root table td.small[b-vx8y202xwt],
    #print-report-root table td .small[b-vx8y202xwt],
    #print-report-root table .fw-bold[b-vx8y202xwt],
    #print-report-root table .small[b-vx8y202xwt],
    #print-report-root table td span[b-vx8y202xwt] {
        font-size: 7.5pt !important;
    }

    #print-report-root table .badge[b-vx8y202xwt] {
        font-size: 6.5pt !important;
        padding: 1px 3px !important;
    }
}
/* /Pages/FIN/Reports/ExpenseTransactionReport.razor.rz.scp.css */
/* ── FILTER PANEL: unified input/select height ── */
.filter-control[b-zn3xa8znj0] {
    height: 42px !important;
    padding: 0.5rem 0.75rem !important;
    font-size: 14px !important;
    border-color: #cbd5e0 !important;
    border-radius: 6px !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
}

select.filter-control[b-zn3xa8znj0] {
    padding-right: 2.25rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 14px 10px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.filter-control:focus[b-zn3xa8znj0] {
    border-color: #34C79E !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(52, 199, 158, 0.15) !important;
}

.filter-control:disabled[b-zn3xa8znj0] {
    background-color: #f1f5f9 !important;
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

#print-report-root table th[b-zn3xa8znj0],
#print-report-root table td[b-zn3xa8znj0] {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

/* ── ON-SCREEN TABLE CSS ── */
#print-report-root .table-responsive[b-zn3xa8znj0] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#print-report-root table[b-zn3xa8znj0] {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

#print-report-root table td[b-zn3xa8znj0] {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    vertical-align: middle;
}

#print-report-root table th[b-zn3xa8znj0] {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    vertical-align: middle;
}

@page {
    margin: 10mm 12mm;
}

@media print {
    .no-print[b-zn3xa8znj0] {
        display: none !important;
    }

    *[b-zn3xa8znj0] {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    #print-report-root[b-zn3xa8znj0],
    #print-report-root *[b-zn3xa8znj0] {
        visibility: visible !important;
    }

    #print-report-root[b-zn3xa8znj0] {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: auto !important;
        background: white !important;
        overflow: visible !important;
    }

    #print-report-root .container-lg[b-zn3xa8znj0],
    #print-report-root .container-fluid[b-zn3xa8znj0] {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    #print-report-root .shadow-sm[b-zn3xa8znj0] {
        box-shadow: none !important;
    }

    #print-report-root .rounded-3[b-zn3xa8znj0] {
        border-radius: 0 !important;
    }

    #print-report-root .bg-white.p-5[b-zn3xa8znj0] {
        padding: 8px !important;
    }

    #print-report-root [style*="border: 1px solid #e0e0e0"][b-zn3xa8znj0] {
        border: none !important;
    }

    #print-report-root h2[b-zn3xa8znj0] {
        font-size: 13pt !important;
        margin-bottom: 4px !important;
    }

    thead[b-zn3xa8znj0] {
        display: table-header-group !important;
    }

    tfoot[b-zn3xa8znj0] {
        display: table-footer-group !important;
    }

    tr[b-zn3xa8znj0] {
        page-break-inside: avoid !important;
        break-inside: avoid !important;
    }

    .page-break-avoid[b-zn3xa8znj0] {
        page-break-inside: avoid !important;
        break-inside: avoid !important;
    }

    #print-report-root hr[b-zn3xa8znj0] {
        page-break-after: avoid !important;
    }

    .table-responsive[b-zn3xa8znj0] {
        overflow: visible !important;
    }

    table[b-zn3xa8znj0] {
        width: 100% !important;
        table-layout: fixed !important;
        font-size: 8pt !important;
        border-collapse: collapse !important;
    }

    th[b-zn3xa8znj0] {
        padding: 4px 5px !important;
        font-size: 8pt !important;
        white-space: normal !important;
        word-break: break-word !important;
        overflow: visible !important;
        line-height: 1.25 !important;
    }

    td[b-zn3xa8znj0] {
        padding: 4px 5px !important;
        font-size: 8pt !important;
        word-break: break-word !important;
    }

    td.col-narrow[b-zn3xa8znj0],
    td.col-amount[b-zn3xa8znj0],
    td.col-badge[b-zn3xa8znj0],
    th.col-narrow[b-zn3xa8znj0],
    th.col-amount[b-zn3xa8znj0],
    th.col-badge[b-zn3xa8znj0] {
        white-space: nowrap !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
    }

    td.col-ref[b-zn3xa8znj0],
    th.col-ref[b-zn3xa8znj0] {
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

    #print-report-root table td.small[b-zn3xa8znj0],
    #print-report-root table td .small[b-zn3xa8znj0],
    #print-report-root table .fw-bold[b-zn3xa8znj0],
    #print-report-root table .small[b-zn3xa8znj0] {
        font-size: 8pt !important;
    }

    #print-report-root table .badge[b-zn3xa8znj0] {
        font-size: 7pt !important;
        padding: 2px 4px !important;
    }

    #print-report-root table td span[b-zn3xa8znj0] {
        font-size: 8pt !important;
    }

    #print-report-root table td:not(:has(.badge))[b-zn3xa8znj0],
    #print-report-root table th[b-zn3xa8znj0] {
        color: #000000 !important;
    }

    #print-report-root table .badge[b-zn3xa8znj0] {
        color: #ffffff !important;
    }

    #print-report-root table td .text-success[b-zn3xa8znj0] {
        color: #16a34a !important;
    }

    #print-report-root table td .text-danger[b-zn3xa8znj0] {
        color: #dc2626 !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid[b-zn3xa8znj0] {
        page-break-inside: auto !important;
        break-inside: auto !important;
        border: 1px solid #e2e8f0 !important;
        margin-bottom: 10px !important;
        padding: 8px !important;
        background-color: #f7fafc !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid .row.mb-1.pb-1.border-bottom[b-zn3xa8znj0] {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        padding-bottom: 4px !important;
        margin-bottom: 6px !important;
        break-after: avoid !important;
        page-break-after: avoid !important;
    }

    #print-report-root h5[b-zn3xa8znj0] {
        font-size: 9pt !important;
        margin-bottom: 2px !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid small[b-zn3xa8znj0] {
        font-size: 8pt !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid .table-responsive[b-zn3xa8znj0] {
        overflow: visible !important;
        width: 100% !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid table[b-zn3xa8znj0] {
        width: 100% !important;
        table-layout: fixed !important;
        font-size: 9pt !important;
        min-width: 0 !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid th[b-zn3xa8znj0],
    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td[b-zn3xa8znj0] {
        font-size: 9pt !important;
        padding: 4px 5px !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td.col-narrow[b-zn3xa8znj0],
    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid th.col-narrow[b-zn3xa8znj0],
    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td.col-amount[b-zn3xa8znj0],
    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid th.col-amount[b-zn3xa8znj0],
    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td.col-badge[b-zn3xa8znj0],
    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid th.col-badge[b-zn3xa8znj0] {
        white-space: nowrap !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td .text-success.fw-bold[b-zn3xa8znj0],
    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td .text-danger.fw-bold[b-zn3xa8znj0] {
        font-size: 8pt !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid .badge[b-zn3xa8znj0] {
        font-size: 8pt !important;
        padding: 2px 4px !important;
    }

    #print-report-root .text-center.mb-3.py-4[b-zn3xa8znj0] {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        margin-bottom: 4px !important;
    }

    #print-report-root table td .text-success.fw-bold[b-zn3xa8znj0],
    #print-report-root table td .text-danger.fw-bold[b-zn3xa8znj0] {
        font-size: 8pt !important;
    }

    #print-report-root table td[style*="word-break: break-word"][b-zn3xa8znj0],
    #print-report-root table th[style*="word-break: break-word"][b-zn3xa8znj0] {
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }
}

@media print {
    #print-report-root .table-responsive[b-zn3xa8znj0] {
        overflow: visible !important;
    }

    #print-report-root .table-responsive table[b-zn3xa8znj0] {
        min-width: 0 !important;
        width: 100% !important;
        table-layout: fixed !important;
    }

    .flat-list-table[b-zn3xa8znj0] {
        min-width: 0 !important;
    }

    .flat-list-table tfoot[b-zn3xa8znj0] {
        display: table-row-group !important;
    }

    #print-report-root thead th[b-zn3xa8znj0] {
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        letter-spacing: 0 !important;
    }

    #print-report-root table th[b-zn3xa8znj0],
    #print-report-root table td[b-zn3xa8znj0] {
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

    #print-report-root table[b-zn3xa8znj0] {
        font-size: 7pt !important;
    }

    #print-report-root table th[b-zn3xa8znj0] {
        font-size: 7pt !important;
        padding: 3px 4px !important;
    }

    #print-report-root table td[b-zn3xa8znj0] {
        font-size: 7pt !important;
        padding: 3px 4px !important;
    }

    #print-report-root table td.small[b-zn3xa8znj0],
    #print-report-root table td .small[b-zn3xa8znj0],
    #print-report-root table .fw-bold[b-zn3xa8znj0],
    #print-report-root table .small[b-zn3xa8znj0],
    #print-report-root table td span[b-zn3xa8znj0] {
        font-size: 7pt !important;
    }
/* /Pages/FIN/Reports/FINReportsPage.razor.rz.scp.css */
/* ── FILTER PANEL: unified input/select height ── */
.filter-control[b-8pidjl5ae0] {
    height: 42px !important;
    padding: 0.5rem 0.75rem !important;
    font-size: 14px !important;
    border-color: #cbd5e0 !important;
    border-radius: 6px !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
}

select.filter-control[b-8pidjl5ae0] {
    padding-right: 2.25rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 14px 10px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.filter-control:focus[b-8pidjl5ae0] {
    border-color: #34C79E !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(52, 199, 158, 0.15) !important;
}

.filter-control:disabled[b-8pidjl5ae0] {
    background-color: #f1f5f9 !important;
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

#print-report-root table th[b-8pidjl5ae0],
#print-report-root table td[b-8pidjl5ae0] {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

/* ── ON-SCREEN TABLE CSS ── */
#print-report-root .table-responsive[b-8pidjl5ae0] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#print-report-root table[b-8pidjl5ae0] {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    #print-report-root table td[b-8pidjl5ae0] {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        vertical-align: middle;
    }

    #print-report-root table th[b-8pidjl5ae0] {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        vertical-align: middle;
    }

@page {
    margin: 10mm 12mm;
}

@media print {
    .no-print[b-8pidjl5ae0] {
        display: none !important;
    }

    *[b-8pidjl5ae0] {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    #print-report-root[b-8pidjl5ae0],
    #print-report-root *[b-8pidjl5ae0] {
        visibility: visible !important;
    }

    #print-report-root[b-8pidjl5ae0] {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: auto !important;
        background: white !important;
        overflow: visible !important;
    }

        #print-report-root .container-lg[b-8pidjl5ae0],
        #print-report-root .container-fluid[b-8pidjl5ae0] {
            max-width: 100% !important;
            width: 100% !important;
            padding-left: 4px !important;
            padding-right: 4px !important;
        }

        #print-report-root .shadow-sm[b-8pidjl5ae0] {
            box-shadow: none !important;
        }

        #print-report-root .bg-white.p-5[b-8pidjl5ae0] {
            padding: 8px !important;
        }

        #print-report-root [style*="border: 1px solid #e0e0e0"][b-8pidjl5ae0] {
            border: none !important;
        }

        #print-report-root .mb-5[b-8pidjl5ae0] {
            margin-bottom: 8px !important;
        }

        #print-report-root h2[b-8pidjl5ae0] {
            font-size: 13pt !important;
            margin-bottom: 4px !important;
        }

    thead[b-8pidjl5ae0] {
        display: table-header-group !important;
    }

    tfoot[b-8pidjl5ae0] {
        display: table-footer-group !important;
    }

    tr[b-8pidjl5ae0] {
        page-break-inside: avoid !important;
        break-inside: avoid !important;
    }

    .page-break-avoid[b-8pidjl5ae0] {
        page-break-inside: avoid !important;
        break-inside: avoid !important;
    }

    #print-report-root hr[b-8pidjl5ae0] {
        page-break-after: avoid !important;
    }

    .table-responsive[b-8pidjl5ae0] {
        overflow: visible !important;
    }

    table[b-8pidjl5ae0] {
        width: 100% !important;
        table-layout: fixed !important;
        font-size: 8pt !important;
        border-collapse: collapse !important;
    }

    th[b-8pidjl5ae0] {
        padding: 4px 5px !important;
        font-size: 8pt !important;
        white-space: normal !important;
        word-break: break-word !important;
        overflow: visible !important;
        line-height: 1.25 !important;
    }

    td[b-8pidjl5ae0] {
        padding: 4px 5px !important;
        font-size: 8pt !important;
        word-break: break-word !important;
    }

        td.col-narrow[b-8pidjl5ae0],
        td.col-amount[b-8pidjl5ae0],
        td.col-badge[b-8pidjl5ae0],
        th.col-narrow[b-8pidjl5ae0],
        th.col-amount[b-8pidjl5ae0],
        th.col-badge[b-8pidjl5ae0] {
            white-space: nowrap !important;
            word-break: normal !important;
            overflow-wrap: normal !important;
        }

        td.col-ref[b-8pidjl5ae0],
        th.col-ref[b-8pidjl5ae0] {
            white-space: normal !important;
            word-break: break-word !important;
            overflow-wrap: break-word !important;
        }

    #print-report-root table td.small[b-8pidjl5ae0],
    #print-report-root table td .small[b-8pidjl5ae0],
    #print-report-root table .fw-bold[b-8pidjl5ae0],
    #print-report-root table .small[b-8pidjl5ae0] {
        font-size: 8pt !important;
    }

    #print-report-root table .badge[b-8pidjl5ae0] {
        font-size: 7pt !important;
        padding: 2px 4px !important;
        color: #ffffff !important;
    }

    #print-report-root table td span[b-8pidjl5ae0] {
        font-size: 8pt !important;
    }

    #print-report-root table td:not(:has(.badge))[b-8pidjl5ae0],
    #print-report-root table th[b-8pidjl5ae0] {
        color: #000000 !important;
    }

    #print-report-root table td .text-success[b-8pidjl5ae0] {
        color: #16a34a !important;
    }

    #print-report-root table td .text-danger[b-8pidjl5ae0] {
        color: #dc2626 !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid[b-8pidjl5ae0] {
        page-break-inside: auto !important;
        break-inside: auto !important;
        border: 1px solid #e2e8f0 !important;
        margin-bottom: 10px !important;
        padding: 8px !important;
        background-color: #f7fafc !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    #print-report-root h5[b-8pidjl5ae0] {
        font-size: 9pt !important;
        margin-bottom: 2px !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid small[b-8pidjl5ae0] {
        font-size: 8pt !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid .table-responsive[b-8pidjl5ae0] {
        overflow: visible !important;
        width: 100% !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid table[b-8pidjl5ae0] {
        width: 100% !important;
        table-layout: fixed !important;
        font-size: 7.5pt !important;
        min-width: 0 !important;
    }


    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid th[b-8pidjl5ae0],
    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td[b-8pidjl5ae0] {
        font-size: 7.5pt !important;
        padding: 4px 5px !important;
        line-height: 1.2 !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

        #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td.col-amount[b-8pidjl5ae0],
        #print-report-root .mb-2.p-2.rounded-3.page-break-avoid th.col-amount[b-8pidjl5ae0],
        #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td.col-badge[b-8pidjl5ae0],
        #print-report-root .mb-2.p-2.rounded-3.page-break-avoid th.col-badge[b-8pidjl5ae0] {
            white-space: nowrap !important;
            word-break: normal !important;
            overflow-wrap: normal !important;
        }

        #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td.col-narrow[b-8pidjl5ae0],
        #print-report-root .mb-2.p-2.rounded-3.page-break-avoid th.col-narrow[b-8pidjl5ae0] {
            white-space: normal !important;
            word-break: break-word !important;
            overflow-wrap: anywhere !important;
            line-height: 1.15 !important;
        }

        #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td .text-success.fw-bold[b-8pidjl5ae0],
        #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td .text-danger.fw-bold[b-8pidjl5ae0] {
            font-size: 8pt !important;
        }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid .badge[b-8pidjl5ae0] {
        font-size: 8pt !important;
        padding: 2px 4px !important;
    }

    #print-report-root .text-center.mb-3.py-4[b-8pidjl5ae0] {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        margin-bottom: 4px !important;
    }

    #print-report-root table td .text-success.fw-bold[b-8pidjl5ae0],
    #print-report-root table td .text-danger.fw-bold[b-8pidjl5ae0] {
        font-size: 8pt !important;
    }

    #print-report-root table td[style*="word-break: break-word"][b-8pidjl5ae0],
    #print-report-root table th[style*="word-break: break-word"][b-8pidjl5ae0] {
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

    #print-report-root .table-responsive table[b-8pidjl5ae0],
    #print-report-root .table-responsive table tbody[b-8pidjl5ae0],
    #print-report-root .table-responsive table tr[b-8pidjl5ae0] {
        page-break-inside: auto !important;
        break-inside: auto !important;
    }

    #print-report-root .table-responsive table td[b-8pidjl5ae0] {
        vertical-align: top !important;
    }
}

@media print {
    #print-report-root .table-responsive[b-8pidjl5ae0] {
        overflow: visible !important;
    }

        #print-report-root .table-responsive table[b-8pidjl5ae0] {
            min-width: 0 !important;
            width: 100% !important;
        }

    .flat-list-table[b-8pidjl5ae0] {
        min-width: 0 !important;
    }

        .flat-list-table tfoot[b-8pidjl5ae0] {
            display: table-row-group !important;
        }

    #print-report-root thead tr[b-8pidjl5ae0] {
        white-space: normal !important;
    }

    #print-report-root thead th[b-8pidjl5ae0] {
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        letter-spacing: 0 !important;
        line-height: 1.3 !important;
    }

    #print-report-root table[b-8pidjl5ae0] {
        font-size: 7.5pt !important;
    }

        #print-report-root table th[b-8pidjl5ae0] {
            font-size: 7.5pt !important;
            padding: 3px 4px !important;
            white-space: normal !important;
            word-break: break-word !important;
            overflow-wrap: break-word !important;
        }

        #print-report-root table td[b-8pidjl5ae0] {
            font-size: 7.5pt !important;
            padding: 3px 4px !important;
            white-space: normal !important;
            word-break: break-word !important;
            overflow-wrap: break-word !important;
        }

            #print-report-root table td.small[b-8pidjl5ae0],
            #print-report-root table td .small[b-8pidjl5ae0],
            #print-report-root table .fw-bold[b-8pidjl5ae0],
            #print-report-root table .small[b-8pidjl5ae0],
            #print-report-root table td span[b-8pidjl5ae0] {
                font-size: 7.5pt !important;
            }

        #print-report-root table .badge[b-8pidjl5ae0] {
            font-size: 6.5pt !important;
            padding: 1px 3px !important;
        }
}
/* /Pages/HRIS/GeneralPolicyPage.razor.rz.scp.css */
/* From Uiverse.io by german_7619 */
.radio-inputs[b-glcdx0nrml] {
    position: relative;
    display: flex;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    background-color: #70c489;
    font-size: 14px;
    width: 90%;
    padding: 0.5rem 1.5rem 0 1.5rem;
}

    .radio-inputs .radio input[b-glcdx0nrml] {
        display: none;
    }

    .radio-inputs .radio .name[b-glcdx0nrml] {
        display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        border: none;
        transition: all 0.15s ease-in-out;
        position: relative;
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }

    .radio-inputs .radio input + .name:hover[b-glcdx0nrml] {
        color: #fff;
    }

    .radio-inputs .radio input + .name .pre-name[b-glcdx0nrml],
    .radio-inputs .radio input + .name .pos-name[b-glcdx0nrml] {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #70c489;
        bottom: 0;
        opacity: 0;
    }

    .radio-inputs .radio input + .name .pre-name[b-glcdx0nrml] {
        right: -10px;
        border-bottom-left-radius: 300px;
        box-shadow: -3px 3px 0px 3px #e8e8e8;
    }

    .radio-inputs .radio input + .name .pos-name[b-glcdx0nrml] {
        left: -10px;
        border-bottom-right-radius: 300px;
        box-shadow: 3px 3px 0px 3px #e8e8e8;
    }

    .radio-inputs .radio input:checked + .name[b-glcdx0nrml] {
        animation: name-activated;
        animation-duration: 0.1s;
        animation-fill-mode: forwards;
    }

@@keyframes name-activated {
    from[b-glcdx0nrml] {
        background-color: #70c489;
        font-weight: 400;
        cursor: pointer;
        color: white;
    }

    to[b-glcdx0nrml] {
        background-color: #e8e8e8;
        font-weight: 600;
        cursor: default;
        color: black;
    }
}

.radio-inputs .radio input:checked + .name .pre-name[b-glcdx0nrml],
.radio-inputs .radio input:checked + .name .pos-name[b-glcdx0nrml] {
    animation: name-border-activated;
    animation-duration: 0.1s;
    animation-fill-mode: forwards;
    z-index: 0;
}

@@keyframes name-border-activated {
    from[b-glcdx0nrml] {
        opacity: 0;
    }

    to[b-glcdx0nrml] {
        opacity: 1;
    }
}

.radio-inputs .radio .name span:last-child[b-glcdx0nrml] {
    z-index: 1;
    padding: 0.5rem 0.8rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.radio-inputs .radio input:checked + .name span:last-child[b-glcdx0nrml] {
    animation: name-text-activated;
    animation-duration: 0.1s;
    animation-fill-mode: forwards;
}

@@keyframes name-text-activated {
    from[b-glcdx0nrml] {
        background-color: #70c489;
    }

    to[b-glcdx0nrml] {
        background-color: #e8e8e8;
    }
}

.radio-inputs > .radio > .content[b-glcdx0nrml] {
    display: none;
}

.radio-inputs > label.radio > input:checked ~ div.content[b-glcdx0nrml] {
    display: block;
}

    .radio-inputs > label.radio > input:checked ~ div.content div *[b-glcdx0nrml] {
        animation: content-activated;
        animation-duration: 1s;
        animation-fill-mode: forwards;
    }

.content[b-glcdx0nrml] {
    background-color: #70c489;
    position: absolute;
    left: 0px;
    right: 0px;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

    .content > div[b-glcdx0nrml] {
        background-color: #e8e8e8;
        border-radius: 0.5rem;
        padding: 1rem;
        padding-bottom: 1.2rem;
        border: 4px solid #70c489;
        border-top-width: 0px;
    }

@@keyframes content-activated {
    from[b-glcdx0nrml] {
        opacity: 0;
    }

    to[b-glcdx0nrml] {
        opacity: 1;
    }
}
/* for dropdown style */
.input-hasicon[b-glcdx0nrml] {
    position: relative;
    width: 100%;
}

.wrap-text-select[b-glcdx0nrml] {
    white-space: normal !important;
    word-wrap: break-word !important;
    height: auto !important;
    min-height: 38px; /* Default input height */
    padding: 8px 12px !important;
    overflow: hidden;
    display: inline-block;
    text-overflow: clip;
}

    .wrap-text-select option[b-glcdx0nrml] {
        white-space: normal;
        word-wrap: break-word;
        padding: 8px;
    }

.icon[b-glcdx0nrml] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.form-control.wide[b-glcdx0nrml] {
    width: 100%;
}
/* /Pages/INV/Reports/DeliveryReports.razor.rz.scp.css */
/* ── FILTER PANEL: unified input/select height ── */
.filter-control[b-roekq0hfq3] {
    height: 42px !important;
    padding: 0.5rem 0.75rem !important;
    font-size: 14px !important;
    border-color: #cbd5e0 !important;
    border-radius: 6px !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
}

select.filter-control[b-roekq0hfq3] {
    padding-right: 2.25rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 14px 10px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.filter-control:focus[b-roekq0hfq3] {
    border-color: #34C79E !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(52, 199, 158, 0.15) !important;
}

.filter-control:disabled[b-roekq0hfq3] {
    background-color: #f1f5f9 !important;
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

#print-report-root table th[b-roekq0hfq3],
#print-report-root table td[b-roekq0hfq3] {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

#print-report-root .delivery-report-table th[b-roekq0hfq3],
#print-report-root .delivery-report-table td[b-roekq0hfq3] {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
}

#print-report-root .delivery-group-card[b-roekq0hfq3] {
    border-color: #dbe4ee !important;
}

#print-report-root .delivery-group-header[b-roekq0hfq3] {
    border-bottom: 1px solid #dbe4ee;
    padding-bottom: 0.35rem;
}

#print-report-root .delivery-group-card tfoot tr[b-roekq0hfq3] {
    border-top: 1px solid #dbe4ee !important;
}

/* ── ON-SCREEN TABLE CSS ── */
#print-report-root .table-responsive[b-roekq0hfq3] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#print-report-root table[b-roekq0hfq3] {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    #print-report-root table td[b-roekq0hfq3] {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        vertical-align: middle;
    }

    #print-report-root table th[b-roekq0hfq3] {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        vertical-align: middle;
    }

@page {
    margin: 10mm 12mm;
}

@media print {
    .no-print[b-roekq0hfq3] {
        display: none !important;
    }

    *[b-roekq0hfq3] {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    #print-report-root[b-roekq0hfq3],
    #print-report-root *[b-roekq0hfq3] {
        visibility: visible !important;
    }

    #print-report-root[b-roekq0hfq3] {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: auto !important;
        background: white !important;
        overflow: visible !important;
    }

        #print-report-root .container-lg[b-roekq0hfq3],
        #print-report-root .container-fluid[b-roekq0hfq3] {
            max-width: 100% !important;
            width: 100% !important;
            padding-left: 4px !important;
            padding-right: 4px !important;
        }

        #print-report-root .shadow-sm[b-roekq0hfq3] {
            box-shadow: none !important;
        }

        #print-report-root .bg-white.p-5[b-roekq0hfq3] {
            padding: 8px !important;
        }

        #print-report-root [style*="border: 1px solid #e0e0e0"][b-roekq0hfq3] {
            border: none !important;
        }

        #print-report-root .mb-5[b-roekq0hfq3] {
            margin-bottom: 8px !important;
        }

        #print-report-root h2[b-roekq0hfq3] {
            font-size: 13pt !important;
            margin-bottom: 4px !important;
        }

    thead[b-roekq0hfq3] {
        display: table-header-group !important;
    }

    tfoot[b-roekq0hfq3] {
        display: table-footer-group !important;
    }

    tr[b-roekq0hfq3] {
        page-break-inside: avoid !important;
        break-inside: avoid !important;
    }

    .page-break-avoid[b-roekq0hfq3] {
        page-break-inside: avoid !important;
        break-inside: avoid !important;
    }

    #print-report-root hr[b-roekq0hfq3] {
        page-break-after: avoid !important;
    }

    .table-responsive[b-roekq0hfq3] {
        overflow: visible !important;
    }

    table[b-roekq0hfq3] {
        width: 100% !important;
        table-layout: fixed !important;
        font-size: 8pt !important;
        border-collapse: collapse !important;
    }

    th[b-roekq0hfq3] {
        padding: 4px 5px !important;
        font-size: 8pt !important;
        white-space: normal !important;
        word-break: break-word !important;
        overflow: visible !important;
        line-height: 1.25 !important;
    }

    td[b-roekq0hfq3] {
        padding: 4px 5px !important;
        font-size: 8pt !important;
        word-break: break-word !important;
    }

        td.col-narrow[b-roekq0hfq3],
        td.col-amount[b-roekq0hfq3],
        td.col-badge[b-roekq0hfq3],
        th.col-narrow[b-roekq0hfq3],
        th.col-amount[b-roekq0hfq3],
        th.col-badge[b-roekq0hfq3] {
            white-space: nowrap !important;
            word-break: normal !important;
            overflow-wrap: normal !important;
        }

        td.col-ref[b-roekq0hfq3],
        th.col-ref[b-roekq0hfq3] {
            white-space: normal !important;
            word-break: break-word !important;
            overflow-wrap: break-word !important;
        }

    #print-report-root table td.small[b-roekq0hfq3],
    #print-report-root table td .small[b-roekq0hfq3],
    #print-report-root table .fw-bold[b-roekq0hfq3],
    #print-report-root table .small[b-roekq0hfq3] {
        font-size: 8pt !important;
    }

    #print-report-root table .badge[b-roekq0hfq3] {
        font-size: 7pt !important;
        padding: 2px 4px !important;
        color: #ffffff !important;
    }

    #print-report-root table td span[b-roekq0hfq3] {
        font-size: 8pt !important;
    }

    #print-report-root table td:not(:has(.badge))[b-roekq0hfq3],
    #print-report-root table th[b-roekq0hfq3] {
        color: #000000 !important;
    }

    #print-report-root table td .text-success[b-roekq0hfq3] {
        color: #16a34a !important;
    }

    #print-report-root table td .text-danger[b-roekq0hfq3] {
        color: #dc2626 !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid[b-roekq0hfq3] {
        page-break-inside: auto !important;
        break-inside: auto !important;
        border: 1px solid #e2e8f0 !important;
        margin-bottom: 10px !important;
        padding: 8px !important;
        background-color: #f7fafc !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    #print-report-root .delivery-group-card[b-roekq0hfq3],
    #print-report-root .delivery-group-card tfoot tr[b-roekq0hfq3],
    #print-report-root .delivery-group-header[b-roekq0hfq3] {
        border-color: #dbe4ee !important;
    }

    #print-report-root h5[b-roekq0hfq3] {
        font-size: 9pt !important;
        margin-bottom: 2px !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid small[b-roekq0hfq3] {
        font-size: 8pt !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid .table-responsive[b-roekq0hfq3] {
        overflow: visible !important;
        width: 100% !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid table[b-roekq0hfq3] {
        width: 100% !important;
        table-layout: fixed !important;
        font-size: 7.5pt !important;
        min-width: 0 !important;
    }


    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid th[b-roekq0hfq3],
    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td[b-roekq0hfq3] {
        font-size: 7.5pt !important;
        padding: 4px 5px !important;
        line-height: 1.2 !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

        #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td.col-amount[b-roekq0hfq3],
        #print-report-root .mb-2.p-2.rounded-3.page-break-avoid th.col-amount[b-roekq0hfq3],
        #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td.col-badge[b-roekq0hfq3],
        #print-report-root .mb-2.p-2.rounded-3.page-break-avoid th.col-badge[b-roekq0hfq3] {
            white-space: nowrap !important;
            word-break: normal !important;
            overflow-wrap: normal !important;
        }

        #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td.col-narrow[b-roekq0hfq3],
        #print-report-root .mb-2.p-2.rounded-3.page-break-avoid th.col-narrow[b-roekq0hfq3] {
            white-space: normal !important;
            word-break: break-word !important;
            overflow-wrap: anywhere !important;
            line-height: 1.15 !important;
        }

        #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td .text-success.fw-bold[b-roekq0hfq3],
        #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td .text-danger.fw-bold[b-roekq0hfq3] {
            font-size: 8pt !important;
        }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid .badge[b-roekq0hfq3] {
        font-size: 8pt !important;
        padding: 2px 4px !important;
    }

    #print-report-root .text-center.mb-3.py-4[b-roekq0hfq3] {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        margin-bottom: 4px !important;
    }

    #print-report-root table td .text-success.fw-bold[b-roekq0hfq3],
    #print-report-root table td .text-danger.fw-bold[b-roekq0hfq3] {
        font-size: 8pt !important;
    }

    #print-report-root table td[style*="word-break: break-word"][b-roekq0hfq3],
    #print-report-root table th[style*="word-break: break-word"][b-roekq0hfq3] {
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

    #print-report-root .table-responsive table[b-roekq0hfq3],
    #print-report-root .table-responsive table tbody[b-roekq0hfq3],
    #print-report-root .table-responsive table tr[b-roekq0hfq3] {
        page-break-inside: auto !important;
        break-inside: auto !important;
    }

        #print-report-root .table-responsive table td[b-roekq0hfq3] {
            vertical-align: top !important;
        }
}

@media print {
    #print-report-root .table-responsive[b-roekq0hfq3] {
        overflow: visible !important;
    }

        #print-report-root .table-responsive table[b-roekq0hfq3] {
            min-width: 0 !important;
            width: 100% !important;
        }

    .flat-list-table[b-roekq0hfq3] {
        min-width: 0 !important;
    }

        .flat-list-table tfoot[b-roekq0hfq3] {
            display: table-row-group !important;
        }

    #print-report-root thead tr[b-roekq0hfq3] {
        white-space: normal !important;
    }

    #print-report-root thead th[b-roekq0hfq3] {
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        letter-spacing: 0 !important;
        line-height: 1.3 !important;
    }

    #print-report-root table[b-roekq0hfq3] {
        font-size: 7.5pt !important;
    }

        #print-report-root table th[b-roekq0hfq3] {
            font-size: 7.5pt !important;
            padding: 3px 4px !important;
            white-space: normal !important;
            word-break: break-word !important;
            overflow-wrap: break-word !important;
        }

        #print-report-root table td[b-roekq0hfq3] {
            font-size: 7.5pt !important;
            padding: 3px 4px !important;
            white-space: normal !important;
            word-break: break-word !important;
            overflow-wrap: break-word !important;
        }

            #print-report-root table td.small[b-roekq0hfq3],
            #print-report-root table td .small[b-roekq0hfq3],
            #print-report-root table .fw-bold[b-roekq0hfq3],
            #print-report-root table .small[b-roekq0hfq3],
            #print-report-root table td span[b-roekq0hfq3] {
                font-size: 7.5pt !important;
            }

        #print-report-root table .badge[b-roekq0hfq3] {
            font-size: 6.5pt !important;
            padding: 1px 3px !important;
        }
}
/* /Pages/INV/Reports/ItemStockReport.razor.rz.scp.css */
/* â”€â”€ ON-SCREEN TABLE CSS â”€â”€ */
.flat-list-table[b-4k4s79nv62] {
    min-width: 0 !important;
    width: 100% !important;
    table-layout: fixed !important;
}

#print-report-root .table-responsive[b-4k4s79nv62] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#print-report-root table[b-4k4s79nv62] {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    #print-report-root table td[b-4k4s79nv62] {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        vertical-align: middle;
    }

    #print-report-root table th[b-4k4s79nv62] {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        vertical-align: middle;
    }

@page {
    margin: 10mm 12mm;
}

@media print {
    .no-print[b-4k4s79nv62] {
        display: none !important;
    }

    .no-print[b-4k4s79nv62],
    .no-print *[b-4k4s79nv62] {
        display: none !important;
        visibility: hidden !important;
    }

    *[b-4k4s79nv62] {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    #print-report-root[b-4k4s79nv62],
    #print-report-root *[b-4k4s79nv62] {
        visibility: visible !important;
    }

    #print-report-root[b-4k4s79nv62] {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: auto !important;
        background: white !important;
        overflow: visible !important;
    }

        #print-report-root .container-lg[b-4k4s79nv62],
        #print-report-root .container-fluid[b-4k4s79nv62] {
            max-width: 100% !important;
            width: 100% !important;
            padding-left: 4px !important;
            padding-right: 4px !important;
        }

        #print-report-root .shadow-sm[b-4k4s79nv62] {
            box-shadow: none !important;
        }

        #print-report-root .bg-white.p-5[b-4k4s79nv62] {
            padding: 8px !important;
        }

        #print-report-root [style*="border: 1px solid #e0e0e0"][b-4k4s79nv62] {
            border: none !important;
        }

        #print-report-root .mb-5[b-4k4s79nv62] {
            margin-bottom: 8px !important;
        }

        #print-report-root h2[b-4k4s79nv62] {
            font-size: 13pt !important;
            margin-bottom: 4px !important;
        }

    thead[b-4k4s79nv62] {
        display: table-header-group !important;
    }

    tfoot[b-4k4s79nv62] {
        display: table-footer-group !important;
    }

    tr[b-4k4s79nv62] {
        page-break-inside: avoid !important;
        break-inside: avoid !important;
    }

    .page-break-avoid[b-4k4s79nv62] {
        page-break-inside: avoid !important;
        break-inside: avoid !important;
    }

    #print-report-root hr[b-4k4s79nv62] {
        page-break-after: avoid !important;
    }

    .table-responsive[b-4k4s79nv62] {
        overflow: visible !important;
    }

    table[b-4k4s79nv62] {
        width: 100% !important;
        table-layout: fixed !important;
        font-size: 8pt !important;
        border-collapse: collapse !important;
    }

    th[b-4k4s79nv62] {
        padding: 4px 5px !important;
        font-size: 8pt !important;
        white-space: normal !important;
        word-break: break-word !important;
        overflow: visible !important;
        line-height: 1.25 !important;
    }

    td[b-4k4s79nv62] {
        padding: 4px 5px !important;
        font-size: 8pt !important;
        word-break: break-word !important;
    }

        td.col-narrow[b-4k4s79nv62],
        td.col-amount[b-4k4s79nv62],
        td.col-badge[b-4k4s79nv62],
        th.col-narrow[b-4k4s79nv62],
        th.col-amount[b-4k4s79nv62],
        th.col-badge[b-4k4s79nv62] {
            white-space: nowrap !important;
            word-break: normal !important;
            overflow-wrap: normal !important;
        }

        td.col-ref[b-4k4s79nv62],
        th.col-ref[b-4k4s79nv62] {
            white-space: normal !important;
            word-break: break-word !important;
            overflow-wrap: break-word !important;
        }

    #print-report-root table td.small[b-4k4s79nv62],
    #print-report-root table td .small[b-4k4s79nv62],
    #print-report-root table .fw-bold[b-4k4s79nv62],
    #print-report-root table .small[b-4k4s79nv62] {
        font-size: 8pt !important;
    }

    #print-report-root table .badge[b-4k4s79nv62] {
        font-size: 7pt !important;
        padding: 2px 4px !important;
        color: #ffffff !important;
    }

    #print-report-root table td span[b-4k4s79nv62] {
        font-size: 8pt !important;
    }

    #print-report-root table td:not(:has(.badge))[b-4k4s79nv62],
    #print-report-root table th[b-4k4s79nv62] {
        color: #000000 !important;
    }

    #print-report-root table td .text-success[b-4k4s79nv62] {
        color: #16a34a !important;
    }

    #print-report-root table td .text-danger[b-4k4s79nv62] {
        color: #dc2626 !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid[b-4k4s79nv62] {
        page-break-inside: auto !important;
        break-inside: auto !important;
        border: 1px solid #e2e8f0 !important;
        margin-bottom: 10px !important;
        padding: 8px !important;
        background-color: #f7fafc !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    #print-report-root h5[b-4k4s79nv62] {
        font-size: 9pt !important;
        margin-bottom: 2px !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid small[b-4k4s79nv62] {
        font-size: 8pt !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid .table-responsive[b-4k4s79nv62] {
        overflow: visible !important;
        width: 100% !important;
    }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid table[b-4k4s79nv62] {
        width: 100% !important;
        table-layout: fixed !important;
        font-size: 7.5pt !important;
        min-width: 0 !important;
    }


    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid th[b-4k4s79nv62],
    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td[b-4k4s79nv62] {
        font-size: 7.5pt !important;
        padding: 4px 5px !important;
        line-height: 1.2 !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

        #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td.col-amount[b-4k4s79nv62],
        #print-report-root .mb-2.p-2.rounded-3.page-break-avoid th.col-amount[b-4k4s79nv62],
        #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td.col-badge[b-4k4s79nv62],
        #print-report-root .mb-2.p-2.rounded-3.page-break-avoid th.col-badge[b-4k4s79nv62] {
            white-space: nowrap !important;
            word-break: normal !important;
            overflow-wrap: normal !important;
        }

        #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td.col-narrow[b-4k4s79nv62],
        #print-report-root .mb-2.p-2.rounded-3.page-break-avoid th.col-narrow[b-4k4s79nv62] {
            white-space: normal !important;
            word-break: break-word !important;
            overflow-wrap: anywhere !important;
            line-height: 1.15 !important;
        }

        #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td .text-success.fw-bold[b-4k4s79nv62],
        #print-report-root .mb-2.p-2.rounded-3.page-break-avoid td .text-danger.fw-bold[b-4k4s79nv62] {
            font-size: 8pt !important;
        }

    #print-report-root .mb-2.p-2.rounded-3.page-break-avoid .badge[b-4k4s79nv62] {
        font-size: 8pt !important;
        padding: 2px 4px !important;
    }

    #print-report-root .text-center.mb-3.py-4[b-4k4s79nv62] {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        margin-bottom: 4px !important;
    }

    #print-report-root table td .text-success.fw-bold[b-4k4s79nv62],
    #print-report-root table td .text-danger.fw-bold[b-4k4s79nv62] {
        font-size: 8pt !important;
    }

    #print-report-root table td[style*="word-break: break-word"][b-4k4s79nv62],
    #print-report-root table th[style*="word-break: break-word"][b-4k4s79nv62] {
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

    #print-report-root .table-responsive table[b-4k4s79nv62],
    #print-report-root .table-responsive table tbody[b-4k4s79nv62],
    #print-report-root .table-responsive table tr[b-4k4s79nv62] {
        page-break-inside: auto !important;
        break-inside: auto !important;
    }

    #print-report-root .table-responsive table td[b-4k4s79nv62] {
        vertical-align: top !important;
    }
}

@media print {
    #print-report-root .table-responsive[b-4k4s79nv62] {
        overflow: visible !important;
    }

        #print-report-root .table-responsive table[b-4k4s79nv62] {
            min-width: 0 !important;
            width: 100% !important;
        }

    .flat-list-table[b-4k4s79nv62] {
        min-width: 0 !important;
    }

        .flat-list-table tfoot[b-4k4s79nv62] {
            display: table-row-group !important;
        }

    #print-report-root thead tr[b-4k4s79nv62] {
        white-space: normal !important;
    }

    #print-report-root thead th[b-4k4s79nv62] {
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        letter-spacing: 0 !important;
        line-height: 1.3 !important;
    }

    #print-report-root table[b-4k4s79nv62] {
        font-size: 7.5pt !important;
    }

        #print-report-root table th[b-4k4s79nv62] {
            font-size: 7.5pt !important;
            padding: 3px 4px !important;
            white-space: normal !important;
            word-break: break-word !important;
            overflow-wrap: break-word !important;
        }

        #print-report-root table td[b-4k4s79nv62] {
            font-size: 7.5pt !important;
            padding: 3px 4px !important;
            white-space: normal !important;
            word-break: break-word !important;
            overflow-wrap: break-word !important;
        }

            #print-report-root table td.small[b-4k4s79nv62],
            #print-report-root table td .small[b-4k4s79nv62],
            #print-report-root table .fw-bold[b-4k4s79nv62],
            #print-report-root table .small[b-4k4s79nv62],
            #print-report-root table td span[b-4k4s79nv62] {
                font-size: 7.5pt !important;
            }

        #print-report-root table .badge[b-4k4s79nv62] {
            font-size: 6.5pt !important;
            padding: 1px 3px !important;
        }
}
/* /Pages/INV/StockReleaseForm.razor.rz.scp.css */
.stock-release-form-page[b-qi4zirbtog] {
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.form-section[b-qi4zirbtog] {
    padding-top: 0.25rem;
}

.form-section-title[b-qi4zirbtog] {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    font-weight: 800;
    color: #475569 !important;
    letter-spacing: 0.2px;
}

.form-detail-row[b-qi4zirbtog] {
    margin-bottom: 1rem;
}

.form-detail-label[b-qi4zirbtog] {
    color: #0f172a;
    font-size: 0.95rem;
    padding-top: 0.55rem;
}

.form-detail-content[b-qi4zirbtog] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.stock-release-help[b-qi4zirbtog] {
    font-size: 0.82rem;
    color: #64748b !important;
}

.release-details-panel[b-qi4zirbtog],
.shipping-panel[b-qi4zirbtog] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 1rem 1.1rem 0.25rem;
}

.release-status-inline[b-qi4zirbtog] {
    min-height: 48px;
    padding: 0.1rem 0;
}

.release-status-dot[b-qi4zirbtog] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.release-status-text[b-qi4zirbtog] {
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.2;
}

.purpose-panel[b-qi4zirbtog] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 1rem 0.5rem;
}

.stock-release-info-card[b-qi4zirbtog] {
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.stock-release-input-group[b-qi4zirbtog] {
    align-items: stretch;
}

.stock-release-input-group .form-control[readonly][b-qi4zirbtog],
.release-details-panel .form-control[b-qi4zirbtog],
.shipping-panel .form-control[b-qi4zirbtog],
.purpose-panel .form-control[b-qi4zirbtog] {
    background-color: #f8fafc;
    border-color: #cbd5e1;
    min-height: 48px;
    border-radius: 12px;
    box-shadow: none;
}

.stock-release-input-group .btn[b-qi4zirbtog],
.shipping-panel .btn[b-qi4zirbtog] {
    border-radius: 12px;
}

@media (max-width: 768px) {
    .release-details-panel[b-qi4zirbtog],
    .shipping-panel[b-qi4zirbtog],
    .purpose-panel[b-qi4zirbtog] {
        padding: 0.9rem 0.85rem 0.1rem;
    }

    .form-section-title[b-qi4zirbtog] {
        margin-bottom: 1rem;
    }
}
