.LoadingScreen{background-color:#1a0e29;background-image:linear-gradient(#1b0e29,#1b0e29);justify-content:center;align-items:center;width:100%;min-width:320px;max-width:768px;min-height:calc(100dvh - 100px);margin:0 auto;display:flex}.LoadingScreen .loading-wrapper{justify-content:center;align-items:center;position:relative}.LoadingScreen .loading-wrapper .custom-loader{color:#8600f7;clip-path:inset(-26px);background:#8600f7;border-radius:50%;width:12px;height:12px;animation:1s linear infinite d8;position:absolute;top:17px;left:80px}.LoadingScreen .loading-wrapper img{animation:.5s infinite animate_heart_beat_loading_logo;display:block}@keyframes animate_heart_beat_loading_logo{0%{transform:translate(0)scale(.95)}50%{transform:translate(0)scale(1)}to{transform:translate(0)scale(.95)}}@keyframes d8{0%{margin-left:-50.6px;box-shadow:0 0,40px 0,-40px 0,0 40px,0 -40px}10%{box-shadow:0 0,12px 0,-40px 0,0 40px,0 -40px}20%{box-shadow:0 0 0 4px,0 0,-40px 0,0 40px,0 -40px}30%{box-shadow:0 0 0 4px,0 0,-12px 0,0 40px,0 -40px}40%{box-shadow:0 0 0 8px,0 0,0 0,0 40px,0 -40px}50%{margin-left:-91.6px;box-shadow:0 0 0 8px,0 0,0 0,0 12px,0 -40px}60%{box-shadow:0 0 0 12px,0 0,0 0,0 0,0 -40px}70%{box-shadow:0 0 0 12px,0 0,0 0,0 0,0 -12px}80%{box-shadow:0 0 0 16px,0 0,0 0,0 0,0 0}to{margin-left:-140.6px;box-shadow:0 0,40px 0,-40px 0,0 40px,0 -40px}}
