.selector-wrapper {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.selector-wrapper.visible-temp {
  opacity: 1 !important;
}