/* Force online counter readable in light + vp-dark mode */
#onlinePlayersHeader,
.vp-online-count{
  color: #111827 !important;
  font-weight: 800 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

body.vp-dark #onlinePlayersHeader,
body.vp-dark .vp-online-count,
html.vp-dark #onlinePlayersHeader,
html.vp-dark .vp-online-count,
html[data-theme="dark"] #onlinePlayersHeader,
html[data-theme="dark"] .vp-online-count,
body.dark-mode #onlinePlayersHeader,
body.dark-mode .vp-online-count,
body.theme-dark #onlinePlayersHeader,
body.theme-dark .vp-online-count{
  color: #ffffff !important;
  text-shadow: 0 0 8px rgba(255,255,255,.24) !important;
}

body.vp-dark .vp-online-label,
html.vp-dark .vp-online-label,
html[data-theme="dark"] .vp-online-label,
body.dark-mode .vp-online-label,
body.theme-dark .vp-online-label{
  color: #cfe0ff !important;
}