@keyframes spin-custom{0%{transform:rotate(0deg);box-shadow:1px 5px 2px #2699fb}50%{transform:rotate(180deg);box-shadow:1px 5px 2px #2699fb}to{transform:rotate(1turn);box-shadow:1px 5px 2px #0456c8}}.animate-spin-custom{animation:spin-custom 2s linear infinite}