/*tab*/

.jbd-container #process-tabs .active {
    color: #fff;
    background-color: #0096d7;
    border-left: 0;
    border-right: 0;
    color: #fff;
}

.jbd-container #process-tabs .active  .la {
    color: #ffffff;
}

/*end of tab*/

/*button*/
.member-profile-submission button#prev-btn {
    border-radius: 100px;
    line-height: 2;
}

.member-profile-submission  button.btn.btn-outline-dark.button-cancel {
    background: red;
    line-height: 2;
    border-radius: 100px;
    color: #fff;
}


.member-profile-submission  i.la.la.la-close:before {
    color: #fff;
    position: relative;
    top: 2px;
}

.member-profile-submission button#next-btn:active {background:#ffa83c;}

/*EO button*/