.calendar-notifications-container{padding:20px}.calendar-notifications-container .calendar-card .calendar-wrapper .fc .fc-daygrid-day-number-wrapper{display:flex;flex-direction:column;align-items:center}.calendar-notifications-container .calendar-card .calendar-wrapper .fc .fc-daygrid-day-number-wrapper .notification-badges{display:flex;gap:4px;margin-top:4px;flex-wrap:wrap;justify-content:center}.calendar-notifications-container .calendar-card .calendar-wrapper .fc .fc-daygrid-day-number-wrapper .notification-badges .ant-badge .ant-badge-count{font-size:10px;height:18px;line-height:18px;min-width:18px;padding:0 4px}.calendar-notifications-container .calendar-card .calendar-wrapper .fc .fc-daygrid-day{cursor:pointer;transition:background-color .2s}.calendar-notifications-container .calendar-card .calendar-wrapper .fc .fc-daygrid-day:hover{background-color:rgba(0,0,0,.02)}.calendar-notifications-container .calendar-card .calendar-wrapper .fc .fc-daygrid-day-number{font-size:14px;font-weight:500}.calendar-notifications-container .calendar-card .notifications-day-view .notification-item{transition:background-color .2s}.calendar-notifications-container .calendar-card .notifications-day-view .notification-item:hover{background-color:rgba(0,0,0,.02)}.calendar-notifications-container .calendar-card .notifications-day-view .notification-item-restricted{opacity:.7;background-color:rgba(0,0,0,.03)}.calendar-notifications-container .calendar-card .notifications-day-view .notification-item-restricted .ant-list-item-meta-title{color:#999}.calendar-notifications-container .legend-container{display:flex;gap:20px;flex-wrap:wrap}.calendar-notifications-container .legend-container .legend-item{display:flex;align-items:center;gap:8px}.calendar-notifications-container .legend-container .legend-item .ant-badge .ant-badge-count{width:20px;height:20px;line-height:20px}.calendar-notifications-container .legend-container .legend-item span{font-size:14px}.calendar-notifications-loading{display:flex;justify-content:center;align-items:center;min-height:400px}.fc .fc-toolbar-title{font-size:1.5rem;font-weight:600}.fc .fc-button{background-color:#1890ff;border-color:#1890ff;text-transform:capitalize}.fc .fc-button:hover{background-color:#40a9ff;border-color:#40a9ff}.fc .fc-button:focus{box-shadow:0 0 0 2px rgba(24,144,255,.2)}.fc .fc-button-primary:not(:disabled).fc-button-active{background-color:#096dd9;border-color:#096dd9}.fc .fc-day-today{background-color:rgba(24,144,255,.1) !important}
/* #qt-quotation-content {
  width: 100%;
  min-height: 297mm;
  padding: 20px;
  margin: 0;
  background: white;
  box-sizing: border-box;
  font-size: 10pt;
}

.qt-container {
  width: 100%;
  margin: 0;
  padding: 0;
  background: white;
  font-family: Arial, sans-serif;
  color: #000;
  line-height: 1.6;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border: 1px solid #000;
  min-height: 280mm;
}

.qt-content-wrapper {
  width: 100%;
  padding: 60px 40px;
  color: #000;
  box-sizing: border-box;
  flex: 1;
  display: flex;
  flex-direction: column;
}


.qt-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 50px;
}


.qt-title {
  font-size: 24pt;
  font-weight: 700;
  margin: 0; 
  text-align: center;
}

.qt-details-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
  gap: 30px;
  padding-bottom: 15px;

}


.qt-customer-section {
  flex: 1;
  min-width: 0;
}

.qt-company-section {
  flex: 1;
  min-width: 0;
  border-right: 2px solid #000;
}

.qt-company-title,
.qt-customer-title {
  font-size: 12pt;
  font-weight: 900;
  margin-left: 25%;
  margin-bottom: 6px;
}

.qt-detail-item {
  margin-bottom: 0px;
  font-size: 10pt;
  display: flex;
  gap: 4px;
}

.qt-label {
  font-weight: 600;
  min-width: 60px;
}

.qt-value {
  flex: 1;
  font-size: 10pt;
}

.quotation-details {
  margin-top: 12px;
}

.quotation-title {
  font-size: 13px;
  font-weight: 900;
  margin-left: 0 !important;
  margin-bottom: 6px;
  margin-top: 12px;
}

.qt-separator {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: none;
  border-left: 1px solid #000;
}



.quotation-title {
  margin-left: 20px;
  text-decoration: underline;
}

.qt-container .tag {
  position: absolute;
  top: 30px;
  right: 50px;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.qt-container .section .address {
  display: flex;
  justify-content: space-between;
}

.qt-container .section .address .billingAdd>p,
.qt-container .section .address .customerdetails>p {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
  text-align: center;
}

.qt-container .section .address .billingAdd {
  border-right: 0.5px solid black;
  padding-left: 0;
  padding-right: 10px;
}

.qt-container .section .address .customerdetails {
  padding-left: 10px;
  padding-right: 0;
  border-left: 0.5px solid black;
}

.qt-container .section .address .billingAdd label,
.qt-container .section .address .customerdetails label {
  margin-bottom: 0px;
}

.qt-container .section .address .billingAdd p,
.qt-container .section .address .customerdetails p {
  line-height: 1.5;
}

.qt-container .section .sectionmid {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.qt-container .section .sectionmid .tablehead {
  background-color: #007ed8;
  border: 1px solid black;
  color: black;
  width: 100%;
  height: 50px;
}

.qt-container .section .sectionmid td {
  border: 1px solid black;
  padding: 8px;
}

.qt-container .section .sectionbottom {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.qt-container .section .sectionbottom .table2 {
  border: 1px solid black;
  margin-left: auto;
  width: 50%;
}

.qt-container .section .sectionbottom .table2 tr {
  border: 1px solid black;
}

.qt-container .section .sectionbottom .table2 td,
.qt-container .section .sectionbottom .table2 th {
  border: 1px solid black;
  padding: 8px;
  text-align: left;
}

.qt-container .section .sectionbottom .table2 .tabel2end {
  font-weight: 700;
}

.qt-payment-section {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.qt-qr-code {
  display: flex;
  flex-direction: column;
  margin: 4px;
  padding: 2px;
  border-radius: 10px;
  border: 5px solid #ccc;
}



.qt-bank-details {
  flex: 1;
  margin-left: 250px;
}

.qt-bank-details h4 {
  color: #000;
  margin: 0 0 15px 0;
  font-size: 16px;
}

.qt-bank-details div {
  margin-bottom: 5px;
  font-size: 14px;
}

.qt-terms-section {
  margin-top: 30px;
}

.qt-terms-section h4 {
  color: #4a90e2;
  margin: 0 0 15px 0;
  font-size: 16px;
}

.qt-terms-section ol {
  padding-left: 20px;
  margin: 0;
}

.qt-terms-section li {
  margin-bottom: 10px;
  line-height: 1.4;
}


.qt-services-table {
  width: 100%;
  border-collapse: collapse;
  margin: 5px 0;
  font-size: 10pt;
}

.qt-services-table thead tr {
  background-color: #e6e6e6;
  color: #000;
}

.qt-services-table th {
  padding: 10px 10px;
  text-align: left;
  font-weight: bold;
  border: 0.7px solid #888;
}

.qt-services-table td {
  padding: 8px 10px;
  border: 0.7px solid #888;
}

.qt-services-table th:first-child,
.qt-services-table td:first-child {
  width: 50px;
  text-align: center;
  background-color: #e6e6e6;
  color: #000;
  font-weight: bold;
  border: 0.7px solid #888;
}

.qt-services-table th:nth-child(2),
.qt-services-table td:nth-child(2) {
  width: 45%;
}

.qt-services-table th:nth-child(3),
.qt-services-table td:nth-child(3),
.qt-services-table th:nth-child(4),
.qt-services-table td:nth-child(4) {
  width: 8%;
  text-align: center;
  border: 0.7px solid #888;
}

.qt-services-table th:last-child,
.qt-services-table td:last-child {
  width: 18%;
  text-align: right;
  border: 0.7px solid #888;
  white-space: nowrap;
}

.qt-services-table tbody tr:nth-child(odd) td:not(:first-child) {
  background-color: #fff;
  border: 0.7px solid #888;
}

.qt-services-table tbody tr:nth-child(even) td:not(:first-child) {
  background-color: #f7f7f7;
  border: 0.7px solid #888;
}

.qt-services-table .qt-total-row td {
  background-color: #e6e6e6 !important;
  color: #000;
  font-weight: bold;
  border: 0.7px solid #888;
  padding: 12px 10px;
}

.qt-services-table .qt-total-row td.qt-amount {
  text-align: right;
  font-weight: bold;
  border: 0.7px solid #888;
}


.qt-services-table td.qt-amount {
  font-family: 'Arial', sans-serif;
  white-space: nowrap;
  padding-right: 15px;
}


@media print {
  @page {
    size: A4;
    margin: 0;
  }

  body {
    margin: 0;
    padding: 0;
    background: white !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  #qt-quotation-content {
    width: 100%;
    height: 297mm;
    margin: 0;
    padding: 20px;
    background: white;
  }

  .qt-container {
    width: 100%;
    min-height: 297mm;
    border: 1px solid #ffffff;
    print-color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
  }

  .qt-content-wrapper {
    padding: 60px 40px;
  }

  .qt-header {
    margin-bottom: 50px;
  }

  .qt-details-container {
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff;
  }

  .qt-separator {
    border-left: 1px solid #ffffff;
    background: none;
  }

  .qt-services-table {
    width: 100%;
    border-collapse: collapse;
    page-break-inside: avoid;
  }

  .qt-services-table th,
  .qt-services-table td:first-child,
  .qt-services-table .qt-total-row td {
    background-color: #4f81bd !important;
    color: white !important;
    border: 1px solid #ffffff !important;
    print-color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
  }

  .qt-services-table td {
    border: 1px solid #244a6d !important;
  }

  .qt-services-table tbody tr:nth-child(odd) td:not(:first-child) {
    background-color: #EBF3F9 !important;
    print-color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
  }

  .qt-services-table tbody tr:nth-child(even) td:not(:first-child) {
    background-color: #D4E5F3 !important;
    print-color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
  }

  .qt-footer {
    margin-top: 5px;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .qt-qr-section {
    border: 1px solid #ccc !important;
  }

  .qt-bank-details-box {
    border: 1px solid #ffffff !important;
  }

  .qt-terms {
    margin-top: 30px;
    padding: 0 20px;
  }

  .qt-terms-title {
    font-size: 11pt;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000 !important;
  }

  .qt-terms ol {
    margin: 0;
    padding-left: 20px;
    list-style-type: decimal;
  }

  .qt-terms li {
    font-size: 9pt;
    line-height: 1.4;
    margin-bottom: 4px;
    color: #000 !important;
  }

  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  img,
  .qt-qr-code {
    print-color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
  }
}

.qt-services-table {
  border: 1px solid #ffffff;
  margin: 5px 0;
}

.qt-services-table td {
  border: 1px solid #ffffff;
}

.qt-sl-table-head {
  width: 20px !important;
  padding: 0 !important;
}

.qt-separator {
  border-left: 1px solid #ffffff;
  background: none;
  width: 0;
  margin: 0;
  transform: none;
}

.qt-footer {
  margin-top: 5px;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.qt-qr-container {
  width: 120px;
}

.qt-qr-section {
  padding: 0px;
  margin-bottom: 5px;
}

.qt-upi-id {
  margin-top: 15px;
  font-size: 8pt;
  margin-left: 4px;
  width: 100%;
}

.qt-qr-code {
  width: 100%;
  height: auto;
}

.qt-bank-details-box {
  border: 1px solid #000;
  padding: 10px;
  width: 100%;
  max-width: 450px;
  align-items: right;
}

.qt-bank-details-box h4 {
  font-size: 10pt;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.qt-bank-details-box div {
  font-size: 9pt;
  line-height: 1.3;
  margin-bottom: 3px;
}


.qt-terms {
  font-style: italic;
  color: #595959;
  margin-top: 30px;
  padding: 0 20px;
  page-break-inside: avoid;
}

.qt-terms-title {
  font-style: italic;
  color: #070000;
  font-size: 8pt;
  font-weight: 600;
  margin-bottom: 10px;
}

.qt-terms ol {
  margin: 0;
  padding-left: 20px;
  color: #595959;
  list-style-type: decimal;
  counter-reset: item;
}

.qt-terms li {
  font-size: 7pt;
  line-height: 1.4;
  margin-bottom: 6px;
  color: #595959;
  font-style: italic;
  text-align: left;
  display: list-item;
  list-style-position: outside;
  padding-left: 5px;
}

.qt-terms li::marker {
  color: #595959;
  font-style: italic;
}

@media print {
  .qt-terms {
    font-style: italic !important;
    color: #595959 !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  .qt-terms-title {
    font-style: italic !important;
    color: #595959 !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  .qt-terms ol {
    color: #595959 !important;
    padding-left: 20px !important;
    list-style-type: decimal !important;
    counter-reset: item !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  .qt-terms li {
    color: #595959 !important;
    font-style: italic !important;
    display: list-item !important;
    list-style-position: outside !important;
    padding-left: 8px !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  .qt-terms li::marker {
    color: #595959 !important;
    font-style: italic !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
}

.qt-logo {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qt-logo-img {
  max-width: 100%;
  height: auto;
  flex: 0 0 auto;
  object-fit: contain;
}

.qt-other-details {
  font-style: normal;
  color: #595959;
  margin: 20px 0;
  padding: 0 20px;
  font-size: 9pt;
}

.qt-other-details .qt-remark-label {
  font-weight: bold;
  font-style: normal;
  color: #222;
}


 */












/* ==========================================
   PREMIUM QUOTATION TEMPLATE – COMPACT
   ========================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.qtn-wrapper {
  width: 100%;
  padding: 10px;
  background: #f5f7fa;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

.qtn-doc {
  max-width: 210mm;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  position: relative;
}


.qtn-top-accent {
  height: 5px;
  background: #3b82f6;
}

.qtn-header {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-gap: 18px;
  gap: 18px;
  padding: 20px 26px 16px;
  
  background: #dbeafe;
  
  color: #000000;
 
}

.qtn-company-block {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.qtn-logo {
  flex-shrink: 0;
  background: #ffffff;
  padding: 4px 8px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.qtn-logo-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.qtn-company-name {
  font-size: 12pt;
  font-weight: 800;
  margin: 0 0 6px 0;
  line-height: 1.2;
  color: #000000;

}

.qtn-company-addr {
  font-size: 9.5pt;
  line-height: 1.4;
  color: #111827;
  
  margin-bottom: 4px;
  font-weight: 500;
}

.qtn-company-addr p {
  margin-bottom: 2px;
  font-weight: 500;
}

.qtn-state-code {
  font-weight: 500;
  color: #111827;
  
  font-size: 9.5pt;
  margin-top: 2px;
}

.qtn-company-contact {
  font-size: 9.5pt;
  color: #111827;
  
  margin-top: 1px;
  font-weight: 500;
}

.qtn-company-contact p {
  margin-bottom: 1px;
  font-weight: 500;
}

.qtn-doc-info {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 2px;
}

.qtn-title {
  font-size: 16pt;
  font-weight: 900;
  letter-spacing: 1.4px;
  margin: -2px 0 10px 0;
  color: #000000;
 
  text-shadow: none;
  
  line-height: 1;
}

.qtn-meta-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 160px;
}

.qtn-meta-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background: rgba(59, 130, 246, 0.18);
  
  padding: 6px 10px;
  border-radius: 5px;
  border-left: 3px solid #3b82f6;
}

.qtn-meta-label {
  font-size: 7pt;
  font-weight: 700;
  color: #4b5563;
  
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.qtn-meta-value {
  font-size: 8.5pt;
  font-weight: 800;
  color: #000000;

}

.qtn-divider {
  height: 2px;
  background: #3b82f6;
}


.qtn-main-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-gap: 16px;
  gap: 16px;
  padding: 16px 26px 14px;
}

.qtn-billto-section,
.qtn-details-section {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.qtn-section-header {
  background: #3b82f6;
  padding: 7px 12px;
}

.qtn-badge {
  font-size: 9.5pt;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}



.qtn-billto-content {
  padding: 10px 12px;
  background: #f8fafc;
  font-size: 8.5pt;
  color: #080809;
  
}


.qtn-customer-name {
  font-size: 10pt;
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e5e7eb;
}


.qtn-address,
.qtn-location {
  font-size: 8.5pt;
  color: #080809;
  line-height: 1.4;
  margin-bottom: 4px;
}


.qtn-detail-line {
  display: flex;
  gap: 6px;
  font-size: 8.3pt;
  margin-bottom: 3px;
}


.qtn-label {
  min-width: 70px;
  
  font-weight: 600;
  color: #080809;

}


.qtn-value {
  font-weight: 500;
  color: #080809;
  
}
.qtn-id-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 8px;
  margin-bottom: 1px;
  background: #ffffff;
  border-radius: 5px;
  border-left: 3px solid #3b82f6;
  font-size: 7.5pt;
}

.qtn-id-label {
  font-weight: 700;
  color: #080809;
  text-transform: uppercase;
  font-size: 7pt;
  letter-spacing: 0.3px;
}

.qtn-id-value {
  font-weight: 800;
  color: #080809;
  font-family: 'Courier New', Courier, monospace;
}



.qtn-table-section {
  padding: 0 26px 16px;
}

.qtn-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.04);
}

.qtn-table thead {
  background: #3b82f6;
}

.qtn-table th {
  padding: 10px 8px;
  font-size: 7pt;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
  border: none;
}

.qtn-th-num {
  width: 45px;
  text-align: center !important;
}

.qtn-th-center {
  width: 65px;
  text-align: center !important;
}

.qtn-th-right {
  width: 95px;
  text-align: right !important;
}

.qtn-table tbody {
  background: #ffffff;
}

.qtn-row {
  border-bottom: 1px solid #e2e8f0;
  transition: background-color 0.15s ease;
}

.qtn-row:hover {
  background: #f0f9ff;
}

.qtn-row:last-child {
  border-bottom: none;
}

.qtn-table td {
  padding: 5px 4px;
  font-size: 7.8pt;
  color: #334155;
}

.qtn-td-num {
  text-align: center;
  font-weight: 700;
  color: #64748b;
}

.qtn-td-desc {
  font-weight: 600;
  color: #0f172a;
}

.qtn-td-center {
  text-align: center;
  font-weight: 600;
  color: #475569;
}

.qtn-td-right {
  text-align: right;
  font-weight: 500;
  color: #64748b;
}

.qtn-td-amount {
  text-align: right;
  font-weight: 800;
  color: #1e40af;
  font-size: 8.3pt;
}


.qtn-total-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 10px 14px;
  border-radius: 0 0 8px 8px;
  margin-top: -1px;
}

.qtn-total-label {
  font-size: 9pt;
  font-weight: 800;
  color: #090909;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.qtn-total-value {
  font-size: 14pt;
  font-weight: 900;
  color: #080808;
  font-family: 'Courier New', Courier, monospace;
}


.qtn-payment-section {
  display: grid;
  grid-template-columns: 1.5fr 0.9fr;
  
  grid-gap: 8px;
  
  gap: 8px;
  
  padding: 0 24px 10px;
}


.qtn-bank-box {
  border: 1px solid #e5e7f0;
  border-radius: 6px;
  padding: 8px 10px;
  
  background: #f8fafc;
}

.qtn-box-title {
  font-size: 12pt;
  font-weight: 700;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  
  padding-bottom: 3px;
  border-bottom: 1px solid #d1d5db;
  
}


.qtn-bank-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  grid-row-gap: 3px;
  row-gap: 3px;
  
}

.qtn-bank-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1px 0;
  
  background: transparent;
  border-radius: 0;
  border-left: none;
  font-size: 7pt;
  line-height: 1.2;
  
}


.qtn-bank-label {
  font-weight: 600;
  color: #6b7280;
}

.qtn-bank-value {
  font-weight: 700;
  color: #0f172a;
  font-family: 'Courier New', Courier, monospace;
  word-break: break-all;
}


.qtn-bank-row span {
  font-weight: 600;
  color: #6b7280;
}

.qtn-bank-row strong {
  font-weight: 700;
  color: #0f172a;
  font-family: 'Courier New', Courier, monospace;
  word-break: break-all;
}


.qtn-qr-box {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 1px solid #3b82f6;
  border-radius: 6px;
  padding: 4px 4px;
  
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.qtn-qr-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  
}

.qtn-qr-img {
  width: 78px;
  
  height: 78px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: #ffffff;
  padding: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
}

.qtn-upi-text {
  font-size: 6.8pt;
  font-weight: 700;
  color: #1e40af;
  font-family: 'Courier New', Courier, monospace;
  background: #ffffff;
  padding: 3px 5px;
  
  border-radius: 3px;
  word-break: break-all;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}


.qtn-tax-bar {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 10px 26px;
  background: #f1f5f9;
  border-top: 1px solid #cbd5e1;
  border-bottom: 1px solid #cbd5e1;
  font-size: 7.5pt;
}

.qtn-tax-item {
  display: flex;
  gap: 6px;
  align-items: center;
}

.qtn-tax-item span {
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
}

.qtn-tax-item strong {
  font-weight: 800;
  color: #0f172a;
  font-family: 'Courier New', Courier, monospace;
}


.qtn-remark {
  margin: 10px 26px 10px;
  padding: 10px 12px;
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border-left: 4px solid #f59e0b;
  border-radius: 6px;
  font-size: 8pt;
  color: #78350f;
  line-height: 1.4;
}

.qtn-remark strong {
  color: #92400e;
  font-weight: 800;
}


.qtn-terms {
  padding: 12px 26px 18px;
  background: #f8fafc;
  border-top: 2px solid #cbd5e1;
}

.qtn-terms-title {
  font-size: 10pt;
  font-weight: 800;
  color: #0d0d0f;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 8px;
  padding-left: 10px;
  border-left: 3px solid #3b82f6;
}

.qtn-terms-list {
  margin: 0;
  padding-left: 18px;
  list-style: decimal;
  font-size: 7pt;
  color: #0f1012;
  line-height: 1.5;
}

.qtn-terms-list li {
  margin-bottom: 6px;
  padding-left: 6px;
  color: #0f1012;
}

.qtn-terms-list strong {
  color: #0f172a;
  font-weight: 700;
}


@media print {
  @page {
    size: A4;
    margin: 8mm;
  }

  body {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  .qtn-wrapper {
    padding: 0;
    background: #ffffff;
  }

  .qtn-doc {
    box-shadow: none;
  }

  .qtn-top-accent,
  .qtn-divider {
    background: linear-gradient(90deg, #1e40af 0%, #3b82f6 50%, #60a5fa 100%) !important;
  }

  .qtn-header {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%) !important;
  }

  .qtn-table thead {
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%) !important;
  }

  .qtn-total-wrapper {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
  }

  .qtn-qr-box {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%) !important;
  }

  .qtn-remark {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%) !important;
  }
}


@media screen and (max-width: 768px) {
  .qtn-wrapper {
    padding: 8px;
  }

  .qtn-header {
    grid-template-columns: 1fr;
    padding: 18px 16px;
    gap: 14px;
  }

  .qtn-company-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .qtn-doc-info {
    align-items: center;
  }

  .qtn-title {
    font-size: 24pt;
  }

  .qtn-main-grid,
  .qtn-payment-section {
    grid-template-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }

  .qtn-table-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .qtn-tax-bar {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .qtn-remark,
  .qtn-terms {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}





.nurse-body {
    font-family: 'Inter', 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    color: #1a202c;
    margin: 0;
    width: 100%;
    padding: 6mm;
    box-sizing: border-box;
    background: #ffffff;
    line-height: 1.5;
    letter-spacing: -0.01em;
    font-weight: 500;
    user-select: text; /* Make all text selectable by default */
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
}

.nurse-header-placeholder {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a202c;
    letter-spacing: 0.5px;
    background: #ffffff;
    border: 2px solid #1a202c;
    padding: 10px 16px;
    border-radius: 4px;
    text-transform: uppercase;
    user-select: text; /* Make promotional text selectable */
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
}

.nurse-brand-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 4px;
    padding: 12px;
    margin: 0 0 16px 0;
    box-sizing: border-box;
}

.nurse-legacy-logo,
.nurse-legacy-banner {
    padding: 8px;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    border-radius: 2px;
}

.nurse-legacy-logo {
    width: 220px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.nurse-legacy-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.nurse-legacy-banner {
    flex-grow: 1;
    margin-left: 12px;
    background: #f8fafc;
    color: #4a5568;
    border: 1px solid #e2e8f0;
}

.nurse-section {
    margin-top: 12px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    overflow: hidden;
}

.nurse-section-title {
    background: #caf0f8;
    color: #023e8a;
    border-bottom: 3px solid #0096c7;
    border-left: 4px solid #0096c7;
    padding: 12px 16px;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    /* letter-spacing: 0.5px; */
    text-transform: uppercase;
}

.nurse-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    background: #ffffff;
}

.nurse-table th,
.nurse-table td {
    border: 1px solid #e2e8f0;
    padding: 10px 12px;
    font-size: 12px;
    vertical-align: top;
    font-weight: 500;
    color: #1a202c;
}

.nurse-table th {
    background: #f8fafc;
    font-weight: 700;
    color: #1a202c;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nurse-table tbody tr:nth-child(even) {
    background-color: #f9fafb;
}

.nurse-table tbody tr td:first-child {
    font-weight: 600;
    color: #374151;
    background: #f8fafc;
}

/* Ensure clean borders and spacing */
.nurse-table th {
    text-align: left;
}

.nurse-table td {
    text-align: left;
}

.nurse-specialization-label,
.nurse-language-label {
    font-weight: 700;
    color: #1a202c;
    font-size: 12px;
}

.nurse-specialization-item {
    font-size: 11px;
    font-weight: 600;
    color: #1e40af;
    background: #dbeafe;
    padding: 4px 10px;
    border-radius: 12px;
    display: inline-block;
    margin: 2px 4px 2px 0;
    border: 1px solid #93c5fd;
}

.nurse-language-item {
    font-size: 11px;
    font-weight: 600;
    color: #065f46;
    background: #d1fae5;
    padding: 4px 10px;
    border-radius: 12px;
    display: inline-block;
    margin: 2px 4px 2px 0;
    border: 1px solid #18ca92;
}

/* .nurse-specialization-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
} */

.nurse-profile-container {
    display: flex;
    gap: 16px;
    padding: 12px;
    background: #ffffff;
}

.nurse-profile-pic-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
}

.nurse-profile-pic {
    width: 240px;
    height: 300px;
    object-fit: cover;
    border-radius: 4px;
    border: 2px solid #e5e7eb;
}

.nurse-cg-id {
    font-size: 11px;
    margin-top: 8px;
    color: #1a202c;
    font-weight: 700;
    background: #e2e8f0;
    padding: 6px 72px;
    border-radius: 4px;
    border: 2px solid #4a5568;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.nurse-kyc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 12px;
    gap: 12px;
    padding: 12px;
    background: #ffffff;
}

.nurse-kyc-box {
    height: 320px;
    border: 2px dashed #cbd5e0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #6b7280;
    background: #f9fafb;
    position: relative;
    overflow: hidden;
}

.nurse-kyc-box img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 2px;
    object-fit: cover;
}

.nurse-footer {
    margin-top: 16px;
    padding: 12px;
    text-align: center;
    font-size: 11px;
    color: #6b7280;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
}

.nurse-tick {
    color: #065f46;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    vertical-align: middle;
    background: #d1fae5;
    padding: 4px 10px;
    border-radius: 15px;
    border: 2px solid #18ca92;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 2px 4px 2px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}


/* .nurse-tick::before {
    content: '✓' !important;
    font-weight: bold !important;
    font-size: 12px !important;
}

.nurse-tick::before {
    content: '✓' !important;
    font-weight: bold !important;
    font-size: 14px !important;
} */

.nurse-details-table {
    flex: 1 1;
}

.nurse-details-table strong {
    color: #1f2937;
    font-weight: 700;
}

.nurse-company-details {
    text-align: right;
}

.nurse-company-details h4 {
    margin: 0 0 6px 0;
    font-size: 25px;
    font-weight: 900;
    color: #1a202c;
}

.nurse-company-details p {
    margin: 3px 0;
    font-size: 13px;
    color: #2d3748;
    line-height: 1.4;
}

/* Page break handling for PDF generation and printing */
.nurse-section,
.nurse-profile-container,
.nurse-table,
.nurse-kyc-grid {
    page-break-inside: avoid;
}

.nurse-section-title {
    page-break-after: avoid;
}

/* Enhanced typography for minimalistic design */
.nurse-details-table strong {
    color: #2d3748;
    font-weight: 600;
}

.nurse-section:first-of-type {
    margin-top: 16px;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
    .nurse-profile-container {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .nurse-kyc-grid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 12px;
    }

    .nurse-brand-info {
        flex-direction: column;
        gap: 12px;
    }

    .nurse-legacy-logo {
        width: 100%;
    }

    .nurse-legacy-banner {
        margin-left: 0;
    }
}

/* Specific styles for printing to ensure clean output */
@media print {
    .nurse-body {
        background: #ffffff !important;
        font-size: 12px;
        padding: 8mm;
    }

    * {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    .nurse-header-placeholder {
        background: #667eea !important;
        color: #ffffff !important;
        box-shadow: none !important;
    }

    .nurse-section-title {
        background: #667eea !important;
        color: #ffffff !important;
    }

    .nurse-brand-info,
    .nurse-section {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1) !important;
        border: 1px solid #e5e7eb !important;
    }

    .nurse-profile-pic {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1) !important;
    }

    /* Ensure gradients print correctly */
    .nurse-legacy-logo {
        background: #dbeafe !important;
        border: 1px solid #bfdbfe !important;
    }

    .nurse-legacy-banner {
        background: #e0f2fe !important;
        color: #0369a1 !important;
        border: 1px solid #7dd3fc !important;
    }

    .nurse-specialization-item {
        background: #dbeafe !important;
        color: #1e40af !important;
        border: 1px solid #93c5fd !important;
    }

    .nurse-tick {
        background: #d1fae5 !important;
        color: #059669 !important;
        border: 1px solid #6ee7b7 !important;
    }

    /* Remove hover effects for print */
    .nurse-section:hover,
    .nurse-brand-info:hover,
    .nurse-specialization-item:hover,
    .nurse-tick:hover,
    .nurse-kyc-box:hover {
        -webkit-transform: none !important;
                transform: none !important;
        box-shadow: inherit !important;
    }

    /* Re-apply page break rules */
    .nurse-section,
    .nurse-profile-container,
    .nurse-table,
    .nurse-kyc-grid {
        page-break-inside: avoid;
    }

    .nurse-section-title {
        page-break-after: avoid;
    }

    /* Ensure proper PDF colors */
    .nurse-body {
        background: #ffffff !important;
        color: #1a202c !important;
    }

    .nurse-header-placeholder {
        background: #ffffff !important;
        color: #1a202c !important;
        border: 2px solid #1a202c !important;
    }

    .nurse-section-title {
        background: #f8fafc !important;
        color: #1a202c !important;
        border-bottom: 2px solid #1a202c !important;
    }

    .nurse-section {
        background: #ffffff !important;
        border: 1px solid #e2e8f0 !important;
    }

    .nurse-brand-info {
        background: #ffffff !important;
        border: 2px solid #e2e8f0 !important;
    }

    .nurse-table th,
    .nurse-table td {
        background: #ffffff !important;
        color: #1a202c !important;
    }

    .nurse-table th {
        background: #f8fafc !important;
    }

    .nurse-table tbody tr:nth-child(even) {
        background-color: #f9fafb !important;
    }
}

/* Field header styles for better prominence */
.nurse-field-header {
    font-weight: 800;
    color: #1a202c;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nurse-field-value {
    font-weight: 600;
    color: #2d3748;
    font-size: 12px;
}

/* Center align document status */
/* .nurse-table td .nurse-tick {
    display: block;
    margin: 0 auto;
    width: fit-content;
} */

/* Terms and Conditions Styles */
.nurse-terms-content {
    padding: 16px;
    background: #ffffff;
    user-select: text; /* Make T&C text selectable */
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
}

.nurse-term-item {
    margin-bottom: 8px;
    line-height: 1.6;
    font-size: 13px;
    color: #1a202c;
    padding-left: 4px;
    user-select: text; /* Make individual terms selectable */
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
}

.nurse-term-item:last-child {
    margin-bottom: 0;
}
body {
    border: none;
    padding: none;
    box-sizing: border-box;
}

label {
    font-weight: 700;
}

.nbt-container {
    /* line-height: 2; */
    padding-inline: 20px !important;
    padding-top: 30px !important;
    border: 2px solid black;
    width: 900px !important;
    height: auto !important;
    position: relative !important;
    padding-bottom: 30px !important;
    margin: auto;
}

.nbt-container .borderdesigntop {
    border: 15px solid black;
    width: 40%;
}

.nbt-container .nbt-tag {
    position: absolute !important;
    top: 30px !important;
    right: 24px !important;
    /* right: 100px !important; */
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 0;
}

.nbt-container .nbt-header {
    display: flex;
    justify-content: space-between;
    /* margin-top: 15px; */
    margin-top: 0 !important;
    align-items: center;
    margin-bottom: 20px !important;
}

.nbt-container .nbt-header .nbt-left {
    display: flex;
    align-items: center;
}

.nbt-container .nbt-header .logo {
    width: 250px;
    min-height: 150px;
    padding: 0;
    /* object-fit: contain; */
    /* display: flex; */
    /* justify-content: center;         */
    /* align-items: center;  */
}

.nbt-container .nbt-header .logo img {
    /* text-align: center; */
    /* width: 250px; */
    /* min-height: 150px; */
    /* padding: 0; */
    object-fit: contain;
}

.nbt-container .nbt-header .company {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    /* Take available space */
    /* padding-left: 20px; */
}



.nbt-container .nbt-header .companydetails {
    position: absolute;
    top: 30px;
    right: 50px;
    margin-top: 35px;
    margin-bottom: 10px;
    padding: 6px;
    border: 1px solid gray !important;
    border-radius: 10px;
}

.nbt-container .nbt-header .companydetails>p {
    margin-bottom: 0;
    font-weight: bold;
}

.nbt-container .nbt-header .companydetails label {
    margin-bottom: -5px;
    font-size: 0.8rem;
    font-weight: bold;
}

.nbt-container .nbt-header .companydetails span {
    font-size: 0.8rem;
}

.nbt-container .section .companyName {
    font-weight: 700;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    /* font-size:1.5rem ; */
    text-align: left;
    /* font-style: italic; */
    font-style: normal;
    word-spacing: -2px !important;
}

.companyNameTitle p {
    font-weight: 700;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    /* font-size:1.5rem ; */
    text-align: left;
    /* font-style: italic; */
    font-style: normal;
    word-spacing: -2px !important;
    line-height: 1.2;
    /* margin:0 10px */
}

.nbt-container .section .address {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 40px; */
}

.nbt-container .section .address .billingAdd>p {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
}

.nbt-container .section .address .billingAdd {
    border-right: 0.2px solid black !important;
    padding-left: 0;
    padding-right: 40px !important;
}

.nbt-container .section .address .billingAdd label {
    margin-bottom: 0px;
}

.nbt-container .section .address .billingAdd p {
    line-height: 1.5;
}

.nbt-container .section .address .customerdetails label {
    margin-bottom: 0px;
}

.nbt-container .section .address .customerdetails>p {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 18px;
    text-align: center;
}

.nbt-container .section .address .customerdetails p {
    line-height: 1.5;
}

.nbt-container .section .address .customerdetails {
    padding-left: 10px !important;
    /* padding-left: 50px !important; */
    padding-right: 0;
    border-left: 0.2px solid black !important;
}


.nbt-container .section .nbt-sectionmids {
    /* border: 1px solid black; */
    width: 100%;
    text-align: center;
}

.nbt-container .section .nbt-sectionmids .nbt-tablehead {
    /* background-color: black; */
    background-color: #EDEDED;
    /* border: 1px solid black; */
    color: black;
    width: 100%;
    height: 50px;
}

.height {
    height: auto;
}

.nbt-width {
    width: 46.3px !important;
}

/* .nbt-container .section .nbt-sectionmids .nbt-left {
    border-left: 1px solid black;
  } */

.nbt-container .section .nbt-sectionmids td {
    /* background-color: #EDEDED; */
    /* border: 1px solid black; */
}

.nbt-container .section .sectionbottom {
    display: flex;
    justify-content: space-between;
    /* border: 1px solid black; */
    text-align: center;
}

.nbt-container .section .sectionbottom .table2 {
    /* width: 50%; */
    /* border: 1px solid black; */
}

.nbt-container .section .sectionbottom .table2 tr {
    /* border: 1px solid black; */
}

tr:nth-child(even) {
    /* background-color: #EDEDED; */
    width: 100%;
}

.nbt-container .section .sectionbottom .table2 td {
    /* border: 1px solid black; */
    padding: 0 5px;
}

.nbt-container .section .sectionbottom .table2 th {
    /* border: 1px solid black; */
    text-align: center !important;
    padding: 0 5px;
}

.nbt-container .section .sectionbottom .table2 .tabel2end {
    font-weight: 700;
}

.nbt-container .borderdesignbottom {
    /* border: 10px solid black; */
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    width: 40%;
}

.billingOtherDetails {
    margin-top: 10px;
}

.horizontal-table-head {
    margin: auto !important;
    text-align: right !important;
    padding-right: 2px !important;
    /* border-bottom: 1px solid black !important; */
}

.nbt-sign {
    /* margin-top: 40px; */
    text-align: center;
    width: 25%;
    /* padding-block: 60px; */
}

.nbt-sign .signimg {
    margin-inline: auto;
    margin-block: 5px;
}

.nbt-qrcode-bankdetails-sign {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-top: 20px !important;
    padding: 10px 0 !important;
}

.nbt-qrCodes {
    /* display: flex; */
    /* margin-top: 40px !important; */
    width: 20%;
}

.nbt-qrCodes img {
    border: 5px solid #ccc;
    border-radius: 10px;
    margin-bottom: 0px;
    width: 150px;
    height: 150px;
}

.nbt-qrCodes span {
    font-size: 12px !important;
    /* font-weight: bold; */
    color: #333;
    /* background-color: #f9f9f9; */
    /* padding: 5px; */
    /* border-radius: 5px; */
}

.nbt-qrCodes p {
    font-size: 10px;
    color: #333;
    margin-top: 5px;
}

.eQrCode {
    /* display: flex; */
    margin-top: 40px !important;
    text-align: right !important;
}

.eQrCode img {
    border: 5px solid #ccc;
    border-radius: 10px;
    margin-bottom: 0px;
    width: 150px;
    height: 150px;
}

.eQrCode p {
    font-size: 14px !important;
    font-weight: bold;
    color: #333;
    margin-top: 5px;
}

.nbt-bankDetailss {
    width: 52%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.nbt-bankDetailss p {
    font-size: 13px;
    font-weight: normal;
    color: #333;
    /* padding: 0 5px; */
    margin-bottom: 0;
    border-radius: 5px;
}

.nbt-bankDetailss p:first-child {
    padding-bottom: 0px;
    font-weight: bold;
    font-size: 14px;
}

.nbt-bankDetailss span {
    font-size: 13px;
    color: #333;
    font-weight: normal;
}


.terms {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    /* background-color: #f9f9f9; */
    /* padding: 5px; */
    margin: 5px;
    /* margin-bottom: 0; */
    border-radius: 5px;
}

.terms p {
    margin-bottom: 0px;
    font-style: italic;
}

.terms .termsFont {
    font-size: 13px;
    color: #333;
    font-weight: normal;
    display: block;
    font-style: italic;
}

/* .cta>p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #333;
  } */

/* .cta>div {
    display: flex;
    justify-content: space-between;
    background-color: #edfaf4;
    padding: 10px 10px;
    border-radius: 10px;
  } */

/* .cta .ctaBox {
    display: flex;
    align-items: center;
    gap:16px
  } */

/* .cta .ctaBox .ctaHeroFont {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #333;
  } */

/* .cta .ctaBox .ctaFont {
    font-size: 13px;
    color: #333;
    font-weight: normal;
    display: block;
  } */

.divider {
    margin: 50px 0
}

/* ************************** */
.table-row {
    page-break-inside: avoid;
    /* Prevents the row from being split */
}

.nbt-container {
    page-break-inside: avoid;
}

/* Prevent breaking inside tables */
table {
    page-break-inside: auto;
    page-break-before: auto;
    page-break-after: auto;
}

/* Ensure the row moves to the next page instead of breaking */
tr {
    page-break-inside: avoid;
    page-break-after: auto;
}

/* Header and footer should not break */
thead {
    display: table-header-group;
}

tfoot {
    display: table-footer-group;
}

/* .cta .ctaBox .ctaIcon {
    clip-path: polygon(24.8% 0%, 76% 0%, 100% 50%, 76% 100%, 24.8% 100%, 0% 50%);
    background-color: #5dbda0;
    font-size: 20px;
    color: white;
    padding: 10px 10px;
  } */

.table-hsn {
    font-size: 11px !important;
    font-style: italic;
    margin-right: 5px !important;
}

.table-hsn-span {
    margin-left: 5px !important;
}

.nbt-sub-table-head {
    border-right: 1px solid black;
    padding-left: 1px;
    padding-right: 4px;
}

.sub-table-head-amt {
    padding-left: 4px;
    padding-right: 0;
}

.horizontal-table-right {
    text-align: right !important;
    padding-right: 2px !important;
}

/* .nbt-container .section .nbt-sectionmids thead th {
    border: 1px solid black !important;
} */

/* .nbt-container .section .nbt-sectionmids thead tr {
    border: 1px solid black !important;
} */

.nbt-container .section .nbt-sectionmids tbody td {
    border: 1px solid gray;
}

.nbt-container .section .nbt-sectionmids tbody tr {
    border: 1px solid gray;
}

.table-left-body-border-black {
    border-left: 1px solid black !important;
}

.table-right-body-border-black {
    border-right: 1px solid black !important;
}

.table-total-border {
    /* border: 1px solid black !important; */
}

.table-bottom-head-border-black {
    border-bottom: 1px solid black !important;
}

/* total invoiced row black border  */
.nbt-container .section .nbt-sectionmids tbody tr:last-child td {
    /* border: 1.5px solid black !important; */
    /* border-top: 1.5px solid black !important; */
    /* border-bottom: 10px solid black !important; */
}

.nbt-table-last-child td {
    border: 1.5px solid black !important;
    border-top: 1.6px solid black !important;
    border-bottom: 1.6px solid black !important;
}

/* total invoiced row black border  */
.nbt-container .section .nbt-sectionmids tbody tr:last-child td:last-child {
    /* border-top: 10px solid black !important; */
    /* border-bottom: 10px solid black !important; */
}

.sectionbottom tbody tr:last-child td {
    border: 1.5px solid black !important;
    border-top: 1.5px solid black !important;
    /* border-bottom: 10px solid black !important; */
}

.nbt-formatted-text {
    font-family: Arial, Helvetica, sans-serif;
    /* white-space: nowrap; */
    letter-spacing: 0.01em !important;
    /* word-spacing: 0 !important; */
    /* font-size: 1.0rem; */
}
/* design changed by vishal */

.email-field {
    font-family: Arial, Helvetica, sans-serif;
    /* white-space: nowrap; */
    letter-spacing: 0 !important;
    word-spacing: 0 !important;
    font-size: 1.0rem;
}

#invoice {
    border: none !important;
    background-color: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    /* max-width: 900px; */
    max-width: 100%;

}

.nbt2container {
    padding-inline: 20px !important;
    padding-top: 30px !important;
    border: 2px solid black;
    width: 900px !important;
    height: auto !important;
    position: relative !important;
    padding-bottom: 30px !important;
    margin: auto;
}

.nbt2container .nbt2tag {
    /* text-align: right; */

    /* font-weight: 700;
    font-size: 1.8rem;
    color: #1a237e;
    margin-bottom: 2px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    border-bottom: 3px solid #ff5722;
    padding-bottom: 3px; */

    position: absolute !important;
    top: 30px !important;
    right: 24px !important;
    /* right: 100px !important; */
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 0;
    color: #1a237e;
    border-bottom: 3px solid #ff5722;
}

.nbt2container .nbt2header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2mm;
}

.nbt2container .nbt2header .left {
    display: flex;
    align-items: center;

}

.nbt2container .nbt2header .logo {
    /* width: 100px;
    height: 100px; */

    width: 250px;
    min-height: 150px;

    /* min-height: auto; */
    padding: 0;
    display: flex;
    /* align-items: center; */
    align-items: flex-start;

    /* justify-content: center; */
}


.nbt2container .nbt2header .logo img {
    object-fit: contain;
    margin-top: -50px;
    /* height: 100%;
    width: 100%; */
}

.nbt2container .nbt2header .nbt2companydetails {
    padding: 1px;
    border: 1px solid #c5cae9 !important;
    border-radius: 8px;
    background-color: #e8eaf6;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);

}

.nbt2container .nbt2header .nbt2companydetails>p {
    margin: 0px;
    font-weight: 700;
    font-size: 0.85rem;
    color: #3f51b5;


}

.nbt2container .nbt2header .nbt2companydetails label {
    font-size: 0.75rem;
    font-weight: 700;
    color: #455a64;
    line-height: 1.1;


}

.nbt2container .nbt2header .nbt2companydetails span {
    font-size: 0.75rem;
    line-height: 1.1;

}

.nbt2container .nbt2section .nbt2address {
    display: flex;
    justify-content: space-between;
    margin-top: 1px;

    overflow: hidden;

}

.nbt2container .nbt2section .nbt2address .nbt2billingAdd,
.nbt2container .nbt2section .nbt2address .nbt2customerdetails {
    padding: 1px 1px 1px 5px;

    width: 50%;

    box-sizing: border-box;
    background-color: #EAEFF8;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #c5cae9;
    border-radius: 8px;
    line-height: 1.3rem;
    /* color: #0e0e0e; */
    color: #202020;
    /* font-weight: 500; */

}

.nbt2container .nbt2section .nbt2address .nbt2billingAdd {
    border-right: 1px solid #c5cae9 !important;

}

.nbt2container .nbt2section .nbt2address .nbt2billingAdd>p,
.nbt2container .nbt2section .nbt2address .nbt2customerdetails>p {
    font-weight: 700 !important;
    font-size: 18px !important;
    margin-bottom: 3px !important;
    text-align: center !important;
    color: #1a237e;
    text-transform: uppercase;
    border-bottom: 1px solid #c5cae9;
    /* padding-bottom: 3px; */
    /* padding-left: 3px; */
    padding: 3px 0 3px 3px;

}

.nbt2container .nbt2section .nbt2address .nbt2billingAdd label,
.nbt2container .nbt2section .nbt2address .nbt2customerdetails label {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;

}

/* .nbt2container .nbt2section .nbt-sectionmid {
    width: 100%;
    text-align: center;
    border-collapse: collapse;

    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.nbt2container .nbt2section .nbt-sectionmid th,
.nbt2container .nbt2section .nbt-sectionmid td {
    border: 1px solid black;
    padding: 4px;
    text-align: center;
}


.nbt-sectionmid thead {
    display: table-header-group;

    page-break-after: avoid !important;
    background-color: #e8eaf6;

}

.nbt2container .nbt2section .nbt-sectionmid .tablehead {
    background-color: #ededed;

    color: black;
    width: 100%;
    height: 50px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.height {
    height: auto;
}

.width {
    width: 46.3px !important;
}

.nbt2container .nbt2section .nbt-sectionmid td {
    border: 1px solid gray;
}

.nbt2container .nbt2section .sectionbottom {
    display: flex;
    justify-content: space-between;

    border: 1px solid black;
    text-align: center;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;

}

.nbt2container .nbt2section .sectionbottom .table2 {
    border: 1px solid black;
}

.nbt2container .nbt2section .sectionbottom .table2 tr {
    border: 1px solid black;
}

tr:nth-child(even) {
    width: 100%;
}



.nbt2container .nbt2section .sectionbottom .table2 td {
    border: 1px solid black;
    padding: 0 5px;
}

.nbt2container .nbt2section .sectionbottom .table2 th {
    border: 1px solid black;
    text-align: center !important;
    padding: 0 5px;
}


.nbt2container .nbt2section .sectionbottom .table2 .tabel2end {
    font-weight: 700;
} */

/* Table design Change  */

/* Main Table */

.nbt-sectionmid {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    border: 1px solid #444;

}

/* Header Row */
.nbt-sectionmid th {
    padding: 2px 2px;
    text-align: center;
    font-weight: bold;
    /* border-bottom: 1px solid #444;
    border-top:1px solid #444 ; */
    border: 1px solid black;

    background-color: #f4f4f4;
    background-color: #EAEFF8;
    white-space: nowrap;
    border-collapse: collapse !important
}

/* Body Rows */
.nbt-sectionmid td {
    padding: 2px 2px;
    /* border-bottom: 1px solid #6d6c6c;
    */

    text-align: right;
    padding-bottom: 0px;

}

/* First Column (Product / Service name) */
.nbt-sectionmid td:first-child,
.nbt-sectionmid th:first-child {
    text-align: center;
}

.nbt-sectionmid td:nth-child(2) {
    text-align: left;
}

/* Remove border from last row */
.nbt-sectionmid tr:last-child td {
    border-bottom: none;
}

/* Add thick border at the very bottom of the table */
.nbt-sectionmid::after {
    content: "";
    display: table-row;
    height: 0;
    border-bottom: 1px solid #444;
}

/* Subtext under product (HSN / SAC code etc.) */
.nbt-sectionmid .table-hsn,
.nbt-sectionmid i {
    display: inline;
    font-size: 9px;
    color: #101010;
}

/* Zebra striping (optional) */
.nbt-sectionmid tr:nth-child(even) td {
    background-color: #f3f1f1;

}

.nbt-qrcode-bankdetails-sign {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* margin-top: 15px; */
    gap: 35px;
}

.nbt-qrCode {
    flex: 0 0 120px;
    text-align: center;
}

.nbt-qrCode img {
    width: 120px;
    height: 120px;
    border: 4px solid #3f51b5;
    border-radius: 8px;
    object-fit: contain;
}

.nbt-bankDetails {
    flex: 1 1 55%;
    background-color: #e8eaf6;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #c5cae9;
    font-size: 0.90rem;
}

.nbt-bankDetails p {
    margin: 0;
    line-height: 1.3;
    /* color: #455a64; */
    color: rgb(10, 9, 9)
}

.nbt-bankDetails p:first-child {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 5px;
    color: #1a237e;
}

.nbt-sign {
    flex: 0 0 150px;
    text-align: center;
}

.nbt-sign .signimg {
    width: 130px;
    height: 80px;
    object-fit: contain;
    margin: 5px 0;
}

.nbt-sign label {
    font-weight: 500;
    /* color: #1a237e; */
    color: black;
}

.terms {
    margin-top: 15px;
    font-weight: 700;
    font-size: 0.9rem;
    color: #1a237e;
    /* border-top: 1px dashed #c5cae9; */
    padding-top: 15px;
}

.terms .termsFont {
    font-weight: 400;
    font-style: italic;
    font-size: 0.8rem;
    color: #455a64;

}

.no-break {
    page-break-inside: avoid !important;
    -webkit-column-break-inside: avoid !important;
            break-inside: avoid !important;
    margin-top: 13mm;
}

.nbt2-formatted-text {
    font-family: Arial, Helvetica, sans-serif;
    /* white-space: nowrap; */
    letter-spacing: 0.01em !important;
    /* word-spacing: 0 !important; */
    /* font-size: 1.0rem; */
}
body {
  border: none;
  padding: none;
  box-sizing: border-box;
}

label {
  font-weight: 700;
}

.container {
  /* line-height: 2; */
  padding-inline: 60px !important;
  border: 2px solid black;
  width: 900px !important;
  height: auto !important;
  position: relative !important;
  padding-bottom: 30px !important;
}

.container .borderdesigntop {
  border: 15px solid black;
  width: 40%;
}

.container .tag {
  position: absolute;
  top: 30px;
  right: 50px;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.container .header {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  align-items: center;
  /* margin-bottom: 20px; */
}

.container .header .left {
  display: flex;
  align-items: center;
}

.container .header .logo {
  width: 250px;
  min-height: 150px;
  padding: 0;
  /* object-fit: contain; */
  /* display: flex; */
  /* justify-content: center;         */
  /* align-items: center;  */
}

.container .header .logo img {
 /* text-align: center; */
 /* width: 250px; */
 /* min-height: 150px; */
 /* padding: 0; */
 object-fit: contain;
}

.container .header .company {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  /* Take available space */
  /* padding-left: 20px; */
}



.container .header .companydetails-einvoice {
  margin-left: 20px;
}

.container .section .companyName {
  font-weight: 700;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  /* font-size:1.5rem ; */
  text-align: left;
  /* font-style: italic; */
  font-style: normal;
  word-spacing: -2px !important;
}

.companyNameTitle p {
  font-weight: 700;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  /* font-size:1.5rem ; */
  text-align: left;
  /* font-style: italic; */
  font-style: normal;
  word-spacing: -2px !important;
  line-height: 1.2;
  /* margin:0 10px */
}

.container .section .address {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 40px; */
}

.container .section .address .billingAdd>p {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
  text-align: center;
}

.container .section .address .billingAdd {
  border-right: 0.5px solid black;
  padding-left: 0;
  padding-right: 10px;
}

.container .section .address .billingAdd label {
  margin-bottom: 0px;
}

.container .section .address .billingAdd p {
  line-height: 1.5;
}

.container .section .address .customerdetails label {
  margin-bottom: 0px;
}

.container .section .address .customerdetails>p {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 18px;
  text-align: center;
}

.container .section .address .customerdetails p {
  line-height: 1.5;
}

.container .section .address .customerdetails {
  padding-left: 10px;
  padding-right: 0;
  border-left: 0.5px solid black;
}


.container .section .sectionmid {
  /* border: 1px solid black; */
  width: 100%;
  text-align: center;
}

.container .section .sectionmid .tablehead {
  /* background-color: black; */
  background-color: #EDEDED;
  border: 1px solid black;
  color: black;
  width: 100%;
  height: 50px;
}

.height {
  height: auto;
}

.table-width {
  width: 63.3px;
}

/* .container .section .sectionmid .left {
  border-left: 1px solid black;
} */

.container .section .sectionmid td {
  /* background-color: #EDEDED; */
  border: 1px solid black;
}

.container .section .sectionbottom {
  display: flex;
  justify-content: space-between;
  border: 1px solid black;
  text-align: center;
}

.container .section .sectionbottom .sign {
  margin: auto;
  text-align: center;
  padding-block: 60px;
}

.container .section .sectionbottom .sign .signimg {
  margin-inline: auto;
  margin-block: 5px;
}

.container .section .sectionbottom .table2 {
  /* width: 50%; */
  border: 1px solid black;
}

.container .section .sectionbottom .table2 tr {
  border: 1px solid black;
}

tr:nth-child(even) {
  /* background-color: #EDEDED; */
  width: 100%;
}

.container .section .sectionbottom .table2 td {
  border: 1px solid black;
  padding: 0 5px;
}

.container .section .sectionbottom .table2 th {
  border: 1px solid black;
  text-align: center !important;
  padding: 0 5px;
}

.container .section .sectionbottom .table2 .tabel2end {
  font-weight: 700;
}

.container .borderdesignbottom {
  border: 10px solid black;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  width: 40%;
}

.billingOtherDetails {
  margin-top: 10px;
}

.horizontal-table-heads {
  margin: auto !important;
  text-align: center !important;
}

.qrCode {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.qrCode img {
  border: 5px solid #ccc;
  border-radius: 10px;
  margin-bottom: 0px;
  width: 150px;
  height: 150px;
}

.qrCode span {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  /* background-color: #f9f9f9; */
  padding: 5px;
  border-radius: 5px;
}

.qrCode p {
  font-size: 16px;
  color: #333;
  margin-top: 5px;
}

/* .bankDetails {
  background-color: #f9f9f9;
} */

.bankDetails p {
  font-size: 13px;
  font-weight: normal;
  color: #333;
  /* padding: 0 5px; */
  margin-bottom: 0;
  border-radius: 5px;
}

.bankDetails p:first-child {
  padding-bottom: 0px;
  font-weight: bold;
  font-size: 14px;
}

.bankDetails span {
  font-size: 13px;
  color: #333;
  font-weight: normal;
}


.terms {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  /* background-color: #f9f9f9; */
  /* padding: 5px; */
  margin: 5px;
  /* margin-bottom: 0; */
  border-radius: 5px;
}

.terms p {
  margin-bottom: 0px;
  font-style: italic;
}

.terms .termsFont {
  font-size: 13px;
  color: #333;
  font-weight: normal;
  display: block;
  font-style: italic;
}

/* .cta>p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #333;
} */

/* .cta>div {
  display: flex;
  justify-content: space-between;
  background-color: #edfaf4;
  padding: 10px 10px;
  border-radius: 10px;
} */

/* .cta .ctaBox {
  display: flex;
  align-items: center;
  gap:16px
} */

/* .cta .ctaBox .ctaHeroFont {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #333;
} */

/* .cta .ctaBox .ctaFont {
  font-size: 13px;
  color: #333;
  font-weight: normal;
  display: block;
} */

.divider {
  margin: 50px 0
}

/* ************************** */
.table-row {
  page-break-inside: avoid;
  /* Prevents the row from being split */
}

.container {
  page-break-inside: avoid;
}

/* Prevent breaking inside tables */
table {
  page-break-inside: auto;
  page-break-before: auto;
  page-break-after: auto;
}

/* Ensure the row moves to the next page instead of breaking */
tr {
  page-break-inside: avoid;
  page-break-after: auto;
}

/* Header and footer should not break */
thead {
  display: table-header-group;
}

tfoot {
  display: table-footer-group;
}

/* .cta .ctaBox .ctaIcon {
  clip-path: polygon(24.8% 0%, 76% 0%, 100% 50%, 76% 100%, 24.8% 100%, 0% 50%);
  background-color: #5dbda0;
  font-size: 20px;
  color: white;
  padding: 10px 10px;
} */

.table-hsn {
  font-size: 12px !important;
  font-style: italic;
  margin-right: 5px !important;
}

.table-hsn-span {
  margin-left: 5px !important;
}

.sub-table-head {
  border-right: 1.8px solid black;
  padding-left: 3px;
  padding-right: 4px;
}

.sub-table-head-amt {
  padding-left: 4px;
  padding-right: 0;
}
.template-body {
    border: 2px black solid;
    width: 900px !important;
    height: auto !important;
    margin: auto;
    padding: 20px;
}

.template-heading {
    display: flex;
    align-items: center;
    border-bottom: 1px black solid;
    padding-bottom: 40px;
}

.template-heading-logo {
    width: 30%;
}

.template-heading-company-details {
    width: 70%;
}

.template-logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
    padding: 0;
}

.template-company-h {
    text-align: center;
}

.template-company-p {
    margin-bottom: 0;
    text-align: center;
}

.template-patient {
    padding: 20px 0;
    border-bottom: 1px black solid;
}

.template-patient-p {
    text-align: center;
    font-weight: bold;
}

.template-patient-l-r {
    display: flex;
    justify-content: space-between;
}

.template-patient-l-r-p {
    margin-bottom: 5px;
}

.template-payor-details {
    padding: 20px 0;
    border-bottom: 1px black solid;
}

.template-payor-details-l-r {
    display: flex;
    justify-content: space-between;
}

.template-payor-details-p {
    font-weight: bold;
}

.template-payor-details-l-r-p {
    margin-bottom: 5px;
}

.template-table-details {
    padding: 20px 0;
    border-bottom: 1px black solid;
}

.template-table {
    width: 100%;
}

.template-table-thead th {
    border-bottom: 1px black solid;
    padding: 5px 0;
    text-align: left;
}

.template-table-tbody-p {
    padding: 15px 0 10px 0;
    margin: 0;
    font-weight: bold;
}

.template-table-tbody-body-tr td {
    text-align: left;
}

.template-table-tbody-total-tr td {
    text-align: left;
    padding: 10px 0;
}

.template-table-tbody-sub-total {
    text-align: right !important;
    padding-right: 20px !important;
    border-top: 2px black solid;
     white-space: nowrap;
}

.template-table-tbody-total {
    border-top: 2px black solid;
}

.template-table-tbody-total-footer-tr td {
    border-top: 2px black solid;
    padding: 10px 0;
    text-align: left;
}

.template-table-footer {
    margin-top: 20px;
}

.template-table-footer-first {
    text-decoration: underline;
    font-weight: bold;
    font-size: 1.2rem;
}

.template-table-thead-space{
    padding-right: 5px !important;
}

.template-table-tbody-externalData {
    font-size: 12px;
    font-style: italic;

}
.template-summary-body {
    border: 2px black solid;
    width: 900px !important;
    height: auto !important;
    margin: auto;
    padding: 20px;
}

.template-summary-heading {
    display: flex;
    align-items: center;
    border-bottom: 1px black solid;
    padding-bottom: 40px;
}

.template-summary-heading-logo {
    width: 30%;
}

.template-summary-heading-company-details {
    width: 70%;
}

.template-summary-logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
    padding: 0;
}

.template-summary-company-h {
    text-align: center;
}

.template-summary-company-p {
    margin-bottom: 0;
    text-align: center;
}

.template-summary-patient {
    padding: 20px 0;
    border-bottom: 1px black solid;
}

.template-summary-patient-p {
    text-align: center;
    font-weight: bold;
}

.template-summary-patient-l-r {
    display: flex;
    justify-content: space-between;
}

.template-summary-patient-l-r-p {
    margin-bottom: 5px;
}

.template-summary-payor-details {
    padding: 20px 0;
    border-bottom: 1px black solid;
}

.template-summary-payor-details-l-r {
    display: flex;
    justify-content: space-between;
}

.template-summary-payor-details-p {
    font-weight: bold;
}

.template-summary-payor-details-l-r-p {
    margin-bottom: 5px;
}

.template-summary-table-details {
    padding: 20px 0;
    border-bottom: 1px black solid;
}

.template-summary-table {
    width: 100%;
}

.template-summary-table-thead th {
    border-bottom: 1px black solid;
    padding: 5px 0;
    text-align: left;
}

.template-summary-table-tbody-p {
    padding: 15px 0 10px 0;
    margin: 0;
    font-weight: bold;
}

.template-summary-table-tbody-body-tr td {
    text-align: left;
}

.template-summary-table-tbody-total-tr td {
    text-align: left;
    padding: 10px 0;
}

.template-summary-table-tbody-total {
    border-top: 2px black solid;
}

.template-summary-table-tbody-total-footer-tr td {
    border-top: 2px black solid;
    padding: 10px 0;
    text-align: left;
}

.template-summary-table-footer {
    margin-top: 20px;
}

.template-summary-table-footer-first {
    text-decoration: underline;
    font-weight: bold;
    font-size: 1.2rem;
}
body {
  border: none;
  padding: none;
  box-sizing: border-box;
}

label {
  font-weight: 700;
}

.container {
  /* line-height: 2; */
  padding-inline: 20px !important;
  border: 2px solid black;
  width: 900px !important;
  height: auto !important;
  position: relative !important;
  padding-bottom: 30px !important;
}

.container .borderdesigntop {
  border: 15px solid black;
  width: 40%;
}

.container .tag {
  position: absolute;
  top: 30px;
  right: 50px;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.container .header {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  align-items: center;
  /* margin-bottom: 20px; */
}

.container .header .left {
  display: flex;
  align-items: center;
}

.container .header .logo {
  width: 250px;
  min-height: 150px;
  padding: 0;
  /* object-fit: contain; */
  /* display: flex; */
  /* justify-content: center;         */
  /* align-items: center;  */
}

.container .header .logo img {
 /* text-align: center; */
 /* width: 250px; */
 /* min-height: 150px; */
 /* padding: 0; */
 object-fit: contain;
}

.container .header .company {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  /* Take available space */
  /* padding-left: 20px; */
}



.container .header .companydetails {
  margin-left: 20px;
}

.container .section .companyName {
  font-weight: 700;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  /* font-size:1.5rem ; */
  text-align: left;
  /* font-style: italic; */
  font-style: normal;
  word-spacing: -2px !important;
}

.companyNameTitle p {
  font-weight: 700;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  /* font-size:1.5rem ; */
  text-align: left;
  /* font-style: italic; */
  font-style: normal;
  word-spacing: -2px !important;
  line-height: 1.2;
  /* margin:0 10px */
}

.container .section .address {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 40px; */
}

.container .section .address .billingAdd>p {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
  text-align: center;
}

.container .section .address .billingAdd {
  border-right: 0.2px solid black;
  padding-left: 0;
  padding-right: 10px;
}

.container .section .address .billingAdd label {
  margin-bottom: 0px;
}

.container .section .address .billingAdd p {
  line-height: 1.5;
}

.container .section .address .customerdetails label {
  margin-bottom: 0px;
}

.container .section .address .customerdetails>p {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 18px;
  text-align: center;
}

.container .section .address .customerdetails p {
  line-height: 1.5;
}

.container .section .address .customerdetails {
  padding-left: 10px;
  padding-right: 0;
  border-left: 0.2px solid black;
}


.container .section .cn-sectionmid {
  /* border: 1px solid black; */
  width: 100%;
  text-align: center;
}

.container .section .cn-sectionmid .tablehead {
  /* background-color: black; */
  background-color: #EDEDED;
  border: 1px solid black;
  color: black;
  width: 100%;
  height: 50px;
}

.height {
  height: auto;
}

.tables-width { 
  width: 63.3px;
}

/* .container .section .cn-sectionmid .left {
  border-left: 1px solid black;
} */

.container .section .cn-sectionmid td {
  /* background-color: #EDEDED; */
  border: 1px solid black;
}

.container .section .sectionbottom {
  display: flex;
  justify-content: space-between;
  border: 1px solid black;
  text-align: center;
}

.container .section .sectionbottom .sign {
  margin: auto;
  text-align: center;
  padding-block: 60px;
}

.container .section .sectionbottom .sign .signimg {
  margin-inline: auto;
  margin-block: 5px;
}

.container .section .sectionbottom .table2 {
  /* width: 50%; */
  border: 1px solid black;
}

.container .section .sectionbottom .table2 tr {
  border: 1px solid black;
}

tr:nth-child(even) {
  /* background-color: #EDEDED; */
  width: 100%;
}

.container .section .sectionbottom .table2 td {
  border: 1px solid black;
  padding: 0 5px;
}

.container .section .sectionbottom .table2 th {
  border: 1px solid black;
  text-align: center !important;
  padding: 0 5px;
}

.container .section .sectionbottom .table2 .tabel2end {
  font-weight: 700;
}

.container .borderdesignbottom {
  border: 10px solid black;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  width: 40%;
}

.billingOtherDetails {
  margin-top: 10px;
}

.cnt-horizontal-tables-heads {
  margin: auto !important;
  text-align: center !important;
}

.qrCode {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.qrCode img {
  border: 5px solid #ccc;
  border-radius: 10px;
  margin-bottom: 0px;
  width: 150px;
  height: 150px;
}

.qrCode span {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  /* background-color: #f9f9f9; */
  padding: 5px;
  border-radius: 5px;
}

.qrCode p {
  font-size: 16px;
  color: #333;
  margin-top: 5px;
}

/* .bankDetails {
  background-color: #f9f9f9;
} */

.bankDetails p {
  font-size: 13px;
  font-weight: normal;
  color: #333;
  /* padding: 0 5px; */
  margin-bottom: 0;
  border-radius: 5px;
}

.bankDetails p:first-child {
  padding-bottom: 0px;
  font-weight: bold;
  font-size: 14px;
}

.bankDetails span {
  font-size: 13px;
  color: #333;
  font-weight: normal;
}


.terms {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  /* background-color: #f9f9f9; */
  /* padding: 5px; */
  margin: 5px;
  /* margin-bottom: 0; */
  border-radius: 5px;
}

.terms p {
  margin-bottom: 0px;
  font-style: italic;
}

.terms .termsFont {
  font-size: 13px;
  color: #333;
  font-weight: normal;
  display: block;
  font-style: italic;
}

/* .cta>p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #333;
} */

/* .cta>div {
  display: flex;
  justify-content: space-between;
  background-color: #edfaf4;
  padding: 10px 10px;
  border-radius: 10px;
} */

/* .cta .ctaBox {
  display: flex;
  align-items: center;
  gap:16px
} */

/* .cta .ctaBox .ctaHeroFont {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #333;
} */

/* .cta .ctaBox .ctaFont {
  font-size: 13px;
  color: #333;
  font-weight: normal;
  display: block;
} */

.divider {
  margin: 50px 0
}

/* ************************** */
.table-row {
  page-break-inside: avoid;
  /* Prevents the row from being split */
}

.container {
  page-break-inside: avoid;
}

/* Prevent breaking inside tables */
table {
  page-break-inside: auto;
  page-break-before: auto;
  page-break-after: auto;
}

/* Ensure the row moves to the next page instead of breaking */
tr {
  page-break-inside: avoid;
  page-break-after: auto;
}

/* Header and footer should not break */
thead {
  display: table-header-group;
}

tfoot {
  display: table-footer-group;
}

/* .cta .ctaBox .ctaIcon {
  clip-path: polygon(24.8% 0%, 76% 0%, 100% 50%, 76% 100%, 24.8% 100%, 0% 50%);
  background-color: #5dbda0;
  font-size: 20px;
  color: white;
  padding: 10px 10px;
} */

.table-hsn {
  font-size: 11px !important;
  font-style: italic;
  margin-right: 5px !important;
}

.table-hsn-span {
  margin-left: 5px !important;
}

.sub-table-head {
  border-right: 1.8px solid black;
  padding-left: 3px;
  padding-right: 4px;
}

.sub-table-head-amt {
  padding-left: 4px;
  padding-right: 0;
}

.make-sign-right {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px !important;
  padding: 10px 0 !important;
}
/* body {
    border: none;
    padding: none;
    box-sizing: border-box;
}

label {
    font-weight: 700;
}

.container {
   
    padding-inline: 20px !important;
    border: 2px solid black;
    width: 900px !important;
    height: auto !important;
    position: relative !important;
    padding-bottom: 30px !important;
}

.container .borderdesigntop {
    border: 15px solid black;
    width: 40%;
}

.container .tag {
    position: absolute;
    top: 30px;
    right: 50px;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 0;
}

.container .header {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
   
}

.container .header .left {
    display: flex;
    align-items: center;
}

.container .header .logo {
    width: 250px;
    min-height: 150px;
    padding: 0;
    
}

.container .header .logo img {
 
    object-fit: contain;
}

.container .header .company {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
   
}



.container .header .companydetails {
    margin-left: 20px;
}

.container .section .companyName {
    font-weight: 700;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    
    text-align: left;
   
    font-style: normal;
    word-spacing: -2px !important;
}

.companyNameTitle p {
    font-weight: 700;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
   
    text-align: left;
   
    font-style: normal;
    word-spacing: -2px !important;
    line-height: 1.2;
   
}

.container .section .address {
    display: flex;
    justify-content: space-between;
    
}

.container .section .address .billingAdd>p {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
}

.container .section .address .billingAdd {
    border-right: 0.2px solid black;
    padding-left: 0;
    padding-right: 10px;
}

.container .section .address .billingAdd label {
    margin-bottom: 0px;
}

.container .section .address .billingAdd p {
    line-height: 1.5;
}

.container .section .address .customerdetails label {
    margin-bottom: 0px;
}

.container .section .address .customerdetails>p {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 18px;
    text-align: center;
}

.container .section .address .customerdetails p {
    line-height: 1.5;
}

.container .section .address .customerdetails {
    padding-left: 10px;
    padding-right: 0;
    border-left: 0.2px solid black;
}


.container .section .cn-sectionmid {
   
    width: 100%;
    text-align: center;
}

.container .section .cn-sectionmid .tablehead {
    
    background-color: #EDEDED;
    border: 1px solid black;
    color: black;
    width: 100%;
    height: 50px;
}

.height {
    height: auto;
}

.tables-width {
    width: 63.3px;
}



.container .section .cn-sectionmid td {
  
    border: 1px solid black;
}

.container .section .sectionbottom {
    display: flex;
    justify-content: space-between;
    border: 1px solid black;
    text-align: center;
}

.container .section .sectionbottom .sign {
    margin: auto;
    text-align: center;
    padding-block: 60px;
}

.container .section .sectionbottom .sign .signimg {
    margin-inline: auto;
    margin-block: 5px;
}

.container .section .sectionbottom .table2 {
   
    border: 1px solid black;
}

.container .section .sectionbottom .table2 tr {
    border: 1px solid black;
}

tr:nth-child(even) {
    
    width: 100%;
}

.container .section .sectionbottom .table2 td {
    border: 1px solid black;
    padding: 0 5px;
}

.container .section .sectionbottom .table2 th {
    border: 1px solid black;
    text-align: center !important;
    padding: 0 5px;
}

.container .section .sectionbottom .table2 .tabel2end {
    font-weight: 700;
}

.container .borderdesignbottom {
    border: 10px solid black;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    width: 40%;
}

.billingOtherDetails {
    margin-top: 10px;
}

.cnt-horizontal-tables-heads {
    margin: auto !important;
    text-align: center !important;
}

.qrCode {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.qrCode img {
    border: 5px solid #ccc;
    border-radius: 10px;
    margin-bottom: 0px;
    width: 150px;
    height: 150px;
}

.qrCode span {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    
    padding: 5px;
    border-radius: 5px;
}

.qrCode p {
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}


.bankDetails p {
    font-size: 13px;
    font-weight: normal;
    color: #333;
   
    margin-bottom: 0;
    border-radius: 5px;
}

.bankDetails p:first-child {
    padding-bottom: 0px;
    font-weight: bold;
    font-size: 14px;
}

.bankDetails span {
    font-size: 13px;
    color: #333;
    font-weight: normal;
}


.terms {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    
    margin: 5px;
   
    border-radius: 5px;
}

.terms p {
    margin-bottom: 0px;
    font-style: italic;
}

.terms .termsFont {
    font-size: 13px;
    color: #333;
    font-weight: normal;
    display: block;
    font-style: italic;
}



.divider {
    margin: 50px 0
}


.table-row {
    page-break-inside: avoid;
   
}

.container {
    page-break-inside: avoid;
}


table {
    page-break-inside: auto;
    page-break-before: auto;
    page-break-after: auto;
}


tr {
    page-break-inside: avoid;
    page-break-after: auto;
}


thead {
    display: table-header-group;
}

tfoot {
    display: table-footer-group;
}



.table-hsn {
    font-size: 11px !important;
    font-style: italic;
    margin-right: 5px !important;
}

.table-hsn-span {
    margin-left: 5px !important;
}

.sub-table-head {
    border-right: 1.8px solid black;
    padding-left: 3px;
    padding-right: 4px;
}

.sub-table-head-amt {
    padding-left: 4px;
    padding-right: 0;
}

.make-sign-right {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px !important;
    padding: 10px 0 !important;
} */



/* design changed by vishal */

/* .email-field {
    font-family: Arial, Helvetica, sans-serif;

    letter-spacing: 0 !important;
    word-spacing: 0 !important;
    font-size: 1.0rem;
}

#creditNoteInvoice {
    border: none !important;
    background-color: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;

    max-width: 100%;

}


.creditnote2container {
    padding-inline: 20px !important;
    padding-top: 30px !important;
    
    width: 900px !important;
    height: auto !important;
    position: relative !important;
    padding-bottom: 30px !important;
    margin: auto;
}

.creditnote2container .nbt2tag {
    position: absolute !important;
    top: 30px !important;
    right: 24px !important;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 0;
    color: #1a237e;
    border-bottom: 3px solid #ff5722;
}

.creditnote2container .nbt2header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2mm;
}

.creditnote2container .nbt2header .left {
    display: flex;
    align-items: center;
}

.creditnote2container .nbt2header .logo {
    width: 250px;
    min-height: 150px;
    padding: 0;
    display: flex;
    align-items: flex-start;
}

.creditnote2container .nbt2header .logo img {
    object-fit: contain;
    margin-top: -50px;
}

.creditnote2container .nbt2header .nbt2companydetails {
    padding: 1px;
    border: 1px solid #c5cae9 !important;
    border-radius: 8px;
    background-color: #e8eaf6;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.creditnote2container .nbt2header .nbt2companydetails>p {
    margin: 0px;
    font-weight: 700;
    font-size: 0.85rem;
    color: #3f51b5;
}

.creditnote2container .nbt2header .nbt2companydetails label {
    font-size: 0.75rem;
    font-weight: 700;
    color: #455a64;
    line-height: 1.1;
}

.creditnote2container .nbt2header .nbt2companydetails span {
    font-size: 0.75rem;
    line-height: 1.1;
}

.creditnote2container .nbt2section .nbt2address {
    display: flex;
    justify-content: space-between;
    margin-top: 1px;
    overflow: hidden;
}

.creditnote2container .nbt2section .nbt2address .nbt2billingAdd,
.creditnote2container .nbt2section .nbt2address .nbt2customerdetails {
    padding: 1px 1px 1px 5px;
    width: 50%;
    box-sizing: border-box;
    background-color: #EAEFF8;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #c5cae9;
    border-radius: 8px;
    line-height: 1.3rem;
    color: #202020;
}

.creditnote2container .nbt2section .nbt2address .nbt2billingAdd {
    border-right: 1px solid #c5cae9 !important;
}

.creditnote2container .nbt2section .nbt2address .nbt2billingAdd>p,
.creditnote2container .nbt2section .nbt2address .nbt2customerdetails>p {
    font-weight: 700 !important;
    font-size: 18px !important;
    margin-bottom: 3px !important;
    text-align: center !important;
    color: #1a237e;
    text-transform: uppercase;
    border-bottom: 1px solid #c5cae9;
    padding: 3px 0 3px 3px;
}

.creditnote2container .nbt2section .nbt2address .nbt2billingAdd label,
.creditnote2container .nbt2section .nbt2address .nbt2customerdetails label {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.nbt-sectionmid1 {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    border: 1px solid #444;

}


.nbt-sectionmid1 th {
    padding: 2px 2px;
    text-align: center;
    font-weight: bold;

    border: 1px solid black;

    background-color: #f4f4f4;
    background-color: #EAEFF8;
    white-space: nowrap;
    border-collapse: collapse !important
}


.nbt-sectionmid1 td {
    padding: 2px 2px;

    text-align: right;
    padding-bottom: 0px;

}


.nbt-sectionmid1 td:first-child,
.nbt-sectionmid1 th:first-child {
    text-align: center;
}

.nbt-sectionmid1 td:nth-child(2) {
    text-align: left;
}

.nbt-sectionmid1 tr:last-child td {
    border-bottom: none;
}


.nbt-sectionmid1::after {
    content: "";
    display: table-row;
    height: 0;
    border-bottom: 1px solid #444;
}


.nbt-sectionmid1 .table-hsn,
.nbt-sectionmid1 i {
    display: inline;
    font-size: 9px;
    color: #101010;
}


.nbt-sectionmid1 tr:nth-child(even) td {
    background-color: #f3f1f1;

}

.nbt-qrcode-bankdetails-sign1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    gap: 35px;
}


.nbt-sign {
    flex: 0 0 150px;
    text-align: center;
}

.nbt-sign .signimg {
    width: 130px;
    height: 80px;
    object-fit: contain;
    margin: 5px 0;
}

.nbt-sign label {
    font-weight: 500;

    color: black;
}

.terms {
    margin-top: 15px;
    font-weight: 700;
    font-size: 1.2rem;
    color: #1a237e;

    padding-top: 15px;
}

.terms .termsFont {
    font-weight: 400;
    font-style: italic;
    font-size: 1rem;
    color: #455a64;

}

.no-break {
    page-break-inside: avoid !important;
    break-inside: avoid !important;
    margin-top: 13mm;
}

.nbt2-formatted-text {
    font-family: Arial, Helvetica, sans-serif;

    letter-spacing: 0.01em !important;

} */




/* changed code with nct */


.nct2-email-field {
    font-family: Arial, Helvetica, sans-serif;

    letter-spacing: 0 !important;
    word-spacing: 0 !important;
    font-size: 1.0rem;
}

#creditNoteInvoice {
    border: none !important;
    background-color: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;

    max-width: 100%;

}


.nct2-creditnote2container {
    padding-inline: 20px !important;
    padding-top: 30px !important;

    width: 900px !important;
    height: auto !important;
    position: relative !important;
    padding-bottom: 30px !important;
    margin: auto;
}

.nct2-creditnote2container .nct2-nct2tag {
    position: absolute !important;
    top: 30px !important;
    right: 24px !important;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 0;
    color: #1a237e;
    border-bottom: 3px solid #ff5722;
}

.nct2-creditnote2container .nct2-nct2header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2mm;
}

.nct2-creditnote2container .nct2-nct2header .nct2-left {
    display: flex;
    align-items: center;
}

.nct2-creditnote2container .nct2-nct2header .nct2-logo {
    /* width: 120px; */
    min-height: 150px;
    width: 125px;
    padding: 0;
    display: flex;
    align-items: flex-start;
}

.nct2-creditnote2container .nct2-nct2header .nct2-logo img {
    object-fit: contain;
    margin-top: -50px;
}

.nct2-creditnote2container .nct2-nct2header .nct2-nct2companydetails {
    padding: 1px;
    border: 1px solid #c5cae9 !important;
    border-radius: 8px;
    background-color: #e8eaf6;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.nct2-creditnote2container .nct2-nct2header .nct2-nct2companydetails>p {
    margin: 0px;
    font-weight: 700;
    font-size: 0.85rem;
    color: #3f51b5;
}

.nct2-creditnote2container .nct2-nct2header .nct2-nct2companydetails label {
    font-size: 0.75rem;
    font-weight: 700;
    color: #455a64;
    line-height: 1.1;
}

.nct2-creditnote2container .nct2-nct2header .nct2-nct2companydetails span {
    font-size: 0.75rem;
    line-height: 1.1;
}

.nct2-creditnote2container .nct2-nct2section .nct2-nct2address {
    display: flex;
    justify-content: space-between;
    margin-top: 1px;
    overflow: hidden;
}

.nct2-creditnote2container .nct2-nct2section .nct2-nct2address .nct2-nct2billingAdd,
.nct2-creditnote2container .nct2-nct2section .nct2-nct2address .nct2-nct2customerdetails {
    padding: 1px 1px 1px 5px;
    width: 50%;
    box-sizing: border-box;
    background-color: #EAEFF8;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #c5cae9;
    border-radius: 8px;
    line-height: 1.3rem;
    color: #202020;
}

.nct2-creditnote2container .nct2-nct2section .nct2-nct2address .nct2-nct2billingAdd {
    border-right: 1px solid #c5cae9 !important;
}

.nct2-creditnote2container .nct2-nct2section .nct2-nct2address .nct2-nct2billingAdd>p,
.nct2-creditnote2container .nct2-nct2section .nct2-nct2address .nct2-nct2customerdetails>p {
    font-weight: 700 !important;
    font-size: 18px !important;
    margin-bottom: 3px !important;
    text-align: center !important;
    color: #1a237e;
    text-transform: uppercase;
    border-bottom: 1px solid #c5cae9;
    padding: 3px 0 3px 3px;
}

.nct2-creditnote2container .nct2-nct2section .nct2-nct2address .nct2-nct2billingAdd label,
.nct2-creditnote2container .nct2-nct2section .nct2-nct2address .nct2-nct2customerdetails label {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.nct2-nbt-sectionmid {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    border: 1px solid #444;

}


.nct2-nbt-sectionmid th {
    padding: 2px 2px;
    text-align: center;
    font-weight: bold;

    border: 1px solid black;

    background-color: #f4f4f4;
    background-color: #EAEFF8;
    white-space: nowrap;
    border-collapse: collapse !important
}


.nct2-nbt-sectionmid td {
    padding: 2px 2px;

    text-align: right;
    padding-bottom: 0px;

}


.nct2-nbt-sectionmid td:first-child,
.nct2-nbt-sectionmid th:first-child {
    text-align: center;
}

.nct2-nbt-sectionmid td:nth-child(2) {
    text-align: left;
}

.nct2-nbt-sectionmid tr:last-child td {
    border-bottom: none;
}


.nct2-nbt-sectionmid::after {
    content: "";
    display: table-row;
    height: 0;
    border-bottom: 1px solid #444;
}


.nct2-nbt-sectionmid .nct2-table-hsn,
.nct2-nbt-sectionmid i {
    display: inline;
    font-size: 9px;
    color: #101010;
}


.nct2-nbt-sectionmid tr:nth-child(even) td {
    background-color: #f3f1f1;

}

.nct2-nbt-qrcode-bankdetails-sign {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    gap: 35px;
}


.nct2-nbt-sign {
    flex: 0 0 150px;
    text-align: center;
}

.nct2-nbt-sign .nct2-signimg {
    width: 130px;
    height: 80px;
    object-fit: contain;
    margin: 5px 0;
}

.nct2-nbt-sign label {
    font-weight: 500;

    color: black;
}

.nct2-terms {
    margin-top: 15px;
    font-weight: 700;
    font-size: 1.2rem;
    color: #1a237e;

    /* padding-top: 15px; */
}

.nct2-terms .nct2-termsFont {
    font-weight: 400;
    font-style: italic;
    font-size: 1rem;
    color: #455a64;

}

.nct2-no-break {
    page-break-inside: avoid !important;
    -webkit-column-break-inside: avoid !important;
            break-inside: avoid !important;
    /* margin-top: 13mm; */
    margin-top: 5mm;
}

.nct2-nct2-formatted-text {
    font-family: Arial, Helvetica, sans-serif;

    letter-spacing: 0.01em !important;

}




 
.payment-receipt-container {
    width: 90%;
    max-width: 800px; 
    margin: auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    border: 1px solid #333; 
    padding: 20px;
    background: #f9f9f9;
    color: #333;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .payment-receipt-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  
  .payment-receipt-details {
    flex: 1 1;
  }
  
  .payment-receipt-title {
    font-size: 28px;
    font-weight: bold;
  }
  
  .payment-receipt-date,
  .payment-receipt-number {
    margin: 5px 0;
    font-size: 16px;
  }
  
  .payment-receipt-logo-container {
    margin-left: 20px;
  }
  
  .payment-receipt-logo {
    /* width: 80px; */
    width: 110px;
    height: auto;
    display: inline-block;
  }
  

  .payment-receipt-top-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  
  .payment-receipt-clinic-details,
  .payment-receipt-patient-details {
    flex: 1 1;
    padding: 10px;
    border: 1px solid #333; 
    border-radius: 5px;
    background: #fff;
  }
  
  .payment-receipt-clinic-details p,
  .payment-receipt-patient-details p {
    margin: 5px 0;
  }
  
 
  .payment-receipt-service-details {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #333; 
    border-radius: 5px;
    background: #fff;
  }
  
  .payment-receipt-service-details p {
    margin: 5px 0;
  }
  
 
  .payment-receipt-service-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
  }
  
  .payment-receipt-service-table th,
  .payment-receipt-service-table td {
    padding: 10px;
    border: 1px solid #333;
    text-align: center;
  }
  
  .payment-receipt-service-table th {
    background-color: #D3D3D3;
  }
  
  
  .payment-receipt-payment-details {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #333; 
    border-radius: 5px;
    background: #fff;
    display: flex;
    justify-content: space-between;
  }
  
  .payment-receipt-payment-details div p {
    margin: 5px 0;
  }
  
 
  .payment-receipt-footer {
    text-align: center;
    margin-top: 20px;
    font-style: italic;
    color: #666;
  }
  
  .payment-receipt-thank-you-message {
    margin: 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    

  } 






 
  /* @media screen and (max-width: 768px) {
    .payment-receipt-container {
      width: 95%;
      padding: 15px; 
    }
  
    .payment-receipt-title {
      font-size: 20px; 
    }
  
    .payment-receipt-header {
      flex-direction: column;
      align-items: center;
    }
  
    .payment-receipt-logo {
      width: 60px;
    }
  
    .payment-receipt-top-section {
      flex-direction: column;
    }
  
    .payment-receipt-service-table {
      font-size: 14px; 
    }
  } */

  /* @media screen and (max-width: 480px) {
    .payment-receipt-title {
      font-size: 18px;
    }
  
    .payment-receipt-service-table {
      font-size: 12px; 
    }
  
    .payment-receipt-logo {
      width: 50px;
    }
  } */
  
  
.template-list-page .ant-card{box-shadow:0 2px 8px rgba(0,0,0,.1)}.template-list-page .ant-table .ant-table-thead>tr>th{background-color:#fafafa;font-weight:600}.template-builder-container{min-height:calc(100vh - 200px)}.template-builder-container .ant-card{box-shadow:0 2px 8px rgba(0,0,0,.1)}.template-builder-container .field-palette{background:#fafafa;padding:16px;border-radius:4px;min-height:400px}.template-builder-container .field-palette .field-palette-item{background:#fff;padding:12px;margin-bottom:8px;border-radius:4px;border:1px solid #d9d9d9;cursor:move;transition:all .2s ease}.template-builder-container .field-palette .field-palette-item:hover{border-color:#40a9ff;-webkit-transform:translateX(4px);transform:translateX(4px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.template-builder-container .field-palette .field-palette-item .anticon{margin-right:8px;font-size:16px}.template-builder-container .template-canvas{background:#fff;min-height:500px;padding:24px;border:2px dashed #d9d9d9;border-radius:4px}.template-builder-container .template-canvas.drag-over{border-color:#40a9ff;background:#f0f5ff}.template-builder-container .template-canvas .template-group{margin-bottom:24px;border:1px solid #e8e8e8;border-radius:4px;padding:16px;background:#fafafa}.template-builder-container .template-canvas .template-group .group-header{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e8e8e8}.template-builder-container .template-canvas .template-group .subgroup{margin-bottom:16px;padding:12px;background:#fff;border-radius:4px;border:1px solid #e8e8e8;transition:all .2s ease}.template-builder-container .template-canvas .template-group .subgroup.drag-over{border:2px dashed #1890ff;background:#f0f5ff}.template-builder-container .template-canvas .template-group .subgroup .subgroup-header{margin-bottom:12px;font-weight:600}.template-builder-container .template-canvas .template-group .subgroup .field-list .sortable-field{margin-bottom:8px;background:#fff;padding:12px;border-radius:4px;border:1px solid #d9d9d9;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.template-builder-container .template-canvas .template-group .subgroup .field-list .sortable-field:hover{border-color:#40a9ff;box-shadow:0 2px 8px rgba(0,0,0,.1)}.template-builder-container .template-canvas .template-group .subgroup .field-list .sortable-field.dragging{opacity:.5;cursor:grabbing}.template-builder-container .template-canvas .template-group .subgroup .field-list .sortable-field.selected{border-color:#1890ff;background-color:#f0f5ff;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.template-builder-container .properties-panel{background:#fafafa;padding:16px;border-radius:4px;min-height:400px}.template-builder-container .properties-panel .ant-form-item{margin-bottom:16px}.template-builder-container .drop-indicator{height:4px;background:#1890ff;border-radius:2px;margin:8px 0;-webkit-animation:pulse 1s ease-in-out infinite;animation:pulse 1s ease-in-out infinite}@-webkit-keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.json-viewer-modal .ant-modal-header{background:#439c8a;border-bottom:none}.json-viewer-modal .ant-modal-header .ant-modal-title{color:#fff;font-size:18px;font-weight:600}.json-viewer-modal .ant-modal-close{color:#fff}.json-viewer-modal .ant-modal-close:hover{color:hsla(0,0%,100%,.8)}.json-viewer-modal .ant-tabs-nav{margin-bottom:16px}.json-viewer-modal .ant-tabs-tab{font-weight:500}.template-preview-modal .ant-modal-content,.preview-modal .ant-modal-content{border-radius:8px;overflow:hidden}.template-preview-modal .ant-modal-header,.preview-modal .ant-modal-header{background:#439c8a;border-bottom:none;padding:20px 24px}.template-preview-modal .ant-modal-header .ant-modal-title,.preview-modal .ant-modal-header .ant-modal-title{color:#fff;font-size:20px;font-weight:600}.template-preview-modal .ant-modal-close,.preview-modal .ant-modal-close{color:#fff}.template-preview-modal .ant-modal-close:hover,.preview-modal .ant-modal-close:hover{color:hsla(0,0%,100%,.8)}.template-preview-modal .ant-modal-body,.preview-modal .ant-modal-body{padding:0;background-color:#f5f5f5}.template-preview-modal .ant-modal-footer,.preview-modal .ant-modal-footer{border-top:1px solid #e8e8e8;padding:16px 24px;background-color:#fff}.template-preview-modal .group-container,.preview-modal .group-container{margin-bottom:24px}.template-preview-modal .group-container .group-header,.preview-modal .group-container .group-header{font-size:18px;fontWeight:bold;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #dee2e6;transition:all .3s ease}.template-preview-modal .group-container .group-header:hover,.preview-modal .group-container .group-header:hover{background-color:#f0f0f0}.template-preview-modal .subgroup-container,.preview-modal .subgroup-container{margin-bottom:20px;padding:16px;background-color:#f8f9fa;border-radius:8px;position:relative;transition:all .3s ease;box-shadow:0 1px 2px rgba(0,0,0,.03)}.template-preview-modal .subgroup-container:hover,.preview-modal .subgroup-container:hover{box-shadow:0 2px 8px rgba(0,0,0,.08)}.template-preview-modal .subgroup-container .subgroup-header,.preview-modal .subgroup-container .subgroup-header{font-size:16px;font-weight:600;margin-bottom:12px;color:#495057}.template-preview-modal .ant-input,.template-preview-modal .ant-input-number,.template-preview-modal .ant-select-selector,.template-preview-modal .ant-picker,.preview-modal .ant-input,.preview-modal .ant-input-number,.preview-modal .ant-select-selector,.preview-modal .ant-picker{border-radius:6px;border:1px solid #d9d9d9;transition:all .3s ease}.template-preview-modal .ant-input:hover,.template-preview-modal .ant-input-number:hover,.template-preview-modal .ant-select-selector:hover,.template-preview-modal .ant-picker:hover,.preview-modal .ant-input:hover,.preview-modal .ant-input-number:hover,.preview-modal .ant-select-selector:hover,.preview-modal .ant-picker:hover{border-color:#40a9ff}.template-preview-modal .ant-input:focus,.template-preview-modal .ant-input.ant-input-focused,.template-preview-modal .ant-input.ant-select-focused .ant-select-selector,.template-preview-modal .ant-input-number:focus,.template-preview-modal .ant-input-number.ant-input-focused,.template-preview-modal .ant-input-number.ant-select-focused .ant-select-selector,.template-preview-modal .ant-select-selector:focus,.template-preview-modal .ant-select-selector.ant-input-focused,.template-preview-modal .ant-select-selector.ant-select-focused .ant-select-selector,.template-preview-modal .ant-picker:focus,.template-preview-modal .ant-picker.ant-input-focused,.template-preview-modal .ant-picker.ant-select-focused .ant-select-selector,.preview-modal .ant-input:focus,.preview-modal .ant-input.ant-input-focused,.preview-modal .ant-input.ant-select-focused .ant-select-selector,.preview-modal .ant-input-number:focus,.preview-modal .ant-input-number.ant-input-focused,.preview-modal .ant-input-number.ant-select-focused .ant-select-selector,.preview-modal .ant-select-selector:focus,.preview-modal .ant-select-selector.ant-input-focused,.preview-modal .ant-select-selector.ant-select-focused .ant-select-selector,.preview-modal .ant-picker:focus,.preview-modal .ant-picker.ant-input-focused,.preview-modal .ant-picker.ant-select-focused .ant-select-selector{border-color:#40a9ff;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.template-preview-modal .ant-checkbox-wrapper,.preview-modal .ant-checkbox-wrapper{font-size:14px}.template-preview-modal .ant-checkbox-wrapper .ant-checkbox,.preview-modal .ant-checkbox-wrapper .ant-checkbox{border-radius:4px}.template-preview-modal .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner,.preview-modal .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner{background-color:#52c41a;border-color:#52c41a}.template-preview-modal .form-label,.preview-modal .form-label{font-weight:bold;margin-bottom:8px}.template-preview-modal .form-label span[style*="color: #dc3545"],.preview-modal .form-label span[style*="color: #dc3545"]{font-size:16px;vertical-align:middle}@media(max-width: 768px){.template-preview-modal,.preview-modal{width:95% !important;max-width:95%}.template-preview-modal .ant-modal-body,.preview-modal .ant-modal-body{padding:12px}.template-preview-modal .group-header,.preview-modal .group-header{font-size:16px !important}.template-preview-modal .subgroup-header,.preview-modal .subgroup-header{font-size:14px !important}}
.even-row {
  background: #f9f9f9 !important; /* slightly darker green tint */
}
.odd-row {
  background: #e1f0eb !important; /* lighter green/white tint */
}

.homehealthcare-tasks-table .ant-table-thead > tr > th {
  background: #439c81 !important; /* Use your codebase's green */
  color: #fff !important;
  font-weight: 700;
}



.even-row {
  background: #f9f9f9 !important; /* slightly darker green tint */
}
.odd-row {
  background: #e1f0eb !important; /* lighter green/white tint */
}

.assistedliving-tasks-table .ant-table-thead > tr > th {
  background: #439c81 !important; /* Use your codebase's green */
  color: #fff !important;
  font-weight: 700;
}

.assistedliving-rooms-table.ant-table-wrapper .ant-table-thead > tr > th {
  background: #439c81 !important; 
  color: #fff !important;
  font-weight: 700 !important;
}

.assistedliving-rooms-table.ant-table-wrapper .ant-table-tbody > tr.even-row > td {
  background: #f9f9f9 !important; 
}

.assistedliving-rooms-table.ant-table-wrapper .ant-table-tbody > tr.odd-row > td {
  background: #e1f0eb !important; 
}

.even-row {
  background: #f9f9f9 !important; /* slightly darker green tint */
}
.odd-row {
  background: #e1f0eb !important; /* lighter green/white tint */
}

.assistedliving-tasks-table .ant-table-thead > tr > th {
  background: #439c81 !important; /* Use your codebase's green */
  color: #fff !important;
  font-weight: 700;
}

.even-row {
  background: #f9f9f9 !important; /* slightly darker green tint */
}
.odd-row {
  background: #e1f0eb !important; /* lighter green/white tint */
}

.homehealthcare-tasks-table .ant-table-thead > tr > th {
  background: #439c81 !important; /* Use your codebase's green */
  color: #fff !important;
  font-weight: 700;
}



