.loader-circle{width:20px;height:20px;border:2px solid #fff;border-bottom-color:#157ebf;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}.loader{width:100%;height:3px;display:inline-block;position:relative;background:rgba(255,255,255,.15);overflow:hidden}.loader::after{content:"";width:192px;height:3px;background:linear-gradient(90deg,#38e398 0,#21b4e6 100%);position:absolute;top:0;right:0;box-sizing:border-box;animation:animloader 1s linear infinite}@keyframes animloader{0%{right:0;transform:translateX(100%)}100%{right:100%;transform:translateX(0)}}@keyframes rotation{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
