.loading-container{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10}.spinner{width:48px;height:48px;border:6px solid #e0e0e0;border-top:6px solid #00ffd5;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container p{color:#181a1b;font-size:1.2rem;font-weight:500;margin:0}
