.dropdown_menu_9ae4191b {
  position: fixed;
  z-index: 55;
  min-width: 12rem;
  margin: 0;
  padding: 0.25rem;
  border: 1px solid var(--frey-color-border, #d1d5db);
  border-radius: 0.625rem;
  background-color: var(--frey-color-surface, #fff);
  box-shadow: 0 14px 28px rgb(17 24 39 / 18%);
  list-style: none;
  animation: dropdown_in_09bd5d55 0.16s ease;
}

.dropdown_menu_item_container_9fc6afbd {
  list-style: none;
}

.dropdown_menu_item_fbfd11bb {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--frey-color-text-primary, #111827);
  border-radius: 0.5rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25;
  padding: 0.5rem 0.625rem;
  cursor: pointer;
  transition: background-color 0.16s ease;
}

.dropdown_menu_item_fbfd11bb:hover {
  background: var(--frey-color-surface-subtle, #f3f4f6);
}

.dropdown_menu_item_fbfd11bb:focus-visible {
  outline: 2px solid var(--frey-focus-ring, #3b82f6);
  outline-offset: 1px;
}

.dropdown_menu_item_fbfd11bb:disabled {
  color: var(--frey-color-text-muted, #9ca3af);
  cursor: not-allowed;
}

.dropdown_menu_item_destructive_453b7c60 {
  color: var(--frey-color-error, #b91c1c);
}

@keyframes dropdown_in_09bd5d55 {
  from {
    opacity: 0;
    transform: translateY(-4px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
