.loading-icon{animation-name:spin;animation-duration:.15s;animation-iteration-count:infinite;animation-timing-function:linear;cursor:progress}@keyframes spin{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}