.ldBar {
    position: relative;
    margin: 0 auto;
}

.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;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    font-family: Montserrat;
    line-height: 29px;
}

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

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

.ldBar path.mainline {
    stroke-width: 8;
    stroke: #2E77FF;
    stroke-linecap: round;
}

.ldBar path.baseline {
    stroke-width: 8;
    stroke: #F2F2F2;
    stroke-linecap: round;
    /* filter: url(#custom-shadow); */
}

.ldBar-label {
    color: #333;
    font-size: 30px;
    font-weight: 900;
}