/* custom font */
@import url('./font/exo2.css');

/* general colors */
a {color: #b9dbfa;}
body {font-family:'Exo2',sans-serif !important; font-weight: 800 !important; background: rgba(0, 0, 24, 0.4) !important; color:#b9dbfa;}
button { background:transparent; color:#b9dbfa; }
input, textarea, .post_input_container {font-family:'Exo2',sans-serif !important; font-weight: 800 !important; background: rgba(0, 0, 24, 0.4); border: 1px solid rgba(185, 219, 250, 0.3); color: #b9dbfa !important; }
input::placeholder,
textarea::placeholder { color: #b9dbfa !important; opacity: 0.4; }
#content,#message_content{border-radius:10px}
.main_item { background: rgba(0, 0, 24, 0.4); border-radius: 10px; border: 1px solid rgba(185, 219, 250, 0.2); }
.main_item:hover {box-shadow: 0 5px 10px rgba(0, 255, 200, 0.3); background: rgba(200, 255, 195, 0.1); }
.input_table { display: table; border-spacing: 2px 0; }
.input_table, .input_table .main_item { border-collapse: separate; }

.setdef { color:#b9dbfa; }

/* cookie box */
.cookie_wrap { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); color:#b9dbfa; }

/* item with background no effect */
.bback { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); }

/* item with background no effect with border */
.bbackb { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); border:1px solid rgba(202, 227, 250, 0.2); }

/* item with no background and hover effect */
.bhover:hover { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); }

/* item with background and hover effect */
.bbackhover { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); }
.bbackhover:hover { background:rgba(202, 227, 250, 0.1); }

/* item width background and hover effect with a border */
.bbackhoverb { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); }
.bbackhoverb:hover { background:rgba(202, 227, 250, 0.3); border:1px solid #b9dbfa; }

/* item with no background with line separator and hover effect */
.blisting { border-bottom: 1px solid rgba(202, 227, 250, 0.1); }
.blisting:hover { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); }

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

/* private panel top */
.back_ptop { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); color:#b9dbfa; }

/* page menu & page sub menu */
.bpmenu:hover { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); }
.bsub { background:rgba(0,0,0,0.1); }
.bsub:hover { background:rgba(202, 227, 250, 0.1); }

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

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

/* main item selected for panel and box */
.bselected { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); border-bottom:1px solid #b9dbfa; }

/* reg menu selected item */
.rselected { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); }

/* page selected */
.pselected { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); }

/* current item selected selected */
.cselected, .liked { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); }

/* paginate item selected */
.pag_btn { border:1px solid #b9dbfa; }
.pagselected { background:rgba(202, 227, 250, 0.1); }

/* count and #b9dbfa tag */
.gtag { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); border:1px solid #b9dbfa; }

/* border color for separator and items border */
.bborder { border-bottom:1px solid rgba(202, 227, 250, 0.1); }
.tborder { border-top:1px solid rgba(202, 227, 250, 0.1); }
.lborder, .ppanel { border-left:1px solid rgba(202, 227, 250, 0.1); }
.rborder { border-right:1px solid rgba(202, 227, 250, 0.1); }
.fborder { border:1px solid #b9dbfa; }

/* float top color */
.float_top { border-bottom:1px solid rgba(202, 227, 250, 0.1); }
.float_ctop { border-bottom:1px solid rgba(202, 227, 250, 0.1); }

/* headers, footer and top modal colors */
.bhead { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); color:#b9dbfa; border-bottom: 1px solid rgba(202, 227, 250, 0.1);}
.bsidebar { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); color:#b9dbfa; border-bottom: 1px solid rgba(202, 227, 250, 0.1);}
.modal_top { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); color:#b9dbfa; }
.pro_top { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); color:#b9dbfa; }
.bfoot { background: rgba(0, 0, 24, 0.4);
  backdrop-filter: blur(18px) saturate(160%) brightness(115%);
  -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); color:#b9dbfa; border-top: 1px solid rgba(202, 227, 250, 0.1);}
.foot { background: rgba(0, 0, 24, 0.4);
  backdrop-filter: blur(18px) saturate(160%) brightness(115%);
  -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); color:#b9dbfa; }

/* background major element panel, page menu, float menu, modal, chat boxes */
.backglob { background:transparent; }
.back_chat, #page_full_content, .tab_menu { background: rgba(0, 0, 24, 0.5);   backdrop-filter: blur(1px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(1px) saturate(160%) brightness(115%); }
.back_priv { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); }
.back_panel { background: rgba(0, 0, 24, 0.5);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); }
.back_menu { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); }
.back_pmenu { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); }
.back_box { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); }
.back_input { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); border-top:1px solid rgba(202, 227, 250, 0.1); }
.back_modal { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); backdrop-filter: blur(2px); border:1px solid rgba(255, 102, 204, 0.1); }
.page_element { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); }
.back_quote { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); }

/* main theme color */
.theme_color { color:#b9dbfa; }
.default_color { color:#b9dbfa; }
.error  { color:#a73232; }
.success { color:#409728; }
.warn { color:#b9dbfa; }

/* button colors */
.theme_btn, .back_theme { border: 1px solid #b9dbfa; color:#b9dbfa; }
.default_btn, .back_default { border: 1px solid #b9dbfa; color:#b9dbfa; }
.defaultd_btn { border: 1px solid #b9dbfa; color:#b9dbfa; }
.ok_btn { border: 1px solid #b9dbfa; color:#b9dbfa; }
.warn_btn { border: 1px solid #b9dbfa; color:#b9dbfa; }
.delete_btn { border: 1px solid #b9dbfa; color:#b9dbfa; }
.footer_play { color:#b9dbfa; }
.send_btn { transition: transform 0.2s ease; }
.send_btn:hover { transform: scale(1.05); }

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

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

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

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

/* wall reply background */
.reply_item { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); border:1px solid rgba(255, 102, 204, 0.1); }

/* main post item option wall and news */
.main_post_item { color:rgba(202, 227, 250, 0.5); }

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

/* private log bubble colors */
.target_private, .hunt_quote {color:#b9dbfa; background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); }
.hunter_private, .targ_quote {color:#b9dbfa; background: rgba(0, 0, 24, 0.5);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); }

/* quote in chat background color */
.cquote { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); color:#b9dbfa; box-shadow: 0 0 10px #b9dbfa; }

/* tab menu */
.tab_menu { box-shadow:0 1px 3px rgba(202, 227, 250, 0.4); }
.tab_selected { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); }

/* modal menu */
.modal_mback { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); border-bottom:1px solid rgba(202, 227, 250, 0.1); }
.modal_mborder { border-bottom: 1px solid #b9dbfa; }
.modal_selected { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); border-bottom: 1px solid #b9dbfa; }

/* back transparency background for modal box */
.modal_back { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); }

/* chat logs */
.mbubble { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); color:#b9dbfa; }
.topic_log { color: #b9dbfa; box-shadow: 0 0 10px #b9dbfa; background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); font-weight: bold; margin: 5px auto; border-radius: 10px; width: 95%; max-width: 800px; text-align: center; }
.sys_log { width:auto; margin:5px auto; padding:6px 8px; border-radius:5px; color: #b9dbfa;  box-shadow: 0 0 10px #b9dbfa; background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); text-align: center; }

/* upload progress */
.bprogress { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); color:#b9dbfa; }

/* notification colors */
.bnotify { background: rgba(0, 0, 100); border:1px solid rgba(202, 227, 250); color: rgba(202, 227, 250);}
.foot_notify, .head_notify { background: rgba(0, 0, 100); border:1px solid rgba(202, 227, 250); }

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

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

/* profile likes */
.lite_olay, .plikes { background:rgba(202, 227, 250, 0.1); color:#b9dbfa; }

/* spinner color */
.bspin { color:rgba(202, 227, 250, 0.3); }

/* special chat item */
.my_notice { color:#b9dbfa; background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); border:1px solid #b9dbfa; }
.system_text { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); color:#b9dbfa; }

/* outside pages background */
.back_page { background:rgba(202, 227, 250, 0.1); color:#b9dbfa; }

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

/* slider */
.boom_slider .ui-widget-content { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); }
.boom_slider .ui-state-default { background: #b9dbfa !important; }
.boom_slider .ui-state-active { background: #b9dbfa !important; }
.boom_slider .ui-slider-range { background:#b9dbfa; }

/* select input color */
.selectboxit-list, .selectboxit-btn { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); border:1px solid #b9dbfa; color:#b9dbfa; }
.selectboxit-list .selectboxit-focus .selectboxit-option-anchor { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); color:#b9dbfa; }
.selectboxit-default-arrow { border-top: 4px solid #b9dbfa; }
.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); color:#b9dbfa; }
.selectboxit-options { background: rgba(0, 0, 24, 0.4) !important;   backdrop-filter: blur(18px) saturate(160%) brightness(115%) !important;   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%) !important; color:#b9dbfa; }
.selectboxit-list .selectboxit-option-anchor { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); color:#b9dbfa; }

/* custom */
.over_modal_in { background: rgba(0, 0, 24, 0.4);   backdrop-filter: blur(18px) saturate(160%) brightness(115%);   -webkit-backdrop-filter: blur(18px) saturate(160%) brightness(115%); border:1px solid rgba(255, 102, 204, 0.1); } 
#intro_top{ background: rgba(0, 0, 24, 0.61) !important; }
body::before{content:'';position:fixed;top:0;left:0;z-index:-1;width:100%;height:100%;background:url('./images/bg.webp');background-repeat:no-repeat;background-position:center center;background-size:cover;box-shadow:inset 0 0 500px #000 }

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