@import url("https://www.discovery.co.za/dui/assets/vitality/hlprogressbar/css/hlprogressbar.css");

.hl-thin-pink .hl-progressbar-active{
    background: #f41c5e;
    position: absolute;
    height: 5px;
}

.hl-thin-pink .hl-progressbar-dot{
    background: white;
    top: -150%;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.hl-thin-pink .hl-progressbar-inactive{
    height: 5px;
}

.hl-thin-pink .hl-progressbar-start{
    text-align: right;
    font-size: 16px;
    margin-top: -5px;
}

.hl-thin-pink .hl-progressbar-current{
    font-size: 0;
}

.hl-thin-pink .hl-progressbar-end{
    color: #f41c5e;
    text-align: center;
    font-size: 16px;
    margin-top: -5px;
}

.hl-thin-pink .hl-progressbar-end.full{
    color: #f41c5e;
    text-align: center;
    font-size: 16px;
}