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