.loader{width:16px;height:16px;border:1.5px solid #4F65F0;border-bottom-color:transparent;border-radius:50%;display:inline-block;position:relative;box-sizing:border-box;animation:rotation .8s linear infinite}.loader:after{content:"";position:absolute;box-sizing:border-box;left:6px;top:10px;border:3px solid transparent;border-right-color:#4f65f0;transform:rotate(-40deg)}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
