﻿@font-face
{
    font-display: swap;
    font-family: Switzer;
    font-style: normal;
    font-weight: 400;
    src: url(https://253.kometalanding.com/fonts/Switzer/Switzer-Regular.woff2) format("woff2");
}
@font-face
{
    font-display: swap;
    font-family: Switzer;
    font-style: normal;
    font-weight: 700;
    src: url(https://253.kometalanding.com/fonts/Switzer/Switzer-Bold.woff2) format("woff2");
}
@font-face
{
    font-display: swap;
    font-family: Switzer;
    font-style: normal;
    font-weight: 900;
    src: url(https://253.kometalanding.com/fonts/Switzer/Switzer-Black.woff2) format("woff2");
}
.form-jetpari
{
    background: transparent;
    border-radius: 8px;
    display: flex;
    font-family: Switzer,sans-serif;
    overflow: visible;
    position: relative;
    z-index: 98;
}
.form.form-jetpari:before
{
    display: none;
}
.form-jetpari .form-inner
{
    background: linear-gradient(180deg,#1f2a09,#141c04);
    border-left: 0;
    border-radius: 24px 0 0 24px;
    font-family: Switzer,sans-serif;
    gap: 0;
    max-width: 480px;
    padding: 30px 60px 25px;
    --form-thumb-bg: #1f2a09;
    order: 0;
}
.invite-form.form-jetpari
{
    border-radius: 22px;
}
.invite-form.form-jetpari .form-inner
{
    border-radius: 0 22px 22px 0;
}
.invite-form-two.form-jetpari
{
    background: transparent;
    border: transparent;
    border-radius: 22px;
}
.invite-form-two.form-jetpari .form-inner
{
    border-radius: 22px;
    margin-left: 12px;
}
.form-jetpari.login-form .form-inner.login-inner
{
    background: linear-gradient(0deg,#070c24,#060725)!important;
}
.form-jetpari .form-logo
{
    display: none;
    margin-bottom: 16px;
    margin-left: 0;
    width: 140px;
}
.form-jetpari .form-logo img
{
    width: auto;
}
.form-jetpari .form-title
{
    font-family: Switzer,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0;
    text-align: left;
    text-transform: capitalize;
}
.form-jetpari .form-inner::-webkit-scrollbar
{
    width: 6px;
}
.form-jetpari .form-inner::-webkit-scrollbar-track
{
    background: #2c2f86;
    border-radius: 5px;
    box-shadow: #060725;
    margin: 26px 5px;
}
.form-jetpari .form-inner::-webkit-scrollbar-thumb
{
    background: var(--form-thumb-bg);
    border-radius: 5px;
}
.form-jetpari .input-field
{
    background: #2d331e;
    border: 2px solid #414835;
    border-radius: 100px;
    font-family: Switzer,sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    line-height: 1;
    min-height: 40px;
    padding: 10px 37px 10px 16px;
}
.form-jetpari .phone-input .input-field
{
    padding-top: 11px;
}
.form-jetpari .countries-wrapper:hover
{
    z-index: 99!important;
}
.form-jetpari .input-field::-moz-placeholder
{
    color: #fff;
}
.form-jetpari .input-field::placeholder
{
    color: #fff;
}
.form-jetpari .email-wrapper .input-field, .form-jetpari .password-wrapper .input-field
{
    padding-right: 65px;
}
.form-jetpari .email-wrapper .input-field
{
    padding-right: 37px;
}
.form-jetpari .select-label
{
    background: #2d331e;
    border-radius: 100px;
    height: 48px;
    min-height: 40px;
}
.form-jetpari .select-label:after
{
    display: none;
}
.form-jetpari .select-wrapper
{
    -moz-column-gap: 8px;
    column-gap: 8px;
    order: 1;
}
.form-jetpari .select-wrapper.phone-wrapper
{
    grid-template-columns: .6fr 1.8fr;
}
.form-jetpari .account, .form-jetpari .checkbox-wrapper, .form-jetpari .main-button, .form-jetpari .phone-wrapper, .form-jetpari .promcode-container, .form-jetpari .promo-button
{
    order: 2;
}
.form-jetpari .input-wrapper
{
    margin-top: 16px;
}
.form-jetpari .input-wrapper .error
{
    display: none;
}
.form-jetpari .error.popup-text.error-limit
{
    margin-bottom: 10px;
    order: 2;
}
.form-jetpari .phone-input-wrapper:hover
{
    z-index: 20!important;
}
.form-jetpari .custom-select
{
    background: transparent;
    border-radius: 100px;
    font-family: Switzer,sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    min-height: 40px;
    padding: 4px 10px;
    text-align: center;
    width: 100%;
}
.form-jetpari .secondary-button
{
    color: #fff;
    justify-content: flex-start;
    margin-left: 0;
    margin-top: 22px;
    transition: all .3s linear;
}
.form-jetpari .secondary-button .arrow-right
{
    display: none;
}
.form-jetpari .secondary-button:hover
{
    color: #ffa800;
}
.form-jetpari .secondary-button:hover:after
{
    animation: flip 1s linear 0s infinite;
    right: -5px;
}
.form-jetpari .promo-text:hover
{
    color: #ffaa007a;
    -webkit-text-fill-color: #ffaa007a;
}
@keyframes flip
{
    0%
    {
        transform: translateY(-50%) scaleY(1);
    }
    to
    {
        transform: translateY(-50%) scaleY(-1);
    }
}
.form-jetpari .promo-text
{
    color: #ffa800;
    font-family: Switzer,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-right: 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .3s linear;
}
.form-jetpari .checkbox-wrapper
{
    margin-top: 24px;
}
.form-jetpari .email-wrapper:before, .form-jetpari .password-wrapper:before
{
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12.667 7.333H3.333C2.597 7.333 2 7.93 2 8.666v4.667c0 .736.597 1.333 1.333 1.333h9.334c.736 0 1.333-.597 1.333-1.333V8.666c0-.736-.597-1.333-1.333-1.333M4.668 7.333V4.666a3.333 3.333 0 0 1 6.667 0v2.667'/%3E%3C/svg%3E");
    height: 19px;
    left: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
}
.form-jetpari .email-wrapper .input-field, .form-jetpari .password-wrapper .input-field
{
    padding-left: 40px;
}
.form-jetpari .email-wrapper:before
{
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M3 8a5 5 0 0 1 5-5c3.367 0 5.278 2.778 5.007 5.223-.076.672-.268 1.038-.416 1.233-.173.23-.488.447-.789.436-.22-.008-.155-.317-.14-.46l.333-3.333a1 1 0 0 0-1.597-.898 3.68 3.68 0 0 0-2.377-.868C6.005 4.333 4.333 5.965 4.333 8c0 2.037 1.679 3.667 3.692 3.667.736 0 1.454-.22 2.064-.631q.163.222.39.403c.738.585 1.721.579 2.635.122.423-.212.79-.52 1.073-.9.39-.516.698-1.233.807-2.217C15.389 4.889 12.633 1 8 1a7 7 0 1 0 3.112 13.272 1 1 0 0 0-.89-1.791A5 5 0 0 1 3 8m3.333 0c0-.91.757-1.667 1.687-1.667 1.073 0 1.872.988 1.656 2.011a1.69 1.69 0 0 1-1.65 1.323c-.934 0-1.693-.758-1.693-1.667' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    height: 16px;
}
.form.form-jetpari .form-text
{
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    text-transform: none;
}
.form-jetpari .form-text .terms-btn
{
    color: #7eb9ff;
    font-weight: 700;
    position: relative;
    text-decoration: underline;
    text-transform: none;
    transition: all .3s linear;
}
.form-jetpari .main-button
{
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: #ff004d;
    border-radius: 100px;
    color: #fff;
    flex: 0 0 auto;
    font-family: Switzer,sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: -moz-fit-content;
    height: fit-content;
    margin: 24px 0 20px;
    min-height: 52px;
    padding: 10px;
    text-transform: uppercase;
    transition: all .3s linear;
    width: 100%;
}
.form-jetpari .main-button:hover
{
    background: #ff004cad;
}
.form.form-jetpari .account-text
{
    color: #fff;
    font-size: 12px;
    margin-bottom: 4px;
}
.form-jetpari .account-button
{
    background: transparent;
    border-radius: 32px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    margin: 0 auto;
    padding: 4px 31px;
    position: relative;
    text-transform: capitalize;
}
.form-jetpari .account-button:after
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none'%3E%3Crect width='19.167' height='19.167' x='.917' y='.417' stroke='%23FFA800' stroke-width='.833' rx='3.75'/%3E%3Cpath stroke='%23FFA800' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.667' d='M8.833 13.333 12.167 10 8.833 6.667'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: cover;
    border: transparent;
    border-radius: 5px;
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s linear;
    width: 20px;
    z-index: 2;
}
.form-jetpari .sv_dropdown
{
    border: transparent!important;
    border-radius: 8px!important;
    box-shadow: none!important;
}
.form-jetpari .sv-dropdown-scroll
{
    background: #2d331e;
    border: 2px solid #414835;
    border-radius: 8px;
    margin-top: 3px;
    --sv-dropdown-active-bg: #1b230c;
}
.form-jetpari .sv-dropdown-scroll::-webkit-scrollbar
{
    width: 6px;
}
.form-jetpari .sv-dropdown-scroll::-webkit-scrollbar-track
{
    background: #606b74;
    margin: 10px 0;
}
.form-jetpari .sv-dropdown-scroll::-webkit-scrollbar-thumb
{
    background: #607896;
}
.form-jetpari .input-field.valid
{
    border: 2px solid #00ea25;
}
.form-jetpari [aria-invalid=true]
{
    border-color: #ec3c3c!important;
    color: #ec3c3c;
}
.form-jetpari .invalid
{
    border: 2px solid #ec3c3c!important;
}
.form-jetpari .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");
}
.form-jetpari .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");
}
.form-jetpari .promo-button
{
    width: 100%;
}
.social-registr
{
    margin-top: 16px;
}
.social-list
{
    margin-bottom: 12px;
    width: 100%;
}
.social-btn
{
    align-items: center;
    border: 1px solid #00b6ef;
    border-radius: 8px;
    display: flex;
    height: 40px;
    justify-content: center;
    padding: 3px;
    transition: all .3s linear;
    width: 100%;
}
.social-btn:hover
{
    background: #21263b;
    border: 1px solid #8593c4;
}
.social-icon
{
    width: 24px;
}
.socials-paragraph
{
    font-size: 14px;
    font-style: normal;
    overflow: hidden;
}
.socials-paragraph span:after, .socials-paragraph span:before
{
    background: linear-gradient(-90deg,#fff0 18%,#ffffff9b 90%);
}
@media(max-width: 1000px)
{
    .form-jetpari
    {
        border: transparent;
        border-radius: 0;
        width: auto;
    }
    .invite-form-two.form-jetpari .form-inner
    {
        margin-left: 0;
    }
    .form-jetpari:before
    {
        display: none;
    }
    .form-jetpari .form-inner
    {
        background-image: none;
        background: linear-gradient(180deg,#202b09,#141c04);
        border-radius: 0!important;
        padding: 2.6dvh 16px;
    }
    .form-jetpari .form-logo
    {
        display: block;
        margin-bottom: 3.5dvh;
        order: -1;
    }
    .form-jetpari .form-title
    {
        color: #ffa800;
        margin-bottom: 3.5dvh;
        order: -1;
    }
    .form-jetpari .input-wrapper, .form-jetpari .social-registr
    {
        margin-top: 2dvh;
    }
    .form-jetpari .custom-select, .form-jetpari .input-field, .form-jetpari .select-label
    {
        height: 6dvh;
    }
    .form-jetpari .main-button
    {
        font-size: 20px;
        height: 6.6dvh;
        margin: 2.4dvh 0 2dvh;
        text-transform: none;
    }
    @supports not (
    padding: 2.6dvh 2dvh)
    {
    .form-jetpari .form-inner
    {
        padding: 2.6vh 16px;
    }
    .form-jetpari .form-logo, .form-jetpari .form-title
    {
        margin-bottom: 3.5vh;
    }
    .form-jetpari .input-wrapper, .form-jetpari .social-registr
    {
        margin-top: 2vh;
    }
    .form-jetpari .custom-select, .form-jetpari .input-field
    {
        height: 6vh;
    }
    .form-jetpari .main-button
    {
        height: 6.6vh;
        margin: 2.4vh 0 2vh;
    }
    }
}
@media(max-width: 500px)
{
    .form.form-jetpari
    {
        height: 100vh;
        height: 100dvh;
        margin: 0;
        max-height: none;
        width: 100%;
    }
}