@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes staggerIn{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.search-dropdown-enter{animation:slideDown .2s ease-out}.search-result-enter{animation:staggerIn .15s ease-out;animation-fill-mode:both}.search-result-enter:first-child{animation-delay:0s}.search-result-enter:nth-child(2){animation-delay:50ms}.search-result-enter:nth-child(3){animation-delay:.1s}.search-result-enter:nth-child(4){animation-delay:.15s}.search-result-enter:nth-child(5){animation-delay:.2s}