.progress.with-value{
    margin:0;
    min-height:20px;
    height:auto;
    line-height:20px;
    .progress-value{
        position:relative;
        z-index:1;
        padding:0 .5rem;
        span{
            display:inline-block
        }
    }
}

.modal .progress.with-value{
    z-index:0;
    .progress-value{
        position:relative;
        z-index:1;
    }
}