.animated-border-box,.animated-border-box-glow{height:100%;width:100%;position:absolute;overflow:hidden;z-index:0;border-radius:28px}.animated-border-box-glow{overflow:hidden;filter:blur(20px)}.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(transparent,#1976ed,transparent 25%);animation:rotate 4s 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:var(--color-background);border-radius:26px}@keyframes rotate{to{transform:translate(-50%,-50%) rotate(1turn)}}