.addons_progress_bar_text {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
}

.addons_progress_bar_line_bg {
    width: 100%;
    background-color: #EBF0F9;
    height: 5px;
    border-radius: 20px;
    position: relative;
    text-align: left;
    overflow: hidden;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.addons_progress_bar_line_color {
    height: 100%;
    border-radius: 20px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}


@media (max-width: 600px) {
    .addons_progress_bar .addons_progress_bar_text {
        font-size: 14px;
    }
}