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