.workflow-bar {
  position: relative;
  margin-top: 10px;
}

.workflow-bar::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  height: 4px;
  background: #e5e5e5;
}

.workflow-step {
  position: relative;
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  background: #f1f1f1;
  font-size: 13px;
  z-index: 1;
}

.workflow-step.active {
  background: #198754;
  color: white;
  font-weight: 600;
}
