.vue-form-wizard .wizard-icon-circle {
border: none;
}

.vue-form-wizard .wizard-icon-circle .wizard-icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 50%;
}