.bg-orange {
  background-color: #f48f0c;
  border-color: #f48f0c;
}

.bg-yellow {
  background-color: #fcb900;
  border-color: #fcb900;
}

.bg-primary {
  background-color: #398ac9 !important;
  border-color: #398ac9 !important;
}

.fc-light {
  color: #fff;
}

.fs-rpt {
  font-size: 10pt;
}

.justify-text {
  text-align: justify;
}

.otp-input-digit:focus {
  border-color: #398ac9;
  box-shadow: #398ac9;
}

.otp-input-digit {
  height: 50px;
  margin: auto;
}

.clickable-pointer {
  cursor: pointer;
}

.table-body-responsive {
  overflow-y: auto;
  height: 300px;
}

.input-id {
  width: 4ch !important;
}

@media print {
  .not-printable {
    display: none;
  }
}

.text-fluid {
  font-size: clamp(0.8rem, 2vw, 1.2rem);
}