/* ==========================================================
   AVH AUTH
   MyListing Authentication Styles
   ========================================================== */


/* ==========================================================
   1. Authentication Steps
   ========================================================== */

.avh-phone-login {
    margin-top: 28px;
}

#avh-phone-login-box {
    margin-top: 24px;
    animation: avhFade .25s ease;
}

#avh-phone-step,
#avh-otp-box {
    animation: avhFade .25s ease;
}


/* ==========================================================
   2. OR Divider
   ========================================================== */

.avh-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 28px 0;
    color: #888;
    font-size: 14px;
    font-weight: 500;
}

.avh-divider::before,
.avh-divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #e6e6e6;
}

.avh-divider span {
    padding: 0 18px;
}


/* ==========================================================
   3. Authentication Buttons
   ========================================================== */

#avh-phone-auth-btn,
#avh-send-otp,
#avh-verify-otp {
    width: 100%;
}

#avh-phone-auth-btn {
    margin-bottom: 20px;
}

#avh-send-otp {
    margin-top: 18px;
}

#avh-verify-otp {
    margin-top: 20px;
    transition: opacity .25s ease, filter .25s ease;
}

#avh-verify-otp:disabled {
    opacity: .55;
    cursor: not-allowed;
    filter: grayscale(.15);
}


/* ==========================================================
   4. Form Groups & Labels
   ========================================================== */

#avh-phone-step .form-group {
    margin-bottom: 0;
}

#avh-otp-box .form-group {
    margin-bottom: 22px;
}

.avh-phone-label {
    display: block;
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
}


/* ==========================================================
   5. Phone Number Input
   ========================================================== */

.avh-phone-input {
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color .25s ease, box-shadow .25s ease;
}

.avh-phone-input:focus-within {
    border-color: #1e73be;
    box-shadow: 0 0 0 3px rgba(30, 115, 190, .10);
}

.avh-country-code {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 82px;
    height: 50px;
    padding: 0 16px;
    background: #f8f8f8;
    border-right: 1px solid #e5e5e5;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
}

#avh-phone {
    flex: 1;
    min-width: 0;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0 16px;
    border: none !important;
    border-radius: 0;
    background: transparent;
    box-shadow: none !important;
}

#avh-phone:focus {
    outline: none;
    box-shadow: none !important;
}

#avh-phone::placeholder {
    color: #b9b9b9;
    opacity: 1;
}


/* ==========================================================
   6. OTP Status Notice
   ========================================================== */

#avh-otp-notice {
    display: none;
    margin: 18px 0;
    padding: 14px 16px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
}

#avh-otp-notice.success {
    display: block;
    color: #155724;
    background: #d4edda;
    border: 1px solid #c3e6cb;
}

#avh-otp-notice.error {
    display: block;
    color: #721c24;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
}

/* ==========================================================
   7. OTP Step — Target Design
   ========================================================== */

.avh-otp-step {
    width: 100%;
}


/* ==========================================================
   8. OTP Header
   ========================================================== */

.avh-otp-header {
    margin-bottom: 32px;
    text-align: center;
}

.avh-otp-header-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #f1edff;
    color: #5b2cff;
    font-size: 32px;
}

.avh-otp-heading {
    margin: 0 0 8px;
    color: #1f2937;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.avh-otp-description {
    margin: 0 0 5px;
    color: #7b8190;
    font-size: 14px;
    line-height: 1.5;
}

.avh-otp-phone-number {
    color: #5b2cff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
}


/* ==========================================================
   9. OTP Input Boxes
   ========================================================== */

.avh-otp-section {
    margin-top: 0;
}

.avh-otp-boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
}

.avh-otp-boxes input,
.avh-otp-digit {
    flex: 0 0 52px;
    width: 52px;
    min-width: 0;
    max-width: 52px;
    height: 58px;
    margin: 0;
    padding: 0;
    border: 1px solid #d9dce5;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
    color: #1f2937;
    font-size: 22px;
    font-weight: 700;
    line-height: 58px;
    text-align: center;
    transition:
        border-color .25s ease,
        box-shadow .25s ease;
}

.avh-otp-boxes input:focus,
.avh-otp-digit:focus {
    border-color: #5b2cff;
    box-shadow: 0 0 0 3px rgba(91, 44, 255, .10);
    outline: none;
}


/* ==========================================================
   10. OTP Countdown & Resend
   ========================================================== */

.avh-otp-timer {
    margin-top: 26px;
    color: #555b6d;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

#avh-countdown {
    color: #5b2cff;
    font-weight: 700;
}

.avh-resend-wrapper {
    display: none;
    margin-top: 26px;
    text-align: center;
}

.avh-resend-wrapper a {
    color: #5b2cff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity .2s ease;
}

.avh-resend-wrapper a:hover,
.avh-resend-wrapper a:focus {
    opacity: .8;
    text-decoration: underline;
}


/* ==========================================================
   11. Verify OTP Button
   ========================================================== */

#avh-verify-otp {
    width: 100%;
    min-height: 52px;
    margin-top: 26px;
    border-radius: 8px;
    transition:
        opacity .25s ease,
        filter .25s ease;
}

#avh-verify-otp:disabled {
    opacity: .55;
    cursor: not-allowed;
    filter: grayscale(.15);
}


/* ==========================================================
   12. Change Phone Number
   ========================================================== */

.avh-change-phone-wrap {
    margin-top: 20px;
    text-align: center;
}

#avh-change-phone-inline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0;
    padding: 4px;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #5b2cff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

#avh-change-phone-inline .mi {
    font-size: 17px;
}

#avh-change-phone-inline:hover,
#avh-change-phone-inline:focus {
    color: #5b2cff;
    background: transparent;
    box-shadow: none;
    text-decoration: underline;
    outline: none;
}

/* ==========================================================
   12A. OTP Privacy Message
   ========================================================== */

.avh-otp-privacy {
    margin-top: 22px;
}

/* ==========================================================
   13. Password Login Information
   ========================================================== */

.form-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 18px;
    margin-bottom: 28px;
}

.form-info label {
    font-size: 14px;
}

.form-info .forgot-password {
    margin: 0 !important;
}

.form-info .forgot-password a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

.form-info .forgot-password a:hover {
    color: #1e73be;
}


/* ==========================================================
   14. Helper Classes
   ========================================================== */

.avh-hidden {
    display: none !important;
}

.avh-text-center {
    text-align: center;
}

.avh-mt-10 {
    margin-top: 10px;
}

.avh-mt-20 {
    margin-top: 20px;
}

.avh-mb-20 {
    margin-bottom: 20px;
}


/* ==========================================================
   15. Loading Spinner
   ========================================================== */

.mi.spin {
    display: inline-block;
    animation: avhSpin .8s linear infinite;
}

@keyframes avhSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* ==========================================================
   16. Fade Animation
   ========================================================== */

@keyframes avhFade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* ==========================================================
   17. Premium Authentication Page
   ========================================================== */

.avh-auth-page {
    width: 100%;
    min-height: calc(100vh - 90px);
    padding: 28px;
    background: #f5f6f8;
}

.avh-auth-shell {
    display: flex;
    width: 100%;
    max-width: 1400px;
    min-height: 760px;
    margin: 0 auto;
    background: #fff;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(15, 23, 42, .12);
}


/* ==========================================================
   18. Branding Panel
   ========================================================== */

.avh-branding-panel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38%;
    width: 38%;
    min-width: 0;
    padding: 60px 45px;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            #5b2cff 0%,
            #6c3cff 48%,
            #824cff 100%
        );
    color: #fff;
}

.avh-branding-panel::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
}

.avh-branding-panel::after {
    content: "";
    position: absolute;
    bottom: -150px;
    left: -120px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
}

.avh-branding-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
}

.avh-logo-wrap {
    margin-bottom: 30px;
}

.avh-auth-logo {
    display: block;
    width: auto;
    max-width: 150px;
    max-height: 90px;
    margin: 0 auto;
    object-fit: contain;
}

.avh-auth-site-name {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.avh-brand-title {
    margin: 0 0 16px;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.avh-brand-description {
    max-width: 300px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .84);
    font-size: 16px;
    line-height: 1.7;
}


/* ==========================================================
   19. Authentication Main Panel
   ========================================================== */

.avh-auth-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    width: 62%;
    min-width: 0;
    padding: 60px;
    background: #fff;
}

.avh-auth-main-inner {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

.avh-auth-main .auth-notices:empty {
    display: none;
}


/* ==========================================================
   20. Authentication Tabs
   ========================================================== */

.avh-auth-tabs {
    display: flex;
    width: 100%;
    margin: 0 0 36px;
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
    list-style: none;
}

.avh-auth-tabs li {
    position: relative;
    flex: 1;
    margin: 0;
    padding: 0;
    text-align: center;
}

.avh-auth-tabs li h3 {
    margin: 0;
    padding: 0;
}

.avh-auth-tabs li a {
    position: relative;
    display: block;
    padding: 16px 12px;
    color: #9a9a9a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    transition: color .25s ease;
}

.avh-auth-tabs li a:hover {
    color: #5b2cff;
}

.avh-auth-tabs li.active a {
    color: #5b2cff;
}

.avh-auth-tabs li.active::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: #5b2cff;
}


/* ==========================================================
   21. Authentication Form Panels
   ========================================================== */

.avh-auth-form-panel {
    width: 100%;
    margin: 0;
    padding: 0;
}

.avh-auth-form-panel.hide {
    display: none;
}

.avh-auth-form-panel .avh-auth-wrapper {
    width: 100%;
}

.avh-auth-main .form-box {
    box-shadow: none;
}


/* ==========================================================
   22. Tablet / iPad Layout
   ========================================================== */

@media (max-width: 1199px) {

    .avh-auth-page {
        padding: 24px;
    }

    .avh-auth-shell {
        min-height: 680px;
    }

    .avh-branding-panel {
        flex-basis: 36%;
        width: 36%;
        padding: 50px 30px;
    }

    .avh-auth-main {
        width: 64%;
        padding: 50px 40px;
    }

    .avh-auth-main-inner {
        max-width: 480px;
    }

    .avh-brand-title {
        font-size: 31px;
    }

    .avh-brand-description {
        font-size: 15px;
    }

}


/* ==========================================================
   23. Mobile / Narrow Tablet Layout
   Branding remains visible above authentication form.
   ========================================================== */

@media (max-width: 767px) {

    .avh-auth-page {
        min-height: auto;
        padding: 0;
        background: #fff;
    }

    .avh-auth-shell {
        display: block;
        min-height: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .avh-branding-panel {
        display: flex;
        width: 100%;
        min-height: 300px;
        padding: 42px 24px;
    }

    .avh-branding-inner {
        max-width: 320px;
    }

    .avh-logo-wrap {
        margin-bottom: 22px;
    }

    .avh-auth-logo {
        max-width: 125px;
        max-height: 72px;
    }

    .avh-auth-site-name {
        font-size: 26px;
    }

    .avh-brand-title {
        margin-bottom: 12px;
        font-size: 29px;
    }

    .avh-brand-description {
        max-width: 270px;
        font-size: 15px;
        line-height: 1.6;
    }

    .avh-auth-main {
        display: block;
        width: 100%;
        padding: 34px 24px 44px;
    }

    .avh-auth-main-inner {
        max-width: 520px;
    }

    .avh-auth-tabs {
        margin-bottom: 30px;
    }

    .avh-auth-tabs li a {
        padding: 14px 10px;
        font-size: 15px;
    }

    .avh-divider {
        margin: 22px 0;
    }

    .avh-country-code {
        min-width: 72px;
        padding: 0 12px;
        font-size: 14px;
    }

    #avh-phone {
        font-size: 16px;
    }

    .avh-otp-info {
        padding: 16px;
    }

    .avh-otp-info-icon {
        width: 46px;
        height: 46px;
        font-size: 20px;
    }

    .avh-otp-boxes {
        gap: 8px;
    }

    .avh-otp-boxes input,
    .avh-otp-digit {
        width: 48px;
        max-width: 48px;
        height: 54px;
        font-size: 21px;
        line-height: 54px;
    }

}


/* ==========================================================
   24. Small Mobile Layout
   ========================================================== */

@media (max-width: 480px) {

    .avh-branding-panel {
        min-height: 270px;
        padding: 36px 20px;
    }

    .avh-auth-logo {
        max-width: 115px;
    }

    .avh-brand-title {
        font-size: 27px;
    }

    .avh-brand-description {
        font-size: 14px;
    }

    .avh-auth-main {
        padding: 30px 20px 40px;
    }

    .avh-phone-login {
        margin-top: 22px;
    }

    .avh-divider {
        font-size: 13px;
    }

    .avh-divider span {
        padding: 0 12px;
    }

    #avh-phone-auth-btn,
    #avh-send-otp,
    #avh-verify-otp {
        min-height: 48px;
    }

    .avh-phone-display {
        align-items: center;
    }

    .avh-phone-display span {
        min-width: 0;
        font-size: 15px;
    }

    .avh-otp-boxes {
        gap: 6px;
    }

    .avh-otp-boxes input,
    .avh-otp-digit {
        width: 44px;
        max-width: 44px;
        height: 52px;
        font-size: 20px;
        line-height: 52px;
    }

    .avh-back-login {
        margin-top: 22px;
    }

}

/* ==========================================================
   16A. Phone Step — Target Design
   ========================================================== */

.avh-phone-step-intro {
    margin-bottom: 34px;
    text-align: center;
}

.avh-phone-step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin: 0 auto 20px;
    border-radius: 18px;
    background: #f1edff;
    color: #5b2cff;
    font-size: 32px;
}

.avh-phone-step-title {
    margin: 0 0 10px;
    color: #1f2937;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.avh-phone-step-description {
    margin: 0;
    color: #7b8190;
    font-size: 14px;
    line-height: 1.6;
}

.avh-phone-form-group {
    margin-bottom: 0;
}

.avh-phone-label {
    margin-bottom: 10px;
    color: #3f4652;
    font-size: 14px;
    font-weight: 600;
}

.avh-country-code {
    gap: 7px;
}

.avh-country-flag {
    line-height: 1;
}

.avh-country-prefix {
    line-height: 1;
}

#avh-send-otp {
    min-height: 50px;
    margin-top: 18px;
    border-radius: 8px;
}

.avh-phone-privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 22px;
    color: #9a9faa;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}

.avh-phone-privacy .mi {
    flex-shrink: 0;
    color: #a4a8b1;
    font-size: 18px;
}


/* ==========================================================
   Phone Step — Mobile
   ========================================================== */

@media (max-width: 767px) {

    .avh-phone-step-intro {
        margin-bottom: 28px;
    }

    .avh-phone-step-icon {
        width: 62px;
        height: 62px;
        margin-bottom: 18px;
        border-radius: 16px;
        font-size: 29px;
    }

    .avh-phone-step-title {
        font-size: 22px;
    }

    .avh-phone-step-description {
        font-size: 13px;
    }

}

/* ==========================================================
   Mobile Viewport Optimization
   Keep initial authentication step within one screen
   ========================================================== */

@media (max-width: 767px) {

    /* Compact branding area */

    .avh-branding-panel {
        min-height: 220px;
        padding: 28px 20px;
    }

    .avh-branding-inner {
        max-width: 300px;
    }

    .avh-logo-wrap {
        margin-bottom: 14px;
    }

    .avh-auth-logo {
        max-width: 100px;
        max-height: 58px;
    }

    .avh-auth-site-name {
        font-size: 22px;
    }

    .avh-brand-title {
        margin-bottom: 7px;
        font-size: 25px;
    }

    .avh-brand-description {
        font-size: 13px;
        line-height: 1.45;
    }


    /* Compact main authentication area */

    .avh-auth-main {
        padding: 20px 20px 28px;
    }

    .avh-auth-tabs {
        margin-bottom: 20px;
    }

    .avh-auth-tabs li a {
        padding: 11px 8px;
    }


    /* Compact phone intro */

    .avh-phone-step-intro {
        margin-bottom: 20px;
    }

    .avh-phone-step-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 12px;
        border-radius: 14px;
        font-size: 25px;
    }

    .avh-phone-step-title {
        margin-bottom: 6px;
        font-size: 21px;
        line-height: 1.25;
    }

    .avh-phone-step-description {
        font-size: 13px;
        line-height: 1.45;
    }


    /* Compact form spacing */

    .avh-phone-label {
        margin-bottom: 7px;
    }

    #avh-send-otp {
        margin-top: 14px;
    }

    .avh-phone-privacy {
        margin-top: 14px;
    }

}


/* Extra optimization for short mobile screens */

@media (max-width: 480px) and (max-height: 750px) {

    .avh-branding-panel {
        min-height: 185px;
        padding: 22px 18px;
    }

    .avh-logo-wrap {
        margin-bottom: 10px;
    }

    .avh-auth-logo {
        max-width: 85px;
        max-height: 50px;
    }

    .avh-brand-title {
        font-size: 23px;
    }

    .avh-brand-description {
        font-size: 12px;
    }

    .avh-auth-main {
        padding-top: 16px;
    }

    .avh-auth-tabs {
        margin-bottom: 16px;
    }

    .avh-phone-step-intro {
        margin-bottom: 16px;
    }

    .avh-phone-step-icon {
        width: 46px;
        height: 46px;
        margin-bottom: 9px;
        font-size: 22px;
    }

    .avh-phone-step-title {
        font-size: 20px;
    }

}

/* ==========================================================
   Mobile OTP Step Optimization
   ========================================================== */

@media (max-width: 767px) {

    .avh-otp-header {
        margin-bottom: 20px;
    }

    .avh-otp-header-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 12px;
        font-size: 25px;
    }

    .avh-otp-heading {
        margin-bottom: 5px;
        font-size: 21px;
    }

    .avh-otp-description {
        margin-bottom: 3px;
        font-size: 13px;
    }

    .avh-otp-phone-number {
        font-size: 15px;
    }

    .avh-otp-boxes {
        gap: 8px;
    }

    .avh-otp-timer {
        margin-top: 16px;
        font-size: 13px;
    }

    #avh-verify-otp {
        min-height: 48px;
        margin-top: 16px;
    }

    .avh-change-phone-wrap {
        margin-top: 13px;
    }

    .avh-otp-privacy {
        margin-top: 13px;
    }

}


/* ==========================================================
   Short Mobile OTP Optimization
   ========================================================== */

@media (max-width: 480px) and (max-height: 750px) {

    .avh-otp-header {
        margin-bottom: 15px;
    }

    .avh-otp-header-icon {
        width: 46px;
        height: 46px;
        margin-bottom: 8px;
        font-size: 22px;
    }

    .avh-otp-heading {
        font-size: 20px;
    }

    .avh-otp-boxes input,
    .avh-otp-digit {
        height: 48px;
        line-height: 48px;
    }

    .avh-otp-timer {
        margin-top: 12px;
    }

    #avh-verify-otp {
        margin-top: 12px;
    }

    .avh-change-phone-wrap,
    .avh-otp-privacy {
        margin-top: 10px;
    }

}

/* ==========================================================
   Account Details — Verified Mobile Number
   ========================================================== */

.avh-account-phone {
    width: 100%;
}

.avh-account-phone .form-group {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}

/* Mobile Number label */

.avh-account-phone .avh-account-phone-label {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;

    display: block !important;
    float: none !important;

    width: 100% !important;
    height: auto !important;

    margin: 0 0 6px !important;
    padding: 0 !important;

    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.4 !important;
}

/* Phone number and Change */

.avh-account-phone-row {
    position: relative;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;

    width: 100%;
    margin: 0;
    padding: 0;

    line-height: 1.4;
}

.avh-account-phone-number {
    display: inline-block;
    margin: 0;
    padding: 0;

    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    line-height: 1.4;
}

/* Change — plain clickable text */

#avh-change-account-phone {
    position: static !important;

    display: inline-block !important;
    float: none !important;

    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;

    height: auto !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;

    background: transparent !important;
    box-shadow: none !important;

    color: #1e73be !important;

    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;

    text-align: left !important;
    text-decoration: none !important;
    text-transform: none !important;

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
}

#avh-change-account-phone:hover,
#avh-change-account-phone:focus {
    color: #1e73be !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-decoration: underline !important;
    outline: none !important;
}

/* Verified status */

.avh-account-phone-status {
    position: relative;

    display: flex;
    align-items: center;
    gap: 5px;

    width: 100%;
    margin: 7px 0 0;
    padding: 0;

    color: #28a745 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.avh-account-phone-status .mi {
    color: #28a745 !important;
    font-size: 18px;
    line-height: 1;
}

/* ==========================================================
   END
   ========================================================== */