.spinner-wrapper{background-color:#111;justify-content:center;align-items:center;height:100vh;display:flex}.ball-spinner{background:radial-gradient(circle at 30% 30%,#ff4500,#c0392b);border-radius:50%;width:80px;height:80px;animation:1s linear infinite spinBall;position:relative;box-shadow:inset -4px -4px 10px #0006,inset 4px 4px 10px #fff3}.ball-spinner:before,.ball-spinner:after{content:"";background-color:#ffffff4d;border-radius:50%;position:absolute}.ball-spinner:before{width:100%;height:8px;top:50%;left:0;transform:translateY(-50%)}.ball-spinner:after{width:8px;height:100%;top:0;left:50%;transform:translate(-50%)}@keyframes spinBall{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
