@keyframes enter{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes leave{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.animate-enter{animation:.3s ease-out forwards enter}.animate-leave{animation:.3s ease-in forwards leave}
.btnLoader{box-sizing:border-box;border:3px solid #fff;border-bottom-color:#0000;border-radius:50%;width:30px;height:30px;animation:1s linear infinite rotation;display:inline-block}.btnLoaderTiny{box-sizing:border-box;border:3px solid #fff;border-bottom-color:#0000;border-radius:50%;width:20px;height:20px;animation:1s linear infinite rotation;display:inline-block}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
