/*
 * Abejita Dorada - Componente Global: Cortina 2D Amarilla
 * Version: V557
 *
 * Este CSS pertenece solo a la cortina 2D amarilla.
 */

html.abdz-yellow-2d-transition-lock,
html.abdz-yellow-2d-transition-lock body {
  cursor: wait;
}

html.abdz-yellow-2d-transition-lock a,
html.abdz-yellow-2d-transition-lock button {
  pointer-events: none;
}

#abdz-cortina-2d-amarilla-global {
  background: #FFD501;
  position: fixed;
  inset: 0;
  z-index: 2147483605;
  will-change: transform;
  backface-visibility: hidden;
  contain: layout paint style;
}
