.loader-text{position:relative;display:inline-block}.loader-text:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:linear-gradient(90deg,rgba(128,90,213,0),rgba(128,90,213,1),rgba(128,90,213,0));animation:loadingLine 2s ease-in-out infinite}@keyframes loadingLine{0%{width:0;left:0}50%{width:100%;left:0}to{width:0;left:100%}}