.loader{box-sizing:border-box;border:3px solid #ff8600;border-bottom-color:transparent;border-radius:50%;width:18px;height:18px;animation:1s linear infinite rotation;display:inline-block}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
