html {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  min-height: 100%;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  opacity: 1;
  transform: scale(1);
  transform-origin: center top;
}
.kwfaPageLeaving {
  opacity: 0 !important;
  transform: scale(0.98) !important;
  pointer-events: none;
}