.loaderEmp{display:block;width:180px;height:4px!important;border-radius:30px;background-color:#0003;position:relative}.loaderEmp:before{content:"";position:absolute;background:#645dff;top:0;left:0;width:0%;height:100%;border-radius:30px;-webkit-animation:moving 1s ease-in-out infinite;animation:moving 1s ease-in-out infinite}@-webkit-keyframes moving{50%{width:100%}to{width:0;right:0;left:unset}}@keyframes moving{50%{width:100%}to{width:0;right:0;left:unset}}
