.loading-fullscreen{height:100vh;width:100%}.loading-container,.loading-fullscreen{display:flex;justify-content:center;align-items:center}.loading-container{padding:40px}.loading-spinner{border:3px solid #f0f0f0;border-top-color:#000000;border-radius:50%;animation:spin .8s linear infinite}.loading-spinner-small{width:20px;height:20px;border-width:2px}.loading-spinner-medium{width:40px;height:40px;border-width:3px}.loading-spinner-large{width:60px;height:60px;border-width:4px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}