@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;
}

.product-card {
  margin-bottom: 1rem;
}

.not-editable {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #0000002e url(../img/bg-placeholder.png);
  z-index: 9;
}

.print-padding {
  padding: 3rem;
}
.print-padding .container {
  padding: 1rem;
  background: #fff;
  box-shadow: 0 0 20px 0px #0003;
}

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

  .print-padding {
    padding: 0 !important;
  }
  .print-padding .container {
    background: #fff;
    box-shadow: none !important;
  }

  .product-card {
    margin-bottom: 0;
  }

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

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

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

  .print-only {
    display: block;
  }

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

  .image-preview {
    height: 150px !important;
  }

  .cfg-line .cfg-col {
    padding: 0.15rem 0.55rem !important;
    font-size: 0.75rem !important;
  }

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

/*# sourceMappingURL=print.css.map */
