@media print {
  .not-print {
    display: none;
  }

  .invoice-name {
    font-size: 8px !important;
    padding-top: 10px !important;
  }

  .fw-bold {
    font-size: 11px !important;
  }

  .the_date {
    font-size: 10px !important;
  }

  .tax-number {
    font-size: 7px !important;
  }

  .the_address {
    font-size: 10px !important;
  }

  .main-table tr th {
    font-size: 5px !important;
    padding: 0px !important;
  }

  .main-table tr td {
    font-size: 5px !important;
    padding: 3px !important;
  }

  .form-control {
    font-size: 8px !important;
  }

  .invoice-section .container {
    padding: 0px 1px !important;
  }

  .text_area_holder {
    margin-bottom: 1rem !important;
  }

  .bar_code_holder svg {
    width: 90px !important;
  }
}