/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
.widget-steps > .step.error > .progress > .progress-bar-error {
  width: 0px;
  box-shadow: none;
  background: #DC3545;
}

.widget-steps > .step.error > .progress > .progress-bar-error {
  width: 100%;
}