.menu {
  border-radius: var(--border-radius-small);
  overflow: hidden;
}

.item {
  font-size: 12px;

  &:not(.leftIcon) {
    justify-content: space-between !important;

    i {
      font-size: 10px;
      color: var(--color-neutral-70);
    }
  }
}

.selected {
  background: var(--color-neutral-20) !important;
}

.title {
  font-weight: 600;
  color: #848484;
  justify-content: space-between;
}
