/* AZURA Stage 4 Hardening */
.az-footer-text{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  color:var(--text-muted, rgba(255,255,255,.62));
  opacity:.82;
  cursor:default;
}
.az-weak-device *,
.az-weak-device *::before,
.az-weak-device *::after{
  animation-duration:.001ms !important;
  animation-iteration-count:1 !important;
  transition-duration:.12s !important;
  scroll-behavior:auto !important;
}
.az-weak-device .az-cloud-sync{
  backdrop-filter:none;
  box-shadow:0 8px 20px rgba(0,0,0,.22);
}
.az-weak-device video{
  filter:none !important;
}
.az-weak-device .particles,
.az-weak-device .heavy-glow,
.az-weak-device [class*="particle"],
.az-weak-device [class*="glow"]{
  display:none !important;
}
