.loader{justify-content:center;align-items:center;width:100px;max-width:6rem;height:100px;margin-top:3rem;margin-bottom:3rem;display:flex;position:relative}.loader:before,.loader:after{content:"";border-radius:50%;position:absolute;inset:0;box-shadow:inset 0 0 10px 2px #0000004d}.loader:after{animation:2s linear infinite rotate;box-shadow:inset 0 2px #0f103c}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}