﻿.form-rseven
{
    border-radius: 12px;
    display: flex;
    font-family: Rubik,sans-serif;
    max-width: 940px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 98;
}
.form-rseven:before
{
    display: none;
}
.form-rseven .form-inner
{
    background: #262001;
    border: none;
    font-family: Rubik,sans-serif;
    gap: 0;
    max-width: 480px;
    padding: 30px 60px 25px;
    --form-thumb-bg: #262001;
    order: 1;
}
.form-rseven .form-logo
{
    order: -1;
}
.form-rseven .form-title
{
    font-family: Rubik,sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
    order: -1;
    text-align: left;
    text-transform: capitalize;
}
.form-rseven .mobile-banner, .form-rseven .rseven-email, .form-rseven .rseven-password
{
    order: -1;
}
.form-rseven .form-inner::-webkit-scrollbar
{
    width: 6px;
}
.form-rseven .form-inner::-webkit-scrollbar-track
{
    background: #262000;
    border-radius: 5px;
    box-shadow: var(--input-focus-box-shadow-color);
    margin: 5px;
}
.form-rseven .form-inner::-webkit-scrollbar-thumb
{
    background: #4d4000;
    border-radius: 5px;
}
.form-rseven .input-field
{
    background-color: transparent;
    border: 2px solid #806b00;
    border-radius: 10px;
    font-family: Rubik,sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
}
.form-rseven .input-field::-moz-placeholder
{
    color: #806b00;
}
.form-rseven .input-field::placeholder
{
    color: #806b00;
}
.form-rseven .select-label
{
    background-color: transparent;
    border-radius: 10px;
}
.form-rseven .custom-select
{
    border-radius: 10px;
    font-family: Rubik,sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
}
.form-rseven .secondary-button
{
    color: #fff;
    margin-left: 0;
    margin-top: 22px;
}
.form-rseven .secondary-button .arrow-right
{
    display: none;
}
.form-rseven .promo-text
{
    color: #ffd600;
    font-family: Rubik,sans-serif;
    font-weight: 600;
    transition: all .3s linear;
}
.form-rseven .promo-text:hover
{
    color: #fff;
}
.form-rseven .checkbox-wrapper
{
    align-items: flex-start;
    margin-top: 24px;
}
.form-rseven .email-wrapper:before, .form-rseven .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-rseven .email-wrapper .input-field, .form-rseven .password-wrapper .input-field
{
    padding-left: 40px;
}
.form-rseven .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-rseven .form-text
{
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    text-transform: none;
}
.form-rseven .form-text .terms-btn:hover
{
    color: #fff;
}
.form-rseven .error
{
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
}
.form-rseven .form-text .terms-btn
{
    color: #fed702;
    font-weight: 400;
    text-decoration: underline;
    text-transform: none;
    transition: all .3s linear;
}
.form-rseven .main-button
{
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fed702;
    border-radius: 10px;
    color: #010001;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 600;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 12px;
    margin-top: 24px;
    min-height: 40px;
    padding: 10px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all .3s linear;
    width: 100%;
}
.form-rseven .main-button:hover
{
    box-shadow: 1px 1px 40px #fed70299;
}
.form.form-rseven .account-text
{
    font-size: 12px;
    margin-bottom: 4px;
    text-transform: none;
}
.form-rseven .account-button
{
    align-items: center;
    display: flex;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin: 0 auto;
    padding-right: 30px;
    padding-top: 2px;
    position: relative;
    text-transform: uppercase;
    transition: all .3s linear;
}
.form-rseven .account-button:after
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none'%3E%3Crect width='24' height='24' x='.108' y='.728' fill='%23FED702' rx='4'/%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23111' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.542' d='m10.441 9.395 3.334 3.333-3.334 3.334'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M8.664 20.506V4.95h6.89v15.556z'/%3E%3C/clipPath%3E%3C/defs%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-rseven .account-button:hover
{
    color: #fed702;
}
.form-rseven .account-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-rseven .sv-dropdown-scroll
{
    background: #262001;
    border: 1px solid #806b00;
    border-radius: 8px;
    margin-top: 3px;
    --sv-dropdown-active-bg: #1e1a00;
}
.form-rseven .sv-dropdown-scroll::-webkit-scrollbar
{
    width: 6px;
}
.form-rseven .sv-dropdown-scroll::-webkit-scrollbar-track
{
    background: #3b3302;
    border-radius: 5px;
    margin: 5px;
}
.form-rseven .sv-dropdown-scroll::-webkit-scrollbar-thumb
{
    background: #262001;
    border-radius: 5px;
}
.form-rseven [aria-invalid=true]
{
    border-color: #ec3c3c!important;
    color: #fff;
}
.form-rseven .invalid
{
    border: 2px solid #ec3c3c!important;
}
.form-rseven .input-field.valid
{
    border: 2px solid #00ea25;
}
.form-rseven .select-wrapper
{
    -moz-column-gap: 8px;
    column-gap: 8px;
}
.form-rseven .countries-wrapper
{
    order: -1;
}
.form-rseven .phone-input-wrapper:hover
{
    z-index: 22!important;
}
.form-rseven .countries-wrapper:hover
{
    z-index: 99;
}
.form-rseven .input-wrapper .error
{
    display: none;
}
.active-promocode.form-rseven
{
    border: transparent;
    border-radius: 0 32px 32px 0;
    width: auto;
}
.active-promocode.form-rseven:before
{
    display: none;
}
.active-promocode.form-rseven .form-inner
{
    border: transparent;
    border-radius: 32px 0 0 32px;
    order: -1;
    padding: 44px 42px;
}
.active-promocode.form-rseven .input-field
{
    background: #240714;
    border-radius: 6.479px;
    height: 52px;
}
.active-promocode.form-rseven .form-logo
{
    display: none;
    margin-bottom: 32px;
    width: 101px;
}
.active-promocode.form-rseven .form-title
{
    font-size: 30px;
    line-height: 1.4;
}
.active-promocode.form-rseven .custom-select
{
    background: #240714;
    border: 2px solid #00ea25;
    border-radius: 6px;
    height: 52px;
}
.active-promocode.form-rseven .select-label
{
    height: 52px;
}
.active-promocode .active-promo-input::-moz-placeholder
{
    color: #fff;
}
.active-promocode .active-promo-input::placeholder
{
    color: #fff;
}
.active-promocode.form-rseven .input-field.valid
{
    border: 2px solid #00ea25;
}
.active-promocode.form-rseven .invalid
{
    border: 2px solid #ec3c3c!important;
}
.active-promocode.form-rseven .main-button
{
    border-radius: 20px;
    font-size: 21px;
    height: 72px;
    margin: 16px auto;
    min-height: 72px;
}
.active-promocode.form-rseven .checkbox-wrapper
{
    display: none;
}
.active-promocode.form-rseven .account
{
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
.active-promocode.form-rseven .account-button
{
    font-size: 17px;
    margin: 0;
}
.active-promocode.form-rseven .account-button:after
{
    display: none;
}
.active-promocode.form-rseven .account-text
{
    font-size: 17px;
    font-weight: 300;
    margin: 0 5px 0 0;
}
.active-promocode.form-rseven .error-limit
{
    order: 2;
}
.streamer-form.form-rseven
{
    border: transparent;
    border-radius: 0 32px 32px 0;
    width: auto;
}
.streamer-form.form-rseven:before
{
    display: none;
}
.streamer-form.form-rseven .form-inner
{
    border: transparent;
    border-radius: 32px 0 0 32px;
    order: -1;
    padding: 44px 42px;
}
.streamer-form.form-rseven .form-inner:before
{
    display: none;
}
.streamer-form.form-rseven .input-field
{
    background: #211c02;
    border-radius: 6px;
    height: 52px;
}
.streamer-form.form-rseven .form-logo
{
    display: none;
    margin-bottom: 32px;
    width: 101px;
}
.streamer-form.form-rseven .form-title
{
    font-size: 30px;
    line-height: 1.4;
}
.streamer-form.form-rseven .custom-select
{
    background: #211c02;
    border: 2px solid #00ea25;
    border-radius: 6px;
    height: 52px;
}
.streamer-form.form-rseven .select-label
{
    height: 52px;
}
.streamer-form .active-promo-input::-moz-placeholder
{
    color: #fff;
}
.streamer-form .active-promo-input::placeholder
{
    color: #fff;
}
.streamer-form.form-rseven .input-field.valid
{
    border: 2px solid #00ea25;
}
.streamer-form.form-rseven .invalid
{
    border: 2px solid #ec3c3c!important;
}
.streamer-form.form-rseven .main-button
{
    border-radius: 20px;
    font-size: 21px;
    font-weight: 700;
    height: 72px;
    margin: 16px auto;
    min-height: 72px;
}
.streamer-form.form-rseven .checkbox-wrapper
{
    display: none;
}
.streamer-form.form-rseven .account
{
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
.streamer-form.form-rseven .account:before
{
    display: none;
}
.streamer-form.form-rseven .account-button
{
    font-size: 17px;
    margin: 0;
}
.streamer-form.form-rseven .account-button:after
{
    display: none;
}
.streamer-form.form-rseven .account-text
{
    font-size: 17px;
    font-weight: 300;
    margin: 0 5px 0 0;
}
.streamer-form.form-rseven .error-limit
{
    order: 2;
}
@media(max-width: 1000px)
{
    .form-rseven
    {
        border-radius: 0;
    }
    .form-rseven .form-inner
    {
        background-image: none;
        background: #262002;
        border-radius: 0;
    }
    .form-rseven .form-logo
    {
        margin-left: -18px;
    }
    .active-promocode.form-rseven
    {
        border: transparent;
        border-radius: 0;
        width: auto;
    }
    .active-promocode.form-rseven:before
    {
        display: none;
    }
    .active-promocode.form-rseven .form-logo
    {
        display: block;
    }
    .active-promocode.form-rseven .form-inner
    {
        border: transparent;
        border-radius: 0;
        padding: 24px 22px;
    }
    .active-promocode.form-rseven .form-title
    {
        font-size: 21px;
        line-height: 1.1;
    }
    .active-promocode.form-rseven .custom-select, .active-promocode.form-rseven .input-field, .active-promocode.form-rseven .select-label
    {
        height: 48px;
    }
    .active-promocode.form-rseven .main-button
    {
        border-radius: 16px;
        font-size: 16px;
        height: 52px;
        min-height: 52px;
    }
    .active-promocode.form-rseven .account-button, .active-promocode.form-rseven .account-text
    {
        font-size: 12px;
    }
    .streamer-form.form-rseven
    {
        border: transparent;
        border-radius: 0;
        width: auto;
    }
    .streamer-form.form-rseven:before
    {
        display: none;
    }
    .streamer-form.form-rseven .form-logo
    {
        display: block;
    }
    .streamer-form.form-rseven .form-inner
    {
        background: linear-gradient(195deg,#110846 1.91%,#17161f 98.61%);
        border: transparent;
        border-radius: 0;
        padding: 24px 22px;
    }
    .streamer-form.form-rseven .form-title
    {
        font-size: 21px;
        line-height: 1.1;
    }
    .streamer-form.form-rseven .custom-select, .streamer-form.form-rseven .input-field, .streamer-form.form-rseven .select-label
    {
        height: 48px;
    }
    .streamer-form.form-rseven .main-button
    {
        border-radius: 16px;
        font-size: 16px;
        height: 52px;
        margin: 12px auto!important;
        min-height: 52px;
    }
    .streamer-form.form-rseven .account-button, .streamer-form.form-rseven .account-text
    {
        font-size: 12px;
    }
}
@media(max-width: 600px)
{
    .form-rseven .form-inner
    {
        padding: 40px 24px;
    }
}
@media(max-width: 376px)
{
    .form-rseven .form-text
    {
        font-size: 11px;
    }
}