.progress{pointer-events:none;z-index:2000;opacity:0;height:3px;transition:opacity .18s ease-out;position:fixed;top:0;left:0;right:0}.progress[data-visible=true]{opacity:1}.progress_bar{background:var(--progress_color);height:100%;box-shadow:0 0 12px var(--progress_color);transform-origin:0;transition:transform .18s ease-out;position:relative}.progress_bar:after{content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.45));width:120px;height:100%;position:absolute;top:0;right:0;transform:translate(40%)}html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img{margin:0;padding:0}html,body,#root{width:100%;height:100%}html,body{overflow:hidden}.colorWeak{-webkit-filter:invert(80%);filter:invert(80%)}canvas{display:block}body{text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}ul,ol{list-style:none}*,:before,:after{box-sizing:border-box}.app_shell{height:100%}.loading{justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.loading .anticon{font-size:50px}.loading_spinner{align-items:center;animation:1s linear infinite loading_spin;display:flex}@keyframes loading_spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
