.custom-loader{box-sizing:border-box;border-top:4px solid #0040ff;border-right:4px solid #0000;border-radius:50%;width:48px;height:48px;animation:1s linear infinite rotation;display:inline-block}.custom-loader:after{content:"";box-sizing:border-box;border-bottom:4px solid #0000;border-left:4px solid #08f;border-radius:50%;width:48px;height:48px;animation:.5s linear infinite reverse rotation;position:absolute}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
