.animated-border-box,.animated-border-box-glow{height:100%;width:100%;overflow:hidden;z-index:0;border-radius:10px}.animated-border-box-glow{overflow:hidden;filter:blur(1px)}.animated-border-box-glow:before,.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(rgba(0,0,0,0),#1976ed,rgba(0,0,0,0) 25%);animation:rotate 5s linear infinite}.animated-border-box:after{content:"";position:absolute;z-index:-1;left:2px;top:2px;width:calc(100% - 4px);height:calc(100% - 4px);background:rgb(245,245,246);border:1px solid #1976ed;border-radius:7px}@keyframes rotate{to{transform:translate(-50%,-50%) rotate(1turn)}}