
.indicator-template {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #f2f6fc;
  border-radius: 25px !important;
  padding-right: 10px;
  margin: 0 0 20px 0;
  min-height: 45px;
}
.step-card {
  display: flex;
  align-items: center;
}
.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #155ebe;
  border: 5px solid #ffffff;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin-right: 10px;
}
.step-icon > span {
  font-size: 20px;
  font-family: "Poppins";
  font-weight: 500;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-text {
  display: flex;
  flex-direction: column;
}
.schedule-infos {
  display: flex;
  flex-direction: column;
  text-align: end;
}
.schedule-infos > span,
.step-text > span {
  font-size: 19;
  font-weight: 500;
  margin-bottom: -5px;
}
.schedule-infos > small,
.step-text > small {
  font-weight: 400;
  font-size: 16;
}

