.loader{display:flex;justify-content:center;align-items:center;height:50px;div{width:15px;aspect-ratio:1;border-radius:50%;animation:l5 1s linear infinite alternate}}@keyframes l5{0%{box-shadow:20px 0 #000,-20px 0 #0002;background:#000}33%{box-shadow:20px 0 #000,-20px 0 #0002;background:#0002}66%{box-shadow:20px 0 #0002,-20px 0 #000;background:#0002}to{box-shadow:20px 0 #0002,-20px 0 #000;background:#000}}.MuiButtonBase-root .loader{display:flex;justify-content:center;align-items:center;height:28px}.MuiButtonBase-root .loader div{width:15px;aspect-ratio:1;border-radius:50%;animation:l5-white 1s linear infinite alternate}@keyframes l5-white{0%{box-shadow:20px 0 #fff,-20px 0 rgba(0,0,0,.125);background:#fff}33%{box-shadow:20px 0 #fff,-20px 0 rgba(0,0,0,.125);background:rgba(0,0,0,.125)}66%{box-shadow:20px 0 rgba(0,0,0,.125),-20px 0 #fff;background:rgba(0,0,0,.125)}to{box-shadow:20px 0 rgba(0,0,0,.125),-20px 0 #fff;background:#fff}}