@page {
  size: a4;
  margin: 0px;
}

@media print {

  html,
  body {
    width: 210mm;
    height: 297mm;
  }
}

.printWrapper {
  padding: 20px 30px;
  width: 210mm;
  margin: 0px auto;
}

.pagePrint {}

.pagePrint .pageHeader {
  display: flex;
  justify-content: center;
}

.pagePrint .pageHeader .logoPrint {
  float: left !important;
  margin-left: 0px !important;
}

.pagePrint .pageHeader .logoPrint img {}

.pagePrint .pageHeader .rightPrintPage {
  width: 410px;
  align-self: flex-end;
  text-align: right;
}

.pagePrint .pageHeader .rightPrintPage h2 {
  color: green;
  margin: 0px;
  font-size: 23px;
}

.pagePrint .pageHeader .rightPrintPage p {
  margin: 2px 92px 0px;
  width: 320px;
  /* text-align: center !important; */
}

.pagePrint .printHeading {
  padding: 0px;
  font-size: small;
  text-align: center;
  color: rgb(255, 255, 255);
  background: green;
  /* background: rgb(0 102 0); */
}

.pagePrint .printHeading h1 {}

.invoiceNum {
  margin: 0px 0px 8px;
  display: flex;
  justify-content: space-between;
}

.invoiceNum .invoiceNumValue {}

.invoiceNum .invoiceNumValue strong {
  font-size: larger;
  color: rgb(0, 0, 0);
}

.invoiceNum .invoiceNumValue span {}

.invoiceDetail {
  margin: 0px 0px 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.invoiceDetail .detailBox {
  padding: 15px;
  border: 1px solid rgb(0, 0, 0);
  width: 50%;
  border-radius: 10px;
}

.invoiceDetail .r_pdf {
  padding: 15px;
  border: 1px solid rgb(0, 0, 0);
  width: 100%;
  border-radius: 10px;
}

.printNames:last-child {
  border: none;
}

.invoiceDetail .detailBox h2 {
  color: rgb(0, 0, 0);
  margin: 0px 0px 10px;
  font-size: 18px;
}

.printNames {
  flex-wrap: wrap !important;
  display: flex;
  padding: 6px 0px;
  border-bottom: 1px solid rgba(129, 2, 0, 0.1);
  overflow-wrap: anywhere;
}

.printNames strong {
  min-width: 80px;
  margin: 0px 10px 0px 0px;
  text-wrap: nowrap;
  color: rgb(0, 0, 0);
}

.printNames span {}

.detailBox {}

.detailBox h2 {}

.tableBox {
  margin: 0px 0px 30px;
}

.tableBox table {
  width: 100%;
  border: 1px solid rgb(0, 0, 0);
}

.tableBox table thead {
  background: green;
}

.tableBox table thead tr {}

.tableBox table thead tr th {
  color: rgb(255, 255, 255);
  padding: 5px 10px;
}

.tableBox table tbody tr {}

.tableBox table tbody tr td {
  /* border: 1px solid rgb(0, 0, 0); */
  padding: 5px 10px;
}

.termBankDetail {}

.termBankDetail .terms {}

.termBankDetail .terms h3 {}

.termBankDetail .terms p {
  margin: 0;
  padding: 0;
}

.termBankDetail .terms h3 {
  font-size: 20px;
  color: rgb(0, 0, 0);
  margin: 0 0 5px 0;
}

.dateandSign {}

.dateandSign .signature {}

.bankDetailBox {
  align-items: self-end;
  margin: 0px 0px 30px;
  justify-content: space-between;
  display: flex;

}

.bankDetailBox h3 {
  margin: 0px 0px 15px;
  font-size: 20px;
  color: rgb(0, 0, 0);
}

.dateandSign {}

.dateandSign .signature {}

.dateandSign .signature .signBox {
  height: 60px;
  background: rgb(238, 238, 238);
  border: 1px solid rgb(0, 0, 0);
}

.dateandSign .signature h3 {
  font-size: 18px;
}

.printWrapper {
  padding: 53px 40px;
  width: 210mm;
  margin: 0px auto;
}

.footer {
  display: flex;
}

.footer .footer_invoice h4 {
  color: rgb(0, 0, 0);
}

.footer .footer_invoice {
  width: 33%;
  padding: 10px;
}