.spinner-container{justify-content:center;align-items:center;padding:20px;display:flex}.spinner{border:3px solid #f3f3f3;border-top-color:#e98813;border-radius:50%;animation:1s linear infinite spin}.spinner.small{width:20px;height:20px}.spinner.medium{width:40px;height:40px}.spinner.large{width:60px;height:60px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
