#yw-flownav-overlay.multi-bubble {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}
#yw-flownav-overlay.multi-bubble .loading-text {
  color: white;
  font-size: 1.5rem;
  position: relative;
  z-index: 20;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
#yw-flownav-overlay.multi-bubble.active .loading-text {
  opacity: 1;
}
#yw-flownav-overlay.multi-bubble .overlay-bubble {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0.9;
  transition: transform 1.2s ease, opacity 1s ease;
  z-index: 10;
}
#yw-flownav-overlay.multi-bubble .overlay-bubble:nth-child(3n+1) {
  background: #0077C8;
}
#yw-flownav-overlay.multi-bubble .overlay-bubble:nth-child(3n+2) {
  background: #39B54A;
}
#yw-flownav-overlay.multi-bubble .overlay-bubble:nth-child(3n) {
  background: linear-gradient(135deg, #0077C8, #39B54A);
}
#yw-flownav-overlay.multi-bubble.active .overlay-bubble {
  transform: scale(8);
  opacity: 1;
}
#yw-flownav-overlay.multi-bubble .overlay-bubble:nth-child(1) {
  top: 10%;
  left: 20%;
}
#yw-flownav-overlay.multi-bubble .overlay-bubble:nth-child(2) {
  top: 30%;
  left: 70%;
}
#yw-flownav-overlay.multi-bubble .overlay-bubble:nth-child(3) {
  top: 60%;
  left: 40%;
}
#yw-flownav-overlay.multi-bubble .overlay-bubble:nth-child(4) {
  top: 80%;
  left: 10%;
}
#yw-flownav-overlay.multi-bubble .overlay-bubble:nth-child(5) {
  top: 50%;
  left: 90%;
}
#yw-flownav-overlay.multi-bubble .overlay-bubble:nth-child(6) {
  top: 15%;
  left: 50%;
}
#yw-flownav-overlay.multi-bubble .overlay-bubble:nth-child(7) {
  top: 40%;
  left: 30%;
}
#yw-flownav-overlay.multi-bubble .overlay-bubble:nth-child(8) {
  top: 70%;
  left: 60%;
}
#yw-flownav-overlay.multi-bubble .overlay-bubble:nth-child(9) {
  top: 85%;
  left: 80%;
}
#yw-flownav-overlay.multi-bubble .overlay-bubble:nth-child(10) {
  top: 5%;
  left: 5%;
}
#yw-flownav-overlay.multi-bubble .overlay-bubble:nth-child(11) {
  top: 25%;
  left: 85%;
}
#yw-flownav-overlay.multi-bubble .overlay-bubble:nth-child(12) {
  top: 65%;
  left: 15%;
}

/*# sourceMappingURL=flownav.css.map */
