.loading-container{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.loading-spinner{border:4px solid #e2e8f0;border-top-color:#ff3939;border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
