#app .screen-box{background-color:transparent!important}#scanner-line{position:absolute;top:-1000px;z-index:9999;width:100%;height:36px;background:-webkit-gradient(linear,left bottom,left top,from(rgba(48,126,255,.5)),to(rgba(48,126,255,0)));background:linear-gradient(0deg,rgba(48,126,255,.5),rgba(48,126,255,0))}#scanner-line.scaning{-webkit-animation:scan 3s linear infinite;animation:scan 3s linear infinite}@-webkit-keyframes scan{0%{top:0}to{top:100%}}@keyframes scan{0%{top:0}to{top:100%}}