@keyframes custom-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-custom-spin{animation:custom-spin 1.1s ease-in-out infinite}