.onboarding-two-face {
    display: inline-block;
    width: 50%;
    float: left;
    min-height: 100vh;
}

.register-left-zone {
    height: 100vh;
    align-items: center;
}

.register-right-zone {
    display: flex;
    align-items: center;
}

.onboarding-two-face .btn.btn-main-theme:hover {
    color: white;
    opacity: 0.5;
}

.align-items-center {
    align-items: center;
}

.onboarding-two-face .width-15p {
    width: 15%;
}

.onboarding-two-face .width-70p {
    width: 70%;
}

.onboarding-two-face .fixed-right {
    position: fixed;
    top: 20%;
    right: 4%;
}
@media(max-width: 767px){
    .full-width-mobile,.full-width-mobile+div{
        width: 100%;
    }
    .full-width-mobile .seperator-120px button {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

@media (max-width: 480px) {
    .onboarding-two-face {
        width: 100%;
        padding: 7rem 0;
    }

    .onboarding-two-face.step1 {
        min-height: 60vh;
    }

    .onboarding-two-face.step5 .avatar-preview2,
    .onboarding-two-face.step5 .rounded-full {
        width: 5rem;
        height: 5rem;
    }

    .onboarding-two-face .fixed-right {
        position: initial;
        top: 0%;
        right: 0%;
    }

}

@media (hover: hover) {
    .onboarding-two-face.step2 #submit:hover {
        opacity: 0.5;
    }
}

.onboarding-two-face.step3 {
    min-height: 100vh;
    padding-top: 83px;
    padding-bottom: 20px;
}

.onboarding-two-face.step3 .bg-image img.bg-image-img {
    border-radius: 10px;
    border: 2px solid gray;

}

.onboarding-two-face.step3 .welcome_bg_image_upload_btn {
    border: 2px dashed #D8D8D8;
}

.onboarding-two-face.step3 .bg-image::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    /* display: block; */
    background-color: rgb(216 216 216);
    opacity: 0.5;
    z-index: 2;
    border-radius: 10px;
    display: none;

}

.onboarding-two-face.step3 .bg-image:hover::before {
    display: block;
}

.onboarding-two-face.step3 .bg-image.active .bg-image-img,
.onboarding-two-face.step3 .bg-image.welcome_bg_image_upload_btn.active {
    border-color: #02b13f;
}

.onboarding-two-face.step4 {
    min-height: 100vh;
    padding-top: 83px;
    padding-bottom: 20px;
}

.onboarding-two-face.step5 {
    min-height: 100vh;
    padding-top: 83px;
    padding-bottom: 20px;
}

.onboarding-two-face.step5 .avatar-preview2 {
    border: 1px solid #d8d8d8;
}

.onboarding-two-face.step5 .avatar-preview2.active {
    border-color: #02b13f;
}

.onboarding-two-face.step5 .avatar-preview2::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    /* display: block; */
    background-color: rgba(240, 244, 205, 0.3);
    opacity: 0.5;
    z-index: 2;
    border-radius: 9999px;
    display: none;
}



.onboarding-two-face.step5 .avatar-preview2:hover::before {
    display: block;
}

.bg-onboarding-right {
    background-color: #f0f4cd;
}

.onboarding-progress-bar {
    height: 16px;
    line-height: 16px;
    border-radius: 5px;
    width: 100%;
    justify-content: space-between;
    font-size: 14px;
    color: #d0d0d0;
}

.onboarding-progress-bar .bar {
    background-color: #f6f6f6;
    width: 70%;
    border-radius: 10px;
}

.onboarding-progress-bar .percent-33 {
    background-color: #02b136;
    width: 33%;
    border-radius: 10px;
}

.onboarding-progress-bar .percent-50 {
    background-color: #02b136;
    width: 50%;
    border-radius: 10px;
}

.onboarding-progress-bar .percent-66 {
    background-color: #02b136;
    width: 66%;
    border-radius: 10px;
}

.onboarding-progress-bar .percent-100 {
    background-color: #02b136;
    width: 100%;
    border-radius: 10px;
}

.onboarding-app {
    padding: 0;
}

@media (max-width: 768px) {
    .onboarding-app {
        background-repeat: no-repeat;
        background-attachment: fixed;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;


    }
}

.onboarding-buttons-line {
    height: 40px;
    line-height: 40px;
    background-color: #f6f6f6;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    margin-top: 0.5rem;

}

.onboarding-buttons-line .third-input {
    background-color: #f6f6f6;
    font-size: 14px;
    margin-left: 0.5rem;
    min-width: 13rem;
    padding-left: 0.3rem;
}

.onboarding-buttons-line.b-title {
    min-width: 8rem;
    justify-content: space-around;
}

.onboarding-buttons-line.b-username {
    min-width: 15rem;
}

.skip-btn-onboarding{
    cursor: pointer;
}

#step3-skip-btn:hover {
    opacity: 0.3;
}