.red-string-loader{width:80px;height:80px;border:3px solid var(--color-karma-red);border-radius:50%;display:inline-block;position:relative;box-sizing:border-box;animation:rotation 1s linear infinite}.red-string-loader:after{content:"";box-sizing:border-box;position:absolute;left:0;top:0;background:#d4af37;width:20px;height:20px;transform:translate(-50%,50%);border-radius:50%}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
