.roundSpinner{box-sizing:border-box;border:3px solid #000;border-radius:50%;width:18px;height:18px;animation:1s linear infinite rotation;display:inline-block;position:relative}.roundSpinner:after{content:"";box-sizing:border-box;border:3px solid #f6ba02;border-color:#f6ba02 #0000;border-radius:50%;width:25px;height:25px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.roundSpinnerWrapper{height:18px}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
