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

.create-profile-form-wrapper {
    order: 1;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    width: 760px;
}

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

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

    .partner-code .partner-code-with-padding {
        padding-top: 15px !important;
    }
}

.partner-code-with-padding {
    padding-top: 25px !important;
}

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

#referralCode input[readonly] {
	background-color: #f5f5f5 !important;
    color: #9199a8 !important;
    cursor: auto;
}

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