/* general colors */
body {background:#03bcff; color:#fff;}
button { background:transparent; color:#fff; }
input, textarea, .post_input_container { background: #05d1fa; border:2px solid #ff009d !important; }
.setdef { color:#310020; }

/* item with background no effect */
.bback { background:rgba(252, 3, 186, 0.11); }

/* item with background no effect with border */
.bbackb { background:rgba(252, 3, 186, 0.11); border:1px solid rgba(252, 3, 194, 0.1); }

/* item with no background and hover effect */
.bhover:hover, .bhoverr:hover { background:rgba(252, 3, 186, 0.11); }

/* item with background and hover effect */
.bbackhover { background:rgba(252, 3, 186, 0.11); }
.bbackhover:hover { background:rgba(252, 3, 186, 0.25); }

/* item width background and hover effect with a border */
.bbackhoverb { background:rgba(252, 3, 186, 0.11); }
.bbackhoverb:hover { background:rgba(252, 3, 186, 0.25); border:1px solid rgba(252, 3, 194, 0.1); }

/* item with no background with line separator and hover effect */
.blisting { border-bottom: 1px solid rgba(252, 3, 194, 0.1); }
.blisting:hover { background: rgba(252, 3, 186, 0.11); }

/* item with no background with line separator */
.blist { border-bottom: 1px solid rgba(252, 3, 194, 0.1); }

/* private panel top */
.back_ptop { background:#490357; color:#fff; }

/* page menu & page sub menu */
.bpmenu:hover { background: rgb(255,255,255,0.1); }
.bsub { background:rgb(0,0,0,0.1); }
.bsub:hover { background:rgb(0,0,0,0.2); }

/* sub menus for card, logs, wall, news */
.bmenu, .submenu { border-bottom:1px solid rgba(252, 3, 186, 0.11); }
.bmenu:hover, .submenu:hover { background:rgba(252, 3, 186, 0.11); }

/* box shadow */
.bshadow, .page_element, .float_menu, .btnshadow, .pboxed { box-shadow:0 1px 3px rgb(0,0,0,0.2); }

/* main item selected for panel and box */
.bselected { background:#fc08e9; }

/* reg menu selected item */
.rselected { background:rgba(252, 3, 186, 0.14); }

/* page selected */
.pselected { color:#ff009d; }

/* current item selected */
.cselected, .liked { background:rgba(252, 3, 186, 0.11); }

/* paginate item selected */
.pag_btn { background:rgba(252, 3, 186, 0.11); color:#004a72; }
.pagselected, .pag_btn:hover { background:rgb(0,0,0,0.10); }

/* count and gold tag */
.gtag { background: #03a9ff; border:1px solid rgba(252, 3, 194, 0.1); }

/* border color for separator and items border */
.bborder { border-bottom:1px solid rgba(252, 3, 194, 0.1); }
.tborder { border-top:1px solid rgba(252, 3, 194, 0.1); }
.lborder, .ppanel { border-left:1px solid rgba(252, 3, 194, 0.1); }
.rborder { border-right:1px solid rgba(252, 3, 194, 0.1); }
.fborder { border:1px solid rgba(252, 3, 194, 0.1); }

/* float top color */
.float_top { border-bottom:1px solid rgba(252, 3, 194, 0.1); }
.float_ctop { border-bottom:1px solid rgba(252, 3, 194, 0.1); }

/* headers colors and top box colors */
.bhead { background: linear-gradient(#801b78,#a84b9a); color:#ff00d9; }
.avtop.bhead { color: #fff; }
.modal_top { background: #801b78; color:#fc08e9; }
.pro_top { background: #801b78; color:#fff; }
.bfoot { background: linear-gradient(to top,#801b78,#ff00d9); color:#801b78; }
.foot { background: #801b78; color:#fc08e9; z-index:1;}

/* background major element panel, page menu, float menu, modal, chat boxes */
.backglob { background:linear-gradient(to right bottom, #03a7fc, #ff00d9); }
.back_chat::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url('images/background.jpg');background-repeat:no-repeat;background-position:center center;background-size:cover;opacity:.6;}
#chat_right_data{z-index: 1;}
#chat_right_data::before{content:'';position:absolute;left:0;width:100%;height:100%;background:url('./images/vertical2.png');background-repeat:no-repeat;background-position:center;background-size:cover;opacity:.8;z-index: -1;}
.back_chat { background:linear-gradient(to right bottom, #03a7fc, #ff00d9); }
.back_priv{background:linear-gradient(to right bottom, #03a7fc, #ff00d9); }
.back_panel { background:linear-gradient(to right bottom, #03a7fc, #ff00d9); }
.back_menu { background:linear-gradient(to right bottom, #03a7fc, #ff00d9); }
.back_pmenu { background:linear-gradient(to right bottom, #03a7fc, #ff00d9); color:#fff; }
.back_box { background:linear-gradient(to right bottom, #03a7fc, #ff00d9); }
.back_input { background: #03a7fc; border-top:1px solid rgba(252, 3, 194, 0.1); }
.back_modal { background: #03a7fc; }
.page_element { background: #03a7fc; }
.back_quote { background: #03a7fc; }
#login_all{color:#f50213}

/* main theme color */
.theme_color { color:#ff009d; }
.default_color { color:#ff009d; }
.error  { color:#ff5a5a; }
.success { color:#74b20e; }
.warn { color:orange; }

/* button colors */
.theme_btn, .back_theme { background:#ff009d; color:#fff; }
.default_btn, .back_default { background: #801b78; color:#fff; }
.defaultd_btn { background:#310020; color:#fff; }
.ok_btn { background:#74b20e; color:#fff; }
.warn_btn { background:orange; color:#fff; }
.delete_btn { background:#ff5a5a; color:#fff; }
.send_btn { color:#003c5c; }

/* default username color */
.user { color:#fa02a4; }

/* chat system messsage text color */
.chat_system { color:#fc9de6; }

/* opacity for offline users in list */
.offline { opacity:0.5; }

/* menu icon */
.menui { color:#ff009d; }
.subi { color:#ff009d; }

/* wall reply background */
.reply_item { background: #08a9ff; }

/* main post item option wall and news */
.main_post_item { color:rgb(0,0,0,0.5); }

/* input option background colors */
.input_item { color:#047bbb; }

/* private log bubble colors */
.target_private, .hunt_quote {color:#fff; background:#ff009d;}
.hunter_private, .targ_quote {color:#fff; background:#08a9ff;}

.private_avatar{width:50px;}
.outpriv .avatar_private{margin-right:auto;}
.inpriv .avatar_private{margin-left:auto;}
.prbox{position:relative;}
.hunter_private::after{content:'';position:absolute;right:100%;top:12px;border-right:13px solid #08a9ff;border-bottom:13px solid transparent;}
.target_private::after{content:'';position:absolute;left:100%;top:12px;border-left:13px solid #ff009d;border-bottom:13px solid transparent;}
.hunt_quote ~ .hunter_private::after,.targ_quote ~ .target_private::after{display:none;}

/* quote in chat background */
.cquote {  background:#ff009d !important; }
.cqname { color:#000; }
.cqmess { color:#70cdff; }

/* tab menu */
.tab_menu { background: #03a7fc; box-shadow:0 1px 3px rgb(0,0,0,0.2); }
.tab_menu_item { }
.tab_selected { background:rgba(252, 3, 186, 0.14); }

/* modal menu */
.modal_mback { background:rgb(0,0,0,0.04); }
.modal_mborder { border-bottom: 1px solid rgba(252, 3, 194, 0.1); }
.modal_selected { background:rgba(252, 3, 186, 0.14); }

/* back transparency background for modal box */
.modal_back { background-color:rgba(0,0,0,0.4); }

/* chat logs */
.log2 { background:rgba(72, 141, 181, 0.11); }
.topic_log{background:#ff009d url('./images/topic.jpg');background-position:center;background-size:cover;color:#fff;border:1px dashed rgba(10, 7, 64,.169);}
.tpicon { content: url('images/dj.svg'); }
.sys_log { width: auto;margin: 5px auto;max-width: 96%;background: rgba(3, 186, 252, 0.08);border-radius: 50px;padding: 8px 10px;box-shadow: 0 0 5px rgb(255, 7, 230);}

/* upload progress */
.bprogress { background:#74b20e; color:#fff; }

/* notification colors */
.bnotify { background:#fc0303; color:#fff; }
.foot_notify, .head_notify { border:1px solid #fff; }

/* date colors */
.sub_date { color:#fff; }
.sub_chat, .sub_priv { color:#fff; font-weight: bold; opacity: 0.6; }

/* secondary text color */
.sub_text, .list_mood { color:#70cdff; }

/* profile likes */
.plikes { background-color:rgba(100,100,100,0.3); color:#fff; }

/* spinner color */
.bspin { color:rgb(0,0,0,0.3); }

/* special chat item */
.my_notice { color:#fff; background:#ff009d; }
.system_text { background:#cde0ea; color:#004a72; }

/* outside pages background */
.back_page { background: #801b78; color:#fff; }

/* video background color */
.post_video { background:rgb(0,0,0,1); }

/* slider */
.boom_slider .ui-widget-content { background: #cde0ea; }
.boom_slider .ui-state-default { background: #047bbb !important; }
.boom_slider .ui-state-active { background: #047bbb !important; }
.boom_slider .ui-slider-range { background:#6aa8cc; }

/* select input color */
.selectboxit-list, .selectboxit-btn { background-color: #bfe2f5; color:#004a72;  border:1px solid #fc03be !important; }
.selectboxit-list .selectboxit-focus .selectboxit-option-anchor { background-color: #ff009d; color:#fff; }
.selectboxit-default-arrow { border-top: 4px solid #004a72; }
.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active { background: #ff009d; color:#fff; }
.selectboxit-options { background: #03a7fc;; }
.selectboxit-list .selectboxit-option-anchor { color:#004a72; }

/* Custom */
.onswitch { background: #a9bd87; }
.user_count{width:auto;max-width:100%;padding:5px 10px;font-size:11px;background:#03a7fc;border:1px solid #ff009d;border-radius:100px}
.ucount{padding:2px 5px;font-size:10px}
.head_option, .head_option .i_btm, .footer_item, .footer_item:not([data-menu="player_menu"]) .i_btm{ font-size: 14px; z-index: 1;} 
.head_option::before,.footer_item:not([data-menu="player_menu"])::before{content:'';position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:75%;height:60%;border:1px solid #ff009d;border-radius:20px;background:#490357;z-index:-1}
#intro_top { width:100%; height:100%; z-index:1; position:relative; background:#292929 url('images/background_login.png'); background-repeat:no-repeat; background-size:cover; background-position:center center; background-attachment:fixed; }
.intro_login_btn{background:#FFF;border:1px solid #ff009d;color:#ff009d}
.cookie_button button { background: #ff009d; }

@media screen and (max-width: 500px){
    .back_chat::before{
        background-position: left 30% center;
    }
    #intro_top{
        background-position: left 37% center;
    }
}