.shell .p-dropdown.shell-dropdown .p-dropdown-label {
  color: var(--text-color);
  box-shadow: none;
}

.shell .p-dropdown.shell-dropdown .p-dropdown-trigger {
  color: var(--text-color);
}

.shell .p-dropdown.shell-dropdown.p-focus {
  border: 0;
  outline: none;
  box-shadow: none;
}
