@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;



  }
  table.dataTable {
    margin: 0 !important;
  }

  #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;
    font-size: 13px;
  }

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

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

  .display-result-table th {
    width: 40%;
   

  }

  .sign-item {
    margin-right: 100px;
    font-size: 15px;
  }

  .display-result-table th:nth-child(2n) {
    width: 20%;
  }


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

  .no-print {
    display: none;
  }

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

  .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: 15px;
  }

  .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;
  }

  .order-h,
  .order-bill {
    display: none;
  }

  .page-header {

    object-fit: contain;
    display: block;
    position: fixed;
    top: 0mm;
    width: 100%;
    background: #fff;
  }

  .with-letter {
    content: url(https://karunya.kiwisoft.in/wp-content/uploads/2025/03/new-lleter-head-karunya.jpg);
  }

  .with-foot {
    content: url();
  }

  .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: 100px;
    

  }

  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;
  }

  .headtable {
    display: grid;
    grid: auto/repeat(3, 1fr);
    background-color: #e9e9e9;
    padding: 5px 10px;
    border-radius: 6px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
  }

  #results-sort thead {
    display: none;
  }

  #results-sort td {
    width: 33.33% !important;
  }
  .test-category {
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding:0 5px;
    margin-top: 15px;
    margin-bottom: 5px;
   text-decoration: underline;
    border-radius: 6px;
  }
  .result-table .bold {
  font-weight: normal;
  font-size: 13px;
}
.res-value {
  font-size: 15px;
}
.display-result-table th:nth-child(3), .display-result-table td:nth-child(3){
    font-size: 15px;
}
}