ul.dropdown-menu{position:fixed;z-index:50;margin-top:.5rem;max-height:80vh;overflow-y:auto;border-radius:.5rem;padding:.5rem 0;display:none;background:var(--ds-dark-grey);border:1px solid rgba(255 255 255/.08);box-shadow:0 8px 32px rgba(0,0,0,.45)}ul.dropdown-menu.show,ul.dropdown-menu.show-profile-menu{display:block}html.theme-light ul.dropdown-menu{background:var(--ds-card-bg);border-color:rgba(0 0 0/.05)}ul.dropdown-menu .dropdown-item{display:flex;width:100%;align-items:center;justify-content:flex-start;gap:.5rem;border-radius:.375rem;padding:.5rem 1rem;font-size:1rem;line-height:1.5rem;font-weight:500;--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:75ms}ul.dropdown-menu .dropdown-item:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}ul.dropdown-menu .dropdown-item{background:transparent}html.theme-light ul.dropdown-menu .dropdown-item{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}html.theme-light ul.dropdown-menu .dropdown-item:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}ul.dropdown-menu .dropdown-item:focus-visible,ul.dropdown-menu .dropdown-item:hover{background:rgba(var(--accent-rgb,99 102 241)/.18)}ul.dropdown-menu .logout-item{color:#FF4874}