.parcel_dashboard{
    font-size:13px;
}
.parcel_dashboard_header {
    font-size: 14px;
    font-weight: 450;
 
} 
.seat-selection-container {
    display: flex;

    flex-wrap: wrap;
}

.seat-btn {
    width: 65px;
    height: 65px;
    font-weight: bold;
    border-radius: 5px;
    margin: 10px;
    padding:10px;
    cursor: pointer;
    text-align: center;
}
.seat-btn img{
    align-content:center;
    align-self: center;
}
.available {
    background-color: #4CAF50;
    color: white;
}

.transit {
    background-color: #FF9800;
    color: white;
}

.booked {
    background-color: #F44336;
    color: white;
}

.selected {
    background-color: #3352b0;
    color: white;
    border: 1px solid white;
}

.seat-btn:disabled {
    cursor: not-allowed;
}

/* All @media print blocks have been removed to show original styles when printing. */

#invoiceHeader {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 2px solid #ddd;
}

.company-details {
    display: flex;
}

.company-logo {
    width: 100px;
    height: auto;
    margin-right: 20px;
}

.company-info h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.company-info p {
    margin: 2px 0;
}

.invoice-info {
    text-align: right;
}

    .invoice-info h2 {
        margin: 0;
        font-size: 24px;
        font-weight: bold;
    }

    .invoice-info p {
        margin: 5px 0;
        font-size: 16px;
    }

#invoiceDetails {
    margin-top: 30px;
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

    .table th, .table td {
        padding: 8px;
        border: 1px solid #ddd;
        text-align: left;
    }

    .table th {
        background-color: #f2f2f2;
    }

.text-center {
    text-align: center;
}

/* Hide buttons when printing */
.btn, .mud-button {
    display: none;
}

.card:hover {
    transform: scale(1.01);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

/* Route Income Report Styles */
.route-income-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.route-income-table th,
.route-income-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.route-income-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.route-income-table .font-weight-bold {
    font-weight: bold;
}

.route-income-table .table-secondary {
    background-color: #f8f9fa;
}

.company-header {
    display: none;
    margin-bottom: 20px;
    padding: 20px;
    border-bottom: 2px solid #ddd;
}

.company-header .row {
    margin-bottom: 10px;
}

.company-header h5 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.company-header h6 {
    margin: 0;
    font-size: 14px;
}

.float-right {
    float: right;
}

.pull-right {
    text-align: right;
}

/* Print styles for route income report */
@media print {
    @page {
        size: A5;
        margin: 15mm;
    }
    
    .route-income-report-print {
        font-family: Arial, sans-serif;
        font-size: 8px;
        margin: 0;
        padding: 10px;
    }

    .route-income-report-print h1,
    .route-income-report-print h2,
    .route-income-report-print h3,
    .route-income-report-print h4,
    .route-income-report-print h5 {
        font-size: 10px !important;
        margin-bottom: 3px !important;
        margin-top: 3px !important;
        line-height: 1.2 !important;
    }

    .route-income-report-print h6 {
        font-size: 9px !important;
        margin-bottom: 2px !important;
    }

    .route-income-report-print .mud-typography-h1,
    .route-income-report-print .mud-typography-h2,
    .route-income-report-print .mud-typography-h3 {
        font-size: 10px !important;
        line-height: 1.2 !important;
    }

    .route-income-report-print .mud-typography-h4,
    .route-income-report-print .mud-typography-h5 {
        font-size: 9px !important;
        line-height: 1.2 !important;
    }

    .route-income-report-print .mud-typography-h6,
    .route-income-report-print .mud-typography-subtitle1 {
        font-size: 8px !important;
        line-height: 1.2 !important;
    }

    .route-income-report-print .mud-typography-body1,
    .route-income-report-print .mud-typography-body2 {
        font-size: 8px !important;
        line-height: 1.2 !important;
    }

    .route-income-report-print .mud-nav-menu,
    .route-income-report-print .mud-header,
    .route-income-report-print .side-app,
    .route-income-report-print .main-container {
        display: none !important;
    }

    .route-income-report-print .company-header {
        display: block !important;
    }

    .route-income-report-print .mud-button {
        display: none !important;
    }

    .route-income-report-print .table-responsive {
        overflow: visible !important;
    }

    .route-income-report-print .mud-table {
        border-collapse: collapse;
        width: 100%;
    }

    .route-income-report-print .mud-table th,
    .route-income-report-print .mud-table td {
        border: 0.3px solid #bbb !important;
        outline: 0.3px solid #bbb !important;
        padding: 4px;
        font-size: 10px;
        font-weight: bold;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .route-income-report-print .mud-table {
        width: 100% !important;
    }

    .route-income-report-print .mud-table-container {
        width: 100% !important;
        overflow: visible !important;
        display: block !important;
    }

    .route-income-report-print .mud-table-root {
        width: 100% !important;
        display: table !important;
        visibility: visible !important;
    }

    .route-income-report-print .mud-table-head {
        display: table-header-group !important;
        visibility: visible !important;
    }

    .route-income-report-print .mud-table-body {
        display: table-row-group !important;
        visibility: visible !important;
    }

    .route-income-report-print .mud-table-row {
        display: table-row !important;
        visibility: visible !important;
    }

    /* Force all table elements in route income report */
    .route-income-report-print table,
    .route-income-report-print thead,
    .route-income-report-print tbody,
    .route-income-report-print tr,
    .route-income-report-print th,
    .route-income-report-print td {
        visibility: visible !important;
        display: table !important;
    }

    .route-income-report-print thead {
        display: table-header-group !important;
    }

    .route-income-report-print tbody {
        display: table-row-group !important;
    }

    .route-income-report-print tr {
        display: table-row !important;
    }

    .route-income-report-print th,
    .route-income-report-print td {
        display: table-cell !important;
    }

    .route-income-report-print .mud-table th {
        background-color: #f2f2f2 !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}

/* Comprehensive Print Table Alignment Fixes */
@media print {
    /* Page setup */
    @page {
        size: A5;
        margin: 15mm;
    }

    /* Hide UI elements */
    .no-print,
    .mud-toolbar,
    .mud-appbar,
    .mud-drawer,
    .mud-nav-menu,
    .side-app,
    .main-container,
    .page-header,
    .breadcrumb,
    .mud-button-root,
    .mud-picker,
    .MudTable-pager,
    .mud-button,
    .mud-icon,
    .mud-chip,
    .mud-select,
    .mud-date-picker,
    .mud-spacer,
    .card,
    .card-body,
    .pageheader-btn,
    .breadcrumb-item,
    .breadcrumb-item a,
    .col-md-3,
    .col-md-2,
    .row,
    .mt-4,
    .gap-2,
    .d-flex,
    .justify-content-start,
    .align-items-end,
    .g-3 {
        display: none !important;
    }

    /* Show only print content */
    .invoice-container,
    .invoice-container *,
    #printableArea,
    #printableArea * {
        visibility: visible !important;
    }
    
    /* Hide all buttons and UI elements in printable area */
    #printableArea .mud-button,
    #printableArea .mud-icon,
    #printableArea .card,
    #printableArea .card-body,
    #printableArea .row,
    #printableArea .col-md-2,
    #printableArea .col-md-3 {
        display: none !important;
    }
    
    /* Show MudChip content but hide the chip styling */
    #printableArea .mud-chip {
        display: inline !important;
        background: none !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        color: #000 !important;
        font-weight: normal !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Ensure all table cells are visible in print */
    #printableArea .mud-table td,
    #printableArea .mud-table th {
        visibility: visible !important;
        display: table-cell !important;
        opacity: 1 !important;
    }
    
    /* Force all content inside table cells to be visible */
    #printableArea .mud-table td *,
    #printableArea .mud-table th * {
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Show only the table content */
    #printableArea .mud-table,
    #printableArea .mud-table * {
        display: table !important;
        visibility: visible !important;
    }
    
    /* Ensure table structure is maintained */
    #printableArea .mud-table-container {
        display: block !important;
        visibility: visible !important;
        overflow: visible !important;
    }
    
    #printableArea .mud-table-root {
        display: table !important;
        visibility: visible !important;
        width: 100% !important;
    }
    
    #printableArea .mud-table-head {
        display: table-header-group !important;
        visibility: visible !important;
    }
    
    #printableArea .mud-table-body {
        display: table-row-group !important;
        visibility: visible !important;
    }
    
    #printableArea .mud-table-row {
        display: table-row !important;
        visibility: visible !important;
    }

    .invoice-container {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        box-shadow: none !important;
        padding: 0 !important;
    }

    /* Reset colors for printing */
    * {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        background-color: white !important;
    }

    /* Comprehensive table fixes */
    table, .mud-table {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border-collapse: collapse !important;
        table-layout: auto !important;
        font-size: 10px !important;
        font-weight: bold !important;
        display: table !important;
        visibility: visible !important;
        box-sizing: border-box !important;
    }

    /* Table structure enforcement */
    thead, tbody {
        display: table-row-group !important;
        visibility: visible !important;
    }

    tr {
        display: table-row !important;
        visibility: visible !important;
        page-break-inside: avoid !important;
    }

    th, td, .mud-table th, .mud-table td {
        display: table-cell !important;
        visibility: visible !important;
        padding: 4px !important;
        font-size: 10px !important;
        font-weight: bold !important;
        border: 0.3px solid #bbb !important;
        outline: 0.3px solid #bbb !important;
        text-align: center !important;
        vertical-align: middle !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        white-space: normal !important;
        box-sizing: border-box !important;
        min-width: 0 !important;
        max-width: none !important;
    }

    /* MudBlazor specific table fixes */
    .mud-table-root {
        width: 100% !important;
        display: table !important;
        visibility: visible !important;
        border-collapse: collapse !important;
    }

    .mud-table-head {
        display: table-header-group !important;
        visibility: visible !important;
    }

    .mud-table-body {
        display: table-row-group !important;
        visibility: visible !important;
    }

    .mud-table-row {
        display: table-row !important;
        visibility: visible !important;
    }

    .mud-table-container {
        width: 100% !important;
        overflow: visible !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Table header styling */
    th, .mud-table th {
        background-color: #f2f2f2 !important;
        font-weight: bold !important;
        text-align: center !important;
        vertical-align: middle !important;
    }

    /* Column width management */
    th:nth-child(1), td:nth-child(1) {
        text-align: left;
        width: 180px;
    }
    th:nth-child(2), td:nth-child(2) { width: 12%; }
    th:nth-child(3), td:nth-child(3) { width: 12%; }
    th:nth-child(4), td:nth-child(4) { width: 12%; }
    th:nth-child(5), td:nth-child(5) { width: 10%; }
    th:nth-child(6), td:nth-child(6) { width: 10%; }
    th:nth-child(7), td:nth-child(7) { width: 120px !important; }
    th:nth-child(8), td:nth-child(8) { width: 8%; }
    th:nth-child(9), td:nth-child(9) { width: 8%; }
    th:nth-child(10), td:nth-child(10) { width: 10%; }

    /* Typography scaling for A5 */
    h1, h2, h3, h4, h5, h6 {
        font-size: 10px !important;
        margin-bottom: 3px !important;
        margin-top: 3px !important;
        line-height: 1.2 !important;
    }

    h6 {
        font-size: 9px !important;
        margin-bottom: 2px !important;
    }

    .mud-typography-h1, .mud-typography-h2, .mud-typography-h3 {
        font-size: 10px !important;
        line-height: 1.2 !important;
    }

    .mud-typography-h4, .mud-typography-h5 {
        font-size: 9px !important;
        line-height: 1.2 !important;
    }

    .mud-typography-h6, .mud-typography-subtitle1 {
        font-size: 8px !important;
        line-height: 1.2 !important;
    }

    .mud-typography-body1, .mud-typography-body2 {
        font-size: 8px !important;
        line-height: 1.2 !important;
    }

    .mud-typography-caption {
        font-size: 7px !important;
        line-height: 1.2 !important;
    }

    /* Force all content to be visible */
    .print-section *,
    #printableArea * {
        visibility: visible !important;
    }

    /* Override any hidden elements in print content */
    .print-section .mud-table,
    .print-section table,
    .print-section th,
    .print-section td,
    #printableArea .mud-table,
    #printableArea table,
    #printableArea th,
    #printableArea td {
        visibility: visible !important;
        display: table !important;
    }

    .print-section th,
    .print-section td,
    #printableArea th,
    #printableArea td {
        display: table-cell !important;
    }
}

/* Table alignment: center all columns except Passenger Name and Pickup Point, which are left-aligned */
th, td {
  text-align: center;
  vertical-align: middle;
}

th:nth-child(1), td:nth-child(1), /* Passenger Name */
th:nth-child(7), td:nth-child(7)  /* Pickup Point */
{
  text-align: left;
}

table, .mud-table {
  width: 100% !important;
  max-width: 100% !important;
  table-layout: auto !important;
}

th:nth-child(1), td:nth-child(1) {
    width: 120px !important;
  
}

th:nth-child(7), td:nth-child(7) {
  width: 120px !important;
}

th:nth-child(5), td:nth-child(5) {
    width: 100px !important;
  }

/* ========== Finance reports — professional layout (scoped) ========== */
.fin-report-page {
  --fin-ink: #0f172a;
  --fin-muted: #64748b;
  --fin-border: #e2e8f0;
  --fin-surface: #f8fafc;
  --fin-accent: #0f766e;
  --fin-accent-soft: rgba(15, 118, 110, 0.08);
  --fin-positive: #047857;
  --fin-negative: #b91c1c;
  --fin-card-shadow: 0 1px 2px rgba(15, 23, 42, 0.06), 0 4px 12px rgba(15, 23, 42, 0.04);
}

.fin-report-page .mud-table-root .mud-table-head .mud-table-cell,
.fin-report-page .mud-table-root .mud-table-row .mud-table-cell {
  text-align: left !important;
  vertical-align: middle !important;
}

.fin-report-page .fin-num,
.fin-report-page .mud-table-root .mud-table-row .mud-table-cell.fin-num {
  text-align: right !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}

.fin-reports-hero {
  background: linear-gradient(135deg, #0f172a 0%, #134e4a 55%, #0d9488 100%);
  border-radius: 12px;
  padding: 1.75rem 1.75rem 2rem;
  color: #f8fafc;
  margin-bottom: 1.5rem;
  box-shadow: var(--fin-card-shadow, 0 8px 24px rgba(15, 23, 42, 0.15));
}

.fin-reports-hero h1,
.fin-reports-hero .mud-typography-h4 {
  color: #f8fafc !important;
  letter-spacing: -0.02em;
}

.fin-reports-hero .mud-typography-body2 {
  color: rgba(248, 250, 252, 0.85) !important;
  max-width: 42rem;
}

.fin-hub-card {
  border-radius: 12px !important;
  border: 1px solid var(--fin-border, #e2e8f0) !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  height: 100%;
}

.fin-hub-card:hover {
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08) !important;
  transform: translateY(-2px);
  border-color: #cbd5e1 !important;
}

.fin-report-header {
  border-radius: 12px;
  border: 1px solid var(--fin-border);
  background: #fff;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.25rem;
  box-shadow: var(--fin-card-shadow);
}

.fin-report-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1rem;
  margin-top: 1rem;
}

.fin-kpi-card {
  border-radius: 12px !important;
  border: 1px solid var(--fin-border) !important;
  background: #fff;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: var(--fin-card-shadow) !important;
}

.fin-kpi-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 12px 0 0 12px;
  background: var(--fin-accent);
}

.fin-kpi-card.fin-kpi-revenue::before { background: #047857; }
.fin-kpi-card.fin-kpi-outflow::before { background: #b91c1c; }
.fin-kpi-card.fin-kpi-net::before { background: #0d9488; }
.fin-kpi-card.fin-kpi-cash::before { background: #2563eb; }
.fin-kpi-card.fin-kpi-petty::before { background: #7c3aed; }

.fin-kpi-card .mud-typography-overline {
  letter-spacing: 0.06em !important;
  font-weight: 600 !important;
}

.fin-table-shell {
  border-radius: 12px;
  border: 1px solid var(--fin-border);
  overflow: hidden;
  background: #fff;
}

.fin-table-shell .mud-table-root {
  background: #fff;
}

.fin-table-title {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--fin-muted);
  margin-bottom: 0.5rem;
}

.fin-period-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.fin-snapshot-panel {
  border-radius: 12px;
  border: 1px solid var(--fin-border);
  background: linear-gradient(180deg, #fff 0%, var(--fin-surface) 100%);
  padding: 1.25rem 1.5rem;
}

.fin-snapshot-panel table td {
  padding: 0.65rem 0 !important;
  border-bottom: 1px solid #f1f5f9 !important;
}

.fin-snapshot-panel table tr:last-child td {
  border-bottom: none !important;
}

@media print {
  .fin-report-page .mud-button-root,
  .fin-report-page .fin-report-toolbar .mud-picker {
    display: none !important;
  }
}
 