﻿:root {
    /*colors*/
    --white-color: #ffffff;
    --light-gray-color: #9199a8;
    --layout-blue-color: #1b3764;

    /*fonts*/
    --bold-font-weight: 600;

    /*header*/
    --header-color: var(--layout-blue-color);
    --header-links-color: #ffffff;
    --step-circle-last-color: #889aa5;

    /*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: #80D690;
}

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