.email-verify-div {
    background-color: #fff;
    height: 100%;
    width: 100%;
    max-width: 520px;
    border-radius: 12px;
}

.email-col {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #dedede;
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.10), 0px 8px 8px -4px rgba(16, 24, 40, 0.04);
    flex-direction: column;
}

.title {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 30px;
    padding-bottom: 20px !important;
    gap: 5px;
}

.email-top-header {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.email-top-header span {
    color: #121926 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.email-link h3 {
    font-size: 19px !important;
    color: #005AA9 !important;
    font-size: 32px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    text-align: center;

}

.email-link {
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    /* padding: 10px; */
    /* padding-top: 40px; */
    /* padding-bottom: 20px; */
    text-align: center;
    align-items: center;

}

label {
    color: #344054 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 20px !important;
}

.email-input {
    padding: 16px;
    margin-block: 6px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    background: #FFF;
}

.email-link span {
    font-size: 14px;
    padding-inline: 10px;
}

.input-col {
    display: flex;
    flex-direction: column;
}

.email-info {
    background-color: #2C3353;
    border-radius: 12px;
    padding: 10px;
}

.icon-col {
    align-content: center;
}

.email-inside-area {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 10px;
    padding-inline: 5px;
}

.email-info span {
    color: #fff !important;
    font-weight: 500 !important;
}

.email-info h2 {
    font-size: 15px !important;
    margin-block: 5px !important;
    margin-inline: 10px !important;
    padding-top: 10px;
    color: #95BBDF !important;
}

.register-wrapper .row.up-row {
    justify-content: center !important;
    align-items: center !important;
}

.email-below {
    display: flex;
    flex-direction: column;
    text-align: start !important;
    align-items: flex-start;
}

.email-below span {
    color: #121926 !important;
    font-family: Inter !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: left;
}

.email-header-label-first {
    color: #1849A9 !important;
    font-size: 34px !important
}

.email-header-label-second {
    color: #FFB921 !important;
    font-size: 34px !important;
}

@media(max-width:768px) {
    .email-header-label-first {
        font-size: 24px !important
    }

    .email-header-label-second {
        font-size: 24px !important;
    }
}

/* —— E-posta OTP sayfası (showVerifyEmail) —— */
.email-verify-page {
    max-width: 420px;
}

.email-verify-hero {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.email-verify-hero-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(145deg, #f0f4ff 0%, #fff9eb 100%);
    border: 1px solid #e8ecf4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.email-verify-hero-icon svg {
    width: 28px;
    height: 28px;
}

.email-verify-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #101828;
    letter-spacing: -0.02em;
    margin: 0 0 8px 0;
    line-height: 1.25;
}

.email-verify-lead {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #475467;
}

.email-verify-code-panel {
    background: #fff;
    border: 1px solid #eaecf0;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 24px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.email-verify-code-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.email-verify-code-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #344054;
}

.email-verify-countdown {
    max-width: 100%;
}

.email-verify-countdown-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    min-width: 0;
}

.email-verify-time-badge {
    display: inline-block;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1.25rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 8px 14px;
    border-radius: 10px;
    background: #eff4ff;
    color: #101828;
    border: 1px solid #c7d7f5;
    isolation: isolate;
    -webkit-font-smoothing: antialiased;
}

/* Global stylesNew.css #time-remaining uses font-size:36px + line-height:20px — breaks digits */
.email-verify-page #emailVerifyTimeRemaining.email-verify-time-badge {
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
    max-width: none !important;
    overflow: visible !important;
    text-overflow: clip !important;
    font-weight: 700 !important;
    color: #101828 !important;
}

.email-verify-time-badge--expired {
    font-size: 1rem;
    font-family: inherit;
    font-weight: 700;
    background: #fff6ed;
    border-color: #f9d9c1;
    color: #b54708;
}

.email-verify-page #emailVerifyTimeRemaining.email-verify-time-badge--expired {
    font-size: 1rem !important;
    color: #b54708 !important;
}

.email-verify-progress {
    width: 100%;
    max-width: 168px;
    height: 5px;
    border-radius: 999px;
    background: #eaecf0;
    overflow: hidden;
}

.email-verify-progress-fill {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #22387b 0%, #1849a9 100%);
    transition: width 1s linear;
    transform-origin: left center;
}

.email-verify-countdown-caption {
    font-size: 0.8125rem;
    font-weight: 400;
    color: #667085;
    line-height: 1.35;
    max-width: 200px;
    text-align: right;
}

.email-verify-countdown--expired .email-verify-countdown-caption {
    max-width: 280px;
}

.email-verify-otp-row {
    justify-content: space-between;
    gap: 6px !important;
    margin-top: 0 !important;
}

.email-verify-otp-row .code-input {
    flex: 1;
    min-width: 0;
    max-width: 52px;
    height: 52px;
    font-size: 1.25rem;
    border-radius: 8px;
    border-color: #d0d5dd;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.email-verify-otp-row .code-input:focus {
    outline: none;
    border-color: #1849a9;
    box-shadow: 0 0 0 3px rgba(24, 73, 169, 0.12);
}

.email-verify-sent-hint {
    margin: 16px 0 0 0;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: #667085;
}

.email-verify-sent-email {
    color: #101828;
    font-weight: 600;
    word-break: break-all;
}

.email-verify-form {
    margin-top: 0;
}

.email-verify-email-block {
    max-width: none;
    margin-bottom: 20px;
}

.email-verify-change-link {
    margin-top: 10px;
    padding: 0;
    border: none;
    background: none;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1849a9;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
    text-align: left;
}

.email-verify-change-link:hover {
    color: #123a8a;
}

.email-verify-field-error {
    color: #d92d20;
    font-size: 0.8125rem;
    margin-top: 6px;
}

.email-verify-help {
    padding: 14px 16px;
    background: #f9fafb;
    border-radius: 10px;
    border: 1px solid #f2f4f7;
    margin-bottom: 20px;
}

.email-verify-help-title {
    display: block;
    font-weight: 600 !important;
    color: #344054 !important;
    margin-bottom: 4px !important;
}

.email-verify-help span:last-child,
#email-verify-help-detail {
    color: #667085 !important;
    font-size: 0.875rem !important;
    line-height: 1.45 !important;
}

.email-verify-submit-wrap {
    width: 100%;
}

.email-verify-resend-btn,
button.email-verify-resend-btn,
.email-verify-submit-wrap .es-btn {
    width: 100%;
    max-width: none !important;
    margin-top: 0 !important;
}

.email-verify-resend-btn:disabled,
.email-verify-submit-wrap .es-btn:disabled,
#resendEmailButton:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

@media (max-width: 576px) {
    .email-verify-code-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .email-verify-countdown-stack {
        align-items: flex-start;
        width: 100%;
    }

    .email-verify-progress {
        max-width: none;
    }

    .email-verify-countdown-caption {
        max-width: none;
        text-align: left;
    }

    .email-verify-otp-row .code-input {
        max-width: none;
    }
}