#baguetteBox-overlay {
    height: 97%;
    margin-top: 3%;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

#prevBtn {
    background-color: #d6d6d6;
}

.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #c3c3c3;
    color: white;
}

.tsf-right-nav-step,
.tsf-left-nav-step {
    /*padding-top: 40px;*/
    float: left;
    width: 100%;

}

.gsi-step-indicator.triangle {
    background-color: transparent;
    padding: 0;
    float: left;
    display: inline-flex
}

.gsi-vertical {

    width: 100%;
}



.gsi-step-indicator.gsi-vertical li {
    float: inherit !important;
    display: block;
}

.next {
    background-color: #6bb1ff;
    margin-top: 25px;
    margin-right: 57px;
}

.step {
    text-align: center;
    border: 1px solid #d6d6d6;
    border-radius: 10px 10px 0 0;
    padding: 14px;
    width: 100%;

}

.active.step {

    background-color: #ee5a66 !important;
    color: #fff;
    font-weight: bold;

}

.guardian {
    color: red;
    display: none;
    width: 141px !important;
}

.durationwidth {
    width: 208px !important
}

.guardiansection {
    display: none !important;
}

.nomineesection {
    display: none !important;
}

.error {
    padding: 0.5em;
    color: red;
}
