@page {
  margin: 100px 30px 180px 35px;

  @bottom-center {
    content: element(footer);
    font-size: 7px;
    width: 100%;
    font-weight: bold;
  }
}

body {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #000;
  margin: 15mm;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 2px solid #222;
  padding-bottom: 5mm;
  margin-bottom: 10mm;
}

.header img {
  width: 140px;
}

h2 {
  background: #d9d9d9;
  border: 1px solid #000;
  padding: 4px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 6mm;
  margin-top: 0;
  border: 1px solid #000;
}

td,
th {
  border: none;
  padding: 4px 6px;
  vertical-align: top;
}

table tr.total td {
  border-top: 1px solid #000;
}

th {
  background: #f5f5f5;
  text-align: left;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
}

.section-title {
  background: #d9d9d9;
  border: 1px solid #000;
  padding: 4px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}

.no-border td {
  border: none;
  padding: 2px 4px;
}

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

.text-center {
  text-align: center;
}

.small {
  font-size: 10px;
}

.gray {
  background-color: #f0f0f0;
}

.total {
  font-weight: bold;
  background-color: #e0e0e0;
}

.underline {
  text-decoration: underline;
}

.pl-3 {
  padding-left: 20px;
}

h3 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 5mm;
  margin-bottom: 2mm;
  text-align: left;
}

.footer {
  margin-top: 15mm;
  font-size: 10px;
  text-align: center;
  color: #666;
}
