.ldBar {
  position: relative;
}

.ldBar,
.ldBar svg {
  width: 150px !important;
  height: 150px !important;
}

.ldBar path.mainline {
  color: #03a9f4;
  font-size: 2.5em;
  font-weight: 900;
  stroke-width: 5;
  stroke: #03a9f4;
  stroke-linecap: round;
}

.ldBar path.baseline {
  stroke-width: 5;
  stroke: #f1f2f3;
  stroke-linecap: round;
  filter: url(#custom-shadow);
}

.ldBar.label-center>.ldBar-label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0 0 3px #fff;
}

.ldBar-label {
  color: white;
  font-size: 28px;
  font-weight: 600;
}

.ldBar-label:after {
  content: "%";
  display: inline;
}

.ldBar.no-percent .ldBar-label:after {
  content: "";
}
