.dnetor-progress .progress-bar {
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  overflow: unset;
  width: 0;
  opacity: 0;
  -webkit-transition: width 1s linear;
  -moz-transition: width 1s linear;
  -o-transition: width 1s linear;
  -ms-transition: width 1s linear;
  transition: width 1s linear;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: var(--e-global-color-accent);
}
.dnetor-progress .progress-bar:after {
  background: var(--e-global-color-primary) none repeat scroll 0 0;
  border: 4px solid var(--e-global-color-primary);
  height: 40px;
  position: absolute;
  right: -1%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}
.dnetor-progress .progress {
  display: -ms-flexbox;
  display: flex;
  line-height: inherit;
  overflow: unset;
  height: 1rem;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.dnetor-progress .progress .dnetor-progress-value {
  position: absolute;
  font-size: 14px;
  top: -35px;
  color: #000;
  right: 0;
}
.dnetor-progress .progress .dnetor-progress-value:after {
  border-top: 5px solid;
  border-top-color: var(--e-global-color-primary);
  top: 100%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.dnetor-progress .dnetor-progress-label {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px;
}

.dnetor-progress-content + .dnetor-progress-content {
  margin-top: 1rem;
}

/*# sourceMappingURL=progress.css.map */
