@keyframes scanLine{0%{top:0}to{top:100%}}.scanning-line{position:absolute;height:2px;width:100%;background:linear-gradient(90deg,rgba(16,185,129,0) 0,rgba(16,185,129,.8) 50%,rgba(16,185,129,0));box-shadow:0 0 8px rgba(16,185,129,.5);top:0;animation:scanLine 2s linear infinite;z-index:10}.scanning-line:before{content:"";position:absolute;top:-10px;left:0;right:0;height:20px;background:linear-gradient(180deg,rgba(16,185,129,.05) 0,rgba(16,185,129,.2) 50%,rgba(16,185,129,.05));z-index:5}