#yh_loading_remove_after_first_app_render {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  z-index: 2147483646;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#yh_render_loading_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

#yh_render_loading_container #yh_render_loading_log {
  width: 64px;
  height: 64px;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
  height: 6px;
  width: 120px;
  border-radius: 4px;
}

.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
