/* general colors */

/* Keep the ChatSpot interface static when it loads. Shared layout CSS can add
   slide-in motion to these containers; this theme intentionally disables it. */
#main_wrap,
#chat_left,
#chat_center,
#chat_right,
#private_wrap,
#page_full_content,
#page_wrapper,
.page_element,
.top_notify {
	-webkit-animation: none !important;
	animation: none !important;
}

a {color:#a855f7;}
body {background:#0c0b16; color:#e9e6f7;}
button { background:transparent; color:#fff; }
input, textarea, .post_input_container { background:#181629; border:1px solid #2c2748 !important; color:#e9e6f7; }
.setdef { color:#e9e6f7; }

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

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

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

/* item with background and hover effect */
.bbackhover { background:rgb(255,255,255,0.05); }
.bbackhover:hover { background:rgb(255,255,255,0.03); }

/* item width background and hover effect with a border */
.bbackhoverb { background:rgb(255,255,255,0.05); }
.bbackhoverb:hover { background:rgb(255,255,255,0.03); border:1px solid rgb(255,255,255,0.08); }

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

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

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

/* page menu & page sub menu */
.bpmenu:hover { background: rgb(255,255,255,0.08); }
.bsub { background:rgb(255,255,255,0.06); }
.bsub:hover { background:rgb(255,255,255,0.12); }

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

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

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

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

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

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

/* paginate item selected */
.pag_btn { background:rgb(255,255,255,0.05); color:#b8b3d6; }
.pagselected, .pag_btn:hover { background:rgb(255,255,255,0.10); }

/* count and gold tag */
.gtag { background:#181629; border:1px solid rgb(255,255,255,0.08); }

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

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

/* headers colors and top box colors */
.bhead { background:#141225; color:#fff; }
.bsidebar { background:#100e1f; color:#fff; }
.modal_top { background:#141225; color:#fff; }
.pro_top { background:#141225; color:#fff; }
.bfoot { background:#141225; color:#fff; }
.foot { background:#141225; color:#fff; }

/* background major element panel, page menu, float menu, modal, chat boxes */
.backglob { background:#0c0b16; }
.back_chat { background:#0c0b16; position:relative; }
.back_chat::before, #private_wrap_content::before { content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:url('chatspot-logo.png') no-repeat center center; background-size:contain; opacity:0.22; pointer-events:none; }

@media screen and (max-width: 768px) {
  .back_chat::before, #private_wrap_content::before { background-size:85%; }
}
.back_priv { background:#0c0b16; }
.back_chat, .back_priv, .back_panel, .back_pmenu { text-shadow: 0 1px 3px rgba(0,0,0,0.85); }
.back_panel { background:#100e1f; }
.back_menu { background:#100e1f; }
.back_pmenu { background:#141225; color:#fff; }
.back_box { background:#100e1f; }
.back_input { background:#141225; border-top:1px solid rgb(255,255,255,0.08); }
.back_modal { background:#141225; }
.page_element { background:#141225; }
.back_quote { background:#181629; }

/* main theme color */
.theme_color { color:#a855f7; }
.default_color { color:#38bdf8; }
.error  { color:#f87171; }
.success { color:#4ade80; }
.warn { color:#fbbf24; }

/* button colors */
.theme_btn, .back_theme { background:#a855f7; color:#fff; }
.default_btn, .back_default { background:#2563eb; color:#fff; }
.defaultd_btn { background:#1d4ed8; color:#fff; }
.ok_btn { background:#4ade80; color:#0c0b16; }
.warn_btn { background:#fbbf24; color:#0c0b16; }
.delete_btn { background:#dc2626; color:#fff; }
.send_btn { color:#38bdf8; }

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

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

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

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

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

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

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

/* private log bubble colors */
.target_private, .hunt_quote {color:#fff; background:#7c3aed;}
.hunter_private, .targ_quote {color:#e9e6f7; background:#181629;}

/* quote in chat background */
.cquote { background:#201c3a; }

/* tab menu */
.tab_menu { background:#100e1f; box-shadow:0 1px 3px rgb(0,0,0,0.5); }
.tab_menu_item { }
.tab_selected { background:rgb(255,255,255,0.08); }

/* modal menu */
.modal_mback { background:rgb(255,255,255,0.04); }
.modal_mborder { border-bottom: 1px solid rgb(255,255,255,0.08); }
.modal_selected { background:rgb(255,255,255,0.08); }

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

/* chat logs */
.mbubble { background:#181629; }
.my_log { background:#7c3aed; color:#fff; }
.topic_log { background:#241f42; color:#d8b4fe; }
.sys_log { }

/* duotone logs */
ul li.ch_dlogs:nth-child(odd of .ch_logs) { background:rgb(255,255,255,0.025); }

/* upload progress */
.bprogress { background:#4ade80; color:#0c0b16; }

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

/* date colors */
.sub_date { color:#8b86ad; }
.sub_chat, .sub_priv { color:#6b6591; }

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

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

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

/* special chat item */
.my_notice { color:#fff; background:#a855f7; }
.system_text { background:#181629; color:#b8b3d6; }

/* outside pages background */
.back_page { background:#100e1f; color:#fff; }

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

/* slider */
.boom_slider .ui-widget-content { background: #201c3a; }
.boom_slider .ui-state-default { background: #a855f7 !important; }
.boom_slider .ui-state-active { background: #a855f7 !important; }
.boom_slider .ui-slider-range { background:#7c3aed; }

/* select input color */
.selectboxit-list, .selectboxit-btn { background-color: #181629; color:#e9e6f7; border:1px solid #2c2748 !important; }
.selectboxit-list .selectboxit-focus .selectboxit-option-anchor { background-color: #241f42; color:#e9e6f7; }
.selectboxit-default-arrow { border-top: 4px solid #b8b3d6; }
.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active { background:#181629; color:#e9e6f7; }
.selectboxit-options { background:#181629; border:1px solid #2c2748; }
.selectboxit-list .selectboxit-option-anchor { color:#e9e6f7; }

/* forced icon contrast on dark chrome */
.back_input i, .fa, [class*="icon"] { color:#fff !important; }
