.MuiStepIcon-root {
  color: rgba(0, 0, 0, 0.38);
  display: block;
}
.MuiStepIcon-root.MuiStepIcon-completed {
  color: #3f51b5;
}
.MuiStepIcon-root.MuiStepIcon-active {
  color: #3f51b5;
}
.MuiStepIcon-root.Mui-error {
  color: #f44336;
}
.MuiStepIcon-text {
  fill: #fff;
  font-size: 0.75rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}