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

input.file-input[type="file"] {
    border: 0 !important;
    width: auto !important;
    display: inline-block !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.stepwizard {
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
@media (min-width: 768px) {
    
    .stepwizard-row .stepwizard-step:not(:last-child)::before {
        top: 27%;
        position: absolute;
        content: " ";
        width: 100%;
        height: 6px;
        background-color: #ccc;
        z-order: 0;
        z-index: -1;
    }
}

.stepwizard-step {
    text-align: center;
    position: relative;
}
.stepwizard-step .btn[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.btn-circle, .btn-circle:hover {
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 50%;
    border-width: 5px;
    background-color: white;
    
}
.btn-circle.btn-default:focus {
    background-color: white;
}
.btn-circle.btn-default i {
    color:#cccccc;
    font-size: 24px;
    line-height: 1.6;
}
.btn-circle.btn-primary, .btn-circle.btn-primary:hover, .btn-circle.btn-primary:focus,
.btn-circle.btn-primary + p, .btn-circle.btn-primary:hover + p, .btn-circle.btn-primary:focus + p {
    border-color: #008bff;
    background-color: white;
    color: #008bff;
}

.btn-circle.btn-primary i {
    color: #008bff;
    font-size: 24px;
    line-height: 1.6;
}