.loader,.wrapper{display:flex;align-items:center;justify-content:center}.wrapper{width:180px;height:50px;position:relative;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 #ff9e02)}.box{width:100%;height:100%;background-color:#ef5d2e;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:#ff9d0089;position:absolute;z-index:1;animation:loading2 .9s ease-in-out infinite alternate-reverse}@keyframes loading2{0%{transform:translateX(-50px)}to{transform:translateX(50px)}}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}