@page {
  size: A4;
  margin: 0;
  padding: 0;
}
.signature {
  position: fixed;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  right: 1rem;
  bottom: 1rem;
}

.print-only {
  display: none;
}

@media print {
  body {
    background: #ffffff !important;
  }

  .res-container {
    display: none !important;
  }

  .no-break-inside {
    page-break-inside: avoid !important;
  }

  #toolbarContainer,
.print-off {
    display: none !important;
  }

  .print-only {
    display: block;
  }

  .pagebreak {
    page-break-after: always !important;
    page-break-before: always !important;
  }

  table {
    table-layout: fixed !important;
  }
  table thead th {
    position: static !important;
  }

  .container,
.container-fluid,
.print-container {
    width: unset !important;
    margin: unset !important;
    padding: unset !important;
  }

  [contenteditable] {
    border: none !important;
    padding: 0;
  }
  [contenteditable]:after {
    display: none !important;
  }
}

/*# sourceMappingURL=print-v0.1.5.css.map */
