.wp360InvoiceCon {
  width: 100%;
  max-width: 750px;
  min-width: 450px;
  overflow: auto;
  background-color: #fff;
  color: #000;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 60px 60px;
  color: #525252;
  margin-inline: auto;
  margin-top: 50px;
}
.wp360InvoiceCon h2, .wp360InvoiceCon h4, .wp360InvoiceCon th, .wp360InvoiceCon strong {
  color: #000;
}
.wp360InvoiceCon h2 {
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 50px;
}
.wp360InvoiceCon p {
  font-size: 14px !important;
  margin-top: 0;
}
.wp360InvoiceCon .invoiceHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wp360InvoiceCon .invoiceHead .invoceCompanyInfo h4 {
  margin: 0px;
  font-size: 16px;
}
.wp360InvoiceCon .invoiceHead .invoceCompanyInfo img {
  width: 120px;
}
.wp360InvoiceCon .invoiceHead .invoceCompanyInfo small {
  font-size: 13px;
  width: 100%;
  display: block;
}
.wp360InvoiceCon .invoiceHead .invoceNumberCon {
  text-align: right;
  font-size: 14px;
  line-height: 25px;
}
.wp360InvoiceCon .invoceHead2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  line-height: 25px;
  margin-top: 25px;
}
.wp360InvoiceCon .invoceHead2 h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.wp360InvoiceCon .invoceHead2 p {
  margin: 0;
}
.wp360InvoiceCon .invoceHead2 .receiptInfo {
  min-width: 170px;
  max-width: 250px;
}
.wp360InvoiceCon .invoSummCon {
  width: 100%;
  overflow: auto;
}
.wp360InvoiceCon .invoiceSummary {
  width: 100%;
  border: solid 1px #DFDFDF;
  border-spacing: 0;
  margin: 30px 0;
}
.wp360InvoiceCon .invoiceSummary thead tr th {
  background-color: #e4eaee;
  padding: 12px 20px;
  text-align: left;
  font-weight: 500;
  white-space: nowrap;
  font-size: 16px;
  vertical-align: top;
}
.wp360InvoiceCon .invoiceSummary tbody tr td {
  padding: 12px 20px;
  border-right: solid 1px #e4eaee;
  border-bottom: solid 1px #e4eaee;
  font-size: 14px;
  vertical-align: top;
}
.wp360InvoiceCon .invoiceSummary tbody tr td:last-child {
  border-right: none;
}
.wp360InvoiceCon .invoiceFooter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wp360InvoiceCon .invoiceFooter .textCon {
  padding: 10px 5px 10px 0;
}
.wp360InvoiceCon .invoiceFooter .bankDetail {
  border: solid 1px #e4eaee;
  width: 100%;
  font-size: 14px;
}
.wp360InvoiceCon .invoiceFooter .bankDetail div {
  padding: 20px;
}
.wp360InvoiceCon .invoiceFooter .bankDetail h3 {
  background-color: #e4eaee;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  padding: 12px 20px;
  color: #000;
}
.wp360InvoiceCon .invoiceFooter .infoTotalCon {
  width: 100%;
  max-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 40px;
  margin-left: auto;
}
.wp360InvoiceCon .invoiceFooter .infoTotalCon div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 16px;
  padding: 5px 10px;
}
.wp360InvoiceCon .invoiceFooter .infoTotalCon div * {
  width: 50%;
}
.wp360InvoiceCon .invoiceFooter .infoTotalCon div.totalInn2 {
  border-top: solid 2px #000;
  padding: 10px;
}
.wp360InvoiceCon .invoiceFooter2 {
  width: 100%;
  font-size: 14px;
  margin: 50px 0;
}
.wp360InvoiceCon .invoiceFooter2 h4 {
  margin: 0;
  padding: 0;
}
.wp360InvoiceCon .invoiceFooter2 div {
  width: 100%;
  text-align: center;
}

.wp360invoice_btma_wrap {
  margin-bottom: 1rem;
  text-align: right;
}

.wp360invoice_btma {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #e4eaee;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 1rem;
  -webkit-transition: 0.3s ease background-color;
  transition: 0.3s ease background-color;
}
.wp360invoice_btma:hover {
  background-color: #e4eaee;
}

.wp360invoiceSummaryTable {
  border-collapse: collapse;
  margin: 0px;
  font-size: 1rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0px 1px #d7d7d7;
          box-shadow: 0 0 0px 1px #d7d7d7;
}
.wp360invoiceSummaryTable thead th {
  text-align: left;
  background: #E4EAEE;
  padding-block: 12px;
}
.wp360invoiceSummaryTable tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #d7d7d7;
}
.wp360invoiceSummaryTable tbody td {
  padding-block: 16px;
}
.wp360invoiceSummaryTable tbody td.wp360View_inv a {
  padding: 8px 12px;
  border-radius: 8px;
  background: #f0f0f0;
  font-weight: 600;
}
.wp360invoiceSummaryTable th, .wp360invoiceSummaryTable td {
  vertical-align: top !important;
  padding-inline: 24px;
}
.wp360invoiceSummaryTable .wp360InvoiceSummary {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wp360invoiceSummaryTable .wp360InvoiceSummary li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #d7d7d7;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
}
.wp360invoiceSummaryTable .wp360InvoiceSummary li:last-child {
  border-bottom: none;
}
.wp360invoiceSummaryTable .wp360InvoiceSummary li .itemDesc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wp360invoiceSummaryTable .wp360InvoiceSummary li .itemQty {
  font-weight: bold;
}

.wp360invoiceSummaryTable--pagination {
  font-size: 1rem;
  margin-block: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: normal;
}
.wp360invoiceSummaryTable--pagination span[aria-current=page] {
  aspect-ratio: 1/1;
  padding-inline: 10px;
  border-radius: 50px;
  background: #E4EAEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0px;
  font-weight: 600;
}

.wp360Invoice_action_buttons_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px 15px;
}

.wp360Invoice_action_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px 12px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 12px;
  border-bottom: 1px solid #d2d2d2;
  font-size: 16px;
}
.wp360Invoice_action_buttons._justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wp360Invoice_action_buttons .wp360invoice_btma {
  margin-right: auto;
}
.wp360Invoice_action_buttons #wp360-invoice_printinvoice, .wp360Invoice_action_buttons .wp360_invoice_status_update, .wp360Invoice_action_buttons .view_receipt {
  background: #fff;
  border: 1px solid #0c173b;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 4px 12px;
  cursor: pointer;
  color: #0c173b;
  margin-bottom: 8px;
  border-radius: 6px;
  line-height: 1.5;
  font-weight: 600;
}
.wp360Invoice_action_buttons .wp360_invoice_status_update, .wp360Invoice_action_buttons .view_receipt {
  background: #e4eaee;
  border: 1px solid #e4eaee;
  text-decoration: none !important;
}
.wp360Invoice_action_buttons .wp360_invoice_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-weight: 600;
}
.wp360Invoice_action_buttons .wp360_invoice_status.paid i {
  background-color: #22a753;
}
.wp360Invoice_action_buttons .wp360_invoice_status.paid i:before {
  content: "\f147";
}
.wp360Invoice_action_buttons .wp360_invoice_status i {
  background-color: #c32525;
  height: 1.625rem;
  width: 1.625rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
.wp360Invoice_action_buttons .wp360_invoice_status i:before {
  font-family: "Dashicons";
  font-style: normal;
  content: "\f158";
}

#receiptPopup {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px;
  z-index: 1000;
}
#receiptPopup .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 32em;
}
#receiptPopup form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#receiptPopup form label {
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 600;
}
#receiptPopup form input[type=file] {
  margin: 10px 0px 20px;
}
#receiptPopup button {
  cursor: pointer;
  border-radius: 6px;
  padding: 12px 20px;
  border: none;
}
#receiptPopup button:not(.siteBtn) {
  background: #e8e8e8;
  color: #000;
}

.siteBtn {
  background-color: #0c173b;
  border-radius: 6px;
  color: #FFF;
  -webkit-transition: ease background-color 0.3s, ease filter 0.3s, ease transform 0.3s;
  transition: ease background-color 0.3s, ease filter 0.3s, ease transform 0.3s;
  border: none;
}
.siteBtn:hover {
  background-color: #2a3d75;
}

#wp360_invoice_receipt_modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
#wp360_invoice_receipt_modal .modal-content {
  background-color: #fefefe;
  margin: clamp(50px, 5vw, 5vw) auto;
  border: 1px solid #888;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  position: relative;
  max-width: min(100% - 30px, 750px);
}
@media (min-width: 1200px) {
  #wp360_invoice_receipt_modal .modal-content {
    max-width: 1500px;
  }
}
#wp360_invoice_receipt_modal .close {
  font-size: 28px;
  font-weight: bold;
  aspect-ratio: 1/1;
  background: #080808;
  padding: 5px;
  border-radius: 50%;
  color: white;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 5;
  text-decoration: none;
  cursor: pointer;
  line-height: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp360Invoice_sp_wrapper {
  position: relative;
}
.wp360Invoice_sp_wrapper .wp360invpdf_loader {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.wp360Invoice_sp_wrapper .wp360invpdf_loader.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp360Invoice_sp_wrapper .wp360invpdf_loader .wp360inv_loader {
  border: 6px solid #e4eaee;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: wp360_spin_anim 2s linear infinite;
          animation: wp360_spin_anim 2s linear infinite;
}

@-webkit-keyframes wp360_spin_anim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes wp360_spin_anim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.admin-wp360invoice_download {
  display: inline-block;
}

.wp360Invoice_sp_wrapper {
  position: relative;
}

@media print {
  .container {
    padding: 0 !important;
  }
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    -webkit-appearance: initial;
    -webkit-appearance: caret;
  }
  .grecaptcha-badge,
  .cky-consent-container,
  .switch,
  #secondary {
    display: none !important;
  }
  .woocommerce-MyAccount-content {
    background: #fff !important;
    background-color: #fff !important;
    width: 100% !important;
    padding: 60px 30px 15px 30px;
  }
  .woocommerce-MyAccount-content .wp360InvoiceCon {
    padding: 0 !important;
  }
  @page {
    size: portrait;
    margin: 0mm;
  }
  header, footer, .woocommerce-MyAccount-navigation {
    display: none;
  }
  .hidden-print {
    display: none !important;
  }
  .wp-block-post-title, .post-title {
    display: none !important;
  }
}
.pre_line {
  white-space: pre-line;
}