body {
  margin: 0;
}

.pdf-certificate {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.pdf-certificate .certificate-bg {
  height: 800px;
}
.pdf-certificate .user-name {
  position: absolute;
  top: 360px;
  left: 380px;
  font-size: 20px;
  width: 500px;
}
.pdf-certificate .complete-date {
  position: absolute;
  top: 462px;
  left: 680px;
  font-size: 15px;
  width: 250px;
}
.pdf-certificate .course-name {
  position: absolute;
  top: 422px;
  left: 520px;
  font-size: 15px;
  width: 500px;
}
.pdf-certificate .qr-code {
  position: absolute;
  top: 80px;
  left: 90px;
}

.payment-invoice-wrapper h3 {
  margin: 0;
}
.payment-invoice-wrapper p {
  margin: 0;
  margin-bottom: 4px;
}
.payment-invoice-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  padding: 0 30px;
}
.payment-invoice-wrapper .header {
  text-align: center;
  margin-bottom: 24px;
}
.payment-invoice-wrapper .title {
  margin-bottom: 24px;
}
.payment-invoice-wrapper .body {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.payment-invoice-wrapper .body .first-line {
  display: flex;
  justify-content: space-between;
}
.payment-invoice-wrapper .account-details {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.payment-invoice-wrapper .mb-24 {
  margin-bottom: 24px;
}
.payment-invoice-wrapper .mb-12 {
  margin-bottom: 12px;
}
.payment-invoice-wrapper table {
  border-collapse: collapse;
}
.payment-invoice-wrapper table thead {
  background-color: #eee;
}
.payment-invoice-wrapper table thead th {
  text-align: left;
  padding: 8px;
  border: 1px solid #ccc;
}
.payment-invoice-wrapper table tbody td {
  padding: 8px;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-top: 0;
}
.payment-invoice-wrapper table tbody tr:last-child {
  border-bottom: 1px solid #ccc;
}
.payment-invoice-wrapper table tbody .right-align-td {
  text-align: right;
}
