.steps-progress-bar-wrapper {
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 18px;
    border-radius: 9px;
    margin-bottom: 10px;
}
.steps-progress-bar {
    background: #e01970;
    height: 18px;
    border-radius: 9px;
}