@media print {
  #image-upload, 
  #image-preview {
  }
  #invoice-image{
    display: none;
  }
  label{
    display: none;
  }
  #invoice-table1{
    display: none;
  }
  h3{
    display: none;
  }
  button,
  th:last-child,
  td:last-child {
    display: none;
  }
  #item-form {
    display: none;
  }
  #print-invoice {
    display: none;
  }
  .summary {
    display: block;
  }
  body {
    background-color: inherit;
    color: var(--print-color, black); 
  }
  .container {
    background-color: inherit;
  }
  table th, table td {
    color: var(--print-color, black); 
  }
}
@media print {
  #image-upload,
  #image-preview,
  #uploaded-image {
  }
  button,
  th:last-child,
  td:last-child {
    display: none;
  }
  #item-form {
    display: none;
  }
  #print-invoice {
    display: none;
  }
  .summary {
    display: block;
  } 
  body {
    background-color: inherit;  
  }
  .container {
    background-color: inherit; 
    color:inherit;
  }
  table th, table td {
   color:inherit;
  }
  .invoice{
    color:inherit;
  }
textarea{
  color:inherit;
}
#invoiceDate{
  color:inherit;
}
.containerS {
  background-color: inherit; 
  color:inherit;
}
#itemList input h2 textarea{
  color:inherit;
} 
}
