/* Steps */
.steps .s-numbers {
  position: relative;
  margin-bottom: 2rem;
}

.steps .s-numbers:before {
  content: '';
  position: absolute;
  z-index: 9;
  top: 20px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ddd;
}

.steps .s-number {
  position: relative;
  z-index: 10;
}

.steps .s-number span {
  display: inline-block;
}

.steps .s-number .sn-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px #fff;
          box-shadow: 0 0 0 10px #fff;
}

.steps .s-number.complete .sn-icon {
  background-color: #43b968;
}

.steps .s-number.active .sn-icon {
  background-color: #3e70c9;
}

.steps .s-number .sn-text {
  margin-top: 5px;
  text-transform: uppercase;
  color: #999;
}

.steps .s-number.complete .sn-text {
  color: #43b968;
}

.steps .s-number.active .sn-text {
  color: #3e70c9;
}

.steps .c-select {
  width: 100%;
}
.pipeline-item {
  min-width: 250px;
}