@keyframes new-bid{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.animate-flash-scale{animation:.75s cubic-bezier(0,0,.2,1) infinite new-bid}
@keyframes shine{0%{background-position:0%}to{background-position:100%}}.animate-shine{animation:1s ease-in-out infinite shine}
