.bdash-progress-bar-circle,
.bdash-progress-bar-semicircle,
.bdash-progress-bar-line {
  width: 100%;
  max-width: 160px;
  position: relative;
  margin: 0 auto;
}

.bdash-progress-bar-circle svg {
  height: 160px;
}
.bdash-progress-bar-semicircle svg {
  height: 80px;
}
.bdash-progress-bar-line svg {
  height: 20px;
}
