.user-dropdown{width:100%;display:inline-block;position:relative}.user-dropdown-trigger{cursor:pointer;align-items:center;gap:8px;display:flex;position:relative}.user-dropdown-trigger .icon-wrapper{position:absolute;top:0;right:0}.user-dropdown-trigger .icon-wrapper img{width:16px;height:16px}.user-dropdown-avatar-wrapper{background-color:var(--purple-light-background);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:relative}.user-dropdown-avatar-wrapper .user-dropdown-avatar{object-fit:cover;border-radius:50%;width:100%;height:100%}.user-dropdown-avatar-wrapper .user-dropdown-avatar-fallback{width:20px;height:auto}.user-dropdown-avatar-wrapper .user-status-wrapper{background-color:var(--background);border-radius:50%;justify-content:center;align-items:center;width:15px;height:15px;display:flex;position:absolute;bottom:0;right:-5px}.user-dropdown-avatar-wrapper .user-status-wrapper .user-status-icon-wrapper{background-color:var(--success-color);border-radius:50%;width:10px;height:10px}.user-dropdown-avatar-wrapper .user-status-wrapper .user-status-icon-wrapper img{object-fit:cover;border-radius:50%;width:100%;height:100%}.user-dropdown-info{flex-direction:column;font-size:14px;display:flex}.user-dropdown-name{font-weight:600}.user-dropdown-email{font-size:12px}.user-dropdown-arrow{font-size:12px}.user-dropdown-menu-dashboard{background:var(--color-white);border-radius:var(--radius-2xl);box-shadow:var(--shadow-md);z-index:999;border:1px solid var(--grey-border);width:264px;margin-top:12px;padding:6px;position:absolute;bottom:-12px;left:calc(100% + 20px);overflow:hidden}@media (max-width:1180px){.user-dropdown-menu-dashboard{width:100%;inset:auto 0 calc(100% + 8px)}}.user-dropdown-item{cursor:pointer;align-items:center;gap:12px;padding:12px 16px;font-size:14px;font-weight:600;transition:background .2s;display:flex}.user-dropdown-item svg{width:20px;height:20px;color:var(--grey-icon-color)!important}.user-dropdown-item:hover{background-color:var(--grey-hover-background)}.user-dropdown-invite{border:1px solid var(--grey-border);border-top:1px solid var(--grey-border);border-bottom-right-radius:16px;border-bottom-left-radius:16px;margin:4px -8px;padding:12px 8px;overflow:hidden}.user-dropdown-invite button{border:1px solid var(--grey-border);border-radius:var(--radius-md);justify-content:center;gap:4px;width:100%;padding:8px 0;display:flex}.user-dropdown-invite button:hover{background-color:var(--grey-hover-background)}.user-dropdown-invite svg{color:var(--grey-icon-color)}
