.loader{width:48px;height:48px;border:5px dotted var(--theme-white);border-radius:50%;display:inline-block;position:relative;box-sizing:border-box;animation:rotation 2s linear infinite}.loader.sm{width:24px;height:24px;border-width:3px}.loader.md{width:48px;height:48px;border-width:5px}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}