.stepContainer {
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.stepIcon {
  font-family: "Arial", sans-serif;
  font-size: 13px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  border: solid 1px #1b3764;
}

.stepIconRow {
  margin-bottom: 11px;
}

.stepLabel {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  flex-wrap: wrap;
}

.stepLabelColumn {
  padding-left: 30px;
}

.completedStepIcon {
  background-color: #1b3764;
  color: #fff;
  border: solid 1px #d7d7d7;
}

.stepDivider {
  width: 0px;
  height: 48px;
  margin: 4px;
  margin-left: 14px;
}

.stepDividerRow {
  width: 48px;
  height: 0px;
  margin: 4px;
  margin-top: 14px;
}
