fieldset#edit-phonetest--wrapper{display:none !important;}

.page--master_education_test .webform-submission-form .form-item-progress-indicator{
    bottom: 0;
}
.page--master_education_test .progress-indicator {
justify-content: center;
margin: 1rem auto;
display: flex;
}

.page--master_education_test .paragraph--type--bp-webform .progress-indicator li {
color: rgba(0,0,0,0);
font-size: 14px;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid #C3D600;
margin: 1px 4px;
width: 27px;
height: 27px;
background: #C3D600;
}
.page--master_education_test .paragraph--type--bp-webform .progress-indicator li:last-child{
    color: #005E86;
    background: #fff;
}

.page--master_education_test .paragraph--type--bp-webform .progress-indicator li.active {
    background: #C3D600;
    color: #005E86;
}
.page--master_education_test .paragraph--type--bp-webform .progress-indicator li.active+li {
    background: #fff;
    color: #005E86;
}

.page--master_education_test .paragraph--type--bp-webform .progress-indicator li:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f00c';
    color: #005E86;
}

.page--master_education_test .paragraph--type--bp-webform .progress-indicator li.active:before {
    color: rgba(0,0,0,0);
}
.page--master_education_test .paragraph--type--bp-webform .progress-indicator li:last-child:before {
    color: rgba(0,0,0,0);
}
.page--master_education_test .paragraph--type--bp-webform .progress-indicator li.active+li::before{
    color: rgba(0,0,0,0);
}

.page--master_education_test .modal-dialog .paragraph--type--bp-webform .progress-indicator{
margin-top: 0;
}