#loadingModal{background:linear-gradient(180deg,#00e0c65b,#253e537b);height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999}#loadingModal,.loader-container{align-items:center;display:flex;flex-direction:column}.loader-container{gap:1rem}.loader{animation:spin .4s linear infinite;border:5px solid #00e0c7;border-radius:50%;border-top-color:#253e53;height:44px;width:44px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
