﻿: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;
}

.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-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;
}

#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 {
        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;
    }
}

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

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

.create-profile-form-subtitle
{
    font-size: var(--content-large-font-size);
    font-weight: var(--bold-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 {
    margin-top: 18px;
}

    .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: #d8e0e5 !important;
    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;
}