.animated-border-box{position:relative;overflow:hidden}.animated-border-box:before{content:"";background:conic-gradient(#0000,#0000 70%,#c90d0d);width:200%;height:200%;animation:4s linear infinite spin;position:absolute;top:-50%;left:-50%}.animated-border-box:after{content:"";border-radius:27px;position:absolute;inset:10px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
