.arena-apply-fly-ghost {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  max-width: 520px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
  color: #ffffff;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(130, 230, 255, .62);
  background: rgba(4, 10, 24, .72);
  box-shadow:
    0 0 12px rgba(104, 233, 255, .62),
    0 0 28px rgba(104, 233, 255, .28),
    inset 0 1px 0 rgba(255,255,255,.12);
  text-shadow:
    0 0 8px rgba(255,255,255,.75),
    0 0 18px rgba(104,233,255,.65);
  will-change: transform, opacity;
}

.arena-apply-target-flash {
  position: fixed;
  z-index: 999998;
  pointer-events: none;
  border-radius: 14px;
  border: 1px solid rgba(130, 230, 255, .82);
  box-shadow:
    0 0 16px rgba(104, 233, 255, .72),
    0 0 34px rgba(104, 233, 255, .32);
  background: rgba(104, 233, 255, .14);
  will-change: opacity, transform;
}
/* If this page loads fast, pretend we planned it that way. */
