@charset "utf-8";

/* CSS Document */

.wrapper-a {
    background-color: whitesmoke;
    border-radius: 10px;
}

/*ERROR STYLING*/
.error {
    border: 1px solid #428bca7a !important;
}

.error:focus {
    border: 1px solid #428bca7a !important;
}

/*FOR WIZARD*/
#wizard fieldset:not(:first-of-type) {
    display: none;
}

#wizard .action-button {
    padding: 0;
    border: none;
    border-radius: 10px;
    background-color: #428bca;
    height: 41px;
    font-family: "Muli" !important;
    font-size: 14.5px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    float: right;
}

#wizard .action-button:hover,
#wizard .action-button:focus {
    text-decoration: none !important;
    outline: 0px auto -webkit-focus-ring-color !important;
}

#wizard .action-button-previous {
    padding: 0;
    border: none;
    border-radius: 10px;
    background-color: #428bca;
    height: 41px;
    font-family: "Muli" !important;
    font-size: 14.5px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    float: left;
}

#wizard .action-button-previous:hover,
#wizard .action-button-previous:focus {
    text-decoration: none !important;
    outline: 0px auto -webkit-focus-ring-color !important;
}

#progressbar {
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    color: lightgrey
}

#progressbar .active {
    color: #428bca
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 12.5%;
    float: left;
    position: relative;
    font-weight: 400
}

/*FOR ICONS IN PROGRESS BAR*/
#progressbar #personal:before {
    font-family: Material-Design-Iconic-Font;
    content: "\f205";
}

#progressbar #interest:before {
    font-family: Material-Design-Iconic-Font;
    content: "\f205";
}
#progressbar .interes:before {
    font-family: Material-Design-Iconic-Font;
    content: "\f205";
}
#progressbar #love:before {
    font-family: Material-Design-Iconic-Font;
    content: "\f205";
}

#progressbar #finish:before {
    font-family: Material-Design-Iconic-Font;
    content: "\f26b";
    font-weight: bolder;
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    display: block;
    font-size: 20px;
    font-size: x-large;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #428bca
}

.progress {
    height: 6px
}

.progress-bar {
    background-color: #428bca
}

/*FOR MOBILE VERSION*/
@media (max-width: 767px) {
    #progressbar #love #love1 {
        display: none !important;
    }
    #info {
        display: none !important;
    }
    .next,
    .previous {
        max-width: 90px !important;
    }
}

@media (max-width: 991px) {
    #info {
        display: none !important;
    }
    .next,
    .previous {
        max-width: 100px !important;
    }
}