.profile-menu{display:none;position:fixed;top:100px;right:-100px;transform:translate(-50%);background-color:#fff;padding:20px;border-radius:6px;border:1px solid var(--stroke);color:var(--dark)!important;z-index:999999999999999;display:flex;flex-direction:column;gap:12px}.profile-menu.active{display:flex!important}.profile-menu:before{content:"";width:16px;height:16px;background-color:#fff;position:absolute;border:1px solid var(--stroke);border-bottom:none;border-right:none;top:-9px;left:80%;z-index:-2;transform:translate(-50%) rotate(45deg)}.profile-menu .menu__brand{display:flex;flex-direction:column;border-bottom:1px solid var(--stroke);padding-bottom:10px;color:var(--primary-text-color);font-weight:500}.profile-menu .menu__links{display:flex;flex-direction:column;color:var(--dark);font-weight:500;gap:5px}.menu__links>div:nth-child(1),.menu__links>div:nth-child(2),.menu__links>div:nth-child(3){display:none}.profile-menu .menu__links div{color:var(--dark)!important;cursor:pointer}.profile-menu .menu__links div:hover{color:var(--dark-4)!important}.profile-menu .menu__logout{display:flex;align-items:center;gap:6px;cursor:pointer}.profile-menu .menu__logout span{color:var(--dark)!important;font-weight:500}.profile__overlay{width:100%;height:100%;position:fixed;top:0}@media screen and (max-width: 768px){.profile-menu{position:fixed;top:75px;left:50%;border:1px solid red;width:100%;border:none;border-bottom:1px solid var(--stroke)}.profile-menu:before{content:"";border:none;width:0;height:0}.menu__links>div:nth-child(1),.menu__links>div:nth-child(2),.menu__links>div:nth-child(3){display:block}.profile__overlay{background-color:#0003}}
