﻿@font-face
{
    font-display: swap;
    font-family: Commissioner;
    font-style: normal;
    font-weight: 800;
    src: url(https://253.kometalanding.com/fonts/Commissioner/Commissioner-ExtraBold.woff2) format("woff2");
}
@font-face
{
    font-display: swap;
    font-family: Commissioner;
    font-style: normal;
    font-weight: 900;
    src: url(https://253.kometalanding.com/fonts/Commissioner/Commissioner-Black.woff2) format("woff2");
}
@font-face
{
    font-display: swap;
    font-family: Commissioner;
    font-style: normal;
    font-weight: 700;
    src: url(https://253.kometalanding.com/fonts/Commissioner/Commissioner-Bold.woff2) format("woff2");
}
@font-face
{
    font-display: swap;
    font-family: Commissioner;
    font-style: normal;
    font-weight: 400;
    src: url(https://253.kometalanding.com/fonts/Commissioner/Commissioner-Regular.woff2) format("woff2");
}
@font-face
{
    font-display: swap;
    font-family: Oswald;
    font-style: normal;
    font-weight: 700;
    src: url(https://253.kometalanding.com/fonts/Oswald/Oswald-Bold.woff2) format("woff2");
}
.form-daddy
{
    border-radius: 12px;
    display: flex;
    max-width: 940px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.form-daddy:before
{
    display: none;
}
.form-daddy .form-title
{
    font-family: Oswald,sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
    text-align: left;
}
.form-daddy .form-inner
{
    background: linear-gradient(140deg,#2e2147 13%,#36212a 98%);
    border: none;
    border-radius: 12px 0 0 12px;
    font-family: Commissioner,sans-serif;
    gap: 0;
    max-width: 480px;
    padding: 30px 60px 25px;
    --form-thumb-bg: #6b5374;
}
.form-daddy .form-inner::-webkit-scrollbar
{
    width: 6px;
}
.form-daddy .form-inner::-webkit-scrollbar-track
{
    background: transparent;
    border-radius: 5px;
    margin: 5px;
}
.form-daddy .form-inner::-webkit-scrollbar-thumb
{
    background: var(--form-thumb-bg);
    border-radius: 5px;
}
.form-daddy .select-wrapper
{
    gap: 8px;
}
.form-daddy .input-wrapper .error
{
    display: none;
}
.form-daddy .error
{
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
}
.form-daddy .input-field
{
    background-color: transparent;
    border: 2px solid #6b5374;
    border-radius: 8px;
    font-family: Commissioner,sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    line-height: 1;
    padding: 10px 37px 14px 16px;
}
.form-daddy .phone-input .input-field
{
    padding-bottom: 9px;
}
.form-daddy .input-field.valid
{
    border: 2px solid #00ea25;
}
.form-daddy .input-field::-moz-placeholder
{
    color: #6b5374;
}
.form-daddy .input-field::placeholder
{
    color: #6b5374;
}
.form-daddy .email-wrapper .input-field, .form-daddy .password-wrapper .input-field
{
    padding-right: 65px;
}
.form-daddy .email-wrapper .input-field
{
    padding-right: 37px;
}
.form-daddy .select-label
{
    background-color: transparent;
    border-radius: 8px;
    --sv-item-selected-bg: #221523;
    --sv-item-btn-bg-hover: #221523;
    --sv-item-active-bg: #221523;
}
.form-daddy .custom-select
{
    border-radius: 8px;
    font-family: Commissioner,sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
}
.form-daddy .secondary-button
{
    color: #fff;
    margin-left: 0;
    margin-top: 24px;
    transition: all .3s linear;
}
.form-daddy .secondary-button:hover
{
    color: #735cfc;
    -webkit-text-fill-color: #735cfc;
}
.form-daddy .secondary-button:hover:after
{
    animation: flip 1s linear 0s infinite;
    right: -5px;
}
@keyframes flip
{
    0%
    {
        transform: translateY(-50%) scaleY(1);
    }
    to
    {
        transform: translateY(-50%) scaleY(-1);
    }
}
.form-daddy .secondary-button .arrow-right
{
    display: none;
}
.form-daddy .promo-button
{
    width: 100%;
}
.form-daddy .promo-text
{
    color: #fff;
    font-family: Commissioner,sans-serif;
    font-size: 16px;
    padding-right: 28px;
    position: relative;
    -webkit-text-fill-color: #fff;
    transition: all .3s linear;
}
.form-daddy .promo-text:hover
{
    color: #735cfc;
    -webkit-text-fill-color: #735cfc;
}
.form-daddy .promo-text:after
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.542' d='M10.111 8.667 13.444 12l-3.333 3.333'/%3E%3C/g%3E%3Crect width='23' height='23' x='.5' y='.5' stroke='url(%23b)' rx='3.5'/%3E%3Cdefs%3E%3ClinearGradient id='b' x1='0' x2='22.5' y1='12' y2='12' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E530BB'/%3E%3Cstop offset='1' stop-color='%238108E0'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Crect width='24' height='24' fill='%23fff' rx='4'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: cover;
    content: "";
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s linear;
    width: 24px;
}
.form-daddy .promo-text:hover:after
{
    animation: flip 1s linear 0s infinite;
    right: -5px;
}
.form-daddy .checkbox-wrapper
{
    align-items: flex-start;
    margin-top: 24px;
}
.form-daddy .email-wrapper:before, .form-daddy .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='%236B5374' 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-daddy .email-wrapper .input-field, .form-daddy .password-wrapper .input-field
{
    padding-left: 40px;
}
.form-daddy .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='%236B5374' 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-daddy .form-text
{
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 4px;
    text-transform: none;
}
.form-daddy .form-text .terms-btn
{
    color: #735cfc;
    font-weight: 500;
    text-decoration: underline;
    text-transform: none;
    transition: all .3s linear;
}
.form-daddy .terms-btn:hover
{
    color: #fff;
}
.form-daddy .main-button
{
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: linear-gradient(253.67deg,#adff00 2.27%,#00ea25 94.48%);
    border-radius: 5px;
    box-shadow: 0 0 40px #3e89fd4d;
    color: #111;
    filter: drop-shadow(0,0,40px,rgba(62,137,253,.3019607843));
    flex: 0 0 auto;
    font-family: Oswald,sans-serif;
    font-size: 14px;
    font-weight: 800;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 8px;
    margin-top: 24px;
    max-width: none;
    min-height: 40px;
    padding: 10px;
    text-transform: capitalize;
    transition: all .3s linear;
    width: 100%;
}
.form-daddy .main-button:hover
{
    background: linear-gradient(253.67deg,#cbff64,#55fe70);
    box-shadow: 0 0 40px #7af90c99;
}
.form-daddy .account-text
{
    font-size: 14px;
    margin-bottom: 4px;
}
.form-daddy .account-button
{
    font-size: 20px;
    font-style: italic;
    font-style: normal;
    font-weight: 800;
    margin: 0 auto;
    padding-right: 28px;
    position: relative;
    text-transform: none;
    transition: all .3s linear;
}
.form-daddy .account-button:after
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.542' d='M10.111 8.667 13.444 12l-3.333 3.333'/%3E%3C/g%3E%3Crect width='23' height='23' x='.5' y='.5' stroke='url(%23b)' rx='3.5'/%3E%3Cdefs%3E%3ClinearGradient id='b' x1='0' x2='22.5' y1='12' y2='12' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E530BB'/%3E%3Cstop offset='1' stop-color='%238108E0'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Crect width='24' height='24' fill='%23fff' rx='4'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-position: 50%;
    background-size: cover;
    border: transparent;
    content: "";
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s linear;
    width: 24px;
}
.form-daddy .sv-dropdown-scroll
{
    background: #2a1b2c;
    border: 1px solid #6b5374;
    border-radius: 8px;
    margin-top: 3px;
    padding: 0 4px!important;
    --sv-dropdown-active-bg: #221523;
}
.form-daddy .sv-dropdown-scroll::-webkit-scrollbar
{
    width: 6px;
}
.form-daddy .sv-dropdown-scroll::-webkit-scrollbar-track
{
    background: #57425f;
    box-shadow: var(--input-focus-box-shadow-color);
}
.form-daddy .sv-dropdown-scroll::-webkit-scrollbar-thumb
{
    background: #6b5374;
}
.form-daddy [aria-invalid=true]
{
    border-color: #ec3c3c!important;
    color: #ec3c3c;
}
.form-daddy .invalid
{
    border: 2px solid #ec3c3c!important;
}
@media(max-width: 900px)
{
    .form-daddy
    {
        border-radius: 0;
        width: auto;
    }
    .form-daddy .form-inner
    {
        background-image: none;
        background: linear-gradient(111.84deg,#2e2147,#36212a 102.14%);
        border-radius: 0;
    }
}
@media(max-width: 600px)
{
    .form-daddy .form-inner
    {
        padding: 40px 24px;
    }
}