/* ==========================================================
   AVH AUTH
   MyListing Authentication — Registration & Account Details
   ========================================================== */


/* ==========================================================
   ACCOUNT DETAILS — MOBILE NUMBER
   ========================================================== */

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

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


/* ==========================================================
   Account Phone — Label
   ========================================================== */

.avh-account-phone .avh-account-phone-label {
    position: static !important;
    display: block !important;
    float: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 7px !important;
    padding: 0 !important;
    transform: none !important;

    color: var(--avh-heading-color);

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


/* ==========================================================
   Current Verified Phone Card
   ========================================================== */

.avh-account-current-card {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 14px;

    width: 100%;
    min-height: 48px;

    padding: 9px 13px;

    border: 1px solid var(--avh-input-border-color);
    border-radius: var(--avh-border-radius);

    background: var(--avh-surface);
}

.avh-account-current-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 8px;

    min-width: 0;
}

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

    margin: 0;
    padding: 0;

    color: var(--avh-heading-color);

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


/* ==========================================================
   Verified Badge
   ========================================================== */

.avh-account-phone-status {
    display: inline-flex;
    align-items: center;

    gap: 4px;

    width: auto;

    margin: 0;
    padding: 3px 7px;

    border-radius: 20px;

    background: var(--avh-success-background);
    color: var(--avh-success-text) !important;

    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;

    white-space: nowrap;
}

.avh-account-phone-status .mi {
    margin: 0;

    color: var(--avh-success-text) !important;

    font-size: 14px;
    line-height: 1;
}


/* ==========================================================
   Account Phone — Primary Text Actions
   Change / Send OTP / Verify & Update
   ========================================================== */

.avh-account-text-action {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    gap: 5px;

    flex: 0 0 auto;

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

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

    margin: 0 !important;
    padding: 3px 2px !important;

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

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

    color: var(--avh-primary-color) !important;

    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;

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

    white-space: nowrap;

    cursor: pointer;

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

.avh-account-text-action:hover,
.avh-account-text-action:focus {
    border: 0 !important;

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

    color: var(--avh-primary-color) !important;

    text-decoration: underline !important;

    outline: none !important;
}

.avh-account-text-action .mi {
    flex-shrink: 0;

    margin: 0;

    font-size: 15px;
    line-height: 1;
}

.avh-account-text-action:disabled {
    color: var(--avh-text-muted) !important;

    opacity: .65;

    cursor: not-allowed;

    text-decoration: none !important;
}


/* ==========================================================
   Change Phone Flow
   ========================================================== */

#avh-account-phone-new,
#avh-account-phone-otp {
    width: 100%;
    margin-top: 4px;
}

.avh-account-phone-helper,
.avh-account-otp-description {
    margin: 0 0 10px;

    color: var(--avh-text-color);

    font-size: 13px;
    line-height: 1.5;
}


/* ==========================================================
   New Phone Row
   ========================================================== */

.avh-account-new-phone-row {
    display: flex;
    align-items: center;

    gap: 12px;

    width: 100%;
}


/* ==========================================================
   New Phone Field
   ========================================================== */

.avh-account-new-phone-field {
    display: flex;
    align-items: center;

    flex: 1 1 0;

    min-width: 0;
    width: 0;
    height: 46px;

    overflow: hidden;

    border: 1px solid var(--avh-input-border-color);
    border-radius: var(--avh-border-radius);

    background: var(--avh-surface);

    transition:
        border-color var(--avh-transition-fast),
        box-shadow var(--avh-transition-fast);
}

.avh-account-new-phone-field:focus-within {
    border-color: var(--avh-otp-active-color);
    box-shadow: 0 0 0 3px var(--avh-focus-ring);
}


/* ==========================================================
   Account Phone — Country Code
   ========================================================== */

.avh-account-country-code {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 6px;

    flex: 0 0 auto;

    min-width: 70px;
    height: 100%;

    padding: 0 10px;

    border-right: 1px solid var(--avh-input-border-color);

    background: var(--avh-surface-soft);

    color: var(--avh-heading-color);

    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;

    white-space: nowrap;

    user-select: none;
}

.avh-account-country-flag {
    flex-shrink: 0;

    font-size: 14px;
    line-height: 1;
}

.avh-account-country-prefix {
    flex-shrink: 0;

    line-height: 1;
}


/* ==========================================================
   Account Phone — New Phone Input
   ========================================================== */

#avh-account-new-phone.avh-account-new-phone-input {
    display: block !important;

    flex: 1 1 0 !important;

    min-width: 0 !important;
    width: 0 !important;
    height: 44px !important;

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

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

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

    color: var(--avh-heading-color) !important;

    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: normal !important;

    text-align: left !important;
}

#avh-account-new-phone.avh-account-new-phone-input:focus {
    border: 0 !important;

    outline: none !important;
    box-shadow: none !important;
}

#avh-account-new-phone.avh-account-new-phone-input::placeholder {
    color: var(--avh-text-muted) !important;

    font-size: 13px !important;

    opacity: 1;
}

#avh-account-send-otp {
    flex: 0 0 auto;
}


/* ==========================================================
   Account Phone — Secondary Actions
   ========================================================== */

.avh-account-secondary-row {
    margin-top: 9px;
}

.avh-account-secondary-action {
    display: inline-block !important;

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

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

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

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

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

    color: var(--avh-text-color) !important;

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

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

    cursor: pointer;

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

.avh-account-secondary-action:hover,
.avh-account-secondary-action:focus {
    border: 0 !important;

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

    color: var(--avh-primary-color) !important;

    text-decoration: underline !important;

    outline: none !important;
}


/* ==========================================================
   Account Phone — OTP + Verify Row
   ========================================================== */

.avh-account-verify-row {
    display: flex;
    align-items: center;

    gap: 12px;

    width: 100%;
}

.avh-account-otp-boxes {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    gap: 7px;

    flex: 0 1 auto;

    width: auto;
    min-width: 0;

    margin: 0;
}

.avh-account-otp-digit {
    flex: 0 0 42px;

    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: 46px !important;

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

    border: 1px solid var(--avh-input-border-color) !important;
    border-radius: var(--avh-border-radius) !important;

    background: var(--avh-surface) !important;
    box-shadow: none !important;

    color: var(--avh-heading-color) !important;

    font-family: inherit !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 46px !important;

    text-align: center !important;
}

.avh-account-otp-digit:focus {
    border-color: var(--avh-otp-active-color) !important;

    box-shadow:
        0 0 0 3px
        var(--avh-focus-ring) !important;

    outline: none !important;
}

#avh-account-verify-phone {
    flex: 0 0 auto;
}

#avh-account-verify-phone .mi {
    margin: 0;

    font-size: 16px;
    line-height: 1;
}


/* ==========================================================
   Account Phone Notice
   ========================================================== */

.avh-account-phone-notice {
    margin-top: 12px;

    padding: 10px 12px;

    border-radius: var(--avh-border-radius);

    font-size: 13px;
    line-height: 1.5;
}

.avh-account-phone-notice.success {
    color: var(--avh-success-text);

    background: var(--avh-success-background);

    border: 1px solid var(--avh-success-border);
}

.avh-account-phone-notice.error {
    color: var(--avh-error-text);

    background: var(--avh-error-background);

    border: 1px solid var(--avh-error-border);
}


/* ==========================================================
   REGISTRATION DETAILS
   Matches current integrations/views/register-details.php
   ========================================================== */

#avh-register-details {
    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;

    box-sizing: border-box;
}


/* ==========================================================
   REGISTRATION PROGRESS
   ========================================================== */

.avh-register-progress {
    display: flex;
    align-items: flex-start;
    justify-content: center;

    width: 100%;

    margin: 0 0 28px;
    padding: 0;
}

.avh-register-progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    flex: 0 0 110px;

    min-width: 0;

    margin: 0;
    padding: 0;

    text-align: center;
}

.avh-register-progress-circle {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    flex: 0 0 34px;

    margin: 0 0 6px;
    padding: 0;

    border: 2px solid var(--avh-input-border-color);
    border-radius: 50%;

    background: var(--avh-surface);

    color: var(--avh-text-muted);

    font-size: 13px;
    font-weight: 600;
    line-height: 1;

    box-sizing: border-box;
}

.avh-register-progress-circle .mi {
    margin: 0;
    padding: 0;

    color: inherit;

    font-size: 18px;
    line-height: 1;
}

.avh-register-progress-step.is-complete
.avh-register-progress-circle {
    border-color: var(--avh-primary-color);

    background: var(--avh-primary-color);

    color: var(--avh-button-text-color);
}

.avh-register-progress-step.is-active
.avh-register-progress-circle {
    border-color: var(--avh-primary-color);

    background: var(--avh-surface);

    color: var(--avh-primary-color);
}

.avh-register-progress-label {
    display: block;

    width: 100%;

    margin: 0;
    padding: 0;

    color: var(--avh-text-muted);

    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;

    text-align: center;

    white-space: normal;
}

.avh-register-progress-step.is-complete
.avh-register-progress-label,
.avh-register-progress-step.is-active
.avh-register-progress-label {
    color: var(--avh-primary-color);

    font-weight: 600;
}


/* ==========================================================
   PROGRESS CONNECTING LINES
   ========================================================== */

.avh-register-progress-line {
    flex: 1 1 auto;

    min-width: 30px;
    max-width: 150px;
    height: 2px;

    margin: 16px -38px 0;
    padding: 0;

    background: var(--avh-input-border-color);
}

.avh-register-progress-line.is-complete {
    background: var(--avh-primary-color);
}


/* ==========================================================
   VERIFIED PHONE CARD
   ========================================================== */

.avh-register-verified-phone {
    display: flex;
    align-items: center;

    width: 100%;

    gap: 12px;

    margin: 0 0 24px;
    padding: 13px 16px;

    border: 1px solid var(--avh-success-border);
    border-radius: var(--avh-border-radius);

    background: var(--avh-success-background);

    box-sizing: border-box;
}

.avh-register-verified-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 38px;

    width: 38px;
    height: 38px;

    border-radius: 50%;

    background: rgba(34, 197, 94, .12);

    color: var(--avh-success-text);
}

.avh-register-verified-icon .mi {
    margin: 0;

    color: inherit;

    font-size: 21px;
    line-height: 1;
}

.avh-register-verified-content {
    display: flex;
    flex-direction: column;

    flex: 1 1 auto;

    gap: 2px;

    min-width: 0;
}

.avh-register-verified-label {
    display: block;

    margin: 0;

    color: var(--avh-text-color);

    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
}

.avh-register-verified-number {
    display: block;

    margin: 0;

    color: var(--avh-heading-color);

    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;

    word-break: break-word;
}

.avh-register-change-phone {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    flex: 0 0 auto;

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

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

    margin: 0 0 0 auto !important;
    padding: 7px 11px !important;

    border: 1px solid var(--avh-input-border-color) !important;
    border-radius: var(--avh-border-radius) !important;

    background: var(--avh-surface) !important;
    box-shadow: none !important;

    color: var(--avh-text-color) !important;

    font-family: inherit !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;

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

    white-space: nowrap;

    cursor: pointer;
}

.avh-register-change-phone:hover,
.avh-register-change-phone:focus {
    border-color: var(--avh-primary-color) !important;

    background: var(--avh-surface) !important;

    color: var(--avh-primary-color) !important;

    box-shadow: none !important;

    outline: none !important;
}


/* ==========================================================
   REGISTRATION INTRO
   ========================================================== */

.avh-register-intro {
    width: 100%;

    margin: 0 0 22px;
    padding: 0;

    text-align: left;
}

.avh-register-title {
    margin: 0 0 6px;
    padding: 0;

    color: var(--avh-heading-color);

    font-family: inherit;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}

.avh-register-description {
    margin: 0;
    padding: 0;

    color: var(--avh-text-color);

    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}


/* ==========================================================
   ROLE SELECTION
   ========================================================== */

.avh-register-role-selection {
    width: 100%;

    margin: 0 0 20px;
    padding: 0;
}

.avh-register-role-selection .choose-role-text {
    display: block;

    margin: 0 0 9px;
    padding: 0;

    color: var(--avh-heading-color);

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

.avh-register-role-selection .role-tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 10px 20px;

    width: 100%;

    margin: 0;
    padding: 0;
}

.avh-register-role-selection .md-checkbox {
    display: flex;
    align-items: center;

    width: auto;

    margin: 0;
    padding: 0;
}

.avh-register-role-selection .md-checkbox input[type="radio"] {
    flex: 0 0 auto;

    margin: 0 7px 0 0 !important;

    accent-color: var(--avh-primary-color);
}

.avh-register-role-selection .md-checkbox label {
    display: inline-block;

    width: auto;

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

    color: var(--avh-heading-color);

    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;

    cursor: pointer;
}


/* ==========================================================
   DYNAMIC MYLISTING ROLE FIELDS
   ========================================================== */

.avh-register-role-fields {
    display: block;

    width: 100%;

    margin: 0;
    padding: 0;
}

.avh-register-role-fields[style*="display:none"],
.avh-register-role-fields[style*="display: none"] {
    display: none !important;
}

.avh-register-role-fields .fields-wrapper,
.avh-register-field {
    display: block;

    width: 100%;

    margin: 0 0 18px;
    padding: 0;

    box-sizing: border-box;
}


/* ==========================================================
   MYLISTING FIELD GROUPS
   ========================================================== */

#avh-register-details .form-group,
#avh-register-details .field,
#avh-register-details .form-group.field {
    position: relative;
    display: block;

    width: 100%;

    margin: 0;
    padding: 0;

    box-sizing: border-box;
}


/* ==========================================================
   FIELD LABELS
   ========================================================== */

#avh-register-details
.avh-register-role-fields
.form-group,

#avh-register-details
.avh-register-role-fields
.field {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;

    width: 100% !important;
}

#avh-register-details
.avh-register-role-fields
.form-group label,

#avh-register-details
.avh-register-role-fields
.field label {
    position: static !important;
    display: block !important;
    float: none !important;

    order: -1 !important;

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

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

    transform: none !important;

    color: var(--avh-heading-color) !important;

    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;

    text-align: left !important;

    box-sizing: border-box !important;
}


/* ==========================================================
   Individual Field Spacing
   ========================================================== */

#avh-register-details
.avh-register-role-fields
.fields-wrapper,

#avh-register-details
.avh-register-role-fields
.avh-register-field {
    display: block !important;

    float: none !important;
    clear: both !important;

    width: 100% !important;
    max-width: 100% !important;

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

    box-sizing: border-box !important;
}


/* ==========================================================
   Inputs / Textareas / Selects Stay After Labels
   ========================================================== */

#avh-register-details
.avh-register-role-fields
.form-group input,

#avh-register-details
.avh-register-role-fields
.form-group textarea,

#avh-register-details
.avh-register-role-fields
.form-group select,

#avh-register-details
.avh-register-role-fields
.form-group .select2-container,

#avh-register-details
.avh-register-role-fields
.field input,

#avh-register-details
.avh-register-role-fields
.field textarea,

#avh-register-details
.avh-register-role-fields
.field select,

#avh-register-details
.avh-register-role-fields
.field .select2-container {
    order: 1;
}


/* ==========================================================
   TEXT INPUTS
   ========================================================== */

#avh-register-details
.avh-register-role-fields
input[type="text"],

#avh-register-details
.avh-register-role-fields
input[type="email"],

#avh-register-details
.avh-register-role-fields
input[type="tel"],

#avh-register-details
.avh-register-role-fields
input[type="url"],

#avh-register-details
.avh-register-role-fields
input[type="number"],

#avh-register-details
.avh-register-role-fields
input[type="date"],

#avh-register-details
.avh-register-role-fields
input[type="password"] {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    height: 48px !important;
    min-height: 48px !important;

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

    border: 1px solid var(--avh-input-border-color) !important;
    border-radius: var(--avh-border-radius) !important;

    background: var(--avh-surface) !important;

    box-shadow: none !important;

    color: var(--avh-heading-color) !important;

    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: normal !important;

    text-align: left !important;

    box-sizing: border-box !important;

    transition:
        border-color var(--avh-transition-fast),
        box-shadow var(--avh-transition-fast);
}


/* ==========================================================
   INPUT FOCUS
   ========================================================== */

#avh-register-details
.avh-register-role-fields
input[type="text"]:focus,

#avh-register-details
.avh-register-role-fields
input[type="email"]:focus,

#avh-register-details
.avh-register-role-fields
input[type="tel"]:focus,

#avh-register-details
.avh-register-role-fields
input[type="url"]:focus,

#avh-register-details
.avh-register-role-fields
input[type="number"]:focus,

#avh-register-details
.avh-register-role-fields
input[type="date"]:focus,

#avh-register-details
.avh-register-role-fields
input[type="password"]:focus {
    border-color: var(--avh-otp-active-color) !important;

    box-shadow:
        0 0 0 3px
        var(--avh-focus-ring) !important;

    outline: none !important;
}


/* ==========================================================
   INPUT PLACEHOLDERS
   ========================================================== */

#avh-register-details
.avh-register-role-fields
input::placeholder {
    color: var(--avh-text-muted) !important;

    opacity: 1;
}


/* ==========================================================
   TEXTAREA
   ========================================================== */

#avh-register-details
.avh-register-role-fields
textarea {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;
    min-height: 100px !important;

    margin: 0 !important;
    padding: 12px 14px !important;

    border: 1px solid var(--avh-input-border-color) !important;
    border-radius: var(--avh-border-radius) !important;

    background: var(--avh-surface) !important;

    box-shadow: none !important;

    color: var(--avh-heading-color) !important;

    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;

    text-align: left !important;

    resize: vertical;

    box-sizing: border-box !important;

    transition:
        border-color var(--avh-transition-fast),
        box-shadow var(--avh-transition-fast);
}

#avh-register-details
.avh-register-role-fields
textarea:focus {
    border-color: var(--avh-otp-active-color) !important;

    box-shadow:
        0 0 0 3px
        var(--avh-focus-ring) !important;

    outline: none !important;
}

#avh-register-details
.avh-register-role-fields
textarea::placeholder {
    color: var(--avh-text-muted) !important;

    opacity: 1;
}


/* ==========================================================
   SELECT FIELDS
   ========================================================== */

#avh-register-details
.avh-register-role-fields
select {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;
    min-height: 48px !important;

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

    border: 1px solid var(--avh-input-border-color) !important;
    border-radius: var(--avh-border-radius) !important;

    background-color: var(--avh-surface) !important;

    box-shadow: none !important;

    color: var(--avh-heading-color) !important;

    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 400 !important;

    box-sizing: border-box !important;
}

#avh-register-details
.avh-register-role-fields
select:focus {
    border-color: var(--avh-otp-active-color) !important;

    box-shadow:
        0 0 0 3px
        var(--avh-focus-ring) !important;

    outline: none !important;
}


/* ==========================================================
   CHECKBOX / RADIO FIELDS GENERATED BY MYLISTING
   ========================================================== */

#avh-register-details
.avh-register-role-fields
input[type="checkbox"],

#avh-register-details
.avh-register-role-fields
input[type="radio"] {
    box-sizing: border-box;

    accent-color: var(--avh-primary-color);
}


/* ==========================================================
   FIELD DESCRIPTION / HELP TEXT
   ========================================================== */

#avh-register-details
.avh-register-role-fields
.field-description,

#avh-register-details
.avh-register-role-fields
.description,

#avh-register-details
.avh-register-role-fields
.help-block {
    display: block;

    margin: 6px 0 0;
    padding: 0;

    color: var(--avh-text-muted);

    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
}


/* ==========================================================
   MYLISTING SELECT2 SUPPORT
   ========================================================== */

#avh-register-details
.avh-register-role-fields
.select2-container {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;
}

#avh-register-details
.avh-register-role-fields
.select2-container
.select2-selection--single {
    display: flex !important;
    align-items: center;

    width: 100% !important;

    height: 48px !important;
    min-height: 48px !important;

    padding: 0 14px !important;

    border: 1px solid var(--avh-input-border-color) !important;
    border-radius: var(--avh-border-radius) !important;

    background: var(--avh-surface) !important;

    box-shadow: none !important;
}

#avh-register-details
.avh-register-role-fields
.select2-container
.select2-selection--single
.select2-selection__rendered {
    width: 100%;

    padding: 0 !important;

    color: var(--avh-heading-color) !important;

    font-size: 14px;

    line-height: 46px !important;
}

#avh-register-details
.avh-register-role-fields
.select2-container
.select2-selection--single
.select2-selection__arrow {
    top: 50% !important;
    right: 10px !important;

    transform: translateY(-50%);
}


/* ==========================================================
   LEGAL AGREEMENT
   ========================================================== */

.avh-register-legal {
    display: block;

    width: 100%;

    margin: 4px 0 16px;
    padding: 0;
}

.avh-register-legal-label {
    position: static !important;

    display: flex !important;
    align-items: flex-start;

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

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

    transform: none !important;

    cursor: pointer;

    box-sizing: border-box;
}

#avh-register-terms {
    position: static !important;

    display: block !important;

    flex: 0 0 18px;

    width: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;

    height: 18px !important;
    min-height: 18px !important;

    margin: 1px 9px 0 0 !important;
    padding: 0 !important;

    border-radius: 4px;

    accent-color: var(--avh-primary-color);

    cursor: pointer;
}

.avh-register-legal-text {
    display: block;

    flex: 1 1 auto;

    min-width: 0;

    margin: 0;
    padding: 0;

    color: var(--avh-text-color);

    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

.avh-register-legal-text a {
    color: var(--avh-primary-color);

    font-weight: 600;

    text-decoration: none;
}

.avh-register-legal-text a:hover,
.avh-register-legal-text a:focus {
    color: var(--avh-primary-color);

    text-decoration: underline;
}


/* ==========================================================
   CREATE ACCOUNT BUTTON
   ========================================================== */

#avh-create-account.avh-create-account-button {
    display: flex !important;
    align-items: center;
    justify-content: center;

    width: 100% !important;
    max-width: 100% !important;

    min-height: 50px !important;

    margin: 0 !important;
    padding: 12px 18px !important;

    border: 0 !important;
    border-radius: var(--avh-border-radius) !important;

    background-color: var(--avh-button-background-color) !important;

    box-shadow: none;

    color: var(--avh-button-text-color) !important;

    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;

    text-align: center;

    cursor: pointer;

    box-sizing: border-box;
}

.avh-create-account-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    width: auto;

    margin: 0;
    padding: 0;
}

.avh-create-account-content .mi {
    flex: 0 0 auto;

    margin: 0;

    color: inherit;

    font-size: 18px;
    line-height: 1;
}


/* ==========================================================
   CREATE ACCOUNT — DISABLED STATE
   ========================================================== */

#avh-create-account:disabled {
    opacity: .65;

    cursor: not-allowed;
}


/* ==========================================================
   PRIVACY REASSURANCE
   ========================================================== */

.avh-register-privacy-note {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 6px;

    width: 100%;

    margin: 10px 0 0;
    padding: 0;

    color: var(--avh-text-muted);

    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;

    text-align: center;
}

.avh-register-privacy-note .mi {
    flex: 0 0 auto;

    margin: 0;

    color: inherit;

    font-size: 15px;
    line-height: 1;
}


/* ==========================================================
   FORM VALIDATION STATES
   ========================================================== */

#avh-register-details
.avh-register-role-fields
input.is-error,

#avh-register-details
.avh-register-role-fields
textarea.is-error,

#avh-register-details
.avh-register-role-fields
select.is-error {
    border-color: var(--avh-error-strong) !important;
}

#avh-register-details
.avh-register-role-fields
input.is-success,

#avh-register-details
.avh-register-role-fields
textarea.is-success,

#avh-register-details
.avh-register-role-fields
select.is-success {
    border-color: var(--avh-success-text) !important;
}


/* ==========================================================
   ERROR MESSAGES
   ========================================================== */

#avh-register-details
.avh-register-error,

#avh-register-details
.field-error,

#avh-register-details
.error-message {
    display: block;

    width: 100%;

    margin: 6px 0 0;
    padding: 0;

    color: var(--avh-error-text);

    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
}


/* ==========================================================
   REGISTRATION DETAILS — LAYOUT SAFETY
   ========================================================== */

#avh-register-details,
#avh-register-details *,
#avh-register-details *::before,
#avh-register-details *::after {
    box-sizing: border-box;
}

#avh-register-details::before,
#avh-register-details::after,
.avh-register-role-fields::before,
.avh-register-role-fields::after {
    content: "";

    display: table;

    clear: both;
}

#avh-register-details
.avh-register-role-fields
.fields-wrapper {
    float: none;

    clear: both;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media screen and (max-width: 1100px) {

    .avh-register-progress {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        justify-content: center !important;
        flex-wrap: nowrap !important;

        width: 100%;

        margin-bottom: 24px;
    }

    .avh-register-progress-step {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;

        flex: 0 0 100px !important;

        width: 100px !important;
        min-width: 0 !important;

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

        text-align: center !important;
    }

    .avh-register-progress-line {
        display: block !important;

        flex: 1 1 auto !important;

        width: auto !important;
        min-width: 25px !important;
        max-width: 120px !important;
        height: 2px !important;

        margin: 16px -34px 0 !important;

        padding: 0 !important;
    }

    .avh-register-intro {
        margin-bottom: 18px;
    }

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

    .avh-register-role-fields
    .fields-wrapper,

    .avh-register-field {
        margin-bottom: 15px;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media screen and (max-width: 768px) {

    #avh-register-details {
        display: block;

        width: 100% !important;
        max-width: 100% !important;

        margin: 0;
        padding: 0;

        overflow: visible;
    }


    /* ------------------------------------------------------
       Registration Progress
       ------------------------------------------------------ */

    .avh-register-progress {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        justify-content: center !important;
        flex-wrap: nowrap !important;

        width: 100% !important;

        margin: 0 0 20px !important;

        padding: 0 !important;
    }

    .avh-register-progress-step {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;

        flex: 0 0 82px !important;

        width: 82px !important;
        min-width: 0 !important;
        max-width: 82px !important;

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

        text-align: center !important;
    }

    .avh-register-progress-circle {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        flex: 0 0 30px !important;

        width: 30px !important;
        min-width: 30px !important;
        max-width: 30px !important;
        height: 30px !important;

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

        border-width: 2px;

        border-radius: 50% !important;

        font-size: 12px;
        line-height: 1;
    }

    .avh-register-progress-circle .mi {
        margin: 0 !important;

        font-size: 16px;
        line-height: 1;
    }

    .avh-register-progress-label {
        display: block !important;

        width: 100% !important;
        max-width: 82px !important;

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

        font-size: 10px !important;
        line-height: 1.25 !important;

        text-align: center !important;

        white-space: normal !important;
    }

    .avh-register-progress-line {
        display: block !important;

        flex: 1 1 auto !important;

        width: auto !important;
        min-width: 12px !important;
        max-width: none !important;
        height: 2px !important;

        margin: 14px -25px 0 !important;

        padding: 0 !important;

        border: 0 !important;

        background: var(--avh-input-border-color);

        box-shadow: none !important;
    }

    .avh-register-progress-line.is-complete {
        background: var(--avh-primary-color);
    }


    /* ------------------------------------------------------
       Verified Phone Card
       ------------------------------------------------------ */

    .avh-register-verified-phone {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;

        gap: 9px;

        width: 100% !important;

        margin: 0 0 17px !important;

        padding: 9px 10px !important;

        border:
            1px solid
            var(--avh-success-border) !important;

        border-radius:
            var(--avh-border-radius) !important;

        background:
            var(--avh-success-background) !important;
    }

    .avh-register-verified-icon {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        flex: 0 0 32px !important;

        width: 32px !important;
        min-width: 32px !important;
        height: 32px !important;

        border-radius: 50% !important;
    }

    .avh-register-verified-icon .mi {
        margin: 0 !important;

        font-size: 17px;
        line-height: 1;
    }

    .avh-register-verified-content {
        display: flex !important;
        flex-direction: column !important;

        flex: 1 1 auto !important;

        gap: 1px;

        min-width: 0;
    }

    .avh-register-verified-label {
        font-size: 10px;
        line-height: 1.3;
    }

    .avh-register-verified-number {
        font-size: 12px;
        line-height: 1.35;
    }

    #avh-register-change-phone,
    .avh-register-change-phone {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;

        flex: 0 0 auto !important;

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

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

        margin: 0 0 0 auto !important;

        padding: 5px 8px !important;

        font-size: 10px !important;
        line-height: 1.3 !important;

        white-space: nowrap !important;
    }


    /* ------------------------------------------------------
       Registration Intro
       ------------------------------------------------------ */

    .avh-register-intro {
        width: 100%;

        margin: 0 0 16px;
        padding: 0;

        text-align: left;
    }

    .avh-register-title {
        margin: 0 0 4px;

        font-size: 20px;
        line-height: 1.25;
    }

    .avh-register-description {
        margin: 0;

        font-size: 12px;
        line-height: 1.45;
    }


    /* ------------------------------------------------------
       Role Selection
       ------------------------------------------------------ */

    .avh-register-role-selection {
        margin-bottom: 15px;
    }

    .avh-register-role-selection
    .choose-role-text {
        margin-bottom: 7px;

        font-size: 12px;
    }

    .avh-register-role-selection
    .role-tabs {
        gap: 8px 14px;
    }

    .avh-register-role-selection
    .md-checkbox label {
        font-size: 12px;
    }


    /* ------------------------------------------------------
       Dynamic MyListing Fields
       ------------------------------------------------------ */

    .avh-register-role-fields {
        width: 100% !important;
        max-width: 100% !important;
    }

    .avh-register-role-fields
    .fields-wrapper,

    .avh-register-field {
        float: none !important;
        clear: both !important;

        width: 100% !important;
        max-width: 100% !important;

        margin: 0 0 12px !important;

        padding: 0 !important;
    }

    #avh-register-details
    .avh-register-role-fields
    .form-group label,

    #avh-register-details
    .avh-register-role-fields
    .field label {
        margin: 0 0 5px !important;

        font-size: 12px !important;

        line-height: 1.35 !important;
    }


    /* ------------------------------------------------------
       Mobile Inputs
       ------------------------------------------------------ */

    #avh-register-details
    .avh-register-role-fields
    input[type="text"],

    #avh-register-details
    .avh-register-role-fields
    input[type="email"],

    #avh-register-details
    .avh-register-role-fields
    input[type="tel"],

    #avh-register-details
    .avh-register-role-fields
    input[type="url"],

    #avh-register-details
    .avh-register-role-fields
    input[type="number"],

    #avh-register-details
    .avh-register-role-fields
    input[type="date"],

    #avh-register-details
    .avh-register-role-fields
    input[type="password"] {
        width: 100% !important;

        height: 44px !important;
        min-height: 44px !important;

        padding: 0 11px !important;

        font-size: 13px !important;
    }


    /* ------------------------------------------------------
       Mobile Textarea
       ------------------------------------------------------ */

    #avh-register-details
    .avh-register-role-fields
    textarea {
        width: 100% !important;

        min-height: 82px !important;

        padding: 9px 11px !important;

        font-size: 13px !important;
    }


    /* ------------------------------------------------------
       Mobile Select
       ------------------------------------------------------ */

    #avh-register-details
    .avh-register-role-fields
    select {
        width: 100% !important;

        min-height: 44px !important;

        padding: 0 11px !important;

        font-size: 13px !important;
    }


    /* ------------------------------------------------------
       Mobile Select2
       ------------------------------------------------------ */

    #avh-register-details
    .avh-register-role-fields
    .select2-container
    .select2-selection--single {
        height: 44px !important;
        min-height: 44px !important;

        padding: 0 11px !important;
    }

    #avh-register-details
    .avh-register-role-fields
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
        font-size: 13px !important;

        line-height: 42px !important;
    }


    /* ------------------------------------------------------
       Legal Agreement
       ------------------------------------------------------ */

    .avh-register-legal {
        margin: 2px 0 12px;
    }

    .avh-register-legal-label {
        display: flex !important;
        align-items: flex-start !important;
    }

    #avh-register-terms {
        flex: 0 0 16px !important;

        width: 16px !important;
        min-width: 16px !important;
        max-width: 16px !important;

        height: 16px !important;
        min-height: 16px !important;

        margin: 2px 7px 0 0 !important;
    }

    .avh-register-legal-text {
        font-size: 11px;

        line-height: 1.4;
    }


    /* ------------------------------------------------------
       Create Account Button
       ------------------------------------------------------ */

    #avh-create-account.avh-create-account-button {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 100% !important;

        min-height: 46px !important;

        padding: 10px 14px !important;

        font-size: 13px !important;
    }

    .avh-create-account-content {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;

        gap: 6px;

        width: auto !important;

        margin: 0 auto !important;
    }

    .avh-create-account-content .mi {
        position: static !important;

        display: inline-block !important;

        margin: 0 !important;

        font-size: 16px !important;
        line-height: 1 !important;

        transform: none !important;
    }


    /* ------------------------------------------------------
       Privacy Reassurance
       ------------------------------------------------------ */

    .avh-register-privacy-note {
        gap: 5px;

        margin-top: 7px;

        font-size: 10px;

        line-height: 1.35;
    }

    .avh-register-privacy-note .mi {
        font-size: 13px;
    }

}


/* ==========================================================
   SMALL MOBILE
   ========================================================== */

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

    .avh-register-progress {
        margin-bottom: 18px !important;
    }

    .avh-register-progress-step {
        flex: 0 0 72px !important;

        width: 72px !important;
        max-width: 72px !important;
    }

    .avh-register-progress-circle {
        flex: 0 0 28px !important;

        width: 28px !important;
        min-width: 28px !important;
        max-width: 28px !important;
        height: 28px !important;
    }

    .avh-register-progress-circle .mi {
        font-size: 15px;
    }

    .avh-register-progress-label {
        max-width: 72px !important;

        font-size: 9px !important;
    }

    .avh-register-progress-line {
        min-width: 8px !important;

        margin: 13px -21px 0 !important;
    }

    .avh-register-verified-phone {
        gap: 7px;

        padding: 8px 9px !important;
    }

    .avh-register-verified-icon {
        flex: 0 0 30px !important;

        width: 30px !important;
        min-width: 30px !important;
        height: 30px !important;
    }

    .avh-register-verified-icon .mi {
        font-size: 16px;
    }

    .avh-register-verified-label {
        font-size: 9px;
    }

    .avh-register-verified-number {
        font-size: 11px;
    }

    #avh-register-change-phone,
    .avh-register-change-phone {
        padding: 5px 7px !important;

        font-size: 9px !important;
    }

    .avh-register-title {
        font-size: 19px;
    }

    .avh-register-description {
        font-size: 11px;
    }

}


/* ==========================================================
   VERY SMALL MOBILE
   ========================================================== */

@media screen and (max-width: 360px) {

    .avh-register-progress-step {
        flex: 0 0 65px !important;

        width: 65px !important;
        max-width: 65px !important;
    }

    .avh-register-progress-label {
        max-width: 65px !important;

        font-size: 8px !important;
    }

    .avh-register-progress-line {
        margin: 13px -18px 0 !important;
    }

    .avh-register-verified-phone {
        gap: 6px;
    }

    .avh-register-verified-icon {
        flex: 0 0 28px !important;

        width: 28px !important;
        min-width: 28px !important;
        height: 28px !important;
    }

    .avh-register-verified-number {
        font-size: 10px;
    }

    #avh-register-change-phone,
    .avh-register-change-phone {
        padding: 4px 6px !important;
    }

}


/* ==========================================================
   ACCOUNT PHONE — RESPONSIVE
   ========================================================== */

@media screen and (max-width: 768px) {

    .avh-account-current-card {
        gap: 10px;

        min-height: 44px;

        padding: 8px 10px;
    }

    .avh-account-current-info {
        gap: 6px;
    }

    .avh-account-phone-number {
        font-size: 13px;
    }

    .avh-account-phone-status {
        padding: 2px 6px;

        font-size: 10px;
    }

    .avh-account-text-action {
        font-size: 10px !important;
    }

    .avh-account-phone-helper,
    .avh-account-otp-description {
        margin-bottom: 8px;

        font-size: 10px;
    }

    .avh-account-new-phone-row {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;

        gap: 8px !important;

        width: 100% !important;
    }

    .avh-account-new-phone-field {
        display: flex !important;
        align-items: center !important;

        flex: 1 1 0 !important;

        width: 0 !important;
        min-width: 0 !important;
        height: 44px !important;
    }

    .avh-account-country-code {
        flex: 0 0 auto !important;

        min-width: 64px;

        padding: 0 8px;

        font-size: 12px;
    }

    #avh-account-new-phone.avh-account-new-phone-input {
        display: block !important;

        flex: 1 1 0 !important;

        width: 0 !important;
        min-width: 0 !important;
        height: 42px !important;

        padding: 0 9px !important;

        font-size: 13px !important;
    }

    #avh-account-send-otp {
        flex: 0 0 auto !important;

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

        white-space: nowrap !important;
    }

    .avh-account-verify-row {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;

        gap: 8px !important;

        width: 100% !important;
    }

    .avh-account-otp-boxes {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;

        gap: 5px !important;

        flex: 0 0 auto !important;

        width: auto !important;
        min-width: 0 !important;
    }

    .avh-account-otp-digit {
        flex: 0 0 36px !important;

        width: 36px !important;
        min-width: 36px !important;
        max-width: 36px !important;

        height: 42px !important;
        min-height: 42px !important;
        max-height: 42px !important;

        padding: 0 !important;

        font-size: 16px !important;
        line-height: 42px !important;

        box-sizing: border-box !important;
    }

    #avh-account-verify-phone {
        flex: 0 0 auto !important;

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

        white-space: nowrap !important;
    }

}


/* ==========================================================
   NARROW MOBILE — ACCOUNT PHONE
   ========================================================== */

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

    .avh-account-new-phone-row {
        flex-wrap: wrap !important;

        gap: 8px !important;
    }

    .avh-account-new-phone-field {
        flex: 0 0 100% !important;

        width: 100% !important;
        min-width: 100% !important;
    }

    #avh-account-new-phone.avh-account-new-phone-input {
        flex: 1 1 auto !important;

        width: auto !important;
        min-width: 0 !important;
    }

    #avh-account-send-otp {
        margin-left: auto !important;
    }

    .avh-account-verify-row {
        flex-wrap: wrap !important;
        align-items: center !important;

        gap: 8px !important;
    }

    .avh-account-otp-boxes {
        flex: 0 0 auto !important;
        flex-wrap: nowrap !important;

        gap: 5px !important;
    }

    .avh-account-otp-digit {
        flex: 0 0 36px !important;

        width: 36px !important;
        min-width: 36px !important;
        max-width: 36px !important;

        height: 42px !important;
        min-height: 42px !important;
        max-height: 42px !important;
    }

    #avh-account-verify-phone {
        flex: 0 0 auto !important;

        width: auto !important;
    }

}


/* ==========================================================
   VERY NARROW MOBILE — ACCOUNT PHONE
   ========================================================== */

@media screen and (max-width: 380px) {

    .avh-account-country-code {
        min-width: 58px !important;

        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    #avh-account-new-phone.avh-account-new-phone-input {
        padding-left: 8px !important;
        padding-right: 8px !important;

        font-size: 13px !important;
    }

    #avh-account-new-phone.avh-account-new-phone-input::placeholder {
        font-size: 12px !important;
    }

    .avh-account-otp-boxes {
        gap: 4px !important;
    }

    .avh-account-otp-digit {
        flex-basis: 34px !important;

        width: 34px !important;
        min-width: 34px !important;
        max-width: 34px !important;

        height: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;

        line-height: 40px !important;
    }

}


/* ==========================================================
   FINAL MYLISTING CONFLICT OVERRIDES
   ========================================================== */


/* ----------------------------------------------------------
   Prevent Theme From Stacking Progress Children
   ---------------------------------------------------------- */

#avh-register-details
.avh-register-progress {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    flex-wrap: nowrap !important;
}

#avh-register-details
.avh-register-progress-step {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;

    float: none !important;
}

#avh-register-details
.avh-register-progress-line {
    display: block !important;

    float: none !important;
}


/* ----------------------------------------------------------
   Prevent Theme From Removing Progress Circles
   ---------------------------------------------------------- */

#avh-register-details
.avh-register-progress-circle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-style: solid !important;

    border-radius: 50% !important;

    box-sizing: border-box !important;
}


/* ----------------------------------------------------------
   Force Completed / Active Progress Appearance
   ---------------------------------------------------------- */

#avh-register-details
.avh-register-progress-step.is-complete
.avh-register-progress-circle {
    border-color: var(--avh-primary-color) !important;

    background: var(--avh-primary-color) !important;

    color: var(--avh-button-text-color) !important;
}

#avh-register-details
.avh-register-progress-step.is-active
.avh-register-progress-circle {
    border-color: var(--avh-primary-color) !important;

    background: var(--avh-surface) !important;

    color: var(--avh-primary-color) !important;
}


/* ----------------------------------------------------------
   Force Verified Phone Card Layout
   ---------------------------------------------------------- */

#avh-register-details
.avh-register-verified-phone {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;

    float: none !important;

    width: 100% !important;

    box-sizing: border-box !important;
}

#avh-register-details
.avh-register-verified-content {
    display: flex !important;
    flex-direction: column !important;

    min-width: 0 !important;
}


/* ----------------------------------------------------------
   Prevent Theme From Making Change Button Full Width
   ---------------------------------------------------------- */

#avh-register-details
#avh-register-change-phone {
    flex: 0 0 auto !important;

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

    margin-left: auto !important;
}


/* ----------------------------------------------------------
   Keep Dynamic Fields Inside Authentication Panel
   ---------------------------------------------------------- */

#avh-register-details
.avh-register-role-fields,

#avh-register-details
.avh-register-role-fields
.fields-wrapper,

#avh-register-details
.avh-register-role-fields
.form-group {
    max-width: 100% !important;

    box-sizing: border-box !important;
}


/* ----------------------------------------------------------
   Remove Theme Floats From Registration Fields
   ---------------------------------------------------------- */

#avh-register-details
.avh-register-role-fields
.fields-wrapper,

#avh-register-details
.avh-register-role-fields
.form-group {
    float: none !important;
}


/* ----------------------------------------------------------
   Prevent Horizontal Overflow
   ---------------------------------------------------------- */

#avh-register-details {
    overflow-x: hidden;
}


/* ==========================================================
   END
   AVH AUTH
   MyListing Authentication — Registration & Account Details
   ========================================================== */