.styles_container__Q79V1 {
    font-size: 14px;
    font-weight: 400;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    flex: 1 1;
    margin-top: -4px
}

.styles_container__Q79V1 .styles_messageText__Dk6eF {
    color: #fff
}

.styles_container__Q79V1 .styles_descriptionText__dBJZj {
    opacity: .7;
    color: #fff;
    font-size: 12px;
    max-width: 250px
}

.styles_container__Q79V1 .styles_walletLink__zsD3e {
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: 5px;
    font-size: 12px;
    opacity: .7
}

.styles_container__Q79V1 button {
    background-color: #f5f5f5
}

.styles_container__Q79V1 .styles_btnClose__LgUGh svg {
    opacity: .7
}

.styles_container__Q79V1 .styles_btnClose__LgUGh svg path {
    fill: #fff
}

.styles_RequiredBackupModal_container__KDHvt {
    display: grid;
    place-items: center
}

.styles_RequiredBackupModal_wrapper__GQ8KB {
    min-width: 90%;
    text-align: center;
    border-radius: 12px;
    background: #292929
}

.styles_RequiredBackupModal_wrapper__GQ8KB h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #fff
}

.styles_block_wrapper__0y6XB {
    border-radius: 8px;
    text-align: left
}

.styles_block_wrapper__0y6XB h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: 8px;
    color: #fff
}

.styles_keyWrapper__VjCRO {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 16px 20px;
    gap: 2px;
    border-radius: 8px;
    background-color: #cbc7c7;
    width: 100%
}

.styles_tips_wrapper__NtcH7 {
    padding: 8px 12px;
    border-radius: 8px;
    background: #000;
    color: #fff
}

.styles_tips_wrapper__NtcH7 h6 {
    font-weight: 600;
    font-size: 12px
}

.styles_tips_wrapper__NtcH7 li {
    font-size: 12px;
    list-style: disc;
    margin-left: 16px;
    line-height: 160%;
    opacity: .7
}

.styles_input__We2gF {
    border-radius: 8px;
    border: 1px solid var(--naka-confirmBorder);
    background: var(--naka-confirmBg);
    padding: 12px;
    color: var(--naka-confirmText);
    font-size: 12px;
    font-weight: 500;
    outline: none;
    width: 100%
}

.styles_confirm_btn__9Ctit {
    margin-top: 16px;
    width: 100%;
    padding: 10px 0;
    border-radius: 100px;
    border: none;
    background-color: #fff;
    color: #000
}

.styles_confirm_btn__9Ctit:disabled {
    opacity: .5
}

.styles_description__K5Wfa {
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 8px;
    opacity: .7
}

.styles_keySet__Mh6vr {
    font-size: 16px;
    line-height: 1.4;
    line-break: anywhere;
    text-align: left;
    font-weight: 500
}

.styles_qrWrapper__EqR2A {
    display: flex;
    justify-content: center
}

.styles_codeInput__D7HcZ>div:not(.styles_error__7pn1V) {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 4px;
    gap: 4px
}

.styles_codeInput__D7HcZ input {
    box-shadow: 0 0 12px -6px hsla(0, 0%, 100%, .15);
    border: 1px solid hsla(0, 0%, 100%, .15);
    background: transparent;
    width: 80% !important;
    height: 60px !important;
    aspect-ratio: 1/1;
    border-radius: 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #fff
}

@media screen and (max-width:767px) {
    .styles_codeInput__D7HcZ input {
        width: 100% !important;
        height: unset !important
    }
}

.styles_codeInput__D7HcZ .styles_error__7pn1V p {
    font-size: 12px;
    font-weight: 500;
    margin-top: 4px;
    color: red !important
}

.styles_copy_btn__BC7bB {
    width: 100%;
    gap: 4px;
    height: 40px;
    font-size: 14px;
    margin-top: 24px;
    border: none;
    border-radius: 100px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #000
}

.styles_codeWrapper__7N_4N {
    justify-content: space-between
}

.ScrollWrapper_refreshWrapper__ZLsVi,
.ScrollWrapper_refreshWrapper__ZLsVi .ScrollWrapper_wrapperScroll__EOg_u {
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch
}

.ScrollWrapper_refreshWrapper__ZLsVi .ScrollWrapper_wrapperScroll__EOg_u {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 100vw;
    transition: transform 0s linear
}

.ScrollWrapper_refreshWrapper__ZLsVi .ScrollWrapper_wrapperScroll__EOg_u::-webkit-scrollbar {
    display: none
}

.ScrollWrapper_refreshWrapper__ZLsVi .ScrollWrapper_wrapperScroll__EOg_u::-moz-scrollbar {
    display: none
}

.ScrollWrapper_refreshWrapper__ZLsVi .ScrollWrapper_loading__9DVTO img {
    height: 44px
}

@keyframes react-loading-skeleton {
    to {
        transform: translateX(100%)
    }
}

.react-loading-skeleton {
    --base-color: #ebebeb;
    --highlight-color: #f5f5f5;
    --animation-duration: 1.5s;
    --animation-direction: normal;
    --pseudo-element-display: block;
    background-color: var(--base-color);
    width: 100%;
    border-radius: .25rem;
    display: inline-flex;
    line-height: 1;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden;
    z-index: 1
}

.react-loading-skeleton:after {
    content: " ";
    display: var(--pseudo-element-display);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, var(--base-color), var(--highlight-color), var(--base-color));
    transform: translateX(-100%);
    animation-name: react-loading-skeleton;
    animation-direction: var(--animation-direction);
    animation-duration: var(--animation-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion) {
    .react-loading-skeleton {
        --pseudo-element-display: none
    }
}

.styles_skeletonWrapper__x28zL {
    width: 100%
}

.styles_skeletonWrapper__x28zL .styles_item__d3C2m {
    background: hsla(0, 0%, 100%, .09);
    padding: 16px;
    height: 76px;
    border-radius: 12px;
    display: flex;
    gap: 12px;
    margin-bottom: 12px
}

.styles_skeletonWrapper__x28zL .styles_item__d3C2m .styles_avatar__BynNE span {
    display: flex
}

.styles_container__GBmvc {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%;
    padding: 14px 0;
    font-size: 12px;
    color: #898989;
    white-space: nowrap
}

.styles_container__GBmvc .styles_userColumn__lP_3O {
    flex: 3 1;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center
}

.styles_container__GBmvc .styles_percentColumn__jCFet,
.styles_container__GBmvc .styles_tokenColumn__u2Zw0 {
    flex: 1 1;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.styles_percent__YWnxq {
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    align-self: flex-end;
    gap: 4px
}

.styles_percent__YWnxq.styles_hight__MY_lN {
    color: #62ff97
}

.styles_percent__YWnxq.styles_low__9HO9Z {
    color: #ff4747
}

.styles_modalContent__54kbZ {
    background: #fff;
    width: 100%
}

.styles_modalContent__54kbZ.styles_supperSmall__FkkuF {
    max-width: unset !important;
    width: 240px !important
}

.styles_modalContent__54kbZ.styles_small__nyWhE {
    max-width: unset !important;
    width: 520px
}

.styles_modalContent__54kbZ.styles_normal__QldXK {
    max-width: unset !important;
    width: 780px !important
}

.styles_modalContent__54kbZ.styles_extra__PcBf_ {
    max-width: unset !important;
    width: 920px !important
}

.styles_modalHeader__3EsBm {
    border: none;
    padding-top: 0;
    padding-bottom: .75rem !important
}

.styles_modalHeader_title__fqmkr {
    font-weight: 500;
    color: #fff;
    margin-top: 1.125rem !important;
    line-height: 140%
}

.styles_modalHeader_description__gI2er {
    color: #fff;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    white-space: break-spaces
}

.styles_modalHeader_closeBtn__jLiG6 {
    padding: 8px !important;
    background-color: rgba(1, 1, 1, .2) !important;
    position: absolute;
    right: 12px;
    top: 12px;
    border-radius: 8px
}

.styles_modalHeader_closeBtn__jLiG6:focus-visible {
    outline: none
}

.styles_modalHeader_closeBtn__jLiG6:hover {
    transform: scale(1.1);
    transition: all .3s
}

.styles_modalHeader_closeBtn__jLiG6:hover svg path {
    fill: #000 !important;
    fill-opacity: 1 !important
}

.styles_container__VrLWz {
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    width: 100%
}

.styles_container__VrLWz loading img {
    height: 44px
}

.styles_modalMiniChart__pJxrs {
    overflow: hidden !important;
    border-top: none !important
}

.styles_modalMiniChart__pJxrs .chakra-modal__body {
    overflow: hidden !important;
    padding: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.styles_modalMiniChart__pJxrs .chakra-modal__body>div {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    overflow: hidden
}

.styles_chartContainer__aenyC {
    padding: 0 !important;
    overflow: hidden !important
}

.styles_baseContent__jkiBt {
    background-color: var(--main-bg) !important;
    min-height: 400px
}

.styles_container__zlmSQ {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%;
    padding: 14px 0;
    cursor: pointer
}

.styles_container__zlmSQ .styles_userColumn__UgjZz {
    flex: 3 1;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center
}

.styles_container__zlmSQ .styles_tokenColumn__U_XvO {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center
}

.styles_container__zlmSQ .styles_tokenColumn__U_XvO .styles_tokenColumnChart__gTB0i {
    width: auto
}

.styles_container__zlmSQ .styles_percentColumn__uYZxE {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center
}

.styles_container__zlmSQ .styles_followerX__Ai_jy {
    display: flex;
    align-items: center;
    gap: 4px;
    opacity: 60%
}

.styles_container__zlmSQ .styles_name__SwSnJ {
    color: #fff;
    line-height: 20px;
    max-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 14px
}

.styles_container__zlmSQ:hover .styles_name__SwSnJ {
    color: var(--primary-color) !important
}

.styles_container__zlmSQ .styles_desc__HXrZ8 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 400
}

.styles_container__zlmSQ .styles_time__7Qzwo {
    opacity: 60%
}

.styles_container__zlmSQ .styles_avatar__MSCwp {
    object-fit: cover;
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.styles_empty__3wCTJ {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px
}

.styles_empty_text__ZwYvC {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    opacity: .7
}

.styles_container__Su25G {
    height: inherit
}

.styles_container__Su25G .styles_list__OhelQ {
    width: 100%;
    height: 100%;
    border-radius: 12px
}

.styles_iconX__z2BGw svg {
    width: 16px;
    height: 16px
}

.styles_percent__Ce9hh {
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    align-self: flex-end;
    gap: 4px
}

.styles_percent__Ce9hh.styles_hight___LYoO {
    color: #62ff97
}

.styles_percent__Ce9hh.styles_low__cgb1h {
    color: #ff4747
}

.styles_name__Vk_6S {
    color: var(--naka-text) !important;
    line-height: 20px;
    max-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 14px
}

.styles_desc__zDiCV {
    font-size: 12px;
    opacity: .7
}

.styles_container___GIc_ {
    height: inherit;
    width: 768px;
    margin: 0 auto
}

@media screen and (max-width:768px) {
    .styles_container___GIc_ {
        width: 100%;
        padding: 0 16px
    }
}

.styles_container__u0rF_ {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.styles_container__u0rF_ .styles_bgBox__omRvu {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 76px)
}

.styles_container__u0rF_ .styles_bg1__Tzvba {
    width: 100%;
    height: 100%
}

.styles_container__u0rF_ .styles_bg1__Tzvba img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.styles_container__u0rF_ .styles_bg2__ghxFc {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0
}

.styles_container__u0rF_ .styles_bg2__ghxFc img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.styles_container__u0rF_ .styles_contentBox__8ALQU {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 60px
}

.styles_container__u0rF_ .styles_title__R4Ih2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 140%;
    color: #000;
    text-align: center;
    align-self: center;
    width: 70%;
    max-width: 1024px;
    letter-spacing: .02em
}

.styles_container__u0rF_ .styles_title__R4Ih2 span {
    color: #04c57f
}

@media(max-width:767px) {
    .styles_container__u0rF_ .styles_title__R4Ih2 {
        font-size: 20px;
        width: 80%
    }
}

.styles_container__u0rF_ .styles_description__NtWXB {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .02em;
    text-align: center;
    width: 70%;
    max-width: 768px;
    color: #000
}

.styles_container__u0rF_ .styles_btnApply__H1jGS {
    font-weight: 500;
    font-size: 16px;
    min-width: 64px;
    padding: 6px 40px;
    background: #fff;
    color: #6633ce;
    height: 48px;
    border-radius: 100px;
    border: 1px solid #6633ce;
    cursor: pointer
}

@media(max-width:767px) {
    .styles_container__u0rF_ .styles_btnApply__H1jGS {
        font-size: 18px
    }
}

.styles_container__u0rF_ .styles_btnJoin__mP19Y {
    font-weight: 500;
    font-size: 16px;
    color: #6633ce;
    display: flex;
    align-items: center;
    letter-spacing: -1%
}

.styles_container__u0rF_ .styles_btnJoin__mP19Y:hover {
    color: #6633ce;
    cursor: pointer
}

.styles_container__u0rF_ .styles_btnJoin__mP19Y:hover svg {
    animation: styles_flying___1dYJ 1s ease-in-out infinite
}

@media(max-width:767px) {
    .styles_container__u0rF_ .styles_btnJoin__mP19Y {
        font-size: 18px
    }
}

.styles_animateBounce__z_4Le {
    animation: styles_flying___1dYJ 5s ease-in-out infinite;
    max-height: 300px;
    margin: 0 auto
}

.styles_arrow__3Wh4p {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%);
    cursor: pointer;
    z-index: 1
}

.styles_arrow__3Wh4p span {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(45deg);
    margin: -10px;
    animation: styles_animate__5IFgI 2s infinite
}

.styles_arrow__3Wh4p span:nth-child(2) {
    animation-delay: -.2s
}

.styles_arrow__3Wh4p span:nth-child(3) {
    animation-delay: -.4s
}

@keyframes styles_animate__5IFgI {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px)
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px)
    }
}

@keyframes styles_flying___1dYJ {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(3px)
    }
    to {
        transform: translateX(0)
    }
}