/* ⚡ ULTRA NEON DARK ELECTRIC THEME ⚡ */

a {
  color:#3700ff;
  text-shadow:0 0 8px #3700ff, 0 0 16px #6600ff;
}

body {
  background:radial-gradient(circle at top, #0a0014, #000);
  color:#ede8ff;
}

/* inputs */
input, textarea, .post_input_container {
  background:#0a0014;
  border:1px solid #3700ff;
  color:#fff;
  box-shadow:0 0 10px #2800cc inset, 0 0 10px #2800cc;
}

/* panels */
.pad25,
.back_panel,
.back_box,
.page_element,
.back_menu,
.back_pmenu,
.back_chat,
.back_priv {
  background:#06000d;
  border:1px solid #2800cc;
  box-shadow:
    0 0 10px #2800cc,
    0 0 25px #1a0080,
    inset 0 0 15px #0d0040;
}

/* headers */
.bhead,
.bsidebar,
.modal_top,
.pro_top,
.bfoot,
.foot {
  background:#0a0014;
  color:#fff;
  box-shadow:0 0 15px #2800cc;
}

/* buttons */
.theme_btn, .back_theme {
  background:#2800cc;
  color:#fff;
  box-shadow:0 0 10px #3700ff, 0 0 20px #1a0080;
  transition:0.3s;
}

.theme_btn:hover {
  background:#3700ff;
  box-shadow:0 0 20px #7b4fff, 0 0 40px #2800cc;
}

/* borders glow */
.bborder, .tborder, .lborder, .rborder, .fborder {
  border-color:#2800cc;
  box-shadow:0 0 8px #2800cc;
}

/* chat bubbles */
.target_private, .hunt_quote {
  background:#3700ff;
  box-shadow:0 0 10px #7b4fff;
}

.hunter_private, .targ_quote {
  background:#1a0080;
  box-shadow:0 0 10px #2800cc;
}

/* hover effects */
.bhover:hover,
.bbackhover:hover,
.bmenu:hover,
.submenu:hover {
  background:#0d0040;
  box-shadow:0 0 10px #2800cc;
}

/* selected items */
.bselected,
.tab_selected,
.modal_selected {
  background:#2800cc;
  box-shadow:0 0 15px #7b4fff;
}

/* glow text */
.theme_color,
.default_color,
.user,
.sub_text {
  text-shadow:0 0 5px #3700ff;
}

/* notifications */
.bnotify {
  background:#ff006e;
  box-shadow:0 0 10px #ff006e;
}

/* scrollbar */
::-webkit-scrollbar {
  width:8px;
}

::-webkit-scrollbar-thumb {
  background:#2800cc;
  box-shadow:0 0 10px #7b4fff;
}

/* extra club glow */
body::before {
  content:"";
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:
    radial-gradient(circle at 20% 30%, #2800cc22, transparent),
    radial-gradient(circle at 80% 70%, #3700ff22, transparent);
  pointer-events:none;
}

/* 🌈 MOVING NEON GRADIENT BACKGROUND */
body {
  background: linear-gradient(
    135deg,
    #04000d,
    #1a0080,
    #2800cc,
    #3700ff,
    #3700ff,
    #0d0040
  );
  background-size: 400% 400%;
  animation: neonFlow 12s ease infinite;
  color: #ede8ff;
}

/* ✨ animated glow overlay */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(
    270deg,
    rgba(55, 0, 255, 0.15),
    rgba(40, 0, 204, 0.2),
    rgba(123, 79, 255, 0.15),
    rgba(26, 0, 128, 0.2)
  );
  background-size: 300% 300%;
  animation: neonGlowMove 8s linear infinite;
  pointer-events: none;
  z-index: 0;
}

/* keep content above glow */
#chat_center,
.back_panel,
.back_box,
.page_element,
.back_chat,
.back_priv {
  position: relative;
  z-index: 1;
}

/* 🌊 smooth moving background */
@keyframes neonFlow {
  0% { background-position: 0% 50%; }
  25% { background-position: 50% 100%; }
  50% { background-position: 100% 50%; }
  75% { background-position: 50% 0%; }
  100% { background-position: 0% 50%; }
}

/* ✨ moving glow layer */
@keyframes neonGlowMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

/* 💬 CHAT BUBBLES */

/* berichten van anderen */
.target_private,
.hunt_quote,
.cquote {
  background: linear-gradient(135deg, #1a0080, #2800cc);
  color: #ffffff;
  border: 1px solid #3700ff;
  border-radius: 18px;
  box-shadow:
    0 0 8px rgba(55, 0, 255, 0.8),
    0 0 16px rgba(40, 0, 204, 0.5),
    inset 0 0 8px rgba(255,255,255,0.08);
  padding: 10px 14px;
}

/* jouw berichten */
.hunter_private,
.targ_quote,
.mbubble {
  background: linear-gradient(135deg, #0d0040, #1a0080);
  color: #ffffff;
  border: 1px solid #7b4fff;
  border-radius: 18px;
  box-shadow:
    0 0 10px rgba(123, 79, 255, 0.9),
    0 0 20px rgba(26, 0, 128, 0.6),
    inset 0 0 10px rgba(255,255,255,0.06);
  padding: 10px 14px;
}

/* hover glow effect */
.target_private:hover,
.hunter_private:hover,
.mbubble:hover {
  box-shadow:
    0 0 14px rgba(123, 79, 255, 1),
    0 0 28px rgba(55, 0, 255, 0.8);
  transition: 0.25s ease;
}

/* quote inside bubble */
.cqmess {
  color: #ede8ff;
  text-shadow: 0 0 6px rgba(123, 79, 255, 0.7);
}

.chat_message,
.chat_item {
  background: linear-gradient(135deg, #2800cc, #3700ff) !important;
  border: 1px solid #7b4fff !important;
  box-shadow:
    0 0 12px rgba(55, 0, 255, 0.9),
    0 0 24px rgba(40, 0, 204, 0.6) !important;
}

.hunter_private,
.targ_quote,
.mbubble,
.chat_msg,
.chat_text,
.post_message {
  background: linear-gradient(135deg, #0d0040, #1a0080) !important;
  border: 1px solid #3700ff !important;
  box-shadow:
    0 0 12px rgba(123, 79, 255, 0.9),
    0 0 24px rgba(26, 0, 128, 0.6) !important;
}

/* 💬 SOFTE RONDE CHATBUBBELS */

.target_private,
.hunt_quote,
.cquote,
.chat_message,
.chat_item {
  background: linear-gradient(135deg, #120050, #1c0073) !important;
  color: #ffffff !important;
  border: 1px solid rgba(123, 79, 255, 0.35) !important;
  border-radius: 24px !important;
  padding: 12px 16px !important;
  margin: 6px 0 !important;
  box-shadow:
    0 0 8px rgba(55, 0, 255, 0.25),
    inset 0 0 6px rgba(255,255,255,0.04) !important;
}

.hunter_private,
.targ_quote,
.mbubble,
.chat_msg,
.chat_text,
.post_message {
  background: linear-gradient(135deg, #06001a, #120050) !important;
  color: #ffffff !important;
  border: 1px solid rgba(100, 60, 255, 0.3) !important;
  border-radius: 24px !important;
  padding: 12px 16px !important;
  margin: 6px 0 !important;
  box-shadow:
    0 0 8px rgba(40, 0, 204, 0.22),
    inset 0 0 6px rgba(255,255,255,0.03) !important;
}

.target_private:hover,
.hunter_private:hover,
.mbubble:hover {
  box-shadow:
    0 0 10px rgba(100, 60, 255, 0.3) !important;
  transition: 0.25s ease;
}

/* 💬 WHATSAPP STYLE RONDE CHATBUBBELS MET STAARTJE */

.target_private,
.hunt_quote,
.cquote,
.chat_message,
.chat_item,
.hunter_private,
.targ_quote,
.mbubble,
.chat_msg,
.chat_text,
.post_message {
  position: relative !important;
  max-width: 75% !important;
  padding: 12px 18px !important;
  margin: 8px 0 !important;
  border-radius: 24px !important;
  color: #fff !important;
  word-wrap: break-word !important;
}

.target_private,
.hunt_quote,
.cquote,
.chat_message,
.chat_item {
  background: linear-gradient(135deg, #120050, #1c0073) !important;
  border: 1px solid rgba(100, 60, 255, 0.25) !important;
  box-shadow: 0 0 8px rgba(55, 0, 255, 0.18) !important;
  margin-right: auto !important;
  margin-left: 8px !important;
}

.target_private::before,
.hunt_quote::before,
.cquote::before,
.chat_message::before,
.chat_item::before {
  content: "" !important;
  position: absolute !important;
  left: -8px !important;
  bottom: 8px !important;
  width: 16px !important;
  height: 16px !important;
  background: #120050 !important;
  border-radius: 0 0 0 16px !important;
  transform: rotate(45deg) !important;
}

.hunter_private,
.targ_quote,
.mbubble,
.chat_msg,
.chat_text,
.post_message {
  background: linear-gradient(135deg, #06001a, #120050) !important;
  border: 1px solid rgba(80, 40, 255, 0.22) !important;
  box-shadow: 0 0 8px rgba(40, 0, 180, 0.16) !important;
  margin-left: auto !important;
  margin-right: 8px !important;
}

.hunter_private::after,
.targ_quote::after,
.mbubble::after,
.chat_msg::after,
.chat_text::after,
.post_message::after {
  content: "" !important;
  position: absolute !important;
  right: -8px !important;
  bottom: 8px !important;
  width: 16px !important;
  height: 16px !important;
  background: #06001a !important;
  border-radius: 0 0 16px 0 !important;
  transform: rotate(45deg) !important;
}

/* 💬 NEON GLOW RAND */

.target_private,
.hunt_quote,
.cquote,
.chat_message,
.chat_item,
.hunter_private,
.targ_quote,
.mbubble,
.chat_msg,
.chat_text,
.post_message {
  position: relative !important;
  max-width: 75% !important;
  padding: 12px 18px !important;
  margin: 8px 0 !important;
  border-radius: 24px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #0a0020, #04000d) !important;
  border: 1px solid #3700ff !important;
  box-shadow:
    0 0 6px rgba(55, 0, 255, 0.7),
    0 0 12px rgba(40, 0, 204, 0.45),
    inset 0 0 6px rgba(255,255,255,0.03) !important;
  transition: all 0.25s ease !important;
}

.target_private:hover,
.hunter_private:hover,
.mbubble:hover,
.chat_message:hover,
.chat_msg:hover {
  box-shadow:
    0 0 10px rgba(123, 79, 255, 0.9),
    0 0 20px rgba(55, 0, 255, 0.65),
    0 0 30px rgba(40, 0, 204, 0.35) !important;
}

.target_private::before,
.hunt_quote::before,
.cquote::before,
.chat_message::before,
.chat_item::before {
  content: "" !important;
  position: absolute !important;
  left: -7px !important;
  bottom: 10px !important;
  width: 14px !important;
  height: 14px !important;
  background: #0a0020 !important;
  border-left: 1px solid #3700ff !important;
  border-bottom: 1px solid #3700ff !important;
  transform: rotate(45deg) !important;
  box-shadow: 0 0 8px rgba(55, 0, 255, 0.6) !important;
}

.hunter_private::after,
.targ_quote::after,
.mbubble::after,
.chat_msg::after,
.chat_text::after,
.post_message::after {
  content: "" !important;
  position: absolute !important;
  right: -7px !important;
  bottom: 10px !important;
  width: 14px !important;
  height: 14px !important;
  background: #0a0020 !important;
  border-right: 1px solid #3700ff !important;
  border-bottom: 1px solid #3700ff !important;
  transform: rotate(-45deg) !important;
  box-shadow: 0 0 8px rgba(55, 0, 255, 0.6) !important;
}

/* ⚡ PULSERENDE NEON CHATBUBBELS */

.target_private,
.hunt_quote,
.cquote,
.chat_message,
.chat_item,
.hunter_private,
.targ_quote,
.mbubble,
.chat_msg,
.chat_text,
.post_message {
  animation: neonPulseBubble 2.4s ease-in-out infinite !important;
}

.target_private::before,
.hunt_quote::before,
.cquote::before,
.chat_message::before,
.chat_item::before,
.hunter_private::after,
.targ_quote::after,
.mbubble::after,
.chat_msg::after,
.chat_text::after,
.post_message::after {
  animation: neonPulseTail 2.4s ease-in-out infinite !important;
}

@keyframes neonPulseBubble {
  0% {
    box-shadow:
      0 0 6px rgba(55, 0, 255, 0.55),
      0 0 12px rgba(40, 0, 204, 0.30),
      inset 0 0 4px rgba(255,255,255,0.02);
  }
  50% {
    box-shadow:
      0 0 12px rgba(123, 79, 255, 0.90),
      0 0 24px rgba(55, 0, 255, 0.65),
      0 0 36px rgba(40, 0, 204, 0.35),
      inset 0 0 6px rgba(255,255,255,0.04);
  }
  100% {
    box-shadow:
      0 0 6px rgba(55, 0, 255, 0.55),
      0 0 12px rgba(40, 0, 204, 0.30),
      inset 0 0 4px rgba(255,255,255,0.02);
  }
}

@keyframes neonPulseTail {
  0% { box-shadow: 0 0 6px rgba(55, 0, 255, 0.45); }
  50% {
    box-shadow:
      0 0 10px rgba(123, 79, 255, 0.85),
      0 0 18px rgba(55, 0, 255, 0.55);
  }
  100% { box-shadow: 0 0 6px rgba(55, 0, 255, 0.45); }
}

/* ✨ MOVING LIGHT SWEEP OVER CHAT BUBBLES */

.target_private,
.hunt_quote,
.cquote,
.chat_message,
.chat_item,
.hunter_private,
.targ_quote,
.mbubble,
.chat_msg,
.chat_text,
.post_message {
  position: relative !important;
  overflow: hidden !important;
}

.target_private::after,
.hunt_quote::after,
.cquote::after,
.chat_message::after,
.chat_item::after,
.hunter_private::before,
.targ_quote::before,
.mbubble::before,
.chat_msg::before,
.chat_text::before,
.post_message::before {
  content: "" !important;
  position: absolute !important;
  top: -20% !important;
  left: -60% !important;
  width: 45% !important;
  height: 140% !important;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0),
    rgba(255,255,255,0.08),
    rgba(123,79,255,0.18),
    rgba(255,255,255,0)
  ) !important;
  transform: rotate(18deg) !important;
  animation: bubbleSweep 3.8s linear infinite !important;
  pointer-events: none !important;
}

@keyframes bubbleSweep {
  0% { left: -60%; opacity: 0; }
  10% { opacity: 1; }
  50% { left: 120%; opacity: 1; }
  100% { left: 120%; opacity: 0; }
}

/* 💬 NIEUWE BERICHTEN POP + GLOW EFFECT */

.target_private,
.hunt_quote,
.cquote,
.chat_message,
.chat_item,
.hunter_private,
.targ_quote,
.mbubble,
.chat_msg,
.chat_text,
.post_message {
  animation:
    bubblePopIn 0.45s cubic-bezier(0.18, 0.89, 0.32, 1.28),
    neonPulseBubble 2.4s ease-in-out infinite !important;
  transform-origin: bottom center !important;
}

@keyframes bubblePopIn {
  0% {
    opacity: 0;
    transform: scale(0.72) translateY(18px);
    filter: blur(3px);
  }
  60% {
    opacity: 1;
    transform: scale(1.06) translateY(-2px);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: blur(0);
  }
}

/* 💬 TRANSPARANTE CHAT BUBBELS */

.target_private,
.hunt_quote,
.cquote,
.chat_message,
.chat_item,
.hunter_private,
.targ_quote,
.mbubble,
.chat_msg,
.chat_text,
.post_message {
  background: rgba(10, 0, 32, 0.58) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(123, 79, 255, 0.65) !important;
  box-shadow:
    0 0 8px rgba(55, 0, 255, 0.55),
    0 0 16px rgba(40, 0, 204, 0.35),
    inset 0 0 4px rgba(255,255,255,0.03) !important;
  color: #ffffff !important;
  border-radius: 24px !important;
}
