.user-nav-wrapper{background-color:var(--cds-layer);align-items:center;gap:var(--cds-spacing-03);z-index:11;height:48px;transition:width var(--cds-duration-fast-02)var(--cds-standard-easing),min-width var(--cds-duration-fast-02)var(--cds-standard-easing),gap var(--cds-duration-fast-02)var(--cds-standard-easing);will-change:width;border-radius:10px;justify-content:center;padding:12px 8px;display:inline-flex;position:fixed;top:.75rem;right:.75rem}.user-nav-wrapper .profile-button{background-color:var(--theme-layer-layer-02);border-radius:100px;width:32px;height:32px;margin-top:-4px;margin-bottom:-4px;position:relative}.user-nav-wrapper .profile-button .cds--menu{border-radius:8px;margin-top:36px;position:absolute;transform:translate(-160px)}.user-nav-wrapper .divider{background-color:var(--cds-layer-hover);width:1px;height:24px;position:relative}.user-nav-wrapper .presence-avatars{align-items:center;gap:var(--cds-spacing-02);transition:gap var(--cds-duration-fast-02)var(--cds-standard-easing);display:flex}.user-nav-wrapper .presence-avatar{border:2px solid var(--cds-layer);width:28px;height:28px;transition:opacity var(--cds-duration-fast-02)var(--cds-standard-easing),transform var(--cds-duration-fast-02)var(--cds-standard-easing),max-width var(--cds-duration-fast-02)var(--cds-standard-easing),margin var(--cds-duration-fast-02)var(--cds-standard-easing);opacity:1;cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;max-width:28px;display:flex;position:relative;overflow:hidden;transform:scale(1)}.user-nav-wrapper .presence-avatar.presence-overflow{background:var(--cds-layer-02);color:var(--cds-text-primary);border-color:var(--cds-border-subtle-01)}.user-nav-wrapper .presence-avatar.presence-avatar-enter{animation:presence-avatar-enter var(--cds-duration-fast-02)var(--cds-standard-easing)forwards}.user-nav-wrapper .presence-avatar.presence-avatar-exit{animation:presence-avatar-exit var(--cds-duration-fast-02)var(--cds-standard-easing)forwards}@keyframes presence-avatar-enter{0%{opacity:0;max-width:0;margin-left:0;margin-right:0;transform:scale(0)}to{opacity:1;max-width:28px;margin-left:0;margin-right:0;transform:scale(1)}}@keyframes presence-avatar-exit{0%{opacity:1;max-width:28px;margin-left:0;margin-right:0;transform:scale(1)}to{opacity:0;max-width:0;margin-left:0;margin-right:0;transform:scale(0)}}.user-nav-wrapper .presence-initials{color:#fff;-webkit-user-select:none;user-select:none;font-weight:500}.presence-overflow .user-nav-wrapper .presence-initials{color:var(--cds-text-primary)}.cds--popover-content.cds--tooltip-content{padding:var(--cds-spacing-02)var(--cds-spacing-03)!important}
