.loading-state{display:flex;align-items:center;justify-content:center;min-height:400px;width:100%}.loading-spinner{width:40px;height:40px;border:3px solid #0b0949;border-top-color:#e3f840;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
