.loading-screen{background:#fff;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999}.loading-container,.loading-screen{align-items:center;display:flex;flex-direction:column}.loading-container{text-align:center}.loading-logo{height:200px;width:200px}.loading-text{animation:fadeIn 1s ease-out;background:linear-gradient(90deg,#007bff,#00c6ff,#007bff);-webkit-background-clip:text;color:#007bff;color:#0000;font-family:Poppins,sans-serif;font-size:30px;font-weight:700;letter-spacing:2px;margin-top:20px;text-transform:uppercase}.loading-bubble{align-items:center;display:flex;justify-content:center;margin-top:30px}.bounce{animation:pulse 1.2s ease-in-out infinite;background-color:#007bff;border-radius:50%;height:12px;margin:6px;width:12px}.bounce:nth-child(2){animation-delay:-.4s}.bounce:nth-child(3){animation-delay:-.2s}@keyframes pulse{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=main.1a3c40ac.css.map*/