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