html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "IBM Plex Sans", "Roboto", Arial, sans-serif;
  color: #000000;
  background: #ffffff;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.receipt-page {
  width: 100%;
}

.receipt-header,
.receipt-title-table,
.identity-table,
.details-table,
.meta-table,
.signature-table {
  width: 100%;
  border-collapse: collapse;
}

.receipt-header {
  margin-bottom: 5mm;
}

.header-col {
  width: 33.33%;
  vertical-align: top;
}

.right-col {
  text-align: right;
}

.header-logo-cell {
  text-align: center;
}

.header-logo {
  width: 20mm;
  height: auto;
}

.header-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.header-subtitle {
  margin-top: 1mm;
  font-size: 10px;
  color: #000000;
}

.receipt-title-table {
  margin-bottom: 5mm;
}

.receipt-title {
  padding: 2.5mm;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: 1.5px solid #000000;
  background: #ffffff;
}

.receipt-subtitle {
  margin-top: 1.2mm;
  text-align: center;
  font-size: 11px;
  color: #000000;
}

.identity-table {
  margin-bottom: 4mm;
  background: #ffffff;
  border: 1px solid #000000;
}

.identity-table td {
  width: 50%;
  vertical-align: top;
  padding: 3mm;
}

.details-table {
  margin-bottom: 3.5mm;
  border: 1px solid #000000;
}

.details-table th,
.details-table td {
  border-bottom: 1px solid #000000;
  padding: 2.2mm;
  font-size: 11px;
  text-align: left;
}

.details-table thead th {
  background: #ffffff;
  color: #000000;
  border-bottom: 0;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.details-table .money {
  width: 34%;
  text-align: right;
  font-weight: 700;
}

.details-table .total-row td {
  background: #ffffff;
  border-bottom: 0;
}

.meta-table {
  margin-bottom: 5mm;
}

.meta-table td {
  width: 50%;
  vertical-align: top;
  padding: 2.4mm;
  border: 1px dashed #000000;
}

.meta-school {
  text-align: right;
}

.label {
  display: inline-block;
  min-width: 42mm;
  font-size: 10px;
  font-weight: 600;
  color: #000000;
}

.value {
  font-size: 11px;
  font-weight: 700;
  color: #000000;
}

.signature-table td {
  width: 50%;
  vertical-align: bottom;
}

.signature-date {
  text-align: right;
  font-size: 11px;
}

.stamp-note {
  font-size: 10px;
  color: #000000;
  margin-bottom: 8mm;
}

.receipt-qr {
  width: 22mm;
  height: 22mm;
  border: 1px solid #000000;
  padding: 1mm;
  background: #ffffff;
  margin-bottom: 1.2mm;
}

.receipt-qr svg {
  width: 100%;
  height: 100%;
}

.qr-caption {
  font-size: 9px;
  color: #000000;
  margin-bottom: 4mm;
}

.sign-line {
  width: 58mm;
  border-bottom: 1px solid #000000;
}
