@keyframes spin-and-color{0%{border-top-color:#fa8273;border-right-color:#fa8273;transform:rotate(0)}49.9%{border-top-color:#fa8273;border-right-color:#fa8273}50%{border-top-color:#ffdd85;border-right-color:#ffdd85}to{border-top-color:#ffdd85;border-right-color:#ffdd85;transform:rotate(360deg)}}.gradient-spinner{border:4px solid #0000;border-top-color:#fa8273;border-radius:50%;width:2.5rem;height:2.5rem;animation:1.5s linear infinite spin-and-color}
