.loader{width:48px;height:48px;border-inline:5px dotted #0097b2;border-block:5px dotted #ef3a5d;border-radius:50%;display:inline-block;position:relative;box-sizing:border-box;animation:rotation 2s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}