html.hsz-spa-booting body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  background: #f6f8fb;
}

html.hsz-spa-booting body::after {
  content: "";
  position: fixed;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 34px;
  margin-left: -17px;
  margin-top: -17px;
  z-index: 2147483647;
  border: 4px solid rgba(11, 19, 43, 0.14);
  border-top-color: #0b132b;
  border-radius: 50%;
  animation: hszSpaBootSpin 0.75s linear infinite;
}

html.hsz-spa-booting #loginScreen,
html.hsz-spa-booting .login-screen {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@keyframes hszSpaBootSpin {
  to {
    transform: rotate(360deg);
  }
}
