#loader-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background-color:#fff;display:flex;justify-content:center;align-items:center}.loader-content{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.loader-logo{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background-color:#0d1b2a;border-radius:16px;font-family:"Open Sans",-apple-system,BlinkMacSystemFont,sans-serif;font-size:2rem;font-weight:700;color:#fff;margin-bottom:24px}.custom-spinner{animation:loader-rotate 2s linear infinite;width:60px;height:60px;margin-bottom:20px}.custom-spinner .path{stroke:#0d1b2a;stroke-linecap:round;animation:loader-dash 1.5s ease-in-out infinite}.progress-container{width:200px;background:#f5f5f5;height:4px;border-radius:10px;overflow:hidden;margin-bottom:12px}#progress-bar{width:0%;height:100%;background:#0d1b2a;transition:width .3s ease}#loader-text{font-family:"Open Sans",-apple-system,BlinkMacSystemFont,sans-serif;color:#525252;margin:0;font-size:14px}@keyframes loader-rotate{100%{transform:rotate(360deg)}}@keyframes loader-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.loader-hidden{opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}/*# sourceMappingURL=app-loader.css.map */