@media print {
  @page {
    size: A4 portrait;
    margin: 8mm;
  }

  body.print-mode * {
    visibility: hidden !important;
  }

  body.print-mode .print-paper,
  body.print-mode .print-paper * {
    visibility: visible !important;
  }

  body.print-mode .print-paper {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  body.print-mode .budget-table-wrap {
    overflow: visible !important;
    max-height: none !important;
  }

  body.print-mode .budget-table {
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: collapse !important;
  }

  body.print-mode .budget-table th:nth-child(1),
  body.print-mode .budget-table td:nth-child(1) {
    display: none !important;
  }

  body.print-mode .print-hide,
  body.print-mode .budget-topbar,
  body.print-mode .erp-work-tabs,
  body.print-mode .header,
  body.print-mode .nav {
    display: none !important;
  }
}
