
/* Scope to your app container if you have one */
#npsa-app .field-est-label{
  color: var(--bs-primary);
  font-weight: 600;
}

#npsa-app .field-est-control.form-control,
#npsa-app .field-est-control.form-select{
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 .2rem rgba(var(--bs-primary-rgb), .20);
}