.account-menu{position:relative;height:100%;display:flex;align-items:center}.account-name{height:46px;border:1px solid #173d35;background:#fffef9;display:flex;align-items:center;gap:12px;padding:5px 6px 5px 15px;cursor:pointer;font:600 13px "Space Grotesk"}.account-name i{width:32px;height:32px;border-radius:50%;background:#f0c84a;color:#173d35;display:grid;place-items:center;font-style:normal;font-size:10px}.account-popover{position:absolute;right:0;top:64px;width:225px;background:#fffef9;border:1px solid #173d35;box-shadow:8px 8px 0 #f0c84a;padding:15px;display:none;z-index:50}.account-menu.open .account-popover{display:grid}.account-popover b{font:600 14px "Space Grotesk"}.account-popover small{color:#6b7773;margin:4px 0 14px;overflow:hidden;text-overflow:ellipsis}.account-popover button{border:0;border-top:1px solid #d5dad5;background:none;text-align:left;padding:11px 2px;cursor:pointer;font-weight:600}.account-popover button:hover{color:#c34f30}.auth-form .button:disabled{opacity:.55;cursor:wait}@media(max-width:650px){.account-name>span{display:none}.account-popover{position:fixed;right:16px;top:110px}}
