:root {
    --step-circle-border-color: #889aa5;
    --step-circle-line-after-color: #677e8c;

    --step-circle-active-color: #45ace5;

    --step-title-color: var(--common-light-gray-color);

    --step-circle-last-color: #ffb778;
}

.registration-steps-wrapper,
.registration-footer-wrapper {
    width: 1226px;
    margin: 0 auto;
}

.additional-notes {
    margin-top: 10px;
}

.step__bar__label {
    color: #000000;
}

.registration-header .registration-steps-wrapper,
.footer .registration-footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: inherit;
}

.registration-header .registration-steps-wrapper {
    margin-bottom: 6px;
}

.registration-wrapper {
    width: 1226px;
    margin: 0 auto;
    height: calc(100vh - 159px);
}

/*#region Header*/

.registration-header {
    display: block;
    width: 100%;
    height: 90px;
    background-color: var(--header-color);
    box-shadow: 0 2px 4px 0 var(--header-shadow-color);
    position: relative;
    z-index: 1;
}

.registration-header-mobile {
    display: none;
    z-index: 1;
}


.header-logo-mobile {
    background-image: url(../images/svg/logo.svg);
}


.header__stepper {
    display: flex;
}

.step-name-mobile-wrapper {
    margin-right: 10px;
}

.header__logo-title {
    font-size: var(--content-large-font-size);
    font-weight: var(--bold-font-weight);
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--header-links-color);
    margin-top: 6px;
}

.step-wrapper {
    min-width: 125px;
}

.step-wrapper .step {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 3px;
}

.step-wrapper .step__circle {
    width: 21px;
    height: 21px;
    border: solid 1px var(--step-circle-border-color);
    border-radius: 50%;
    margin-bottom: 4px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--step-circle-border-color);
}

.step-wrapper:first-child .step:before,
.step-wrapper:last-child .step:after {
    width: 0;
}

.step-wrapper .step:after {
    content: '';
    height: 1px;
    width: 50%;
    background-color: var(--step-circle-line-after-color);
    position: absolute;
    top: 11px;
    left: calc(50% + 11px);
}

.step-wrapper .step:before {
    content: '';
    height: 1px;
    width: 50%;
    background-color: var(--step-circle-line-after-color);
    position: absolute;
    top: 11px;
    right: calc(50% + 11px);
}

.step-wrapper .step__circle.active {
    width: 20px;
    height: 19px;
    border: solid 2px var(--step-circle-active-color);
    color: var(--step-circle-active-color);
}

.step-wrapper .step__circle.active:after {
    left: 20px;
    width: 100px;
}

.step-wrapper .step__circle.passed {
    display: flex;
    border: solid 1px var(--step-circle-line-after-color);
}

.step-wrapper .step__circle.passed .check-mark {
    margin: auto;
}

.step-wrapper .step__title {
    white-space: pre;
    font-size: var(--content-normal-font-size);
    font-weight: var(--normal-font-weight);
    color: var(--step-title-color);
}

.step-wrapper .step__title.active {
    font-size: var(--content-normal-font-size);
    font-weight: var(--bold-font-weight);
    color: var(--step-circle-active-color);
}

.step-wrapper.last-step {
    margin-right: -66px;
}

.step-wrapper.last-step .step__circle {
    border: solid 1px var(--step-circle-last-color);
    color: var(--step-circle-last-color);
}

.step-wrapper.last-step .step__title {
    color: var(--step-circle-last-color);
}

/*endregion*/

.create-profile-wrapper {
    display: flex;
    height: 100%;
    background-color: var(--body-background-color);
    padding-left: 10px;
    padding-right: 10px;
}

.create-profile-wrapper .create-profile-left-side .membership__image {
    background-repeat: no-repeat;
    background-image: url(../images/jpg/create-profile-image.jpg);
}

.create-profile-wrapper .create-profile-left-side .membership__image {
    display: block;
    width: 310px;
    height: 340px;
    margin-right: 111px;
    object-fit: cover;
    border-radius: var(--image-border-radius);
    margin-top: 24px;
    padding: 14px 18px;
    box-sizing: border-box;
}

.create-profile-wrapper .create-profile-left-side .membership__title {
    text-shadow: 0 2px 4px var(--body-text-shadow-color);
    font-size: var(--content-xlarge-font-size);
    color: #ffffff;
    font-weight: var(--bold-font-weight);
}

.create-profile-form-wrapper {
    width: 640px;
    font-size: var(--content-normal-font-size);
}

.create-profile-form-title {
    font-size: var(--content-large-font-size);
    font-weight: var(--bold-font-weight);
    margin-top: 24px;
    margin-bottom: 16px;
    display: inline-block;
}

.create-profile-form-label {
    margin-bottom: 16px;
}

.create-profile-form-subtitle {
    font-size: var(--content-large-font-size);
    font-weight: var(--bold-font-weight);
    margin-top: 16px;
}

.create-profile-form-wrapper .sign-in-link {
    font-size: var(--content-large-font-size);
    font-weight: var(--bold-font-weight);
    color: var(--body-link-text-color);
}

.create-profile-form-wrapper .no-underline {
    text-decoration: none;
}
.partner-code-wrapper {
    height: 50px;
}

.create-profile-form-captcha.g-recaptcha {
    margin-top: 23px;
}

.create-profile-form-captcha {
    margin-top: 23px;
    display: inline-block;
    position: relative;
}


.create-profile-form-captcha.invalid:after {
    pointer-events: none;
    font-weight: bold;
    background-color: #d9534f;
    color: #fff;
    content: '!';
    position: absolute;
    bottom: -25px;
    left: 0;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 13px;
}

.create-profile-form-captcha.invalid:before {
    color: #d9534f;
    content: attr(error-text);
    position: absolute;
    bottom: -24px;
    left: 22px;
    margin-top: -9px;
    width: max-content;
    text-align: center;
    line-height: 18px;
}

.create-profile-form-wrapper .password-requirements {
    font-size: var(--content-small-font-size);
    color: var(--password-requirement-color);
}

#viewPasswordIcon,
#viewConfirmPasswordIcon {
    right: 12px;
}

#viewSSNIcon {
    position: absolute;
    right: 12px;
    bottom: 10px;
    border: none;
    background-color: var(--input-icon-background-color);
}

#viewSSNIcon img {
    width: 24px;
    height: 24px;
}

#viewSSNIcon .dx-button-content {
    padding: 5px 10px;
}

.email_wrapper .dx-texteditor.dx-invalid .dx-texteditor-input-container::after {
    right: 4px;
}

.dx-item .email_wrapper .dx-field-item-content .dx-textbox .dx-texteditor-input-container .dx-texteditor-input,
.dx-item .email_wrapper .dx-field-item-content .dx-textbox.dx-invalid .dx-texteditor-input-container .dx-texteditor-input{
    padding: var(--input-padding);
}

/*#region Footer*/
.footer {
    width: 100%;
    height: 69px;
    position: fixed;
    background-color: var(--footer-color);
    box-shadow: 0 -2px 4px 0 var(--footer-shadow-color);
    bottom: 0;
    left: 0;
    z-index: 1;
}

    .footer .registration-button {
        width: 120px;
        height: var(--button-height);
        border-radius: var(--button-border-radius);
        font-size: var(--content-normal-font-size);
        font-weight: var(--bold-font-weight);
        text-align: center;
        outline: none;
        border: none;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        align-self: center;
    }

.footer .registration-button.cancel {
    background-color: var(--button-color);
    color: var(--button-text-color);
    margin-right: 17px;
}

.footer .registration-button.next {
    background-color: var(--button-color);
    color: var(--button-text-color);
    cursor: pointer;
}

.footer .button-mobile {
    display: none;
}

/*endregion*/

.captcha-error-wrapper {
    color: #d9534f;
}

.captcha-error-wrapper p {
    padding-top: 20px;
}

.membership-sub-type-group {
    margin-left: 32px;
}

.ssn-details-group-header,
.ssn-details-group {
    margin-left: 33px;
}

.dx-radio-value-container {
    vertical-align: top;
}

.password-requirement {
    color: var(--password-requirement-color);
    margin-left: 13px;
    position: relative;
}

.password-requirement.valid {
    color: var(--password-requirement-valid-color);
}

.password-requirement::before {
    content: "";
    width: 10px;
    height: 10px;
    left: -13px;
    top: 3px;
    position: absolute;
    background-image: url(../images/svg/disable-circle-grey.svg);
}

.password-requirement.valid::before {
    content: "";
    width: 10px;
    height: 10px;
    left: -13px;
    top: 3px;
    position: absolute;
    background-image: url(../images/svg/checkbox-green.svg);
}

button.register-error-popup-close span, button.register-info-popup-close span {
    font-size: 19px;
    font-weight: var(--bold-font-weight);
}

button.register-error-popup-close, button.register-info-popup-close {
    position: absolute;
    right: 10px;
    top: 5px;
    outline: none;
    background-color: transparent;
    border: none;
}

#general-membership-type-radio > div.dx-widget.dx-collection > .dx-item.dx-radiobutton {
    margin-bottom: 5px;
}

#guardian-membership-note, #group-membership-note {
    color: var(--common-light-gray-color);
    display: block;
    font-size: var(--content-small-font-size);
}

.guardian-info, .group-info {
    content: url(../images/svg/information.svg);
    display: inline-block;
    position: relative;
    top: 3px;
}

#individual-membership-type-radio {
    padding-top: 3px;
}

#div-with-individual-membership-type-radio {
    display: none;
}

.cancel-button-and-support-phone-number {
    display: flex;
}
.support-phone-href {
    display: flex;
    text-decoration:none;
}

.support-phone-number {
    padding-top: 2px;
    margin-left: 5px;
    font-size: 15px;
    color: var(--button-text-color);
    font-weight: 600;
    display: none;
}

.support-phone-image {
    width: 19px;
    display: none;
}

.support-phone-number-container {
    display: flex;
    justify-content:center;
    align-content: center;
    flex-direction: column;
}

.dx-list-item-content {
    text-align: left;
}

.mailingAddress-title-template {
    font-size: var(--content-large-font-size);
    font-weight: var(--bold-font-weight);
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.formAddressSubHeader {
    padding-top: 20px !important;
}

.password-requirement-template {
    margin-top: -15px;
}
.registration-wrapper .dx-dropdowneditor-button {
    height: 107%;
}

.registration-wrapper .dx-dropdowneditor-icon {
    width: 35px;
    border-radius: 7px;
}

.registration-wrapper .dx-dropdowneditor-icon::before {
    color: #b9c2cd;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-variant-alternates: normal;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 18px;
    line-height: 18px;
    font-family: DXIcons;
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    top: 50%;
    margin-top: -9px;
    left: 50%;
    margin-left: -9px;
    border: unset;
    -webkit-transform: unset;
    padding: unset;
}

.formDisclosureSubHeader {
    margin-top: -10px;
    margin-bottom: 10px;
    text-align: justify;
}

    .formDisclosureSubHeader .dx-invalid-message {
        height: 0px !important;
    }

    .formDisclosureSubHeader .dx-checkbox-container .dx-checkbox-text {
        font-weight: 600;
    }

.dx-checkbox-checked .dx-checkbox-icon {
    color: #fff;
    background: var(--checkbox-primary-bg, var(--color-primary, #256496));
}

.dx-checkbox-text {
    padding-left: 34px;
}

.dx-texteditor.dx-state-disabled, .dx-texteditor.dx-state-disabled .dx-texteditor-input {
    background-color: #f5f5f5 !important;
    color: #9199a8 !important;
    cursor: default;
}

.next-disabled {
    background: #d8e0e5 !important;
    color: #959494 !important;
    cursor: not-allowed !important;
}

.senior-btn {
    display: none;
    margin-bottom: 10px;
    text-align: justify;
}