.loadingContainer{background-color:#fff;flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex}.loadingSpinner{border:4px solid #ffffff4d;border-top-color:#164194;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
