/* .adianti_div_content div[page_name="LoginCandidateInformation"]{
    max-width: 400px;
    margin: auto;
} */

.container-login #adianti_div_content>div:not([page-name="LoginForm"],[page-name="SystemRegistrationForm"],[page-name="SystemPasswordResetForm"],[page-name="SystemRequestPasswordResetForm"]) {
    background-color: #ffffff !important;
}
.container-live {
    background: #ffffff !important;
}
.master-container{
    background: #ffffff !important;
}

.step-container-ini {
    display: flex;
    margin-left:30px;
}

.step-container {
    display: flex;
    align-items:start;
    justify-content:start;
}
.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-right:100px;
    margin-left:50px;
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #4CAF50;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.inactive {
    background-color: #d3d3d3;
}

.step-text {
    margin-top: 5px;
    font-size: 18px;
    text-align: center;
}
.step-text-date {
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
}