.loader{border:2px solid;border-right-color:#0000;border-radius:50%;width:20px;height:20px;animation:.5s linear infinite rotation;display:inline-block}.loader.sm{width:20px;height:20px}.loader.lg{width:32px;height:32px}.loader-container{width:90%;height:90%;position:absolute;top:5%;left:5%}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
