.wrapper{width:180px;height:50px;position:relative;display:flex;align-items:center;justify-content:center;z-index:2}.text{z-index:3;font-family:Whitney,-apple-system,Helvetica;letter-spacing:1px;font-weight:700;font-size:20px;color:#fff;filter:drop-shadow(2px 2px 0 gray)}.box{width:100%;height:100%;background-color:#5c0096;position:absolute;z-index:2;display:flex;align-items:center;justify-content:center;animation:loading .9s ease-in-out infinite alternate-reverse}@keyframes loading{0%{transform:translateX(-20px)}to{transform:translateX(20px)}}.box:before{content:"";width:20px;height:170%;background-color:#7803c089;position:absolute;z-index:1;animation:loading2 .9s ease-in-out infinite alternate-reverse}@keyframes loading2{0%{transform:translateX(-50px)}to{transform:translateX(50px)}}