.progress-new-bar {
    z-index: 0;
    margin: 1.5rem auto;
    background-color: #e0e0e0;
    border-radius: 3px;
    height: 24px;
    color: #ffffff;
    position: relative;

}
.progress-new {
    z-index: 1;
    width: 0;
    border-radius: 3px;
    height: 24px;
    text-align: center;
    position: absolute;
}
.progress-new-text{
    z-index: 2;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    height: 24px;
    font-size: 0.75rem;
    text-shadow: black 0.1em 0.1em 0.1em;
    color: #ffffff;
}

