:root {
  /*header*/
  --header-color: #5150AA;
  --header-links-color: #ffffff;
  
  /*footer*/
  --footer-color: #5150AA;
    
  --step-circle-active-color: #FFFFFF;
  --step-circle-last-color: #9199a8;
  --step-title-font-size: 13px;
}

.headerLogo {
  background-image: url(../images/svg/logo-white.svg);
  width: 200px !important;
}
.header__logo-title {
    display: none !important;
}

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

.step__bar__label {
    color: #ffffff;
}

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

.footer .button-mobile.cancel,
.footer .registration-button.cancel {
    background-color: #d8e0e5;
    color: #3b3b3b;
}

.footer .button-mobile.next,
.footer .registration-button.next {
    background-color: #FEE100;
    color: #2D2970;
    width: 140px;
}

.step-wrapper {
    min-width: 130px !important;
}
.step-wrapper .step__circle.active {
    z-index: 100 !important;
}

.step-wrapper .step__circle {
    width: 21px !important;
    height: 21px !important;
    line-height: 21px !important;
}

.step .step__title  {
	font-size: var(--step-title-font-size) !important;
}

.create-profile-wrapper .create-profile-left-side .membership__image {
    background-repeat: no-repeat;
    background-image: url(../images/png/create-profile-img.png);
    width: 360px;
    height: 530px;
    margin-right: 10px;
	margin-top: 31px;
}

.create-profile-form-wrapper {
    order: 1;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    width: 797px;
	padding: 0px 9px 0px 13px;
}

.create-profile-left-side {
    order: 2;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
}

.create-profile-wrapper {
    padding-left: 0;
    padding-right: 0;
    justify-content: space-between;
}

.dx-popup-title {
	background-color: #2D2970; 
    position: relative;
	color: #ffffff;            
    text-align: center;
    padding: 6px 20px;
    min-height: 28px;
    border-bottom: 1px solid #ddd;
	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;
}

#register-error-pin-dashboard-btn {
    background-color: #2D2970;
    color: #fff;
    width: 220px;
    padding: 9px;
}

.register-error-popup-close {
    top: 0px !important;
    color: #ffffff;
    cursor: pointer;
}

.dx-popup-closebutton:hover {
    cursor: pointer; 
	}
	
.dx-popup-content	{
	padding-top: 0px !important;
	padding-bottom: 0px;
	margin-top: -5px;
}

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

.dx-popup-content #register-error-message-text.popup-left-aligned,
.dx-popup-content #register-error-message-text.popup-left-aligned p {
    text-align: left;
}

.dx-popup-content #register-error-message-text.popup-left-aligned ul li:before {
    width: 16px;
}

.dx-popup-content #register-error-message-text.popup-left-aligned ul li span {
    margin-left: 16px;
}

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

.migrate-error-popup-close, .migrate-info-popup-close
 {
    position: absolute;
    right: -1px;
    top: -3px;
    outline: none;
    background-color: transparent;
    border: none;
	color: #ffffff;
	font-size: x-large;
}

    .migrate-error-popup-close:hover, .migrate-info-popup-close:hover, .pin-code-info-icon:hover {
        cursor: pointer;
    }

@media screen and (max-width: 1292px) {
    .create-profile-form-wrapper {
        margin-left: 40px;
        margin-right: 40px;
    }

    .create-profile-wrapper .create-profile-left-side .membership__image {
        width: 260px !important;
        height: 430px  !important;
    }

    #footer .registration-button.next,
    #footer .button-mobile.next {
        width: 140px;
        white-space: nowrap;
    }
}

.migrate-list {
    margin: 0px 0px 0px 16px;
	padding: 0px;
	text-align: justify;
}
p{
	text-align: justify;
}

.create-profile-form-title {
    font-size: var(--content-xxlarge-font-size);
    font-weight: 500;
    margin-bottom: 0px;
    display: inline-block;
    color: #333333;
    margin-top: 18px;
}

.create-profile-form-subtitle
{
    font-size: var(--content-normal-font-sizee);
    font-weight: var(--normal-font-weight);
    margin-top: 20px;
    margin-bottom: 0px;
    display: inline-block;
	color: #333333
}

b {
	font-weight: 600;
    font-size: var(--content-large-font-size);
    font-weight: var(--bold-font-weight);
    margin-top: 11px;
    margin-bottom: 0px;
    display: inline-block;
}

ol li{
    font-weight: 600;
	margin-bottom: 7px;
}

ol li span {
    display: block;
    margin-left: 2px;
    font-weight: 400;
}

ul {
	list-style: none;
    padding: 0px 0px 0px 0px;
    margin-top: 7px;
    margin-bottom: -3px;
}

ul li:before {
    content: "•";
    display: block;
    float: left;
    width: 12px;
}

ul li span {
    display: block;
    margin-left: -7px;
    font-weight: 400;
	margin-bottom: 0px;
}

.dx-field-item-label-text 
{
    color: #9199a8;
}

.create-profile-form-label 
{
	margin-bottom: 0px;
	margin-top: -2px;
}

.last-paragraph
{
  margin-bottom: 0px;
}

a.contact-phone {
    cursor: pointer;
    text-decoration: none;
    color: #2D2970;
    font-weight: 600;
}

a.font-style-medium-blue-b{
	cursor: pointer;
}

#resetButton {
    display: none;
    margin-top: -10px;
    margin-bottom: 10px
}

.validate_button_wrapper .dx-button {
        background-color: var(--color-primary, #2D2970);
        border: none;
        border-radius: var(--button-border-radius, 8);
    }

        .validate_button_wrapper .dx-button.dx-state-hover, .validate_button_wrapper .dx-button.dx-state-active, .validate_button_wrapper .dx-button.dx-state-focused {
            background-color: var(--color-primary, #2D2970);
        }

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

.dx-radiobutton-icon-checked .dx-radiobutton-icon-dot, .dx-checkbox.dx-checkbox-checked .dx-checkbox-icon {
    background-color: var(--color-primary, #2D2970);
}

.dx-texteditor-input {
    background: transparent
}

.next-disabled {
    background: #FEE100 !important;
    opacity:0.5;
    color: #3b3b3b !important;
    cursor: not-allowed !important;
}

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

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

/* PIN tooltip icon */
.pin-code-info-icon {
    content: url(../images/svg/information.svg);
    display: inline-block;
    position: relative;
    top: 3px;
}

#pin-code-note {
    color: var(--common-light-gray-color);
    display: block;
    font-size: var(--content-small-font-size);
    margin: 10px auto;
}

/* Email field */
.email_wrapper .dx-texteditor {
    width: 100%;
}

/* Dashboard button in PIN error popup */
.pin-dashboard-btn {
    display: inline-block;
    margin-top: 8px;
}

/* Form section headers (Validate membership / Create REDEEM account) */
.migration-section-header {
    margin-top: 20px;
    margin-bottom: 8px;
}

.migration-section-title {
    font-size: var(--content-large-font-size);
    font-weight: var(--bold-font-weight);
    color: #333333;
    margin-bottom: 4px;
}

.migration-section-description {
    color: #333333;
    font-size: var(--content-large-font-size);
}

.pin_code_wrapper {
    padding-top: 0 !important;
}

.membership_number_wrapper, .last_name_wrapper {
    padding-top: 11px !important;
}

.validate_button_wrapper {
    padding-top: 18px !important;
}

.dx-layout-manager .dx-field-item:not(.dx-first-col) {
    padding-left: 0 !important;
}

@media screen and (max-width: 1018px) {
    .create-profile-wrapper .create-profile-left-side {
        display: none;
    }
}