.stepper .nav-tabs {
    position: relative;
}
.stepper .nav-tabs > li {
    width: 25%;
    position: relative;
}
.stepper .nav-tabs > li:after {
    content: '';
    position: absolute;
    background: #f1f1f1;
    display: block;
    width: 100%;
    height: 5px;
    top: 35px;
    left: 50%;
    z-index: 1;
}

.stepper .tab-pane {
    padding-left: 20px;
    padding-right: 20px;
}

.stepper .nav-tabs > li.done::after {
    background: #34bc9b;
}
.stepper .nav-tabs > li:last-child::after {
    background: transparent;
}
.stepper .nav-tabs > li.active:last-child .round-tab {
    background: #34bc9b;
}
.stepper .nav-tabs > li.active:last-child .round-tab::after {
    content: '✔';
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block;
}
.stepper .nav-tabs .nav-link {
    width: 25px;
    height: 25px;
    margin: 20px auto;
    border-radius: 100%;
    border: none;
    padding: 0;
    color: #f1f1f1;
}
.stepper .nav-tabs .nav-link:hover {
    background: transparent;
    border: none;
}
.stepper .nav-tabs > .active > .nav-link,
.stepper .nav-tabs > .active > .nav-link:hover,
.stepper .nav-tabs > .active > .nav-link:focus {
    color: #34bc9b!important;
    cursor: default;
    border: none;
}
.stepper .nav-tabs > .done > .nav-link,
.stepper .nav-tabs > .done > .nav-link:hover,
.stepper .nav-tabs > .done > .nav-link:focus {
    cursor: pointer;
}
.stepper .tab-pane {
    position: relative;
    padding-bottom: 50px;
}
.stepper .round-tab {
    width: 25px;
    height: 25px;
    line-height: 22px;
    display: inline-block;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #34bc9b;
    color: #34bc9b;
    z-index: 3;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 14px;
}

.stepper .round-tab {
    background: #fff;
    color: #f1f1f1;
    border-color: #f1f1f1;
}

.stepper .done .round-tab {
    background: #34bc9b;
    color: #34bc9b;
    border-color: #34bc9b;
}
.stepper .done .round-tab::after {
    content: '✔';
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block;
}
.stepper .active .round-tab {
    color: #34bc9b;
    background: #fff;
    border: 2px solid #34bc9b;
}
.stepper .active .round-tab:hover {
    background: #fff;
    border: 2px solid #34bc9b;
}
.stepper .active .round-tab::after {
    display: none;
}

.stepper .disabled .round-tab {
    background: #fff;
    color: #f1f1f1;
    border-color: #f1f1f1;
}

.stepper .disabled .round-tab:hover {
    color: #4dd3b6;
    border: 2px solid #a6dfd3;
}
.stepper .disabled .round-tab::after {
    display: none;
}

.stepper .danger .round-tab {
    color: #fff;
    background: #d9534f;
    border: 2px solid #d9534f;
}
.stepper .danger .round-tab::after {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block;
}

.stepper .danger .round-tab:hover {
    background: #d9534f;
    border: 2px solid #d9534f;
    cursor: pointer;
}


.stepper.sw-theme-default > ul.step-anchor > li {
    margin-right: 0px !important;
}

/*.stepper.sw-theme-default > ul.step-anchor > li.active > a {
    border: none !important;
    color: #4285F4 !important;
    background: transparent !important;
    cursor: pointer;
}*/

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: right!important;

}

.justify-content-end > div {
    float: right!important;
}

#wizard > div.sw-toolbar {
    display: none;
}

#wizard > div.sw-toolbar button {
    margin-left: 5px;
}

.circle {
    width: 100px;
    margin: 6px 6px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

.circle canvas {
    vertical-align: top;
}

.circle strong {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
}

.circle span.error {
    color: red;
}

.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.circle span {
    display: block;
    color: #aaa;
    margin-top: 12px;
}

#scrapper {
    text-align: center!important;
}
