/* PHONETHIP Report Footer Engine V2
   True printed-page footer for the 3 payroll reports.
   The footer is pinned to the bottom of every A4 printable page while the
   report body reserves enough bottom space so content cannot overlap it. */
@media print {
  .report-v5-print-root .report-v5-document {
    padding-bottom: 13mm !important;
    box-sizing: border-box !important;
  }

  .report-v5-print-root .doc-footer:not(.report-footer-engine) {
    display: none !important;
  }

  .report-v5-print-root .report-footer-engine {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 1.5mm 0 0 !important;
    border-top: 0.25mm solid #cfe7d6 !important;
    text-align: center !important;
    line-height: 1.28 !important;
    font-size: 6.2pt !important;
    color: #6d8876 !important;
    background: #fff !important;
    box-sizing: border-box !important;
    z-index: 9999 !important;
  }

  .report-v5-print-root .report-footer-engine > * {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
