.oxford-blue {
  background: #002147 !important;
}

.form-label-required:after {
  content: "*";
  color: red;
  margin-left: 0.2rem;
}

.narrow {
  max-width: 40%;
}

.disable {
  pointer-events: none;
  background: var(--bs-secondary-bg);
}
