
/* css for print*/



@page {
  size: auto;
  margin: 0;  
}


@media  print{

    body {
      margin: 0;
      padding: 0;
      font-size: 11.5px;
    }
    .booking-details{
      gap: 20px;
    }
    h3, .h3,
    .h6, h6 {
      font-size: 15px;
      margin-bottom: 10px;
  }

    .booking-invoice .mb-4.d-flex{
      margin-bottom: 0 !important;
    }

    .mb-4 {
      margin-bottom: 16px !important;
  }

    .mt-5 {
      margin-top: 16px !important;
  }
    .header, #footer, button, nav, .sidebar{
      display: none;
    }

    .btn{
     display: none;
    }

    .booking-invoice{
      margin-top: -140px;
    }
   
    .booking-invoice, .order-summary{
      padding-left: 0;
      padding-right: 0;
    }
    .booking-invoice .text-center img{
      margin-bottom: 20px !important;
    }
    hr{
      display: none;
    }
    .table{
      width: 100%;
      font-size: 11.5px;
    }


}

/* 
@media  print{

  @page {
    size: A4;
    margin: 0;  
  }

    body {
      margin: 0;
      padding: 0;
      font-size: 14px;
    }

    .header, #footer, button, nav, .sidebar{
      display: none;
    }

    .btn{
     display: none;
    }

    .booking-invoice{
      margin-top: -120px;
    }
   
    .booking-invoice, .order-summary{
      padding-left: 0;
      padding-right: 0;
    }

    .table{
      width: 100%;
      
    }

} 
 
