@media print {
  @page {
    size: A4;
    margin: 0;
  }

  body {
    -webkit-print-color-adjust: exact !important;
    font-size: 11px;
    color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  * {
    color: #31374a !important;
  }

  .text-body-highlight {
    color: #31374a !important;
  }

  .text-body-tertiary {
    color: #31374a !important;
  }

  body.bg-light {
    background-color: white !important;
  }

  .bg-body-emphasis .dark__bg-gray-1200 {
    background-color: white !important;
  }

  .bg-body-secondary {
    background-color: #e3e6ed !important;
    color: black !important;
  }

  tr {
    border-bottom: #e3e6ed !important;
  }

  .bg-white {
    background-color: #eff2f6 !important;
  }

  .container {
    width: 100%;
    max-width: 21cm;
    margin: auto;
    padding: 10px;
    background-color: white;
    /* background-color: white !important; */
    box-shadow: none;
  }
  .rounded-2 {
    border-radius: 0 !important;
  }
}

.paid-img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.margin-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.margin-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
