﻿@font-face
{
    font-display: swap;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    src: url(https://253.kometalanding.com/fonts/Mulish/Mulish-Regular.woff2) format("woff2");
}
@font-face
{
    font-display: swap;
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    src: url(https://253.kometalanding.com/fonts/Mulish/Mulish-Bold.woff2) format("woff2");
}
@font-face
{
    font-display: swap;
    font-family: Mulish;
    font-style: normal;
    font-weight: 800;
    src: url(https://253.kometalanding.com/fonts/Mulish/Mulish-ExtraBold.woff2) format("woff2");
}
@font-face
{
    font-display: swap;
    font-family: Mulish;
    font-style: normal;
    font-weight: 900;
    src: url(https://253.kometalanding.com/fonts/Mulish/Mulish-Black.woff2) format("woff2");
}
.form-kometa
{
    border-radius: 32px;
    display: flex;
    font-family: Mulish,sans-serif;
    overflow: visible;
    position: relative;
    z-index: 98;
}
.form.form-kometa:before
{
    background: linear-gradient(180deg,#75e6ff,#878bff);
    border-radius: 32px;
    content: "";
    height: calc(100% + 2px);
    left: -1px;
    position: absolute;
    top: -1px;
    width: calc(100% + 2px);
    z-index: -1;
}
.form-kometa .form-inner
{
    background: linear-gradient(0deg,#070c24,#060725);
    border: 1px solid transparent;
    border-left: 0;
    border-radius: 0 32px 32px 0;
    font-family: Mulish,sans-serif;
    gap: 0;
    min-height: 580px;
    padding: 30px 60px 25px;
    width: 480px;
    --form-thumb-bg: #060725;
    order: 1;
}
.form-kometa.login-form .form-inner.login-inner
{
    background: linear-gradient(0deg,#070c24,#060725)!important;
}
.form-kometa .form-logo
{
    margin-bottom: 16px;
    margin-left: 0;
    width: 140px;
}
.form-kometa .form-title
{
    font-family: Mulish,sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 48px;
    margin-bottom: 0;
    text-align: left;
    text-transform: capitalize;
}
.form-kometa .form-inner::-webkit-scrollbar
{
    width: 6px;
}
.form-kometa .form-inner::-webkit-scrollbar-track
{
    background: #2c2f86;
    border-radius: 5px;
    box-shadow: #060725;
    margin: 26px 5px;
}
.form-kometa .form-inner::-webkit-scrollbar-thumb
{
    background: var(--form-thumb-bg);
    border-radius: 5px;
}
.form-kometa .input-field
{
    background-color: #0f1127;
    border: 2px solid #242d48;
    border-radius: 100px;
    font-family: Mulish,sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 54px;
    line-height: 1;
    padding: 10px 37px 10px 16px;
}
.form-kometa .phone-input .input-field
{
    padding-top: 11px;
}
.form-kometa .countries-wrapper:hover
{
    z-index: 99!important;
}
.form-kometa .input-field::-moz-placeholder
{
    color: #8194c8;
}
.form-kometa .input-field::placeholder
{
    color: #8194c8;
}
.form-kometa .email-wrapper .input-field, .form-kometa .password-wrapper .input-field
{
    padding-right: 65px;
}
.form-kometa .email-wrapper .input-field
{
    padding-right: 37px;
}
.form-kometa .select-label
{
    background-color: #0f1127;
    border-radius: 100px;
    height: 54px;
}
.form-kometa .select-wrapper
{
    -moz-column-gap: 8px;
    column-gap: 8px;
    order: 1;
}
.form-kometa .account, .form-kometa .checkbox-wrapper, .form-kometa .main-button, .form-kometa .phone-wrapper, .form-kometa .promcode-container, .form-kometa .promo-button
{
    order: 2;
}
.form-kometa .input-wrapper
{
    margin-top: 16px;
}
.form-kometa .input-wrapper .error
{
    display: none;
}
.form-kometa .phone-input-wrapper:hover
{
    z-index: 20!important;
}
.form-kometa .custom-select
{
    border-radius: 100px;
    font-family: Mulish,sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 54px;
}
.form-kometa .secondary-button
{
    color: #fff;
    justify-content: flex-start;
    margin-left: 0;
    margin-top: 22px;
    transition: all .3s linear;
}
.form-kometa .secondary-button .arrow-right
{
    display: none;
}
.form-kometa .secondary-button:hover
{
    color: #75e6ff;
}
.form-kometa .secondary-button:hover:after
{
    animation: flip 1s linear 0s infinite;
    right: -5px;
}
.form-kometa .promo-text:hover
{
    color: #75e6ff;
    -webkit-text-fill-color: #75e6ff;
}
@keyframes flip
{
    0%
    {
        transform: translateY(-50%) scaleY(1);
    }
    to
    {
        transform: translateY(-50%) scaleY(-1);
    }
}
.form-kometa .promo-text
{
    background: linear-gradient(180deg,#75e6ff,#878bff);
    -webkit-background-clip: text;
    background-clip: text;
    color: #fff;
    font-family: Mulish,sans-serif;
    padding-right: 30px;
    position: relative;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 700;
    transition: all .3s linear;
}
.form-kometa .checkbox-wrapper
{
    margin-top: 24px;
}
.form-kometa .email-wrapper:before, .form-kometa .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='%238194C8' 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-kometa .email-wrapper .input-field, .form-kometa .password-wrapper .input-field
{
    padding-left: 40px;
}
.form-kometa .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='%238194C8' 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-kometa .form-text
{
    color: #8194c8;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    text-transform: none;
}
.form-kometa .form-text .terms-btn
{
    color: #7eb9ff;
    font-weight: 700;
    position: relative;
    text-decoration: underline;
    text-transform: none;
    transition: all .3s linear;
}
.form-kometa .main-button
{
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: linear-gradient(180deg,#75e6ff,#878bff);
    border-radius: 100px;
    color: #fff;
    flex: 0 0 auto;
    font-family: Mulish,sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 54px;
    margin: 24px 0 20px;
    min-height: 40px;
    padding: 10px;
    text-transform: uppercase;
    transition: all .3s linear;
    width: 100%;
}
.form.form-kometa .account-text
{
    color: #fff;
    font-size: 14px;
    margin-bottom: 4px;
}
.form-kometa .account-button
{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin: 0 auto;
    padding-right: 30px;
    position: relative;
    text-transform: capitalize;
}
.form-kometa .account-button:after
{
    align-items: center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='url(%23a)' d='M3.765 0C1.685 0 0 1.697 0 3.79v3.139h8.666L6.557 4.72c-.4-.42-.4-1.095 0-1.514a.99.99 0 0 1 1.446 0l3.855 4.037c.4.42.4 1.095 0 1.514l-3.855 4.037a.997.997 0 0 1-1.449.002 1.1 1.1 0 0 1 0-1.513l.002-.002 2.106-2.205H0v3.134C0 14.303 1.686 16 3.765 16h8.47C14.315 16 16 14.303 16 12.21V3.79C16 1.697 14.315 0 12.235 0z'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='16' x2='14.294' y1='0' y2='17.401' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2375E6FF'/%3E%3Cstop offset='0' stop-color='%2375E6FF'/%3E%3Cstop offset='1' stop-color='%23878BFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-position: 50%;
    background-size: cover;
    content: "";
    display: flex;
    height: 16px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s linear;
    width: 16px;
}
.form-kometa .sv-dropdown-scroll
{
    background: #060725;
    border: 1px solid #606b74;
    border-radius: 16px;
    margin-top: 3px;
    --sv-dropdown-active-bg: #17222d;
}
.form-kometa .sv-dropdown-scroll::-webkit-scrollbar
{
    width: 6px;
}
.form-kometa .sv-dropdown-scroll::-webkit-scrollbar-track
{
    background: #606b74;
    margin: 10px 0;
}
.form-kometa .sv-dropdown-scroll::-webkit-scrollbar-thumb
{
    background: #607896;
}
.form-kometa .input-field.valid
{
    border: 2px solid #00ea25;
}
.form-kometa [aria-invalid=true]
{
    border-color: #ec3c3c!important;
    color: #ec3c3c;
}
.form-kometa .invalid
{
    border: 2px solid #ec3c3c!important;
}
.form-kometa .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-kometa .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-kometa .promo-button
{
    width: 100%;
}
.form-kometa .recovery-button
{
    display: inline-flex;
    margin: 0 auto 0 0;
    width: unset;
}
.form-kometa .recovery-button .promo-text
{
    background: unset;
    color: #00b6ef;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
    text-decoration: underline;
    -webkit-text-fill-color: #00b6ef;
}
.active-promocode.form-kometa
{
    border: transparent;
    border-radius: 0 32px 32px 0;
    width: auto;
}
.active-promocode.form-kometa:before
{
    display: none;
}
.active-promocode.form-kometa .form-inner
{
    background: linear-gradient(178deg,#170f4b 29.15%,#140765 97.86%);
    border: transparent;
    border-radius: 32px 0 0 32px;
    order: -1;
    padding: 44px 42px;
}
.active-promocode.form-kometa .input-field
{
    background: #0f1128;
    border: 2px solid #384364;
    border-radius: 16px;
    height: 52px;
}
.active-promocode.form-kometa .form-logo
{
    display: none;
    margin-bottom: 32px;
    width: 156px;
}
.active-promocode.form-kometa .form-title
{
    font-size: 30px;
    line-height: 1.4;
}
.active-promocode.form-kometa .custom-select
{
    background: #0f1128;
    border: 2px solid #00ea25;
    border-radius: 16px;
    height: 52px;
}
.active-promocode.form-kometa .select-label
{
    height: 52px;
}
.active-promocode .active-promo-input::-moz-placeholder
{
    color: #fff;
}
.active-promocode .active-promo-input::placeholder
{
    color: #fff;
}
.active-promocode.form-kometa .input-field.valid
{
    border: 2px solid #00ea25;
}
.active-promocode.form-kometa .invalid
{
    border: 2px solid #ec3c3c!important;
}
.active-promocode.form-kometa .main-button
{
    background: linear-gradient(174deg,#59c3f0 11.53%,#4b4fc3 73.67%);
    border-radius: 16px;
    font-size: 21px;
    height: 62px;
    min-height: 62px;
}
.active-promocode.form-kometa .checkbox-wrapper
{
    display: none;
}
.active-promocode.form-kometa .account
{
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
.active-promocode.form-kometa .account-button
{
    font-size: 17px;
    margin: 0;
}
.active-promocode.form-kometa .account-button:after
{
    display: none;
}
.active-promocode.form-kometa .account-text
{
    font-size: 17px;
    font-weight: 300;
    margin: 0 5px 0 0;
}
.active-promocode.form-kometa .error-limit
{
    order: 2;
}
.streamer-form.form-kometa
{
    border: transparent;
    border-radius: 0 32px 32px 0;
    width: auto;
}
.streamer-form.form-kometa:before
{
    display: none;
}
.streamer-form.form-kometa .form-inner
{
    background: linear-gradient(178deg,#170f4b 29.15%,#140765 97.86%);
    border: transparent;
    border-radius: 32px 0 0 32px;
    order: -1;
    padding: 44px 42px;
}
.streamer-form.form-kometa .input-field
{
    background: #0f1128;
    border: 2px solid #384364;
    border-radius: 16px;
    height: 52px;
}
.streamer-form.form-kometa .form-logo
{
    display: none;
    margin-bottom: 32px;
    width: 156px;
}
.streamer-form.form-kometa .form-title
{
    font-size: 30px;
    line-height: 1.4;
}
.streamer-form.form-kometa .custom-select
{
    background: #0f1128;
    border: 2px solid #00ea25;
    border-radius: 16px;
    height: 52px;
}
.streamer-form.form-kometa .select-label
{
    height: 52px;
}
.streamer-form .active-promo-input::-moz-placeholder
{
    color: #fff;
}
.streamer-form .active-promo-input::placeholder
{
    color: #fff;
}
.streamer-form.form-kometa .input-field.valid
{
    border: 2px solid #00ea25;
}
.streamer-form.form-kometa .invalid
{
    border: 2px solid #ec3c3c!important;
}
.streamer-form.form-kometa .main-button
{
    background: linear-gradient(174deg,#59c3f0 11.53%,#4b4fc3 73.67%);
    border-radius: 16px;
    font-size: 21px;
    height: 62px;
    min-height: 62px;
}
.streamer-form.form-kometa .checkbox-wrapper
{
    display: none;
}
.streamer-form.form-kometa .account
{
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
.streamer-form.form-kometa .account-button
{
    font-size: 17px;
    margin: 0;
}
.streamer-form.form-kometa .account-button:after
{
    display: none;
}
.streamer-form.form-kometa .account-text
{
    font-size: 17px;
    font-weight: 300;
    margin: 0 5px 0 0;
}
.streamer-form.form-kometa .error-limit
{
    order: 2;
}
@media(max-width: 1000px)
{
    .form-kometa
    {
        width: auto;
    }
    .form-kometa .form-inner
    {
        background-image: none;
        background: linear-gradient(0deg,#050311,#171838 99%);
        border-radius: 32px;
    }
    .active-promocode.form-kometa
    {
        border: transparent;
        border-radius: 0;
        width: auto;
    }
    .active-promocode.form-kometa:before
    {
        display: none;
    }
    .active-promocode.form-kometa .form-logo
    {
        display: block;
    }
    .active-promocode.form-kometa .form-inner
    {
        background: linear-gradient(195deg,#110846 1.91%,#17161f 98.61%);
        border: transparent;
        border-radius: 0;
        padding: 24px 22px;
    }
    .active-promocode.form-kometa .form-title
    {
        font-size: 21px;
        line-height: 1.1;
    }
    .active-promocode.form-kometa .custom-select, .active-promocode.form-kometa .input-field, .active-promocode.form-kometa .select-label
    {
        height: 48px;
    }
    .active-promocode.form-kometa .main-button
    {
        font-size: 16px;
        height: 52px;
    }
    .active-promocode.form-kometa .account-button, .active-promocode.form-kometa .account-text
    {
        font-size: 12px;
    }
    .streamer-form.form-kometa
    {
        border: transparent;
        border-radius: 0;
        width: auto;
    }
    .streamer-form.form-kometa:before
    {
        display: none;
    }
    .streamer-form.form-kometa .form-logo
    {
        display: block;
    }
    .streamer-form.form-kometa .form-inner
    {
        background: linear-gradient(195deg,#110846 1.91%,#17161f 98.61%);
        border: transparent;
        border-radius: 0;
        padding: 24px 22px;
    }
    .streamer-form.form-kometa .form-title
    {
        font-size: 21px;
        line-height: 1.1;
    }
    .streamer-form.form-kometa .custom-select, .streamer-form.form-kometa .input-field, .streamer-form.form-kometa .select-label
    {
        height: 48px;
    }
    .streamer-form.form-kometa .main-button
    {
        font-size: 16px;
        height: 52px;
        margin: 12px auto;
        min-height: 52px;
    }
    .streamer-form.form-kometa .account-button, .streamer-form.form-kometa .account-text
    {
        font-size: 12px;
    }
}
@media(max-width: 600px)
{
    .form-kometa .form-inner
    {
        padding: 40px 24px;
    }
}
@media(max-width: 480px)
{
    .form-kometa .form-inner
    {
        padding: 2.6dvh 16px;
        width: calc(99vw - 20px);
    }
    .form-kometa .form-logo
    {
        margin-bottom: 3.5dvh;
    }
    .form-kometa .form-title
    {
        margin-bottom: .5dvh;
    }
    .form-kometa .input-wrapper
    {
        margin-top: 2dvh;
    }
    .form-kometa .custom-select, .form-kometa .input-field, .form-kometa .select-label
    {
        height: 6dvh;
    }
    .form-kometa .main-button
    {
        font-size: 20px;
        height: 6.6dvh;
        margin: 2.4dvh 0 2dvh;
        text-transform: none;
    }
    @supports not (
    padding: 2.6dvh 2dvh)
    {
    .form-kometa .form-inner
    {
        padding: 2.6vh 16px;
    }
    .form-kometa .form-logo
    {
        margin-bottom: 3.5vh;
    }
    .form-kometa .form-title
    {
        margin-bottom: .5vh;
    }
    .form-kometa .input-wrapper
    {
        margin-top: 2vh;
    }
    .form-kometa .custom-select, .form-kometa .input-field
    {
        height: 6vh;
    }
    .form-kometa .main-button
    {
        height: 6.6vh;
        margin: 2.4vh 0 2vh;
    }
    }
}