.loader-circle{width:48px;height:48px;border:5px solid #fff;border-bottom-color:#f38b10;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:#f38b10;position:absolute;top:0;left:0;box-sizing:border-box;animation:animloader 1s linear infinite}@keyframes animloader{0%{left:0;transform:translateX(-100%)}100%{left:100%;transform:translateX(0)}}@keyframes rotation{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
