.full-receipt{
  padding-left: 20px;
  padding-right: 20px;
}

p{
  color: var(--textGrey);
  margin-bottom: 0;
  margin-top: 0;
}

.receipt-header{
  margin-top: 10px;
}

.receipt-header p{
  font-size: 0.9rem;
}

.receipt-header p span{
  color: var(--info);
  font-weight: 600;
}

.receipt-header h5{
  color: var(--textGrey);
  margin-bottom: 0;
}

.customer-details p {
  font-size: 0.7rem;
}

.customer-details h5 {
  font-size: 0.9rem;
  color: var(--textGrey);
  margin-bottom: 0;
}


table.calculation-table tbody tr td{
  border-bottom: 0 !important;
  border: none !important;
  padding: 0 !important;
  font-weight: 600;
  margin: 0 !important;
}

.f-16{
  font-size: 1.6rem;
}

.business-details p{
  font-size: 0.7rem;
}

.business-details p span{
  color: var(--textGrey);
  font-size: 1.2rem;
}

.customer-details p{
  margin-top: 0;
  margin-bottom: 0;
}


.payment-collection{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

/* Print media query */
@media print {

  body{
    background-color: #ffffff !important;
    visibility: hidden;
  }

  #full-receipt,
  #full-receipt * {
    visibility: visible;
  }

  #full-receipt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}



