.animated-border-box{position:relative;overflow:hidden;background-color:#1a1a3d;border-radius:1.5rem}.animated-border-box:before{content:"";position:absolute;top:-100%;left:-100%;width:300%;height:300%;background:conic-gradient(from 0deg,transparent 0,#8a2be2 10%,#ff1493 20%,#0ff 30%,#ff0 40%,#8a2be2 50%,#ff1493 60%,#0ff 70%,#ff0 80%,transparent 90%);animation:rotateBorder 8s linear infinite;z-index:0}.animated-border-box>div{position:relative;z-index:1;background-color:#1a1a3d;border-radius:1.5rem}@keyframes rotateBorder{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}