.loader1{box-sizing:border-box;border:3px solid #fff;border-color:#fff #fff #0000 #0000;border-radius:50%;width:26px;height:26px;animation:1s linear infinite rotation;display:inline-block;position:relative}.loader1:after,.loader1:before{content:"";box-sizing:border-box;transform-origin:50%;border:3px solid #0000;border-color:#0000 #0000 #ff3d00 #ff3d00;border-radius:50%;width:20px;height:20px;margin:auto;animation:.5s linear infinite rotationBack;position:absolute;inset:0}.loader1:before{border-color:#fff #fff #0000 #0000;width:14px;height:14px;animation:1.5s linear infinite rotation}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotationBack{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}
