.print {
    display: block;
  }
  
  @media print {
    .barcode-container {
      display: block !important;
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
    }
  
    .label-table th,
    .label-table td,
    .label-table tr,
    .label-table table {
      padding: 0 !important;
    }
  
    body {
      margin: 0mm !important;
    }
  }
  
  .content {
    display: none;
  }
  
  body {
    margin: 0mm !important;
  }
  
  .label-table th,
  .label-table td,
  .label-table tr,
  .label-table table {
    padding: 0 !important;
  }
  
  