@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.circle-border{padding:3px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:rgb(63,249,220);background:linear-gradient(0deg,rgba(63,249,220,.1) 33%,rgba(63,249,220,1));animation:spin .8s linear 0s infinite}.circle-core{width:100%;height:100%;background-color:#1d2630;border-radius:50%}