.animated-border-box,.animated-border-box-glow{border-radius:9999px;position:absolute;width:100%;height:100%;overflow:hidden;z-index:0}.animated-border-box-glow{filter:blur(3px)}.animated-border-box-glow:before,.animated-border-box:before{content:"";position:absolute;top:50%;left:50%;width:200px;height:200px;transform:translate(-50%,-50%) rotate(0deg);background-repeat:no-repeat;background-position:0 0;background-image:conic-gradient(rgba(0,0,0,0),#ffffff,rgba(0,0,0,0) 25%);animation:rotate 4s linear infinite;z-index:-2}.animated-border-box:after{content:"";position:absolute;z-index:-1;left:2px;top:2px;width:calc(100% - 4px);height:calc(100% - 4px);background:#1d1e22;border-radius:9999px}@keyframes rotate{to{transform:translate(-50%,-50%) rotate(1turn)}}