:root {
    --ezway-eor-primary-color: #ff8a00;
}

#eor_section {
    background-image: url("https://sfo3.digitaloceanspaces.com/ezwayi/2025/05/Frame-1000008006-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0px;
    min-height: calc(100vh - 74px);
    width: 100%;
    display: flex;
}

#eor_section #eor_section_left .eor_section_left_content h2 span {
    color: var(--ezway-eor-primary-color);
}

#eor-wrapper {
    padding: 40px 60px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    min-height: 520px;
}

#eor-wrapper .eor_wizard_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

#eor-wrapper .eor_wizard_logo img{
    width: 160px;
    height: auto;
    margin: auto;
}

#eor-wrapper h2 {
    text-align: center;
}

#eor-wrapper h2 span {
    color: var(--ezway-eor-primary-color);
}

#eor-wrapper .eor-sub-heading {
    text-align: center;
    font-size: 22px;
}


#eor-wrapper .eor-steps {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 30px;
}

#eor-wrapper .eor-steps .eor-steps-dot {
    position: relative;
    width: 20%;
    display: flex;
    flex-flow: column wrap;
    justify-content: start;
    align-items: center;
}

#eor-wrapper .eor-steps .eor-steps-dot span {
    font-size: .8rem;
    color: #858585;
}

#eor-wrapper .eor-tabs .eor-tab .eor-form-group {
    margin-bottom: 16px;
}

#eor-wrapper .eor-tabs .eor-tab .eor-password-group {
    position: relative;
}

#eor-wrapper .eor-tabs .eor-tab .eor-password-group i.bi {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.75;
}

#eor-wrapper .eor-tabs .eor-tab label.eor-terms-policy {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

#eor-wrapper .eor-tabs .eor-tab .eor-terms-policy a {
    color: var(--ezway-eor-primary-color);
}

#eor-wrapper .eor-tabs .eor-tab .eor-form-group label {
    display: block;
    margin-bottom: 6px;
}

#eor-wrapper .eor-tabs .eor-tab input[type="text"],
#eor-wrapper .eor-tabs .eor-tab input[type="email"],
#eor-wrapper .eor-tabs .eor-tab input[type="password"],
#eor-wrapper .eor-tabs .eor-tab input[type="number"] {
    width: 100% !important;
}

#eor-wrapper .eor-tabs .eor-tab .eor-intive-code-radios {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
    margin-top: 5px;
}

#eor-wrapper .eor-tabs .eor-tab .eor-tab-heading {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 10px;
}

#eor-wrapper .eor-tabs .eor-tab .eor-tab-description {
    font-size: 14px;
}

#eor-wrapper .eor-buttons {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#eor-wrapper .eor-buttons .eor-prev-button {
    color: var(--ezway-eor-primary-color) !important;
    background: #fff !important;
    border: 1px solid;
}

#eor-wrapper .eor-buttons .eor-next-button,
#eor-wrapper .eor-buttons .eor-prev-button {
    color: #fff;
    border-radius: 8px;
    padding: 8px 20px;
    transition: all 0.15s ease-in-out;
}

#eor-wrapper .eor-steps .eor-steps-dot div {
    position: relative;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% 50%;
    color: #ddd;
    margin-bottom: 5px;
    z-index: 2;
    background: #ddd;
    border: 4px solid #ffff;
}

#eor-wrapper .eor-steps .eor-steps-dot:not(:nth-child(1)):before {
    content: "";
    position: absolute;
    top: 10px;
    left: calc(-50% + 10px);
    width: calc(100% - 20px);
    height: 2px;
    background-color: #ddd;
}

#eor-wrapper .eor-steps .eor-steps-dot.active span,
#eor-wrapper .eor-steps .eor-steps-dot.checked span {
    color: var(--ezway-eor-primary-color);
}

#eor-wrapper .eor-steps .eor-steps-dot.active div,
#eor-wrapper .eor-steps .eor-steps-dot.checked div {
    border-color: var(--ezway-eor-primary-color);
    background: #fff;
}

#eor-wrapper .eor-steps .eor-steps-dot.checked div {
    background: var(--ezway-eor-primary-color);
    position: relative;
}

#eor-wrapper .eor-steps .eor-steps-dot.checked div::after {
    position: absolute;
    content: "\2713";
    color: #fff;
}

#eor-wrapper .eor-tabs .eor-tab .eor-intive-code-radios label {
    display: flex;
    align-items: center;
    gap: 10px;
}

#eor-wrapper .eor-tabs .eor-tab .eor-success-content {
    text-align: center;
    margin: 50px;
}

#eor-wrapper .eor-tabs .eor-tab .eor-success-content .eor-checkmark {
    width: 60px;
    height: 60px;
    margin: auto;
    background: var(--ezway-eor-primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    border-radius: 2px;
}

#eor-wrapper .eor-tabs .eor-tab .eor-success-content .eor-checkmark i {
    font-size: 30px;
}


#eor-wrapper .eor-tabs .eor-tab .eor-success-content .eor-loading-status {
    margin: 50px 0;
}

#eor-wrapper .eor-tabs .eor-tab .eor-intive-code-radios input,
#eor-wrapper .eor-tabs .eor-tab label.eor-terms-policy input {
    margin-top: 0px;
    width: 18px;
    height: 18px;
}

#eor-wrapper .eor-buttons .eor-next-button:hover,
#eor-wrapper .eor-buttons .eor-prev-button:hover {
    box-shadow: 2px 3px 5px #0000003b;
    background: #db7907 !important;
    color: #fff !important;
    border-color: #db7907;
}

#eor-wrapper .eor-tabs .eor-tab .eor-success-content .eor-loading-status i {
    font-size: 24px;
    color: var(--ezway-eor-primary-color);
}

#eor-wrapper .eor-tabs .eor-tab .eor-success-content p a {
    color: var(--ezway-eor-primary-color);
}

#eor-wrapper .eor-buttons .eor-next-button[disabled],
#eor-wrapper .eor-buttons .eor-prev-button[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

#eor-wrapper .eor-tabs .eor-tab button#eor_resend_otp {
    padding: 0;
    background: transparent;
    color: var(--ezway-eor-primary-color);
}

#eor-wrapper .eor-tabs .eor-tab .eor_otp_resend_message {
    margin-top: 10px;
    font-size: 14px;
}

#eor-wrapper .eor-tabs .eor-tab button#eor_resend_otp[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

#eor-wrapper .eor-steps .eor-steps-dot span.eor-steps-mobile-label {
    display: none;
}

#eor-wrapper .eor-tabs .eor-tab .eor-password-group i.bi:hover {
    opacity: 1;
}

#eor-wrapper .eor-tabs .eor-tab .eor-success-content .eor-checkmark::after,
#eor-wrapper .eor-tabs .eor-tab .eor-success-content .eor-checkmark::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--ezway-eor-primary-color);
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 2px;
    transform: rotate(60deg);
}

#eor-wrapper .eor-tabs .eor-tab .eor-success-content .eor-checkmark::before {
    transform: rotate(30deg);
}

@media (max-width: 768px) {
    #eor-wrapper {
        padding: 20px !important;
        margin-top: 40px !important;
    }

    #eor-wrapper .eor-steps .eor-steps-dot span.eor-steps-mobile-label {
        display: block;
        text-align: center;
    }

    #eor-wrapper .eor-steps .eor-steps-dot span {
        display: none;
    }

    #eor-wrapper h2 {
        font-size: 22px !important;
    }
}