.loading-spinner-container{flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex}.loading-spinner{border:3px solid #e0e0e0;border-top-color:#6366f1;border-radius:50%;animation:1s linear infinite spin}.loading-spinner-small{border-width:2px;width:20px;height:20px}.loading-spinner-medium{border-width:3px;width:30px;height:30px}.loading-spinner-large{border-width:4px;width:40px;height:40px}.loading-spinner-message{color:#666;text-align:center;margin-top:12px;font-size:14px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
