.glow-animation{position:relative;overflow:hidden}.glow-animation:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff4d 50%,#0000 100%);width:100%;height:100%;animation:1.5s linear infinite glow;position:absolute;top:0;left:-150%}@keyframes glow{0%{left:-400%}to{left:400%}}
