.gradient-border-shine{--borderWidth:5px;position:relative}.gradient-border-shine:after{content:"";position:absolute;top:calc(-1 * var(--borderWidth));left:calc(-1 * var(--borderWidth));height:calc(100% + var(--borderWidth) * 2);width:calc(100% + var(--borderWidth) * 2);background:linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,91,192,.69),rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0));z-index:-100;animation:animatedgradient 8s ease infinite;background-size:300% 300%}@keyframes animatedgradient{0%{background-position:0 0}7%{background-position:0 0}20%{background-position:-160% -160%}25%{background-position:-160% -160%}to{background-position:-160% -160%}}