.loading-container{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:20px;height:75vh}.loading-icon{font-size:40px;margin-bottom:10px;animation:rotate-spiral 1.5s linear infinite}@keyframes rotate-spiral{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}