#rotateWarning[data-v-cd224ab5] {
  position: fixed;
  z-index: 9999;
  background: rgba(var(--base-000), 0.9);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
img[data-v-cd224ab5] {
  width: 25rem;
}
h3[data-v-cd224ab5] {
  font-size: 2rem;
  font-weight: 300;
  color: var(--action-900);
  text-align: center;
  margin-top: var(--authai-spacer-2x);
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
#rotateWarning[data-v-cd224ab5] {
    display: flex;
}
}