﻿.form
{
    display: flex;
    justify-content: center;
    margin: 10px;
    max-height: 98vh;
    max-height: 98dvh;
    position: relative;
    --invalid-border: #ec3c3c;
}
.form:before
{
    background: var(--form-wrapper-bg);
    background-repeat: no-repeat;
    bottom: -1%;
    content: "";
    height: 104%;
    left: -1%;
    position: absolute;
    right: -1%;
    top: -1%;
    width: 104%;
    z-index: -1;
}
.form .form-text
{
    text-transform: uppercase;
}
.form-logo
{
    display: block;
    height: 28px;
    margin-bottom: 24px;
    margin-left: -24px;
    width: 114px;
}
.form-inner
{
    background: var(--form-background);
    border: var(--form-border);
    border-radius: var(--form-borderradius);
    box-shadow: var(--form-boxshadow);
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    font-family: var(--popup-font-family);
    gap: 10px;
    max-width: var(--form-max-width);
    min-height: 612px;
    overflow: auto;
    padding: var(--form-padding);
    width: 100%;
    --checkbox-size: 17px;
    position: relative;
    text-shadow: var(--form-text-shadow);
}
.form-bg
{
    height: 100%;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.form-inner::-webkit-scrollbar
{
    width: 8px;
}
.form-inner::-webkit-scrollbar-track
{
    background-color: 8px;
    border: 0 solid transparent;
    border-radius: transparent;
}
.form-inner::-webkit-scrollbar-thumb
{
    background-color: #fff;
    border-radius: 4px;
}
.form-title
{
    font-family: var(--popup-font-family);
    font-size: var(--form-title-fz);
    line-height: 1.1;
    text-align: center;
    text-transform: var(--form-texttransform);
}
.input-wrapper
{
    display: grid;
    gap: 4px;
    justify-items: start;
    margin-top: 24px;
}
.form .input-wrapper.active
{
    z-index: 80;
}
.input-wrapper.active .select-label:after
{
    transform: rotate(180deg) translateY(50%);
}
.input-field
{
    background-color: transparent;
    border: 1px solid var(--input-border);
    border-radius: 8px;
    font-size: 17px;
    font-weight: 500;
    height: 50px;
    line-height: 92.7%;
    padding: 10px;
    width: 100%;
}
.input-field.password
{
    padding-right: 30px;
}
.input-field::-moz-placeholder
{
    color: var(--input-placeholder);
}
.input-field::placeholder
{
    color: var(--input-placeholder);
}
.input-field:-ms-input-placeholder
{
    color: var(--input-placeholder);
}
.input-field::-ms-input-placeholder
{
    color: var(--input-placeholder);
}
.promo-input
{
    text-transform: uppercase;
}
.promo-input::-moz-placeholder
{
    text-transform: capitalize;
}
.promo-input::placeholder
{
    text-transform: capitalize;
}
.active-promo-input
{
    cursor: default;
}
.email-wrapper, .password-wrapper, .phone-input, .promo-wrapper
{
    position: relative;
    width: 100%;
}
.error-wrapper
{
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 12px;
    justify-content: center;
    position: absolute;
    right: 53px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    z-index: 2;
}
.valid .error-wrapper
{
    z-index: 1;
}
.error-wrapper:hover .popup-error
{
    opacity: 1;
    visibility: visible;
}
.error-button
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath fill='%23EC3C3C' fill-rule='evenodd' d='M6 12A6 6 0 1 0 6 0a6 6 0 0 0 0 12m2.605-3.309a.47.47 0 0 0 0-.676l-1.93-1.932 1.93-1.931a.47.47 0 0 0 0-.676.47.47 0 0 0-.675 0L6 5.408 4.07 3.476a.47.47 0 0 0-.675 0 .47.47 0 0 0 0 .676l1.93 1.931-1.93 1.932a.47.47 0 0 0 0 .676c.095.095.21.137.337.137a.46.46 0 0 0 .338-.137L6 6.759l1.93 1.932c.095.095.211.137.338.137a.46.46 0 0 0 .337-.137' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    height: 12px;
    width: 12px;
}
.error-button.valid
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath fill='%2303FF47' fill-rule='evenodd' d='M6 12A6 6 0 1 0 6 0a6 6 0 0 0 0 12m3.898-7.352a.563.563 0 0 0-.795-.796L5.376 7.58 3.898 6.102a.563.563 0 0 0-.795.796l1.875 1.875c.22.22.576.22.795 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
    cursor: default;
}
.email-wrapper.valid .popup-error, .password-wrapper.valid .popup-error, .phone-input.valid .popup-error, .promo-wrapper.valid .popup-error
{
    visibility: hidden;
}
.email-wrapper .error-wrapper, .phone-input .error-wrapper, .promo-wrapper .error-wrapper
{
    right: 24px;
}
.popup-error
{
    color: #fff;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    position: absolute;
    right: -20px;
    text-transform: none;
    top: 50%;
    transform: translateY(14px);
    transition: opacity .3s linear;
    visibility: hidden;
    width: 270px;
}
.popup-error .error-text
{
    background-color: #ec3c3c;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 9.5px;
    width: -moz-fit-content;
    width: fit-content;
}
.popup-error.show
{
    opacity: 1;
    visibility: visible;
}
.popup-error:before
{
    border-color: transparent transparent #ec3c3c;
    border-style: solid;
    border-width: 0 8px 10px;
    content: "";
    height: 0;
    position: absolute;
    right: 18px;
    top: -8px;
    transform: rotate(0);
    width: 0;
}
.show-password
{
    --eye-size: 15px;
    border-radius: 50%;
    height: calc(var(--eye-size) * 1.5);
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(var(--eye-size) * 1.5);
}
.show-password:after
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' fill='none' viewBox='0 0 28 28'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M17.747 15.415c.238-.54.372-1.143.372-1.413 0-2.348-1.824-4.25-4.073-4.25s-4.073 1.902-4.073 4.25 2.037 3.887 4.073 3.887c1.303 0 2.462-.637 3.206-1.63a4.3 4.3 0 0 0 .495-.844m-3.701.349c.51 0 .975-.196 1.332-.518.432-.39.622-.965.622-1.244 0-1.174-.828-2.126-1.954-2.126S12 12.826 12 14c0 .81.92 1.764 2.046 1.764' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M1.092 14.272a.448.448 0 0 1 0-.545q.015-.018.028-.039C4.78 8.343 9.32 5.5 14.014 5.5c4.689 0 9.224 2.836 12.882 8.17.069.101.104.205.104.33 0 .13-.04.24-.114.346C23.23 19.67 18.698 22.5 14.014 22.5c-4.705 0-9.257-2.857-12.922-8.228m2.847-.92a1.04 1.04 0 0 0 0 1.294c3.135 3.898 6.665 5.729 10.075 5.729s6.94-1.83 10.075-5.728a1.04 1.04 0 0 0 0-1.295c-3.135-3.897-6.665-5.727-10.075-5.727s-6.94 1.83-10.075 5.727' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: var(--eye-size);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: var(--eye-size);
}
.show-password.show:after
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' fill='none' viewBox='0 0 28 28'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M22.693 1.55a.794.794 0 0 0-1.093.297l-2.447 4.297c-1.667-.78-3.392-1.18-5.139-1.18-4.693 0-9.233 2.882-12.894 8.3l-.015.021-.012.019a.46.46 0 0 0 0 .552c2.7 4.013 5.884 6.641 9.255 7.746L8.4 25.022a.817.817 0 0 0 .293 1.108l.347.203a.794.794 0 0 0 1.092-.297L23.332 2.86a.817.817 0 0 0-.293-1.108zm-4.601 6.457c-1.357-.597-2.727-.888-4.078-.888-3.41 0-6.94 1.854-10.075 5.805-.3.38-.3.932 0 1.311 2.35 2.962 4.922 4.746 7.499 5.454l1.348-2.366c-1.54-.49-2.813-1.86-2.813-3.741 0-2.38 1.824-4.308 4.073-4.308 1.038 0 1.986.41 2.705 1.087zm-2.453 4.307c-.346-.537-.916-.886-1.593-.886-1.125 0-2.046.963-2.046 2.152 0 .786.843 1.705 1.902 1.782z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M14.687 22.176c4.444-.261 8.719-3.107 12.2-8.245A.6.6 0 0 0 27 13.58a.57.57 0 0 0-.104-.335c-1.338-1.977-2.794-3.616-4.33-4.9l-1.06 1.86c.883.76 1.747 1.665 2.583 2.719.301.38.301.932 0 1.311-2.521 3.178-5.299 5-8.064 5.592z'/%3E%3C/svg%3E");
}
.select-wrapper
{
    -moz-column-gap: 13px;
    column-gap: 13px;
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    position: relative;
    row-gap: 4px;
}
.select-wrapper.phone-wrapper
{
    grid-template-columns: 1fr 1.8fr;
}
.select-label
{
    cursor: pointer;
    height: 50px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    z-index: 0;
    --sv-dropdown-height: 140px;
    --sv-item-selected-bg: var(--input-focus-box-shadow-color);
    --sv-item-btn-bg-hover: var(--input-focus-box-shadow-color);
    --sv-item-active-bg: var(--input-focus-box-shadow-color);
}
.select-label:after
{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB/SURBVHgBlZDRCYAwDEQLbuAITiAIgp+CAziAUziBAziDBcH5BAcwXqX90bRNCg9KL81dYoioBDMojOKgvgeju1TgAlbxuQM3WMNDC06w55JAn7zh9hUaLxwCZxsrCEksow2iUbkkbllJ50jU103szDSp/Tj0W5iiidvJkqp5AIXRqbZNKLqQAAAAAElFTkSuQmCC);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 10px;
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 15px;
    z-index: 0;
}
.flag
{
    height: 18px;
    margin-left: 10px;
    margin-right: 16px;
    width: 21px;
}
.secondary-button
{
    align-items: center;
    display: flex;
    font-size: 12px;
    gap: 8px;
    justify-content: center;
    justify-self: center;
    letter-spacing: -.24px;
    margin: 0 auto;
    text-align: center;
    width: -moz-max-content;
    width: max-content;
}
.secondary-button.hide
{
    display: none;
}
.arrow-right
{
    --checkbox-size: 17px;
    border: 1px solid var(--checkbox-color);
    border-radius: 5px;
    height: var(--checkbox-size);
    position: relative;
    width: var(--checkbox-size);
}
.arrow-right:after
{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB/SURBVHgBlZDRCYAwDEQLbuAITiAIgp+CAziAUziBAziDBcH5BAcwXqX90bRNCg9KL81dYoioBDMojOKgvgeju1TgAlbxuQM3WMNDC06w55JAn7zh9hUaLxwCZxsrCEksow2iUbkkbllJ50jU103szDSp/Tj0W5iiidvJkqp5AIXRqbZNKLqQAAAAAElFTkSuQmCC);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-90deg);
    width: 7px;
}
.checkbox-wrapper
{
    align-items: center;
    display: flex;
    position: relative;
}
.checkbox-wrapper input
{
    height: var(--checkbox-size);
    opacity: 0;
    position: absolute;
    width: var(--checkbox-size);
}
[aria-invalid=true]
{
    border: 1px solid var(--invalid-border);
    color: var(--invalid-border);
}
.invalid
{
    border: 2px solid var(--invalid-border)!important;
    color: var(--invalid-border);
}
.error
{
    color: var(--error-color);
}
.checkbox-label-text, .error
{
    text-align: start;
}
.form-text
{
    font-size: 10px;
    font-weight: 400;
    letter-spacing: -.24px;
}
.terms-btn
{
    color: var(--link-color);
    text-transform: uppercase;
}
.main-button
{
    margin-top: 7px;
    max-height: 70px;
}
.main-button:disabled
{
    pointer-events: none;
}
.account
{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.form .countries-label .sv-input--sizer
{
    display: block!important;
    height: 100%;
    left: 0;
    position: absolute!important;
    width: 100%;
    z-index: 0;
}
.form .sv-input--text
{
    display: block!important;
    height: 100%!important;
    margin-left: 0!important;
    padding-left: 10px!important;
    width: 100%!important;
}
.custom-select
{
    border: 2px solid #00ea25;
    border-radius: 8px;
    height: 100%;
    width: 100%;
}
.custom-select .in-dropdown span
{
    padding: 3px 3px 3px 12px;
}
.countries-label .custom-select .in-dropdown span
{
    padding: 3px 3px 3px 6px;
}
.country-select
{
    cursor: pointer;
    padding: 10px;
}
.form .sv-control
{
    background-color: transparent!important;
    border: none!important;
    border-radius: 0!important;
    height: 100%!important;
    left: -2px;
    min-height: 0!important;
    position: relative;
    width: 103%;
}
.form .sv-control--selection
{
    height: 110%;
    margin-top: 1px;
    padding: 0!important;
    position: relative;
    width: 130%;
    z-index: 99;
}
.form .is-focused .sv-control--selection.is-single.has-items.has-input .sv-item--container
{
    opacity: 0!important;
}
.form .indicator-icon
{
    opacity: 0;
    pointer-events: none;
}
.indicator-container
{
    border-radius: 8px;
    height: 100%;
    opacity: 0;
    width: 100%;
}
.sv-item
{
    font-weight: 400;
}
.sv_dropdown
{
    background-color: transparent!important;
    --sv-item-wrap-padding: 0;
}
.sv_dropdown.is-open
{
    z-index: 99!important;
}
.countries-label .sv_dropdown.is-open .sv-item--wrap
{
    pointer-events: auto;
}
.countries-label .sv_dropdown .sv-item--wrap
{
    pointer-events: none;
}
.sv-item--wrap
{
    align-items: center;
    display: flex;
    height: 100%;
    min-height: 35px;
    width: 100%;
}
.countries-label .sv-item--wrap.sv-dd-item-active
{
    pointer-events: none;
}
.form .sv-item--content
{
    padding-left: 10px;
    white-space: wrap;
}
.form .custom-select .sv-content
{
    padding: 0;
}
.sv-dropdown-scroll
{
    background: var(--form-background);
    border: 1px solid var(--input-border);
    border-radius: 0 0 8px 8px;
    margin-top: 3px;
    padding: 0!important;
    --sv-dropdown-active-bg: var(--input-focus-box-shadow-color);
}
.sv-dropdown-scroll::-webkit-scrollbar
{
    width: 6px;
}
.sv-dropdown-scroll::-webkit-scrollbar-track
{
    background: transparent;
    border-radius: 5px;
    box-shadow: var(--input-focus-box-shadow-color);
}
.sv-dropdown-scroll::-webkit-scrollbar-thumb
{
    background: var(--input-focus-box-shadow-color);
    border-radius: 5px;
}
.form .sv-input--text
{
    cursor: pointer;
    pointer-events: none;
}
.form .sv-buttons
{
    display: none!important;
}
.form .sv-btn-indicator
{
    margin: 0!important;
    width: 100%;
}
.form .sv-item--container
{
    align-items: center;
    height: 100%;
    pointer-events: none!important;
    width: 87%;
}
.input-field.valid
{
    border: 1px solid #00ea25;
}
.mobile-banner
{
    display: none;
}
.desktop-banner
{
    display: flex;
}
.error-inner
{
    border: var(--form-border);
    border-radius: 16px!important;
    box-shadow: var(--form-boxshadow);
    flex: 0 0 auto;
    flex-direction: column;
    font-family: var(--popup-font-family);
    font-weight: 700;
    gap: 25px!important;
    max-width: 500px;
    min-height: 300px;
    overflow: auto;
    padding: 30px;
    text-align: center;
    text-shadow: var(--form-text-shadow);
    text-transform: uppercase;
    width: 100%;
}
.error-inner, .socials-paragraph
{
    display: flex;
    justify-content: center;
}
.socials-paragraph, .socials-title
{
    font-size: 12px;
    font-style: italic;
}
.socials-title
{
    display: block;
    font-weight: 800;
    text-align: center;
}
.socials-paragraph span
{
    position: relative;
}
.socials-paragraph span:after, .socials-paragraph span:before
{
    background-color: #292248;
    content: "";
    height: 1px;
    position: absolute;
    top: 8px;
    width: 200px;
}
.socials-paragraph span:before
{
    right: 140%;
    transform: rotate(180deg);
}
.socials-paragraph span:after
{
    left: 140%;
}
@media(min-width: 600px)
{
    .form
    {
        --checkbox-size: 24px;
    }
    .input-wrapper
    {
        gap: 6px;
    }
    .input-field
    {
        font-size: 16px;
        line-height: 127.8%;
        padding: 14px;
    }
    .input-field.password, .password
    {
        padding-right: 42px;
    }
    .show-password
    {
        --eye-size: 22px;
        right: 15px;
    }
    .select-wrapper
    {
        -moz-column-gap: 21px;
        column-gap: 21px;
        row-gap: 6px;
    }
    .secondary-button
    {
        font-size: 18px;
        letter-spacing: -.44px;
    }
    .arrow-right
    {
        --checkbox-size: 24px;
    }
    .arrow-right:after
    {
        height: 7px;
        width: 13px;
    }
    .form-text
    {
        font-size: 16px;
        letter-spacing: -.36px;
    }
}
@media(max-width: 1000px)
{
    .form-logo
    {
        height: 23px;
        left: 24px;
        margin-left: 0;
        width: 93px;
    }
    .form-inner
    {
        padding: var(--form-padding-sm);
    }
    .form-title
    {
        --form-title-fz: 28px;
    }
    .mobile-banner
    {
        display: block;
    }
    .desktop-banner
    {
        display: none;
    }
}
@media(max-width: 480px)
{
    .form .sv-item--content
    {
        max-width: 200px;
        white-space: nowrap;
    }
}
@media only screen and (max-width: 380px)
{
    .popup-error
    {
        width: 250px;
    }
}