/* Styles pour le composant LazySelect */

.lazy-select-container {
  position: relative;
  width: 100%;
}

:deep(.p-select) {
  width: 100%;
}

:deep(.p-select-panel) {
  transform: none !important;
  animation: none !important;
  transition: none !important;
}

:deep(.p-select-items) {
  max-height: 300px;
  overflow-y: auto;
}

:deep(.p-select-items .p-select-item:hover) {
  transform: none !important;
  animation: none !important;
  transition: background-color 0.2s !important;
} 