




.main-screen2-content-container{
    width: 1389px;

   
}


.inner-screen2-content{
 
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding-bottom: 30px;
}

.become-wyneger-section{
    width: auto;
    height: 93px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 24px;
   
 

}

.become-wynerger-text{
    padding-top: 9px;
    width: auto;
    height: auto;
}


.become-wynerger-checkbox-container{
    display:flex;
    gap: 16px;
    align-items: center;
}

.become-wynerger-text{
    color: white;
}

.become-wynerger-text h2{
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: -2%;
    color: white;
    margin-bottom: 0rem !important;
}

.become-wynerger-text p{
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -2%;
    color: #8C8C8C;
    max-width: 983px;
}


#become-wyneger-checkbox{
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 16px 10px 16px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    transform: translateY(-20px);
    display: flex;
    justify-content: center;
    align-items: center;
}


#become-wyneger-checkbox img{
    width: 20px;
    height: 20px;
}




.become-wyneger-skip-button-container{
    width: 85px;
    height: 31px;
    background-color: #333333;
    padding: 3px 26px 3px 26px;
    border-radius: 32px;
    border: none;
    transform: translateY(-20px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.become-wyneger-skip-button-container a{
  color: white;
  text-decoration: none;
}


.become-wyneger-skip-button-container button{
    width: 100%;
    height: 100%;
    font-family: 'Archivo';
    font-weight: 600;
    font-size: 16px;
    line-height: 155%;
    letter-spacing: -1%;
    color: white;
    border: none;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    
}



.verify-otp-step-section{
    width: 1301px;
    height: 83px;
    margin-top:2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 6rem;

}


.inner-verify-otp-step-section{
    width: 1061px;
    height: 83px;
    display: flex;

}


.verify-otp-step-item{
    width: 266px;
    height: 83px;
    
}

.verify-otp-steps-circle{
    width: 36px;
    height: 36px;
    border-radius: 18px;
    padding: 8px 14px 8px 14px;
    background-color: #4A4A4A;
  
}

.verify-otp-steps-circle p{
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 12px;
    /* line-height: 140%; */
    color: #CECECE;
    display: flex;
    justify-content: center;
    align-items: center;
}


.verify-otp-step-item-text{
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #CECECE;
    margin-top: 8px;
    
}



.email-verification-section{
    width: 1301px;
    padding-bottom: 2rem;
    
    margin-top: 2rem;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    
}

.email-verification-section h2{
    font-family: 'Archivo';
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    color: white;
    margin-bottom: 0rem !important;
}


.email-verification-section .email-primary-text{
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
   
    color: white;
    margin-bottom: 0rem !important;
}

.ottp-input-container{
    width: 408px;
    height: 57px;
    display: flex;
    gap: 12px;
    align-items: center;

}


.ottp-box-input{
    width: 57px;
    height: 57px;
    border-radius: 5px;
    border: 1px solid #CECECE;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ottp-input-field {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    text-align: center;
    font-family: 'Archivo';
    font-weight: 600;
    font-size: 20px;
    color: white;
    padding: 0;
    line-height: 100%;
    border-radius: 5px;
}






.verify-email-button{
    width: 130px;
    height: 38px;
    padding: 9px 15px 9px 15px;
    background-color: #FFFFFF;
    border-radius: 200px;
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #4A4A4A;
    border: none;
    cursor: pointer;


}






.phone-verification-section{
    width: 1301px;

    margin-top: 2rem;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 12px;
 
    
}



.phone-verification-section h2{
    font-family: 'Archivo';
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    color: white;
    margin-bottom: 0rem !important;
}


.phone-verification-section p{
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 16px;


    color: white;
    margin-bottom: 0rem !important;
}


.ottp-method-select-container{
    width: 379px;
    height: 64px;
    display: flex;
    gap: 10px;
}

.ottp-phone-select-container{
    width: 183px;
    height: 64px;
    border-radius: 12px;
    border: 1px solid #353535;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #333333;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ottp-phone-select-container:hover {
    background-color: white;
    border-color: rgba(255, 255, 255, 0.2);
}

.ottp-phone-select-container:hover p {
    color: black;
}

.ottp-phone-select-container:hover img {
    filter: brightness(0);
}

.ottp-phone-select-container:hover .whatsapp-icon {
    color: black;
    stroke: black;
}

.ottp-phone-select-container p{
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: white;
    transition: color 0.3s ease;
}

.ottp-phone-select-container img,
.ottp-phone-select-container .whatsapp-icon {
    transition: all 0.3s ease;
    width: 24px;
    height: 24px;
}
/* WhatsApp icon states (use only default icon; hover handled via filter) */
.whatsapp-default-img {
    display: block;
}

.whatsapp-hover-img {
    display: none !important;
}

/* (No special swap for WhatsApp images; hover effect is same as Phone using filter) */


.ottp-method-select-container img{
    width: 17px;
    height: 20px;
}

.phone-verification-section button{
    width: 130px;
    height: 38px;
    padding: 9px 15px 9px 15px;
    background-color: #333333;
    border-radius: 200px;
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: white;
    border: none;
    cursor: pointer;
}


.ottp-update-email-container{
    width: 1301px;
    display: flex;
    gap: 12px;
    align-items: center;
}

/* Email update buttons wrapper - transparent on desktop (doesn't affect layout) */
.email-update-buttons-mobile {
    display: contents;
}



/* Reset Bootstrap default styles for fieldset and legend */
.ottp-update-email-container fieldset {
    margin: 0;
    padding: 0;
    width: 271px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 59px;
    border-radius: 12px;
}

/* Phone fieldset needs more width */
.phone-verification-section .ottp-update-email-container fieldset {
    width: auto;
    min-width: 400px;
}

.ottp-update-email-container legend {
    margin: 0;
    padding: 0;
    width: auto;
    max-width: 100%;
    font-size:12px;
    font-weight: 400;
    font-family: Archivo;
    line-height: 140%;
    color: #FFFFFF;
    margin-left: 15px;
    white-space: normal;
    float: none;
    display: block;
}


.ottp-update-email-container legend::after {
    content: "*";
    color: red;
    margin-left: 1px;

}



.ottp-update-email-input{
    width: 100%;
    height: 100%;
    background: transparent;
    outline: none;
    border: none;
    color: white;
    margin-left: 15px;
    border-radius: 12px;
    transform: translateY(-5px);
   
}

/* Phone input wrapper styles within ottp-update-email-container */
.ottp-update-email-container .phone-input-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    width: 100%;
    height: 100%;
    margin-left: 15px;
  
    background: transparent;
    border: none;
}

.ottp-update-email-container .phone-country-selector {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.ottp-update-email-container .phone-country-flag {
    width: 24px;
    height: 18px;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0;
}

.ottp-update-email-container .phone-dropdown-chevron {
    width: 12px;
    height: 12px;
    color: #FFFFFF;
    stroke: #FFFFFF;
    flex-shrink: 0;
    cursor: pointer;
}

.ottp-update-email-container .phone-country-code {
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 14px;
    color: #D1D5DB;
    white-space: nowrap;
    flex-shrink: 0;
    transform: translateY(-1px);
}

.ottp-update-email-container .phone-number-input {
    flex: 1;
    margin-left: 0;
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 14px;
    min-width: 0;
    background: transparent;
    border: none;
    outline: none;
    transform: translateY(-1px);
}

.ottp-update-email-container .phone-number-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.ottp-update-email-container .phone-input-icon {
    width: 20px;
    height: 20px;
    color: rgba(255, 255, 255, 0.7);
    flex-shrink: 0;
    margin-right: 25px;
    transform: translateY(-3px);
}

.email-verification-section .ottp-update-email-button{
    width: 161px;
    height: 38px;
    padding: 9px 15px 9px 15px;
    border-radius: 200px;
    background-color: #FFFFFF;
    font-family: Archivo;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #4A4A4A;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.email-verification-section .ottp-update-email-previous-button{
    width: 121px;
    height: 38px;
    padding: 9px 15px 9px 15px;
    border-radius: 200px;
    background-color: #333333;
    font-family: Archivo;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-verification-section .ottp-update-phone-button{
    width: 121px;
    height: 38px;
    padding: 9px 15px 9px 15px;
    border-radius: 200px;
    background-color: #FFFFFF;
    font-family: Archivo;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #4A4A4A;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-verification-section .ottp-update-phone-previous-button{
    width: 121px;
    height: 38px;
    padding: 9px 15px 9px 15px;
    border-radius: 200px;
    background-color: #333333;
    font-family: Archivo;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}


.phone-verification-section .verify-phone-button {
    width: 140px;
    height: 38px;
    padding: 9px 15px 9px 15px;
    background-color: #FFFFFF;
    border-radius: 200px;
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #4A4A4A;
    border: none;
    cursor: pointer;
    margin-top: 1rem;
}

.email-secondary-text{
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: white;
    margin-bottom: 0rem !important;
}


/* ==========================================
   MOBILE RESPONSIVE STYLES (max-width: 768px)
   ========================================== */

@media (max-width: 768px) {
  
    .resend-otp-link-text{
        font-size: 16px !important;
        line-height: 120% !important;
        margin-bottom: 0rem !important;
    }


    .main-screen2-content-container {
        width: 100%;
        padding: 0.5rem 0;
        max-width: 100%;
    }

    .inner-screen2-content {
        width: 100%;
        padding: 1rem;
        border-radius: 8px;
        border: none;
    }

    /* Become A Wynerger Section - Mobile */
    .become-wyneger-section {
        width: 100%;
        height: auto;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 1rem;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .become-wynerger-checkbox-container {
        width: auto;
        flex-direction: row;
        align-items: flex-start;
        gap: 0.75rem;
        flex: 1;
        margin-top: 1rem;
    }

    #become-wyneger-checkbox {
        width: 42px;
        height: 42px;
        padding: 0;
        transform: translateY(0);
        flex-shrink: 0;
    }

    #become-wyneger-checkbox:checked::after {
        width: 8px;
        height: 14px;
        border-width: 0 2px 2px 0;
    }

    .become-wynerger-text {
        width: auto;
        height: auto;
        flex: 1;
    }

    .become-wynerger-text h2 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0.5rem !important;
        line-height: 1.3;
    }

    .become-wynerger-text p {
        font-size: 13px;
        max-width: 100%;
        line-height: 100%;
        margin: 0;
        color: #8C8C8C;
    }

    .become-wyneger-skip-button-container {
        width: 60px;
        height: 28px;
        padding: 4px 12px;
        transform: translateY(0);
        align-self: flex-start;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .become-wyneger-skip-button-container button {
        font-size: 10px;
    }

    /* Progress Steps Section - Mobile (HORIZONTAL) */
    .verify-otp-step-section {
        width: 100%;
        height: auto;
        margin-top: 1.5rem;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .inner-verify-otp-step-section {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 4px;
        flex-wrap: nowrap;
    }

    .verify-otp-step-item {
        width: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 6px;
        flex: 1 1 0;
        min-width: 0;
        text-decoration: none;
    }

    .verify-otp-steps-circle {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        padding: 0;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .verify-otp-steps-circle p {
        font-size: 10px;
        line-height: 1;
        margin: 0;
        font-weight: 500;
    }

    .verify-otp-step-item-text {
        font-size: 9px;
        margin: 0;
        line-height: 1.2;
        text-align: center;
        max-width: 100%;
        min-height: 22px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        word-break: break-word;
    }

    /* Email Verification Section - Mobile */
    .email-verification-section {
        width: 100%;
        height: auto;
        margin-top: 1.5rem;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .email-verification-section h2 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 0rem !important;
    }

    .email-verification-section .email-primary-text {
        font-size: 16px;
        line-height: 120%;
        margin-bottom: 0rem !important;
    }

    .ottp-input-container {
        width: 100%;
        height: auto;
        gap: 8px;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 0rem !important;
    }

    .ottp-box-input {
        width: 46px;
        height: 46px;
        flex: 1;
        max-width: 46px;
    }

    .ottp-input-field {
        font-size: 18px !important;
    }

    .verify-email-button button {
        width: 130px !important;
        height: 38px !important;
        padding: 9px 15px 9px 15px !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        margin-top: 1rem !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: -2px !important;
    }

    .verify-email-button svg {
        width: 14px;
        height: 14px;
        margin-left: 0;
        margin-top: 0;
        transform: translateY(2px);
    }

    /* Phone Verification Section - Mobile */
    .phone-verification-section {
        width: 100%;
        margin-top: 1.5rem;
        gap: 1rem;
    }

    .phone-verification-section h2 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 0rem !important;
    }

    .phone-verification-section p {
        font-size: 16px;
        line-height: 120%;
        margin-bottom: 0rem !important;
    }

    /* Method Select Container - HORIZONTAL (not column!) */
    .ottp-method-select-container {
        width: 100%;
        height: auto;
        flex-direction: row;
        gap: 0.75rem;
        margin: 0rem 0;
    }

    .ottp-phone-select-container {
        width: 166px;
        height: 64px;
        flex-direction: column;
        gap: 4px;
        align-items: center;
        justify-content: center;
        padding: 8px;
    }

    .ottp-phone-select-container img {
        width: 20px;
        height: 20px;
        object-fit: contain;
        flex-shrink: 0;
        display: block;
    }

    .ottp-phone-select-container p {
        font-size: 12px;
        line-height: 1.4;
        margin: 0;
        display: block;
        text-align: center;
        }

    .phone-verification-section button {
        width: 124px;
        height: 38px;
        padding: 9px 15px 9px 15px;
        font-size: 14px;
        font-weight: 400;
        /* margin-top: 1rem; */
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }

    .phone-verification-section button svg {
        width: 14px;
        height: 14px;
        margin-left: 0;
        margin-top: 0;
        transform: translateY(-2px);
    }

    /* Phone input wrapper mobile styles */
    .phone-verification-section .ottp-update-email-container {
        width: 100%;
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .phone-verification-section .ottp-update-email-container fieldset {
        min-width: 100%;
        width: 100%;
    }

    .ottp-update-email-container .phone-input-wrapper {
        gap: 6px;
        padding: 8px 0px;
    }

    .ottp-update-email-container .phone-country-flag {
        width: 20px;
        height: 15px;
    }

    .ottp-update-email-container .phone-dropdown-chevron {
        width: 10px;
        height: 10px;
    }

    .ottp-update-email-container .phone-country-code {
        font-size: 13px;
    }

    .ottp-update-email-container .phone-number-input {
        font-size: 13px;
    }

    .ottp-update-email-container .phone-input-icon {
        width: 18px;
        height: 18px;
    }

    /* Update Email Container Mobile */
    .ottp-update-email-container {
        width: 100%;
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .ottp-update-email-container fieldset {
        width: 100% !important;
        min-width: 100% !important;
    }

    /* Show buttons wrapper only on mobile and align row center */
    .email-update-buttons-mobile {
        display: flex;
        flex-direction: row;
        /* justify-content: center; */
        align-items: center;
        gap: 0.75rem;
        width: 100%;
        /* margin-top: 1rem; */
       
    }

    /* ── Font size adjustments for all content ── */

    /* Email section */
    .email-verification-section h2 {
        font-size: 18px;
    }

    .email-verification-section .email-primary-text {
        font-size: 14px;
        line-height: 140%;
    }

    .email-verification-section .email-secondary-text,
    .email-verification-section p {
        font-size: 13px;
        line-height: 140%;
    }

    .ottp-input-field {
        font-size: 16px !important;
    }

    .verify-email-button {
        font-size: 13px;
    }

    .email-change-link {
        font-size: 14px;
    }

    /* Phone section */
    .phone-verification-section h2 {
        font-size: 18px;
    }

    .phone-verification-section p {
        font-size: 13px;
        line-height: 140%;
    }

    .phone-change-link {
        font-size: 13px;
    }

    /* Phone verification OTP section */
    .phone-verification-otp-section {
        width: 100%;
        gap: 10px;
    }

    .phone-verification-otp-section h2 {
        font-size: 18px;
    }

    .phone-verification-otp-section p {
        font-size: 13px;
        line-height: 140%;
    }

    /* Expires, resend, change method links */
    .expires-in-text {
        font-size: 12px;
    }

    .resend-otp-link-text {
        font-size: 13px !important;
        line-height: 140% !important;
    }

    .resend-otp-link,
    .resend-otp-link-call {
        font-size: 13px;
    }

    .change-verification-method-link,
    .change-verification-method-link-call {
        font-size: 13px;
    }

    /* OTP error message */
    .ottp-error-text {
        font-size: 13px;
    }

    .ottp-error-icon {
        width: 14px;
        height: 14px;
    }

    /* Success messages */
    .email-verification-success-container,
    .phone-verification-success-message {
        padding: 12px 16px;
    }

    .email-verification-success-congrats,
    .phone-success-congrats {
        font-size: 20px;
    }

    .email-verification-success-text,
    .phone-success-text {
        font-size: 14px;
    }

    .email-verification-success-label,
    .email-verification-success-email,
    .phone-success-label,
    .phone-success-number {
        font-size: 14px;
    }

    /* Verify phone button */
    .verify-phone-button {
        font-size: 13px;
    }

    /* Update email/phone buttons */
    .ottp-update-email-button,
    .ottp-update-email-previous-button,
    .ottp-update-phone-button,
    .ottp-update-phone-previous-button {
        font-size: 13px;
    }

    .ottp-update-email-input {
        font-size: 14px;
    }

    .ottp-update-email-container legend {
        font-size: 12px;
    }

}

/* Phone Verification OTP Section */
.phone-verification-otp-section {
    width: 100%;
    margin-top: 2rem;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.phone-verification-otp-section h2 {
    font-family: 'Archivo';
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    color: white;
    margin-bottom: 0rem !important;
}

.phone-verification-otp-section p {
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: white;
    margin-bottom: 0rem !important;
}

.resend-otp-link-text{
    margin-bottom: 0rem !important;
}


.expires-in-text{
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: white;
    margin-bottom: 0rem !important;
}

.resend-otp-link,
.resend-otp-link-call{
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-decoration: underline;
}

.change-verification-method-link,
.change-verification-method-link-call{
    color: #FF6B1B !important;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}

.verify-phone-button {
    width: 130px;
    height: 38px;
    padding: 9px 15px 9px 15px;
    background-color: #FFFFFF;
    border-radius: 200px;
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #4A4A4A;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 1rem;
}

.verify-phone-button svg {
    color: #4A4A4A;
}

#otp-timer {
    color: rgba(255, 255, 255, 0.7);
}

/* Phone Verification Success Message */
.phone-verification-success-message {
    width: 100%;
    margin-top: 2rem;
    padding: 15px 24px;
    background-color: #333333;
    border-radius: 12px;
    display: flex;
    align-items: center;
}

.phone-success-text {
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: white;
    margin: 0;
}

.phone-success-congrats {
    font-family: 'Archivo';
    font-weight: 600;
    font-size: 28px;
    color: #22C55E;
    display: block;
    margin-bottom: 4px;
}

.phone-success-label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

.phone-success-number {
    color: #22C55E;
    font-weight: 700;
    font-size: 16px;
}

/* Email Verification Success Message */
.email-verification-success-container {
    width: 100%;
    margin-top: 2rem;
    padding: 15px 24px;
    background-color: #333333;
    border-radius: 12px;
    display: flex;
    align-items: center;
}

.email-verification-success-text {
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 16px;
 
    color: white;
    margin: 0;
}

.email-verification-success-congrats {
    font-family: 'Archivo';
    font-weight: 600;
    font-size: 28px;
    color: #22C55E;
    display: block;
   
}

.email-verification-success-label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

.email-verification-success-email {
    color: #22C55E;
    font-weight: 700;
    font-size: 16px;
}

/* OTP Error Message Styles */
.ottp-error-message {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
}

.ottp-error-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    stroke: #D71921;
}

.ottp-error-text {
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #D71921;
    vertical-align: middle;
}


.verify-email-button svg{
  transform: translateY(2px);
}

#send-code-button svg{
    transform: translateY(1px);
}

/* Mobile Responsive for Phone Verification OTP Section */
@media (max-width: 768px) {
    .become-wyneger-skip-button-container a{
        font-size: 10px;
        font-weight: 600;
        line-height: 155%;
    }

     
    .ottp-update-email-input{
        transform: translateY(5px);
       
    }


    .phone-verification-otp-section {
        margin-top: 1.5rem;
        gap: 0.75rem;
    }

    .phone-verification-otp-section h2 {
        font-size: 20px;
    }

    .phone-verification-otp-section p {
        font-size: 16px;
        line-height: 160%;
    }


    .expires-in-text {
        font-size: 13px;
    }

    .verify-phone-button {
        width: 100%;
        height: 44px;
        font-size: 14px;
    }

    /* OTP Error Message Mobile */
    .ottp-error-message {
 
        gap: 6px;
    }

    .ottp-error-icon {
        width: 14px;
        height: 14px;
    }

    .ottp-error-text {
        font-size: 13px;
    }

    /* Phone Verification Success Message Mobile */
    .phone-verification-success-message {
        margin-top: 1.5rem;
        padding: 16px 20px;
    }

    .phone-success-text {
        font-size: 14px;
    }

    .phone-success-congrats {
        font-size: 18px;
    }

    .phone-success-label,
    .phone-success-number {
        font-size: 14px;
    }

    /* Email Verification Success Message Mobile */
    .email-verification-success-container {
        margin-top: 1.5rem;
        padding: 16px 20px;
    }

    .email-verification-success-text {
        font-size: 14px;
    }

    .email-verification-success-congrats {
        font-size: 18px;
    }

    .email-verification-success-label,
    .email-verification-success-email {
        font-size: 14px;
    }
}

/* ==========================================
   PHONE INPUT FIELD STYLES
   ========================================== */


