.loader{width:48px;height:48px;border-color:transparent #ff5200;border-style:solid;border-width:4px;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation .8s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}