.animated-border-box{height:100%;width:100%;position:absolute;overflow:hidden;z-index:0;border-radius:35px}.animated-border-box:before{content:"";z-index:-2;text-align:center;top:50%;left:50%;transform:translate(-50%,-50%) rotate(0deg);position:absolute;width:99999px;height:99999px;background-repeat:no-repeat;background-position:0 0;background-image:conic-gradient(from 90deg,transparent 85%,#e0fe48 98%,transparent 100%);animation:rotate 5s linear infinite}.animated-border-box:after{content:"";position:absolute;z-index:-1;left:5px;top:5px;width:calc(100% - 10px);height:calc(100% - 10px);border-radius:35px}@keyframes rotate{to{transform:translate(-50%,-50%) rotate(1turn)}}