/* general colors */
a { color:#50b0ff; }
body { background:#0a0a14; color:#e0f0ff; }
button { background:transparent; color:#e0f0ff; }
input, textarea, .post_input_container { background:rgba(10, 14, 30, 0.75); border:1px solid #1f2a3c !important; color:#cceeff; }
.setdef { color:#e0f0ff; }

/* cookie box */
.cookie_wrap { background:#1a1f2b; color:#e0f0ff; }

/* item with background no effect */
.bback { background: rgba(30, 45, 68, 0.2); }

/* item with background no effect with border */
.bbackb { background: rgba(30, 45, 68, 0.2); border:1px solid rgba(30, 45, 68, 0.2); }

/* item with no background and hover effect */
.bhover:hover { background: rgba(30, 45, 68, 0.2); }

/* item with background and hover effect */
.bbackhover { background: rgba(30, 45, 68, 0.2); }
.bbackhover:hover { background:rgba(30, 45, 68, 0.1); }

/* item width background and hover effect with a border */
.bbackhoverb { background: rgba(30, 45, 68, 0.2); }
.bbackhoverb:hover { background:rgba(255,255,255,0.1); border:1px solid rgba(100,150,200,0.1); }

/* item with no background with line separator and hover effect */
.blisting, .blist { border-bottom: 1px solid rgba(100, 150, 200, 0.1); }
.blisting:hover { background: rgba(30, 45, 68, 0.2); }

/* private panel top */
.back_ptop { background:rgba(15, 20, 35, 0.85); color:#e0f0ff; }

/* page menu & page sub menu */
.bpmenu:hover { background: rgba(255,255,255,0.05); }
.bsub { background:rgba(0,0,0,0.1); }
.bsub:hover { background:rgba(30, 45, 68, 0.1); }

/* sub menus */
.bmenu, .submenu { border-bottom:1px solid rgba(30, 45, 68, 0.1); }
.bmenu:hover, .submenu:hover { background:rgba(30, 45, 68, 0.1); }

/* box shadow */
.bshadow, .page_element, .float_menu, .btnshadow, .pboxed { box-shadow:0 1px 3px rgba(0,0,0,0.5); }

/* main item selected */
.bselected, .rselected, .cselected, .liked { background:rgba(80, 120, 200, 0.1); }
.pselected { color:#50b0ff; }

/* paginate item */
.pag_btn { background: rgba(30, 45, 68, 0.2); }
.pagselected, .pag_btn:hover { background:rgba(255,255,255,0.1); }

/* tags */
.gtag { background:#0a0a14; border:1px solid rgba(100, 150, 200, 0.1); }

/* borders */
.bborder, .tborder, .lborder, .rborder, .fborder,
.float_top, .float_ctop { border-color: rgba(100, 150, 200, 0.1); }

/* headers, footer, top modal */
.bhead, .bsidebar, .bfoot {
    background:rgba(15, 20, 35, 0.85);
    color:#cceeff;
    border-color: rgba(100, 150, 200, 0.1);
}
.modal_top, .foot { background:#0a0a14; color:#e0f0ff; }
.pro_top { background:rgba(10,14,30,0.75); color:#e0f0ff; }

/* backgrounds */
.backglob { background:transparent; }
.back_chat, #page_full_content, .tab_menu,
.back_priv, .back_panel, .back_pmenu, .back_box,
.back_input, .page_element, .back_quote {
    background: rgba(10, 14, 30, 0.75);
}
.back_menu { background:rgba(15, 20, 35, 0.85); }
.back_modal { background:rgba(10, 14, 30, 0.75); backdrop-filter: blur(2px); }

/* theme colors */
.theme_color { color:#50b0ff; }
.default_color { color:#8899aa; }
.error  { color:#e05c5c; }
.success { color:#6dcf9f; }
.warn { color:#ffaa55; }

/* buttons */
.theme_btn, .back_theme { background:#50b0ff; color:#fff; }
.default_btn, .back_default { background:#1a1f2b; color:#fff; }
.defaultd_btn { background:#2a2f3f; color:#fff; }
.ok_btn { background:#6dcf9f; color:#fff; }
.warn_btn { background:#ffaa55; color:#fff; }
.delete_btn { background:#e05c5c; color:#fff; }
.send_btn, .footer_play { color:#50b0ff; }

/* user text */
.user { color:#fff; }
.chat_system { color:#9ab8d1; }
.offline { opacity:0.5; }

/* icons */
.menui, .subi { color:#50b0ff; }

/* wall reply */
.reply_item { background:rgba(10, 14, 30, 0.75); }

/* post options */
.main_post_item { color:rgba(255,255,255,0.5); }
.input_item, .panel_option, .main_post_item { color:#cceeff; }

/* private log bubbles */
.target_private {color:#fff; background:#2a2f3f;}
.hunter_private {color:#fff; background:#1a1f2b;}

/* chat quote */
.cquote { background:rgba(20, 28, 40, 0.6); color:#fff; }

/* tabs */
.tab_selected, .modal_selected { background: rgba(30, 45, 68, 0.2); }

/* modals */
.modal_back { background-color:rgba(15, 20, 35, 0.7); }
.modal_mback { background:rgba(30, 45, 68, 0.2); }
.modal_mborder { border-bottom: 1px solid rgba(30, 45, 68, 0.2); }
.modal_in { border:1px solid rgba(255,255,255,0.01); }

/* chat logs */
.mbubble { background:rgba(40, 50, 70, 0.6); color:#fff; }
.topic_log { background:rgba(10,14,30,0.75); color:#cceeff; }

/* upload progress */
.bprogress { background:#6dcf9f; color:#fff; }

/* notifications */
.bnotify { background:#50b0ff; color:#fff; }
.foot_notify, .head_notify { border:1px solid #fff; }

/* dates, text */
.sub_date, .sub_text, .list_mood  { color:#8899aa; }
.sub_chat, .sub_priv { color:#6a8fbf; }

/* likes */
.plikes { background-color:rgba(100,100,150,0.2); color:#fff; }

/* spinner */
.bspin { color:rgba(255,255,255,0.3); }

/* special notices */
.my_notice { color:#fff; background:#50b0ff; }
.system_text { background: rgba(30, 45, 68, 0.2); color:#8899aa; }

/* outside page */
.back_page { background:#0a0a14; color:#fff; }

/* video */
.post_video { background:#000; }

/* slider */
.boom_slider .ui-widget-content { background: #1a1f2b; }
.boom_slider .ui-state-default,
.boom_slider .ui-state-active { background: #50b0ff !important; }
.boom_slider .ui-slider-range { background:#8899aa; }

/* select input */
.selectboxit-list, .selectboxit-btn {
    background-color: rgba(10, 14, 30, 0.75);
    border:1px solid #1f2a3c;
    color:#fff;
}
.selectboxit-list .selectboxit-focus .selectboxit-option-anchor {
    background-color: rgba(20, 28, 40, 0.61);
    color:#fff;
}
.selectboxit-default-arrow { border-top: 4px solid #8899aa; }
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
    background:rgba(10, 14, 30, 0.75);
    color:#fff;
}
.selectboxit-options {
    background:rgba(10, 14, 30, 0.9);
    color:#fff;
}
.selectboxit-list .selectboxit-option-anchor { color:#8899aa; }

/* intro input */
input#content {
    background:rgba(15,20,35,0.45);
    border:1px solid rgba(100,150,200,0.1)!important;
    color:#cceeff!important;
    box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
}
#intro_top { background: rgba(10, 14, 30, 0.75) !important; }
.intro_login_btn { background: #50b0ff !important; }

/* background image with dark overlay */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url('./images/midnight.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: rgba(10, 14, 30, 0.8); /* dark blue tint overlay */
    box-shadow: inset 0 0 600px rgba(5, 10, 20, 0.85); /* soft vignette */
    filter: brightness(0.5) contrast(1.1);
}

/* blur panels on smaller screens */
@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); }
}
