html {
  height: 100%;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
body > app > .spinner-container {
  display: none;
}

body > app > .spinner-container > .spinner,
body > app > .spinner-container > .spinner-logo  {
  display: none;
}

body > refx-gif-spinner {
  display: none;
}
body {
  height: 100%;
  margin: 0;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none;
    -webkit-animation: none;
  }
}
