.draft ._h3 {
  font-size: 1.2rem !important;
}

.nav-link {
  padding: 0.2rem 0.5rem !important;
  font-weight: 400 !important;
  color: var(--primary-dark) !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--primary-color-dark) !important;
  font-weight: 700 !important;
}

/* Scroll */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color-dark);
}

.accordion-button {
  padding: 0.5rem 0.5rem !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: unset !important;
}

.draft div,
.draft table {
  font-size: 13px;
}

.draft div {
  text-align: justify !important;
  display: block !important;
}

.table {
  border-color: #000000 !important;
}

.table th,
.table td {
  padding: 8px 10px !important;
}

.table td .st0,
.table td svg {
  fill: #bfbebe !important;
}

u {
  font-weight: 600;
  text-decoration: none !important;
  border-bottom: 1px solid #000 !important;
}

@media print {
  @page {
    size: A4 portrait;
    margin-top: 0.3in !important;
    margin-bottom: 1in !important;
  }
  .page_break {
    page-break-after: always;
  }
  u {
    font-weight: 400 !important;
  }
  div {
    font-size: 12pt !important;
    text-align: justify !important;
  }
}/*# sourceMappingURL=draft.css.map */