.step {
    display: none;
}
.step.active {
    display: block;
}
.list-group-item.active {
    background-color: #9400FF;
    border-color: #9400FF;
    color: white;
}
.list-group-item i {
    margin-right: 8px;
}
.progress {
    height: 20px;
}
.progress-bar{
    background-color:#FF6600;
}