.line-container{height:16px;left:0;overflow:hidden;position:relative;top:50%;width:75%}.line{background:linear-gradient(90deg,#bfffc7,#06d7a0);border-radius:3px;box-shadow:0 0 10px #06d7a0;height:6px;position:absolute;transform:translateZ(-2px);width:0}.animate-left{animation:scrollLeft 2s forwards}.animate-right{animation:scrollRight 2s forwards}@keyframes scrollLeft{0%{left:0;width:0}to{left:0;width:100%}}@keyframes scrollRight{0%{left:0;width:100%}to{left:0;width:0}}