/* body{ 
    margin-top:40px; 
} */

.stepwizard-step p {
    margin-top: 20px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 72px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 4px;
    background-color: #ccc;
    z-order: 0;

}
.nav-link {
    padding: 0!important;
}
.setup-content {
    margin-top: 56px;
}
a.nav-link.active:after {
    content: " ";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    top: 50px;
    width: 46px;
    height: 46px;
    z-index: 99;
    border: 8px solid #f5f1f1;
    transition: all .5s ease-in-out;
    box-shadow: 0 1px 7px 1px rgba(0, 0, 0, .3);
    background-color: #2e7ef5;
}
a.nav-link.default::after {
    content: " ";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    top: 50px;
    width: 46px;
    height: 46px;
    z-index: 99;
    border: 8px solid #f5f1f1;
    transition: all .5s ease-in-out;
    box-shadow: 0 1px 7px 1px rgba(0, 0, 0, .3);
    background-color: #b5b6b9;
}
.stepwizard-row::after {
    content: " ";
    position: absolute;
    background-color: #009ef7;
    height: 4px;
    left: 0;
    top: 72px;
    transition: width .5s ease-in-out;
    border-radius: 3px;
}
.setup-panel-25::after {
    width: 25%;
}
.setup-panel-50::after {
    width: 50%;
}
.setup-panel-75::after {
    width: 75%;
}
.setup-panel-100::after {
    width: 100%;
}
.stepwizard-step .num{
    font-size: 1.5em;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    font-weight: bold;
    top: 55px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    transition: all .5s ease-in-out;
}
/* .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
} */
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}


.displayNone{
  display: none;
}
