/**========================================================================
* ?                                ABOUT
* @author         :  DSG
* @product        :  S-Radio Salzburg (theme) - Variation 3
* @version        :  1.0
* @variation      :  Minimalist Elegance
*========================================================================**/

/* VARIATION 3: Minimalist Elegance Theme
 * Main Chat: 26.jpg (landscape, lighter overlay)
 * Decoration: mic2.png (microphone, very subtle)
 * Left Sidebar: 32.jpg (portrait)
 * Right Panels: 33.jpg (portrait)
 * Menus: 35.jpg (portrait)
 */
 
 /* custom font */
@import url('./font/Roboto.css');

/* general colors */
a {color:#ffffff;}
body {font-family:'Roboto',sans-serif; background:#0a0a0a; color:#ffffff;}
button { background:transparent; color:#fff; }
input, textarea, .post_input_container { font-family:'Roboto',sans-serif,'FontAwesome'; background:#1a1a1a; border:1px solid #ffffff !important; color:#fff; }
.setdef { color:#fff; }

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

/* item with background no effect */
.bback { background:rgba(255,255,255,0.08); }

/* item with background no effect with border */
.bbackb { background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.12); }

/* item with no background and hover effect */
.bhover:hover, .bhoverr:hover { background:rgba(255,255,255,0.10); }

/* item with background and hover effect */
.bbackhover { background:rgba(255,255,255,0.08); }
.bbackhover:hover { background:rgba(255,255,255,0.12); }

/* item width background and hover effect with a border */
.bbackhoverb { background:rgba(255,255,255,0.06); }
.bbackhoverb:hover { background:rgba(255,255,255,0.10); border:1px solid rgba(255,255,255,0.15); }

/* item with no background with line separator and hover effect */
.blisting { border-bottom: 1px solid rgba(255,255,255,0.08); }
.blisting:hover { background: rgba(255,255,255,0.08); }

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

/* private panel top */
.back_ptop { background:#1a1a1a; color:#fff; }

/* page menu & page sub menu */
.bpmenu:hover { background: rgba(255,255,255,0.10); }
.bsub { background:rgba(0,0,0,0.2); }
.bsub:hover { background:rgba(255,255,255,0.08); }

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

/* box shadow */
.bshadow, .page_element, .float_menu, .btnshadow, .pboxed { box-shadow:0 2px 8px rgba(0,0,0,0.4); }

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

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

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

/* current item selected */
.cselected, .liked { background:rgba(255,255,255,0.15); }

/* paginate item selected */
.pag_btn{background:rgba(0,0,0,0.3);color:#fff;}
.pagselected,.pag_btn:hover{background:rgba(255,255,255,0.4);}

/* count and gold tag */
.gtag{background:#ffffff;border:1px solid rgba(255,255,255,0.15);}

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

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

/* headers colors and top box colors */
.bhead,
.bfoot{
  background:
    linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
  color:#ffffff;
  border-bottom:1px solid rgba(255,255,255,0.3);
  box-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

/* Base depth (vertical sidebar) - Left panel */
.bsidebar{
  position: relative;
  color:#ffffff;
  background-image:
    linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
    url('./images/32.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 2px 0 12px rgba(0,0,0,0.4);
}

.bsidebar > *{
  position: relative;
  z-index: 2;
}

/* Accent strip on the very left (red) */
.bsidebar::before{
  content:"";
  position:absolute;
  top:0;
  right:auto;
  bottom:0;
  left:0;
  width:4px;
  background: linear-gradient(180deg, transparent, #ffffff, transparent);
  opacity:0.8;
  z-index: 1;
}

.modal_top,.pro_top{background:#1a1a1a;color:#fff;}
.foot{background:#1a1a1a; color:#fff;}

.backglob{background:#0a0a0a;}

/* Main chat background with image - VARIATION 3 (lighter overlay) */
.back_chat{
  position: relative;
  z-index: 0;
  background-image:
    linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
    url('./images/26.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Decoration overlay - VARIATION 3: Microphone (very subtle) */
.back_chat::before{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('./images/mic2.png') no-repeat;
  background-position: right bottom;
  background-size: 300px;
  opacity: 0.08;
  pointer-events: none;
  z-index: 1;
}

.back_chat > *{
  position: relative;
  z-index: 2;
}

/* Right panels with background image - VARIATION 3 */
.back_panel{
  background-image:
    linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
    url('./images/33.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.back_priv,.back_modal,.page_element{background:#1a1a1a; }

/* Menus - solid background for readability */
.back_menu{
  background:#1a1a1a;
}

.back_pmenu{
  background:#1a1a1a;
  color:#fff;
}
.back_box{background:#1a1a1a; }
.back_input{background:#1a1a1a; }
.back_quote{background:#ffffff; color:#000;}

/* main theme color */
.theme_color{color:#ffffff;}
.default_color { color:#0a0a0a; }
.error  { color:#ff3333; }
.success { color:#00cc66; }
.warn { color:#ffaa00; }

/* button colors */
.theme_btn,.back_theme{background:#ffffff;color:#000;}
.theme_btn:hover,.back_theme:hover{background:#ffffff;}
.default_btn,.defaultd_btn,.back_default { background:#333; color:#fff; }
.ok_btn { background:#00cc66; color:#fff; }
.warn_btn { background:#ffaa00; color:#fff; }
.delete_btn { background:#ff3333; color:#fff; }

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

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

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

/* menu icon - White icons with subtle glow */
.menui,.subi,.leftmenui { 
  color:#ffffff; 
  text-shadow: 0 0 8px rgba(255,255,255,0.4), 0 0 12px rgba(255,255,255,0.2);
  transition: all 0.3s ease;
}

.menui:hover,.subi:hover,.leftmenui:hover {
  color:#ffffff;
  text-shadow: 0 0 12px rgba(255,255,255,0.6), 0 0 18px rgba(255,255,255,0.4);
  transform: scale(1.1);
}

/* Top bar icons - White icons with subtle glow */
.head_option i.fa,
.head_option .fa,
.head_option .i_btm {
  color:#ffffff; 
  text-shadow: 0 0 8px rgba(255,255,255,0.4), 0 0 12px rgba(255,255,255,0.2);
  transition: all 0.3s ease;
}

.head_option:hover i.fa,
.head_option:hover .fa,
.head_option:hover .i_btm {
  color:#ffffff;
  text-shadow: 0 0 12px rgba(255,255,255,0.6), 0 0 18px rgba(255,255,255,0.4);
  transform: scale(1.1);
}

/* Footer icons - White icons with subtle glow */
.footer_item i.fa,
.footer_item .fa,
.footer_item .i_btm,
.footer_play {
  color:#ffffff; 
  text-shadow: 0 0 8px rgba(255,255,255,0.4), 0 0 12px rgba(255,255,255,0.2);
  transition: all 0.3s ease;
}

.footer_item:hover i.fa,
.footer_item:hover .fa,
.footer_item:hover .i_btm,
.footer_item:hover .footer_play {
  color:#ffffff;
  text-shadow: 0 0 12px rgba(255,255,255,0.6), 0 0 18px rgba(255,255,255,0.4);
  transform: scale(1.1);
}

/* Right panel icons - White icons with subtle glow */
.panel_option i.fa,
.panel_option .fa,
.panel_bar_item i.fa,
.panel_bar_item .fa {
  color:#ffffff; 
  text-shadow: 0 0 8px rgba(255,255,255,0.4), 0 0 12px rgba(255,255,255,0.2);
  transition: all 0.3s ease;
}

.panel_option:hover i.fa,
.panel_option:hover .fa,
.panel_bar_item:hover i.fa,
.panel_bar_item:hover .fa {
  color:#ffffff;
  text-shadow: 0 0 12px rgba(255,255,255,0.6), 0 0 18px rgba(255,255,255,0.4);
  transform: scale(1.1);
}

/* Input icons */
.input_icon {
  color:#ffffff; 
  text-shadow: 0 0 6px rgba(255,255,255,0.3);
  transition: all 0.3s ease;
}

.input_icon:hover {
  color:#ffffff;
  text-shadow: 0 0 10px rgba(255,255,255,0.5);
  transform: scale(1.1);
}

/* Send button icon */
.send_btn .fa-paper-plane,
.send_btn i.fa,
.send_btn .fa {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(255,255,255,0.5), 0 0 15px rgba(255,255,255,0.3);
  transition: transform 0.3s ease, text-shadow 0.3s ease;
}

.send_btn:hover .fa-paper-plane,
.send_btn:hover i.fa,
.send_btn:hover .fa {
  transform: scale(1.15) rotate(15deg);
  text-shadow: 0 0 15px rgba(255,255,255,0.7), 0 0 20px rgba(255,255,255,0.5);
}

/* Icons in topic logs */
.topic_log i.fa,
.topic_log .fa {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255,255,255,0.6), 0 0 12px rgba(255,255,255,0.4);
}

/* Active/selected menu icons - Pulse effect */
.bselected .menui,
.bselected .subi,
.bselected .leftmenui,
.rselected .menui,
.rselected .subi,
.rselected .leftmenui,
.cselected .menui,
.cselected .subi,
.cselected .leftmenui {
  animation: icon-pulse 2s ease-in-out infinite;
}

@keyframes icon-pulse {
  0%, 100% {
    text-shadow: 0 0 8px rgba(255,255,255,0.4), 0 0 12px rgba(255,255,255,0.2);
  }
  50% {
    text-shadow: 0 0 15px rgba(255,255,255,0.7), 0 0 20px rgba(255,255,255,0.5), 0 0 25px rgba(255,255,255,0.3);
  }
}

/* wall reply background */
.reply_item { background:#1a1a1a; }

/* main post item option wall and news */
.main_post_item { color:#aaa; }

/* input option background colors */
.input_item { color:#ffffff; }

/* private log bubble colors */
.target_private, .hunt_quote {color:#fff; background:#333;}
.hunter_private, .targ_quote {color:#000; background:#ffffff;}

/* quote in chat background */
.cquote {  background:rgba(0,0,0,0.8); color:#fff; }

/* tab menu */
.tab_menu { background:#1a1a1a; box-shadow:0 2px 8px rgba(0,0,0,0.4); }
.tab_selected { background:rgba(255,255,255,0.25); }

/* modal menu */
.modal_mback { background:rgba(0,0,0,0.6); }
.modal_mborder { border-bottom: 1px solid rgba(255,255,255,0.1); }
.modal_selected { background:rgba(255,255,255,0.25); }

/* back transparency background for modal box */
.modal_back { background-color:rgba(0,0,0,0.7); }

/* chat logs */
.mbubble { background: rgba(255, 255, 255, 0.15); }

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

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

/* date colors */
.sub_date { color:#ffffff; }
.sub_chat, .sub_priv { color:#ffffff; }

/* secondary text color */
.sub_text,.list_mood{color:#cccccc;}
.list_mood{font-weight:300;}

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

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

/* special chat item */
.my_notice { color:#000; background:#ffffff; }
.system_text { background:#ededed; color:#666; }

/* outside pages background */
.back_page { background:#0a0a0a; color:#fff; }

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

/* slider */
.boom_slider .ui-widget-content { background: #ededed; }
.boom_slider .ui-state-default { background: #ffffff !important; }
.boom_slider .ui-state-active { background: #ffffff !important; }
.boom_slider .ui-slider-range { background:#ffffff; }

/* select input color */
.selectboxit-list, .selectboxit-btn { background-color: #1a1a1a; color:#fff;  border:1px solid #ffffff !important; }
.selectboxit-list .selectboxit-focus .selectboxit-option-anchor { background-color: #1a1a1a; color:#ffffff; }
.selectboxit-default-arrow { border-top: 4px solid #ffffff; }
.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active { background:#2a2a2a; color:#fff; }
.selectboxit-options { background:#1a1a1a; }
.selectboxit-list .selectboxit-option-anchor { color:#ffffff; }


/* Topic log styling */
.topic_log {
  background: linear-gradient(135deg, rgba(255,255,255,0.2), rgba(0,0,0,0.3));
  border: 2px solid #ffffff;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
  font-weight: 600;
  margin: 5px auto;
  border-radius: 8px;
  width: 95%;
  max-width: 800px;
  box-shadow: 0 4px 12px rgba(255,255,255,0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .back_chat::before {
    background-size: 200px;
    opacity: 0.1;
  }
}

