@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.circular-progress{width:40px;height:40px;display:flex;justify-content:center;align-items:center;background-color:transparent;.circle-border{width:40px;height:40px;padding:3px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:rgba(67,67,67,.9);background:linear-gradient(0deg,rgba(67,67,67,0) 33%,rgba(67,67,67,.9));animation:spin .8s linear 0s infinite}.circle-core{width:100%;height:100%;background-color:rgba(255,255,255,.9);border-radius:50%}}