.zb-el-progressBars {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.zb-el-progressBars__singleBar:last-child {
  margin-bottom: 0 !important;
}
.zb-el-progressBars__barTitle {
  margin: 0 0 13px 0;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.zb-el-progressBars__barTrack {
  display: block;
  background: #c4c4c4;
  overflow: hidden;
}
.zb-el-progressBars__barTrack--rounded .zb-el-progressBars__barTrack {
  border-radius: 9px;
}
.zb-el-progressBars__barTrack--circle .zb-el-progressBars__barTrack {
  border-radius: 50px;
}
.zb-el-progressBars__barProgress {
  background: #06bee1;
  position: relative;
  display: block;
  width: 0;
  transition: width 0.3s ease-out;
  height: 10px;
}