@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@media print {

  body {
  
    font-size: 10px;
    margin: 0;
    font-family: 'Inter', sans-serif;



  }

  #page {
    /* margin: 155px 65px 130px;
    width: 794px;*/
  }

  #page-topbar {
    display: none;
  }

  .vertical-menu {
    display: none;
  }

  .footer {
    display: none;
  }

  table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border: 0 !important;
  }

  div.test-wrap {
    display: grid;
    page-break-inside: avoid;
  }

  .page table,
  .page th,
  .page td {
    border: 1px solid rgb(153, 150, 150);

  }

  #bill-tables th:not(:first-child),
  #bill-tables td:not(:first-child) {
    border-left: 0;

  }

  #bill-tables th:not(:last-child),
  #bill-tables tr:not(:last-child) td {

    border-bottom: 0;
  }

  
  .page td {

    padding: 8px;
  }

  .page th {
padding: 5px 8px;
    text-align: left;
    font-weight: 500;
    background-color: #ddd;
  }

  .page td {
    font-size: 12px;
  }

  h4 {
    margin-bottom: 0px;
    margin-top: 15px;
    font-size: 12px;
  }

  .display-result-table th {
    width: 40%;
font-size: 13px;

  }
.sign-item{
    margin-right:150px;
}
  .display-result-table th:nth-child(2n) {
    width: 20%;
  }


  .display-result-table th:last-child,
  .display-result-table td:last-child {
    display: none;
  }

  .no-print {
    display: none;
  }

  .single-test {
    margin-top: 30px;
  }

  .title {
    text-transform: capitalize;

    min-width: 170px;
  }

  .gen .title {

    min-width: 120px;
  }


  .det {
    margin-left: 5px;
  }

  .p-details-wrap {
   padding: 10px 10px 0;
border: 1px solid rgb(0, 0, 0);
border-radius: 6px;
margin-bottom: 15px;
  }

  .p-details-wrap ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    font-size: 10pt;
  }

  .p-details {
    display: flex;
    margin-bottom: 10px;
    width: 50%;
  }

  .total-wrap {
    margin-top: 10px;
    text-align: right;

  }

  .total {
    font-size: 20px;
    font-weight: bold;
  }

  .p-details.name .det {
    font-weight: bold;

  }

  .p-details.orderno .det {
    font-weight: bold;
  }

  .text-end {
    text-align: right !important;
  }

  .labsigns {
    display: flex;
    justify-content: end;
    width: 100%;
  }
	.page-fl{
		margin-top:30px;
		/*content: url(https://adc.kiwisoft.in/wp-content/uploads/2023/02/footer.jpg);*/
		opacity:0;
	}
  .order-h,.order-bill {
    display: none;
  }

  .page-header {
    
    object-fit: contain;
    display: block;
    position: fixed;
    top: 0mm;
    width: 100%;
    background: #fff;
    content: url(https://mcm.kiwisoft.in/wp-content/uploads/2024/11/l-head-mcm-3.png);
    opacity: 0;
  }

  .with-letter{
    /*
    content: url(https://mcm.kiwisoft.in/wp-content/uploads/2023/03/mcmhead.png);
    */
    opacity: 1 !important;
  }
	.with-foot{
	    /*
    content: url(https://mcm.kiwisoft.in/wp-content/uploads/2023/03/mcmhead.png);
    */
    opacity: 1 !important;
  }
.page-mylab .page-footer {
    display: none !important;
}
  .page-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
	
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: end;

    

  }

  .page {
    page-break-after: always;
   



  }

  .print-table .print-thead td,
  .print-table .print-tfoot td {
    border: 0;
    padding: 0;
  }

  .page-header,
  .page-header-space {
    height: 140px;
  }

  .page-footer,
  .page-footer-space {
    height: 180px;
padding-top:30px;
	
  }

  thead {
    display: table-header-group;
  }

  tfoot {
    display: table-footer-group;
  }
  .totaldiscount {
  display: none;
}
.p-name {
  text-transform: uppercase;
}
.delete-tw{
  display: none;
}
.eor {
  text-align: center;
  font-size: 12px;
  margin: 10px 0 0;
}
.preloader {
  display: none;
}

.page-bill .page-header{
    display:none;
}
.page-bill .page-header-space{
    height: auto;
}

.page-bill .text-center {
  text-align: center;
  font-weight:600;
}
.page-bill .text-center p {
  margin-top: 0;
  margin-bottom: 5px;
}
.page-bill .text-center h2 {
  margin-bottom: 10px;
  margin-top: 5px;
}
.page-bill .page-bill-header {
  margin-bottom: 15px;
 
   text-align: center;
}
.page-bill .page-bill-header img{
  width: 60px;
  
}

.page-bill th {
  
font-size: 13px;

  }


}