#loadingScreen{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.7);backdrop-filter:blur(16px);z-index:9999;display:flex;flex-direction:column;justify-content:center;align-items:center}#loadingText{color:#051049;font-size:29px;font-style:normal;font-weight:500;line-height:38px}.loading-step{display:flex;align-items:center;margin-bottom:10px}.step-image{width:30px;height:30px;margin-right:10px}#progressBarContainer{width:100%;max-width:600px;height:40px;border-radius:20px;background:#f2f2f2;margin-top:28px;border:1px solid #d9d9d9;overflow:hidden}#progressBar{height:40px;background:#33cead;width:0;transition:width .5s ease-in-out}