@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body{
    font-family: "Inter", sans-serif;
}

h1, h2,h3,h4,h5,h6{
    font-weight: 600;
}
h2, .h2 {
    font-size: 25px;
}

p:not(small p) {
  font-size: 14px;
}
h3, .h3 {
    font-size: 20px;
}

form .error {
    margin-top: 4px;
    font-size: 12px;
    color: #be2626;
    line-height: 1.2rem;
}
.nx-confirm-button-ok {
    text-decoration: none !important;
}
.nx-confirm-button-cancel {
    text-decoration: none !important;
}
.choices__list--dropdown {
    z-index: 999999 !important;
}
.barkod_no img {
    width: 200px;
}
.qrcode img {
    width: 55px;
}

.custom-w{
    width: 50%;
}


.contract-section {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    overflow: hidden;
}
.contract-header {
    border-bottom: 2px solid #0d6efd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.service-item {
    margin-bottom: 15px;
    padding-left: 15px;
    border-left: 3px solid #0d6efd;
}

.approved-badge {
    display: none;
    position: absolute;
    top: 10px;
    right: 50px;
    transform: translateY(0);
    background-color: #28a745;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 14px;
    z-index: 10;
}
html[data-bs-theme="dark"] .wigdet {
  background: #000;
}

.wigdet{
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    justify-content: space-between;
}

#contractContent .page-break {
  page-break-before: always;
  break-before: page;
  
}

.page-break {
        page-break-after: always;
        break-after: page;
      }
      .contract-section h4 {
        page-break-inside: avoid;
        break-inside: avoid;
      }
      .contract-section .row {
        page-break-inside: avoid;
        break-inside: avoid;
      }

.page-break {
  height: 0;
  margin: 0;
  padding: 0;
}

@media print {
  .page-break {
    page-break-after: always;
  }
}

@media only screen and (max-width: 600px) {
    .custom-w{
        width: 100%;
    }

    .mobile_nowrap{
        white-space: nowrap;
        overflow: hidden;
        width: 125px;
        text-overflow: ellipsis;
    }
    .w100mobile {
        width: 100% !important;
    }
    .approved-badge {
         top: calc(0% + 15px);
        right: calc(-9% + -10px);
    }
}