﻿.link-item_wrapper__L7Ulh {
    width: 100%;
    text-align: start
}

.link-item_wrapper__L7Ulh:focus-visible {
    outline-offset: -1px
}

.link-item_item__ihh2r {
    display: flex;
    flex-direction: row;
    column-gap: 16px;
    align-items: center;
    position: relative;
    color: var(--primary);
    padding: 8px 16px;
    background: var(--select_default);
    transition: all .3s ease;
    cursor: pointer
}

.link-item_item__ihh2r:active, .link-item_item__ihh2r:hover {
    background: var(--select_hover)
}

.link-item_item__ihh2r:active .link-item_item__icon__3aIVH, .link-item_item__ihh2r:hover .link-item_item__icon__3aIVH {
    background: var(--select_item_hover)
}

.link-item_item__content__CG6pm {
    display: flex;
    flex-direction: column
}

.link-item_item__content__CG6pm span {
    color: var(--text_secondary)
}

.link-item_item__ihh2r .link-item_right_el__ecbEQ {
    position: absolute;
    inset-inline-end: 16px;
    top: 50%;
    transform: translateY(-50%)
}

.link-item_item__ihh2r .link-item_right_el__ecbEQ.link-item_with_sub__3ghxn {
    inset-inline-end: 56px
}

.language-item_lang_item__Br7Vi {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    min-width: 100%;
    column-gap: 16px;
    padding: 12px 16px;
    background: var(--select_default);
    color: var(--primary);
    cursor: pointer;
    transition: all .3s ease
}

.language-item_lang_item__Br7Vi:active, .language-item_lang_item__Br7Vi:hover {
    background: var(--bgHeaderItemHover)
}

.language-item_lang_item__Br7Vi img {
    border-radius: 50%;
    overflow: hidden
}

.settings-menu-content_wrapper__B_r1A {
    width: 100%
}

@media only screen and (max-width: 768px) {
    .settings-menu-content_wrapper__B_r1A {
        max-height: 110vh;
        height: 100%;
        overflow: hidden auto;
        padding: 0 8px
    }
}

@media only screen and (max-width: 576px) {
    .settings-menu-content_wrapper__B_r1A {
        padding: 0
    }
}

.settings-menu-content_wrapper__B_r1A.settings-menu-content_burger__lT6pw {
    padding: 0
}

@media only screen and (max-width: 768px) {
    .settings-menu-content_mobileContent__poq25 {
        padding: 0 !important
    }
}

.settings-menu_desktopIconWrapper__tVy9w, .settings-menu_desktopIconWrapper__tVy9w div {
    max-width: 40px !important;
    max-height: 40px !important
}

.settings-menu_tabletContainer__ht3Rf {
    padding: 3px 0
}

.un-auth-items_un_auth_items__wrapper__V5MBD {
    display: flex;
    flex-flow: row nowrap;
    column-gap: 32px;
    align-items: center
}

@media only screen and (max-width: 1024px) {
    .un-auth-items_un_auth_items__wrapper__V5MBD {
        column-gap: 16px
    }
}

.un-auth-items_un_auth_items__wrapper__V5MBD .un-auth-items_divider__6hOGs {
    display: none
}

@media only screen and (max-width: 1024px) {
    .un-auth-items_un_auth_items__wrapper__V5MBD .un-auth-items_divider__6hOGs {
        display: block;
        width: 1px;
        height: 24px;
        background: #2d2d2d
    }
}

@media only screen and (max-width: 1024px)and (max-width: 576px) {
    .un-auth-items_un_auth_items__wrapper__V5MBD .un-auth-items_divider__6hOGs {
        display: none
    }
}

.user-avatar_avatar_wrapper__IYDol {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    color: var(--primary)
}

.user-avatar_avatar_wrapper__IYDol span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.user-avatar_whiteAvatar__KODUt {
    color: #000
}

.user-avatar_whiteAvatar__KODUt .user-avatar_iconWrapper__tFWyA {
    background: #fff !important
}

.user-avatar-button_avatar_wrapper__11t_W {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    background: none
}

.user-avatar-button_avatar_wrapper__11t_W:focus-visible {
    outline-color: var(--white) !important
}

@media only screen and (max-width: 576px) {
    .user-avatar-button_avatar_wrapper__11t_W {
        width: 32px;
        height: 32px
    }
}

.kyc-status-badge_kyc_wrapper__AihMs {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 8px
}

.kyc-status-badge_kyc_badge__yQ4gA {
    display: flex;
    flex-flow: row nowrap;
    column-gap: 8px;
    align-items: center;
    color: var(--primary)
}

.kyc-status-badge_kyc_badge__yQ4gA .kyc-status-badge_kyc_badge__icon__eLZwn {
    max-width: 20px;
    max-height: 20px;
    min-height: 20px;
    min-width: 20px
}

.kyc-status-badge_kyc_badge__yQ4gA .kyc-status-badge_kyc_badge__icon__eLZwn svg {
    width: 100%;
    height: 100%
}

.kyc-status-badge_kyc_badge__yQ4gA.kyc-status-badge_in_progress__F3WM7 svg:first-child path {
    color: #ffa64c
}

.kyc-status-badge_kyc_badge__yQ4gA.kyc-status-badge_not_passed__DY9mj svg:first-child path {
    color: var(--primary)
}

.kyc-status-badge_kyc_badge__yQ4gA.kyc-status-badge_approved__1N1Ar {
    color: var(--success)
}

html[dir=rtl] .kyc-status-badge_kyc_badge__yQ4gA .kyc-status-badge_badge__arrow__8qCOt {
    transform: rotate(180deg)
}

.user-header_user__qJG0v {
    display: flex;
    flex-flow: row nowrap;
    column-gap: 16px;
    padding: 8px 16px;
    color: var(--primary);
    background: var(--select_default);
    transition: all .3s ease
}

.user-header_user__info__TCBV2 {
    display: flex;
    flex-direction: column
}

.user-header_user__uid__kiv3R {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    column-gap: 4px;
    color: var(--text_secondary)
}

.user-header_user__uid__kiv3R button {
    color: var(--text_secondary);
    cursor: pointer
}

.user-header_user__uid__kiv3R button svg {
    transform: translateY(1px)
}

.user-header_user__uid__kiv3R button:focus-visible {
    outline-offset: 2px;
    border-radius: 2px
}

.user-header_kyc_skeleton__nOjLa {
    width: 160px;
    height: 20px
}

.currency-item_currency_item__5XDN1 {
    width: 100%;
    position: relative;
    flex-wrap: nowrap;
    color: var(--primary);
    cursor: pointer;
    transition: all .3s ease;
    display: flex;
    align-items: center
}

.currency-item_currency_item_default__Kem8J {
    padding: 12px 16px;
    column-gap: 16px;
    background: var(--select_default)
}

.currency-item_currency_item_default__Kem8J:active, .currency-item_currency_item_default__Kem8J:hover {
    background: var(--bgHeaderItemHover)
}

.currency-item_currency_item_default__Kem8J .currency-item_currency_item__symbol__IXgBG {
    width: 24px;
    height: 24px;
    background: var(--neutral_80)
}

.currency-item_currency_item_small__zQvHp {
    padding: 0;
    column-gap: 4px
}

.currency-item_currency_item_small__zQvHp .currency-item_currency_item__symbol__IXgBG {
    width: 16px;
    height: 16px;
    background: var(--neutral_80)
}

.currency-item_currency_item__symbol__IXgBG {
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text_inverted)
}

.user-center-content_wrapper__yJRGM {
    width: 100%
}

@media only screen and (max-width: 768px) {
    .user-center-content_wrapper__yJRGM {
        max-height: 110vh;
        height: 100%;
        overflow: hidden auto;
        padding: 0 8px
    }
}

@media only screen and (max-width: 576px) {
    .user-center-content_wrapper__yJRGM {
        padding: 0
    }
}

.user-center-content_wrapper__yJRGM.user-center-content_burger__3rpOP {
    padding: 0
}

.user-center-content_divider__YZbaf {
    margin: 7.5px 16px;
    height: 1px;
    max-width: 100%;
    background: var(--select_border);
    border-radius: 1px;
    transition: all .3s ease
}

.user-center-content_subItem__kbgeR {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--select_border);
    padding-top: 8px;
    margin-top: 8px
}

.user-center-content_subItem__kbgeR.user-center-content_burger__3rpOP {
    border: none;
    padding: 0;
    margin: 0
}

@media only screen and (max-width: 768px) {
    .user-center-content_mobileContent__uBvpw {
        padding: 0 !important
    }
}

.user-center_container__ROtZD, .wallet-item_wallets_item__x8kt_ {
    background: var(--select_default);
    transition: all .3s ease
}

.wallet-item_wallets_item__x8kt_ {
    position: relative;
    display: flex;
    column-gap: 16px;
    align-items: center;
    padding: 8px 16px;
    cursor: pointer;
    width: 100%;
    text-align: start;
    color: var(--primary)
}

.wallet-item_wallets_item__x8kt_:active, .wallet-item_wallets_item__x8kt_:hover {
    background: var(--select_hover)
}

.wallet-item_wallets_item__x8kt_:active > div, .wallet-item_wallets_item__x8kt_:hover > div {
    background: var(--select_item_hover)
}

.wallet-item_wallets_item__x8kt_:focus-visible {
    outline: 1px solid var(--primary);
    outline-offset: -1px
}

.wallets_wallets_links__Geyed {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px solid var(--select_border);
    height: 100%;
    max-height: calc(100dvh - 80px);
    overflow: hidden auto
}

.wallets_wallets_links__Geyed.wallets_burger__ueTQg {
    border: none;
    padding: 0;
    margin: 0
}

.wallets_mainList__55Sm_ {
    height: 100%;
    max-height: 100dvh;
    overflow: hidden auto
}

@media only screen and (max-width: 768px) {
    .wallets_mainList__55Sm_, .wallets_mobileContent__5EZ3Q {
        padding: 0 !important
    }
}

.control-list_control_list__SWYcd {
    display: flex;
    flex-direction: row;
    column-gap: 16px;
    align-items: center
}

@media only screen and (max-width: 576px) {
    .control-list_user_center__QajPy {
        order: 1
    }

    .control-list_notifications__f2NTN {
        order: 0
    }
}

.control-list_divider__nEyVp {
    width: 1px;
    height: 24px;
    background: #2d2d2d;
    border-radius: 1px;
    display: block
}

@media only screen and (max-width: 576px) {
    .control-list_divider__nEyVp {
        display: none
    }
}

.header-logo_logo__wrapper__I4s_s {
    fill: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px
}

.header-logo_logo__wrapper__I4s_s:focus-visible {
    outline-color: var(--white)
}

@media only screen and (max-width: 576px) {
    .header-logo_logo__wrapper__I4s_s {
        gap: 8px
    }
}

.header-logo_logo__icon__l4VN_ {
    width: 32px;
    height: 32px
}

@media only screen and (max-width: 576px) {
    .header-logo_logo__icon__l4VN_ {
        width: 21px;
        height: 24px
    }
}

.header-logo_logo__text__2ToSb {
    width: 131px;
    height: 22px
}

@media only screen and (max-width: 576px) {
    .header-logo_logo__text__2ToSb {
        width: 87px;
        height: 15px
    }
}

.rewards-item_trigger__FAojl {
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer
}

.rewards-item_trigger__badge__Vcqmt {
    height: 24px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 24px;
    background: linear-gradient(90deg, #ffa215, #ff5c4d 33%, #eb469f 66%, #8341ef)
}

.rewards-item_tooltip_wrapper__2zg7H {
    margin-top: 15px
}

.rewards-item_tooltip__NKVfd {
    max-width: 343px;
    padding: 12px 16px;
    display: flex;
    flex-flow: column;
    gap: 8px
}

.rewards-item_tooltip_btn__x9_IX {
    max-width: max-content
}

.nav-el_nav__item__gg1Rw {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    column-gap: 16px;
    padding: 8px 16px;
    background: var(--select_default);
    transition: all .3s ease;
    cursor: pointer;
    text-align: start;
    width: 100%
}

.nav-el_nav__item__gg1Rw.nav-el_with_children__Q_F56 {
    -webkit-padding-end: 56px;
    padding-inline-end: 56px
}

.nav-el_nav__item__gg1Rw:active, .nav-el_nav__item__gg1Rw:hover {
    background: var(--select_hover)
}

.nav-el_nav__item__gg1Rw:active .nav-el_item__icon__4jMl8, .nav-el_nav__item__gg1Rw:hover .nav-el_item__icon__4jMl8 {
    background: var(--select_item_hover)
}

.nav-el_nav__item__gg1Rw:focus-visible:after {
    inset: 2px 6px !important
}

.nav-el_nav__item__gg1Rw .nav-el_content__cV4fk {
    display: flex;
    flex-direction: column
}

.nav-el_nav__item__gg1Rw .nav-el_content__cV4fk p {
    color: var(--primary)
}

.nav-el_nav__item__gg1Rw .nav-el_content__cV4fk span {
    color: var(--text_secondary)
}

.nav-item_nav_title__plD_m {
    display: flex;
    column-gap: 2px;
    align-items: center;
    color: var(--white);
    cursor: pointer;
    border: none;
    outline: none;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    transition: all .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.nav-item_nav_title__plD_m p {
    white-space: nowrap;
    color: var(--white)
}

.nav-item_nav_title__plD_m .nav-item_nav_arrow___3LCS {
    width: 16px;
    height: 16px
}

.nav-item_nav_title__plD_m.nav-item_open__MLccd .nav-item_nav_arrow___3LCS, .nav-item_nav_title__plD_m.nav-item_open__MLccd p, .nav-item_nav_title__plD_m:active .nav-item_nav_arrow___3LCS, .nav-item_nav_title__plD_m:active p, .nav-item_nav_title__plD_m:hover .nav-item_nav_arrow___3LCS, .nav-item_nav_title__plD_m:hover p {
    transition: all .3s ease;
    color: #b1b1b1
}

.nav-item_nav_title__plD_m.nav-item_open__MLccd .nav-item_nav_arrow___3LCS {
    transform: rotate(180deg)
}

.nav-item_nav__fAaDy {
    display: flex;
    flex-direction: column;
    color: var(--primary)
}

.nav-item_nav__fAaDy.nav-item_sub__Ll_Ch {
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px solid var(--select_border)
}

.nav-item_divider__QEYqi {
    width: 100%;
    height: 1px;
    margin: 8px 16px;
    background: var(--select_border);
    border-radius: 1px
}

.nav-item_dividerWrapper__us26o {
    width: 100%;
    padding: 8px 16px
}

.nav-item_dividerWrapper__us26o .nav-item_dividerContent__roano {
    width: 100%;
    height: 1px;
    background: var(--select_border)
}

.nav-list_nav_list__l20_R {
    display: flex;
    flex-direction: row;
    column-gap: 16px;
    align-items: center;
    padding: 0 0 0 16px;
    list-style: none
}

@media only screen and (max-width: 1600px) {
    .nav-list_nav_list__l20_R {
        display: none
    }
}

.nav-list_nav_list__l20_R .nav-list_nav_item__AyNvj {
    display: flex
}

@media only screen and (max-width: 1600px) {
    .nav-list_nav_list__l20_R.nav-list_long_lang__vPIMF {
        display: none
    }
}

.nav-list_nav_list__l20_R .nav-list_list__item__plm9R, .nav-list_nav_list__l20_R > p {
    color: var(--white);
    transition: all .3s ease
}

.nav-list_nav_list__l20_R .nav-list_list__item__plm9R:active, .nav-list_nav_list__l20_R .nav-list_list__item__plm9R:hover, .nav-list_nav_list__l20_R > p:active, .nav-list_nav_list__l20_R > p:hover {
    color: #b1b1b1
}

.nav-list_nav_list__l20_R .nav-list_other_links__mdyW_ {
    display: flex;
    align-items: center;
    column-gap: 2px
}

.nav-list_nav_list__l20_R .nav-list_other_links__mdyW_ p {
    color: var(--white);
    transition: all .3s ease
}

.nav-list_nav_list__l20_R .nav-list_other_links__mdyW_ p:active, .nav-list_nav_list__l20_R .nav-list_other_links__mdyW_ p:hover {
    color: #b1b1b1
}

.nav-list_nav_list__l20_R .nav-list_other_links__mdyW_:focus-visible {
    outline-color: var(--white)
}

.nav-list_nav_list__l20_R .nav-list_other_links__mdyW_:focus-visible p {
    color: #b1b1b1
}

.nav-list_nav_list__l20_R .nav-list_tag__aCT_9 {
    background: #3ac270;
    border-radius: 10px;
    padding: 1px 6px;
    color: var(--black);
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.nav-list_dividerWrapper__XGbHc {
    padding: 0 16px 0 0
}

.nav-list_dividerWrapper__XGbHc .nav-list_dividerContent__Pjn1c {
    width: 1px;
    height: 24px;
    background: #2d2d2d;
    border-radius: 1px
}

.header_header__w2BOs {
    background: var(--black);
    color: var(--white)
}

.header_header_container__wPrdF {
    margin: 0 auto;
    max-width: 100dvw;
    min-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 8px;
    padding: 20px 32px;
    align-items: center;
    max-height: 80px
}

@media only screen and (max-width: 768px) {
    .header_header_container__wPrdF {
        padding: 12px 16px
    }
}

.header_header__main_nav__JoGLs {
    display: flex;
    column-gap: 16px;
    align-items: center;
    height: 40px
}

.header_header__w2BOs .header_menu_title__eFfGI {
    background: #242424;
    border-radius: 24px;
    color: var(--white);
    padding: 2px 6px
}

@media only screen and (max-width: 576px) {
    .header_header__w2BOs .header_menu_title__eFfGI {
        margin: 0 0 0 -12px;
        padding: 0 4px;
        border-radius: 18px;
        font-size: 10px !important;
        line-height: 16px !important
    }
}
