.ui-progress-bar {
  margin-top: 3em;
  margin-bottom: 3em;
}
  
.ui-progress span.ui-label {
  font-size: 14px;
  position: absolute;
  font-weight: 500;
  right: 0;
  line-height: 33px;
  padding-right: 12px;
  color: white;
  white-space: nowrap;
}

.ui-progress-bar {
  position: relative;
  height: 35px;
  padding-right: 2px;
  background-color: #D9D9D9;
  border-radius: 3px;
}      
  
.ui-progress {
  position: relative;
  display: block;
  overflow: hidden;
  height: 35px;
  border-radius: 3px;
  background-color: #1abc9c;
  background: repeating-linear-gradient(
    -37deg,
    #3fc7ac,
    #3fc7ac 20px,
    #3baf99 20px,
    #3baf99 40px
  );
  border: 1px solid #16a085;
}
