.Menu{position:relative}.Menu--open{z-index:3}.Menu__activator{cursor:pointer}.Menu__container{background:#fff;border-radius:8px;box-shadow:0 4px 24px #0000001a;font-size:1rem;max-width:320px;min-width:200px;padding:8px;position:absolute}.Menu__container:empty{display:none}.Menu__container--open{z-index:9999}.Menu__container--v-top{bottom:calc(100% + 8px)}.Menu__container--v-bottom{top:calc(100% + 8px)}.Menu__container--v-center{top:50%;transform:translateY(-50%)}.Menu__container--h-center{left:50%}.Menu__container--h-center.Menu__container--v-center{transform:translate(-50%,-50%)}.Menu__container--h-center:not(.Menu__container--v-center){transform:translate(-50%)}.Menu__container--h-left{right:0}.Menu__container--h-right{left:0}.List{align-items:center;display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.List>:not(:last-child){margin-bottom:.25rem}.ListItem{align-items:center;border-radius:8px;color:#2a2a2a;cursor:pointer;display:flex;min-height:48px;padding:8px;width:100%}.ListItem__arrow{color:#4e4e4e;visibility:hidden}.ListItem--selected:not([disabled]),.ListItem.active:not([disabled]),.ListItem.focus:not([disabled]),.ListItem.hover:not([disabled]),.ListItem.link-active:not([disabled]),.ListItem:focus:not([disabled]),.ListItem:hover:not([disabled]){background:#f1f2f9!important;color:#2a2a2a;outline:none}.ListItem--selected:not([disabled]) .ListItem__arrow,.ListItem.active:not([disabled]) .ListItem__arrow,.ListItem.focus:not([disabled]) .ListItem__arrow,.ListItem.hover:not([disabled]) .ListItem__arrow,.ListItem.link-active:not([disabled]) .ListItem__arrow,.ListItem:focus:not([disabled]) .ListItem__arrow,.ListItem:hover:not([disabled]) .ListItem__arrow{visibility:visible}
