@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app-button-spinner{border:3px solid #fff;border-top-color:#0000;border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin}
