/* general colors */
a {color:orange;}
body {background:#141414; color:#fff;}
button { background:transparent; color:#fff; }
input, textarea, .post_input_container { background:rgba(13, 8, 5, 0.61); border:1px solid #34301f !important; color:#ffeea0; }
.setdef { color:#fff; }

/* cookie box */
.cookie_wrap { background:#282518; color:#fff; }

/* item with background no effect */
.bback { background: rgba(113, 79, 59, 0.2); }

/* item with background no effect with border */
.bbackb { background: rgba(113, 79, 59, 0.2); border:1px solid rgba(113, 79, 59, 0.2); }

/* item with no background and hover effect */
.bhover:hover { background: rgba(113, 79, 59, 0.2); }

/* item with background and hover effect */
.bbackhover { background: rgba(113, 79, 59, 0.2); }
.bbackhover:hover { background:rgba(113, 79, 59, 0.1); }

/* item width background and hover effect with a border */
.bbackhoverb { background: rgba(113, 79, 59, 0.2); }
.bbackhoverb:hover { background:rgb(255,255,255,0.3); border:1px solid rgba(255, 238, 160, 0.11); }

/* item with no background with line separator and hover effect */
.blisting { border-bottom: 1px solid rgba(113, 79, 59, 0.1); }
.blisting:hover { background: rgba(113, 79, 59, 0.2); }

/* item with no background with line separator */
.blist { border-bottom: 1px solid rgba(113, 79, 59, 0.1); }

/* private panel top */
.back_ptop { background:rgba(32, 20, 14, 0.85); color:#fff; }

/* page menu & page sub menu */
.bpmenu:hover { background: rgb(255,255,255,0.05); }
.bsub { background:rgb(0,0,0,0.1); }
.bsub:hover { background:rgba(113, 79, 59, 0.1); }

/* sub menus for card, logs, wall, news */
.bmenu, .submenu { border-bottom:1px solid rgba(113, 79, 59, 0.1); }
.bmenu:hover, .submenu:hover { background:rgba(113, 79, 59, 0.1); }

/* box shadow */
.bshadow, .page_element, .float_menu, .btnshadow, .pboxed { box-shadow:0 1px 3px rgb(0,0,0,0.4); }

/* main item selected for panel and box */
.bselected { background:rgba(255, 214, 0, 0.05); }

/* reg menu selected item */
.rselected { background:rgba(255, 214, 0, 0.05); }

/* page selected */
.pselected { color:#d3b300; }

/* current item selected selected */
.cselected, .liked { background: rgba(113, 79, 59, 0.2); }

/* paginate item selected */
.pag_btn { background: rgba(113, 79, 59, 0.2); }
.pagselected, .pag_btn:hover { background:rgb(255,255,255,0.1); }

/* count and gold tag */
.gtag { background:#14120c; border:1px solid rgba(255, 238, 160, 0.11); }

/* border color for separator and items border */
.bborder { border-bottom:1px solid rgba(255, 238, 160, 0.11); }
.tborder { border-top:1px solid rgba(255, 238, 160, 0.11); }
.lborder, .ppanel { border-left:1px solid rgba(255, 238, 160, 0.11); }
.rborder { border-right:1px solid rgba(255, 238, 160, 0.11); }
.fborder { border:1px solid rgba(255, 238, 160, 0.11); }

/* float top color */
.float_top { border-bottom:1px solid rgba(255, 238, 160, 0.11); }
.float_ctop { border-bottom:1px solid rgba(255, 238, 160, 0.11); }

/* headers, footer and top modal colors */
.bhead { background:rgba(32, 20, 14, 0.85); color:#ffeea0; border-bottom: 1px solid rgba(255, 238, 160, 0.11);}
.bsidebar { background:rgba(32, 20, 14, 0.85); color:#ffeea0; border-bottom: 1px solid rgba(255, 238, 160, 0.11);}
.modal_top { background:#14120c; color:#fff; }
.pro_top { background:rgba(13,8,5,.61); color:#fff; }
.bfoot { background:rgba(32, 20, 14, 0.85); color:#ffeea0; border-top: 1px solid rgba(255, 238, 160, 0.11);}
.foot { background:#14120c; color:#fff; }

/* background major element panel, page menu, float menu, modal, chat boxes */
.backglob { background:transparent; }
.back_chat, #page_full_content, .tab_menu { background:rgba(13, 8, 5, 0.61); }
.back_priv { background:rgba(13, 8, 5, 0.61); }
.back_panel { background:rgba(13, 8, 5, 0.61); }
.back_menu { background:rgba(32, 20, 14, 0.85); }
.back_pmenu { background:rgba(13, 8, 5, 0.61); }
.back_box { background:rgba(13, 8, 5, 0.61); }
.back_input { background:rgba(13, 8, 5, 0.61); border-top:1px solid rgba(255, 238, 160, 0.11); }
.back_modal { background:rgba(13, 8, 5, 0.61); backdrop-filter: blur(2px);}
.page_element { background:rgba(13, 8, 5, 0.61); }
.back_quote { background:rgba(13, 8, 5, 0.81); }

/* main theme color */
.theme_color { color:#d3b300; }
.default_color { color:#6a6242; }
.error  { color:#a73232; }
.success { color:#409728; }
.warn { color:orange; }

/* button colors */
.theme_btn, .back_theme { background:#d3b300; color:#fff; }
.default_btn, .back_default { background:#282518; color:#fff; }
.defaultd_btn { background:#4d472d; color:#fff; }
.ok_btn { background:#409728; color:#fff; }
.warn_btn { background:orange; color:#fff; }
.delete_btn { background:#a73232; color:#fff; }
.send_btn, .footer_play { color:#d3b300; }

/* default username color */
.user { color:#fff; }

/* chat system messsage text color */
.chat_system { color:#b9ae7e; }

/* opacity for offline users in list */
.offline { opacity:0.5; }

/* menu icon */
.menui { color:#d3b300; }
.subi { color:#d3b300; }

/* wall reply background */
.reply_item { background:rgba(13, 8, 5, 0.61); }

/* main post item option wall and news */
.main_post_item { color:rgb(255,255,255,0.5); }

/* input option background colors */
.input_item, .panel_option, .main_post_item { color:#ffeea0; }

/* private log bubble colors */
.target_private, .hunt_quote {color:#fff; background:#4d472d;}
.hunter_private, .targ_quote {color:#fff; background:#271a10;}

/* quote in chat background color */
.cquote { background:rgba(39, 26, 16, 0.6); color:#fff; }

/* tab menu */
.tab_menu { box-shadow:0 1px 3px rgb(0,0,0,0.4); }
.tab_selected { background: rgba(113, 79, 59, 0.2); }

/* modal menu */
.modal_mback { background:rgba(113, 79, 59, 0.2); }
.modal_mborder { border-bottom: 1px solid rgba(113, 79, 59, 0.2); }
.modal_selected { background:rgba(113, 79, 59, 0.2); }

/* back transparency background for modal box */
.modal_back { background-color:rgba(51, 33, 21, 0.69); }

/* chat logs */
.mbubble { background:rgba(77, 71, 45, 0.6); color:#fff; }
.topic_log{background:rgba(13,8,5,.61);color:#ccbf81}
.sys_log { }

/* upload progress */
.bprogress { background:#409728; color:#fff; }

/* notification colors */
.bnotify { background:#d3b300; color:#fff; }
.foot_notify, .head_notify { border:1px solid #fff; }

/* date colors */
.sub_date  { color:#a89e71; }
.sub_chat, .sub_priv { color:#6a6242; }

/* secondary text color */
.sub_text, .list_mood  { color:#a89e71; }

/* profile likes */
.plikes { background-color:rgba(100,100,100,0.2); color:#fff; }

/* spinner color */
.bspin { color:rgb(255,255,255,0.3); }

/* special chat item */
.my_notice { color:#fff; background:#d3b300; }
.system_text { background: rgba(113, 79, 59, 0.2); color:#a89e71; }

/* outside pages background */
.back_page { background:#14120c; color:#fff; }

/* video background color */
.post_video { background:rgb(0,0,0,1); }

/* slider */
.boom_slider .ui-widget-content { background: #282518; }
.boom_slider .ui-state-default { background: #ffeea0 !important; }
.boom_slider .ui-state-active { background: #ffeea0 !important; }
.boom_slider .ui-slider-range { background:#6a6242; }

/* select input color */
.selectboxit-list, .selectboxit-btn { background-color: rgba(13, 8, 5, 0.61); border:1px solid #34301f; color:#fff; }
.selectboxit-list .selectboxit-focus .selectboxit-option-anchor { background-color: rgba(44, 28, 17, 0.61); color:#fff; }
.selectboxit-default-arrow { border-top: 4px solid #6a6242; }
.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active { background:rgba(13, 8, 5, 0.61); color:#fff; }
.selectboxit-options { background:rgba(13, 8, 5, 0.887); color:#fff; }
.selectboxit-list .selectboxit-option-anchor { color:#6a6242; }

/* custom */
.modal_in { border:1px solid rgb(255,255,255,0.01); } 
#intro_top{ background: rgba(13, 8, 5, 0.61) !important;}
input#content{background:rgba(32,20,14,.45);border:1px solid rgba(255,238,160,.11)!important;color:#ffeea0!important;box-shadow:inset 0 0 10px rgba(0,0,0,.188)}
body::before{content:'';position:fixed;top:0;left:0;z-index:-1;width:100%;height:100%;background:url('./images/background.jpg');background-repeat:no-repeat;background-position:center center;background-size:cover;box-shadow:inset 0 0 500px #000}
.intro_login_btn{ background: #d3b300 !important;}

@media screen and (max-width: 1200px) {
    .back_panel{ backdrop-filter: blur(2px);}
}
@media screen and (max-width: 1100px) {
    .back_pmenu{ backdrop-filter: blur(2px);}
}
@media screen and (max-width: 768px) {
    .back_menu, .back_box, .back_priv{ backdrop-filter: blur(2px);}
}

/* 🌈 Neon Rainbow variables */
:root{
  --rainbow: linear-gradient(90deg,
    #ff00cc,
    #ff0066,
    #ff3300,
    #ffcc00,
    #33ff00,
    #00ffee,
    #0066ff,
    #9900ff
  );
}

/* Background glow */
body::before{
  content:'';
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:-1;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,0,204,0.25), transparent 40%),
    radial-gradient(circle at 80% 30%, rgba(0,255,255,0.2), transparent 40%),
    radial-gradient(circle at 50% 80%, rgba(0,102,255,0.2), transparent 40%),
    #050505;
}

/* Neon text */
.neon-text, a, .theme_color {
  background: var(--rainbow);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 5px #ff00cc,
    0 0 10px #00ffff,
    0 0 20px #0066ff;
}

/* Buttons neon glow */
.theme_btn, .back_theme {
  background: var(--rainbow);
  color:#fff;
  border:none;
  box-shadow:
    0 0 10px rgba(255,0,204,0.7),
    0 0 20px rgba(0,255,255,0.5),
    0 0 40px rgba(0,102,255,0.5);
  transition:0.3s;
}

.theme_btn:hover {
  transform: scale(1.05);
  box-shadow:
    0 0 20px #ff00cc,
    0 0 30px #00ffff,
    0 0 60px #0066ff;
}

/* Panels / boxes neon glass */
.back_panel, .back_box, .back_chat, .back_priv {
  background: rgba(0,0,0,0.6);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow:
    0 0 10px rgba(255,0,204,0.2),
    0 0 20px rgba(0,255,255,0.15);
  backdrop-filter: blur(8px);
}

/* Inputs neon */
input, textarea {
  background: rgba(0,0,0,0.6);
  border: 1px solid #00ffff !important;
  color:#fff;
  box-shadow: 0 0 10px rgba(0,255,255,0.3);
}

input:focus, textarea:focus {
  outline:none;
  box-shadow:
    0 0 10px #ff00cc,
    0 0 20px #00ffff;
}

/* Chat bubbles */
.mbubble {
  background: rgba(0,0,0,0.6);
  border-left: 3px solid #00ffff;
  box-shadow: 0 0 10px rgba(0,255,255,0.2);
}

/* Headers neon */
.bhead, .bfoot {
  background: rgba(0,0,0,0.8);
  border-bottom: 1px solid #00ffff;
  box-shadow: 0 0 15px rgba(0,255,255,0.2);
}

/* Menu hover glow */
.bmenu:hover, .submenu:hover {
  background: rgba(255,255,255,0.05);
  box-shadow: 0 0 10px rgba(255,0,204,0.3);
}

/* Scrollbar neon */
::-webkit-scrollbar {
  width:8px;
}
::-webkit-scrollbar-thumb {
  background: var(--rainbow);
  border-radius:10px;
}

/* 🌈 Animated rainbow gradient */
@keyframes neonFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* 🌈 Gradient variable */
:root{
  --rainbow-animated: linear-gradient(
    270deg,
    #ff00cc,
    #ff0066,
    #ff3300,
    #ffcc00,
    #33ff00,
    #00ffee,
    #0066ff,
    #9900ff
  );
}

/* 🌌 Animated background overlay */
body::after{
  content:'';
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:-1;
  background: var(--rainbow-animated);
  background-size: 400% 400%;
  animation: neonFlow 20s ease infinite;
  opacity:0.08;
}

/* 🌈 Animated neon text */
.neon-text, a, .theme_color {
  background: var(--rainbow-animated);
  background-size: 400% 400%;
  animation: neonFlow 6s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 5px #ff00cc,
    0 0 10px #00ffff,
    0 0 20px #0066ff;
}

/* 🔘 Animated buttons */
.theme_btn, .back_theme {
  background: var(--rainbow-animated);
  background-size: 400% 400%;
  animation: neonFlow 8s ease infinite;
  color:#fff;
  border:none;
  box-shadow:
    0 0 10px rgba(255,0,204,0.6),
    0 0 20px rgba(0,255,255,0.4),
    0 0 40px rgba(0,102,255,0.4);
}

/* ✨ Hover boost */
.theme_btn:hover {
  animation: neonFlow 3s linear infinite;
  transform: scale(1.05);
  box-shadow:
    0 0 20px #ff00cc,
    0 0 40px #00ffff,
    0 0 80px #0066ff;
}

/* 🧊 Panels subtle animated border */
.back_panel, .back_box, .back_chat {
  position: relative;
}

.back_panel::before,
.back_box::before,
.back_chat::before{
  content:'';
  position:absolute;
  inset:0;
  border-radius:inherit;
  padding:1px;
  background: var(--rainbow-animated);
  background-size: 400% 400%;
  animation: neonFlow 10s linear infinite;

  /* border effect */
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events:none;
  opacity:0.6;
}

/* 🔥 Inputs glow animation */
input:focus, textarea:focus {
  animation: neonFlow 3s linear infinite;
  border:1px solid transparent !important;
  background-image: var(--rainbow-animated);
  background-size: 400% 400%;
  box-shadow:
    0 0 10px #ff00cc,
    0 0 20px #00ffff;
}

/* 🌈 MASTER ANIMATION */
@keyframes neonFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes neonPulse {
  0%,100% { opacity:1; box-shadow:0 0 10px #ff00cc, 0 0 20px #00ffff; }
  50% { opacity:0.7; box-shadow:0 0 25px #ff00cc, 0 0 50px #00ffff; }
}

@keyframes neonFlicker {
  0%,18%,22%,25%,53%,57%,100% { opacity:1; }
  20%,24%,55% { opacity:0.4; }
}

/* 🌈 RAINBOW */
:root{
  --ultra: linear-gradient(270deg,
    #ff00cc,
    #ff0066,
    #ff3300,
    #ffcc00,
    #33ff00,
    #00ffee,
    #0066ff,
    #9900ff
  );
}

/* 🌌 CYBER BACKGROUND */
body{
  background:#020202;
}

body::before{
  content:'';
  position:fixed;
  inset:0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,0,204,0.25), transparent 40%),
    radial-gradient(circle at 80% 30%, rgba(0,255,255,0.2), transparent 40%),
    radial-gradient(circle at 50% 80%, rgba(0,102,255,0.2), transparent 40%);
  z-index:-2;
}

body::after{
  content:'';
  position:fixed;
  inset:0;
  background: var(--ultra);
  background-size: 400% 400%;
  animation: neonFlow 15s ease infinite;
  opacity:0.06;
  z-index:-1;
}

/* 🌈 ULTRA TEXT */
.neon-text, a, .theme_color {
  background: var(--ultra);
  background-size:400% 400%;
  animation: neonFlow 5s linear infinite, neonFlicker 3s infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 5px #ff00cc,
    0 0 10px #00ffff,
    0 0 20px #0066ff,
    0 0 40px #9900ff;
}

/* 🔘 BUTTON GOD MODE */
.theme_btn, .back_theme {
  background: var(--ultra);
  background-size:400% 400%;
  animation: neonFlow 6s linear infinite;
  border:none;
  color:#fff;
  box-shadow:
    0 0 10px #ff00cc,
    0 0 20px #00ffff,
    0 0 40px #0066ff;
  position:relative;
  overflow:hidden;
}

.theme_btn::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);
  transform:translateX(-100%);
  animation: shine 3s infinite;
}

@keyframes shine {
  100% { transform:translateX(100%); }
}

.theme_btn:hover {
  animation: neonFlow 2s linear infinite, neonPulse 1.5s infinite;
  transform: scale(1.08);
}

/* 🧊 GLASS PANELS */
.back_panel, .back_box, .back_chat, .back_priv {
  background: rgba(0,0,0,0.65);
  backdrop-filter: blur(10px);
  border-radius:12px;
  box-shadow:
    inset 0 0 20px rgba(255,255,255,0.05),
    0 0 20px rgba(255,0,204,0.2);
  position:relative;
}

/* 🌈 ANIMATED BORDER */
.back_panel::before,
.back_box::before,
.back_chat::before{
  content:'';
  position:absolute;
  inset:0;
  padding:1px;
  border-radius:inherit;
  background: var(--ultra);
  background-size:400% 400%;
  animation: neonFlow 8s linear infinite;

  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

/* 💬 CHAT BUBBLE RGB BORDER */
.mbubble{
  background: rgba(0,0,0,0.7);
  border-left:3px solid transparent;
  border-image: var(--ultra) 1;
  box-shadow: 0 0 10px rgba(0,255,255,0.2);
}

/* ✍️ INPUT TYPING GLOW */
input, textarea{
  background: rgba(0,0,0,0.7);
  border:1px solid #00ffff !important;
  color:#fff;
}

input:focus, textarea:focus{
  animation: neonPulse 1.5s infinite;
  box-shadow:
    0 0 10px #ff00cc,
    0 0 20px #00ffff,
    0 0 40px #0066ff;
}

/* ⚡ TYPING EFFECT (OPTIONAL CLASS) */
.typing-neon{
  animation: neonFlicker 1.5s infinite;
}

/* 🌈 SCROLLBAR */
::-webkit-scrollbar-thumb{
  background: var(--ultra);
  background-size:400% 400%;
  animation: neonFlow 6s linear infinite;
}

/* 🎧 EXTRA: PULSE ON HOVER ITEMS */
.bmenu:hover, .submenu:hover{
  animation: neonPulse 1.5s infinite;
}

/* 💥 ONLINE USERS GLOW */
.user{
  text-shadow:
    0 0 5px #00ffff,
    0 0 10px #0066ff;
}

/* ❌ blur verwijderen van chat/panels */
.back_chat,
.back_panel,
.back_box,
.back_priv {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* ✔️ achtergrond iets donker maar scherp */
.back_chat {
  background: rgba(0,0,0,0.85) !important;
}

/* strakke cyber chat look */
.back_chat {
  background: rgba(0,0,0,0.9) !important;
  border: 1px solid rgba(0,255,255,0.3);
  box-shadow:
    0 0 10px rgba(0,255,255,0.2),
    inset 0 0 10px rgba(255,0,204,0.1);
}


