.menu-root {
  padding-left: 0;
  list-style: none;
}

.menu-root .list-group-item {
  border: 1px solid #dee2e6;
  background-color: #fff;
  margin-bottom: 0.5rem;
}

.menu-parent > .list-group {
  margin-top: 0.5rem;
  padding-left: 1.25rem;
}

.menu-child {
  background-color: #f8f9fa;
  border-left: 3px solid #007bff;
}

.icon-picker {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 140px;
}

.icon-input {
  font-family: 'Font Awesome 5 Free', 'Font Awesome 6 Free', Arial, sans-serif;
}

.icon-search {
  font-size: 0.75rem;
  padding: 2px 6px;
}
