﻿:root {
    /*colors*/
    --white-color: #ffffff;
    --light-gray-color: #9199a8;
    --layout-blue-color: #1b3764;
    /*fonts*/
    --bold-font-weight: 600;
    --text-color:#333;
    /*header*/
    --header-color: var(--layout-blue-color);
    --header-links-color: #ffffff;
    --step-circle-last-color: #889aa5;
    --step-circle-border-color: var(--white-color);
    --step-circle-line-after-color: var(--white-color);
    --step-title-color: var(--white-color);
    --step-circle-last-color: var(--white-color);
    --button-text-color: #ffffff;
    /*buttons*/
    --button-border-radius: 8px;
    --cancel-button-bg-color: #d8e0e5;
    --cancel-button-text-color: #3b3b3b;
    /*footer*/
    --footer-color: var(--layout-blue-color);
}

.headerLogo {
    background-image: url(../images/svg/logo-white.svg);
    height: 40px;
}

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

.step__bar__label {
    color: var(--white-color);
}

.create-profile-wrapper .create-profile-left-side .membership__title {
    display: none;
}

.create-profile-wrapper .create-profile-left-side .membership__image {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/jpg/create-profile-image.jpg);
    width: 260px;
    height: 320px;
}

.dx-field-item-label-content .dx-field-item-label-text {
    color: var(--light-gray-color);
}

.footer .registration-button.cancel {
    background-color: var(--cancel-button-bg-color);
    color: var(--cancel-button-text-color);
    font-weight: var(--bold-font-weight);
}

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

.support-phone-number, .support-phone-image {
    display: unset;
}

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

.footer .registration-button.next {
    background-color: #49916a;
}

#partnerCode input[readonly] {
    color: #888 !important;
    cursor: auto;
}

.dx-popup-title

{
    border: none;
    background-color: #F5F5F5;
    position: relative;
    color: #000000;
    text-align: center;
    padding: 6px 20px;
    min-height: 28px;
    font-weight: 600;
}

.dx-popup-closebutton {
    display: block;
    width: 120px;
    height: 36px;
    margin: auto;
    border: none;
    border-radius: 8px;
    background-color: #d8e0e5;
    padding: 0;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    color: #000000;
}

    .dx-popup-closebutton:hover {
        cursor: pointer;
    }

.register-error-popup-close {
    top: 3px !important;
    color: #91989c;
    cursor: pointer;
}

.dx-popup-content {
    padding-top: 5px;
    padding-bottom: 0px;
}

    .dx-popup-content p {
        text-align: center;
    }

#custom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0,0%,100%,.8);
    z-index: 999;
}

.resume-saved-application-wrapper {
    display: flex;
    justify-content: flex-end;
}

.resume-saved-application-href {
    display: flex;
    text-decoration: none;
    max-width: 300px;
    width: auto;
}

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

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

.resume-saved-application {
    font-size: 15px;
    color: var(--button-text-color);
    margin-right: 15px;
    white-space: normal;
    flex-wrap: wrap;
    word-break: break-word;
    text-align: right;
    font-weight: var(--bold-font-weight);
}

.resume-saved-application-container {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

@media (max-width: 768px) {
    .resume-saved-application-wrapper {
        justify-content: end;
        display: contents;
    }

    .resume-saved-application {
        font-size: 15px;
    }
}

.create-profile-form-introtext {
    font-size: var(--content-large-font-size);
    margin-top: 24px;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 25px;
    font-weight: var(--bold-font-weight);
}

.create-profile-form-guide-list {
    margin: 0;
    margin-bottom: 16px;
}

ol.create-profile-form-guide-list li {
    margin-left: -2em;
}

    ol.create-profile-form-guide-list li span {
        font-family: var( --common-font-family) !important;
    }

.additional-notes {
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--text-color);
}

.text-style {
    color: var(--text-color);
}

.cancel-button-and-support-phone-number {
    display: flex;
}

.partner-code-with-padding {
    padding-top: 29px !important;
}
.mailingAddress-title-template {
    color: var(--text-color);
}
