.simple-spinner{width:24px;height:24px;border:3px solid #ccc;border-top-color:#00539f;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}