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