<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.styles_container__lDpax
{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    padding: 16px 12px;
    width: 100%;
    border-radius: 12px;
    margin-bottom: 4px;
    background-color: var(--modal-seconary-bg);
    transition: var(--default-transition);
}
.styles_withHover__L5b_o:hover
{
    background-color: var(--active-link-background);
    cursor: pointer;
}
.styles_avatarWrap__G3qzF
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--light-bg-color);
}
.styles_avatarWrap__G3qzF svg
{
    width: 20px;
    height: 20px;
}
.styles_avatarWrap__G3qzF img
{
    object-fit: cover;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.styles_avatarWrap__G3qzF .styles_levelIcon__Ln36M svg
{
    position: absolute;
    width: 7px;
    height: 10px;
    right: 2px;
    bottom: 2px;
    z-index: 1;
}
.styles_infoBlock__XejXo
{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.styles_infoBlock__XejXo .styles_userName__lyhaN
{
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: var(--main-lightText-color);
}
.styles_infoBlock__XejXo .styles_userId__dMcWF
{
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: var(--base-no-active);
}
@media(max-width: 1024px)
{
    .styles_hide__3oiPU
    {
        display: none;
    }
}
.styles_listContainer__zr1_i
{
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 256px;
    height: max-content;
    min-width: 256px;
    padding: 16px 12px 24px;
    border-radius: 12px;
    background-color: var(--modal-seconary-bg);
}
.styles_buttonWrapper__w0jd3
{
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 100%;
    min-width: 0;
    padding-top: 16px;
    border-top: 1px solid var(--separarator-color);
}
.styles_separator__hznJ6
{
    width: 100%;
    height: 1px;
    background-color: var(--separarator-color);
}
.styles_selectedTab__ELdpw
{
    display: none;
}
.styles_dropDownWrap__0cylf
{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 8px;
}
.styles_mainBg__3lPtk
{
    background-color: var(--light-bg-color);
}
.styles_account__BNvms
{
    max-height: calc(100vh - 80px);
    overflow-y: auto;
}
@media(max-width: 1024px)
{
    .styles_listContainer__zr1_i
    {
        width: 100%;
        min-width: 0;
        padding: 5px 0 18px;
        gap: 14px;
    }
    .styles_listContainer__zr1_i .styles_container__fKD38
    {
        display: none;
    }
    .styles_buttonWrapper__w0jd3
    {
        margin: 0 12px;
    }
    .styles_selectedTab__ELdpw
    {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 42px;
        width: 100%;
        min-width: 256px;
        border-radius: 12px;
        padding: 0 18px;
        background: var(--modal-seconary-bg);
        transition: all .2s ease-in-out;
    }
    .styles_selectedTab__ELdpw .styles_opened__ykLgt
    {
        transform: rotate(180deg);
    }
    .styles_selectedTab__ELdpw .styles_closed__ilHWG
    {
        transform: rotate(0deg);
    }
    .styles_selectedTab__ELdpw .styles_selectedTab__ELdpw
    {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 42px;
        width: 100%;
        min-width: 256px;
        border-radius: 12px;
        padding: 0 18px;
        background: var(--modal-seconary-bg);
        transition: all .2s ease-in-out;
    }
    .styles_selectedTab__ELdpw .styles_selectedTab__ELdpw .styles_opened__ykLgt
    {
        transform: rotate(180deg);
    }
    .styles_selectedTab__ELdpw .styles_selectedTab__ELdpw .styles_closed__ilHWG
    {
        transform: rotate(0deg);
    }
    .styles_account__BNvms
    {
        max-height: calc(100vh - 80px);
        overflow-y: auto;
    }
    .styles_mobileMainMenu__k8VYm
    {
        max-height: calc(100dvh - 230px);
        overflow-y: auto;
    }
    .styles_notAuthedMenu__X_vPe
    {
        max-height: calc(100dvh - 146px);
    }
}</pre></body></html>