.bg-faded-warning {
  background-color: #EFB03457 !important;
}

.bs-stepper .step.active .bs-stepper-circle {
  background-color: #EFB034FF !important; /* warning-500 */
  border-radius: 4px !important; 
}

.production-items-declaration-alert-warning {
  background-color: #FFFBF0FF;
  border-radius: 8px;
  border-width: 1px;
  border-color: #D9A40433;
  border-style: solid;
}