.pop-up{position:fixed;top:24px;left:50%;transform:translateX(-50%);color:#fff;padding:8px 12px 8px 8px;border-radius:5px;display:flex;justify-content:space-between;align-items:center;min-width:300px;z-index:1000;animation:pop-up .6s ease-in-out}.popup-p{max-width:300px;margin-bottom:0}@keyframes pop-up{0%{top:-24px;opacity:1}to{top:24px;opacity:1}}.search-drop-shadow-class{box-shadow:-4px -4px 44px 0 rgba(0,0,0,.08);border-radius:12px}