/* general colors */
a {color:orange;}
body {background:#17161a; color:#fff;}
button { background:transparent; color:#fff; }
input, textarea, .post_input_container { background:rgba(28, 26, 30, 0.698); border:1px solid rgba(27, 26, 30, 0.7) !important; color:#fff; }
.setdef { color:#fff; }

/* cookie box */
.cookie_wrap { background:#593b43; color:#fff; }

/* item with background no effect */
.bback { background:rgba(236, 238, 237, 0.05); }

/* item with background no effect with border */
.bbackb { background:rgba(236, 238, 237, 0.05); border:1px solid rgba(236, 238, 237, 0.08); }

/* item with no background and hover effect */
.bhover:hover { background:rgba(236, 238, 237, 0.05); }

/* item with background and hover effect */
.bbackhover { background:rgba(236, 238, 237, 0.05); }
.bbackhover:hover { background:rgba(236, 238, 237, 0.03); }

/* item width background and hover effect with a border */
.bbackhoverb { background:rgba(236, 238, 237, 0.05); }
.bbackhoverb:hover { background:rgb(255,255,255,0.3); border:1px solid rgba(255, 255, 255, 0.13); }

/* item with no background with line separator and hover effect */
.blisting { border-bottom: 1px solid rgba(236, 238, 237, 0.03); }
.blisting:hover { background: rgba(236, 238, 237, 0.04); }

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

/* private panel top */
.back_ptop { background:rgba(33, 33, 33, 0.541); color:#fff; }

/* page menu & page sub menu */
.bpmenu:hover { background: rgba(236, 238, 237, 0.05); }
.bsub { background:rgb(0,0,0,0.1); }
.bsub:hover { background:rgba(236, 238, 237, 0.03); }

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

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

/* main item selected for panel and box */
.bselected { background:rgba(236, 238, 237, 0.08); }

/* reg menu selected item */
.rselected { background:rgba(236, 238, 237, 0.08)   ;  }

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

/* current item selected selected */
.cselected, .liked { background:rgba(236, 238, 237, 0.05); }

/* paginate item selected */
.pag_btn { background:rgba(236, 238, 237, 0.05); }
.pagselected, .pag_btn:hover { background:rgba(236, 238, 237, 0.1); }

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

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

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

/* headers, footer and top modal colors */
.bhead { background:#000; color:#fff; }
.modal_top { background:#000; color:#fff; }
.pro_top { background:#000; color:#fff; }
.bfoot { background:#000; color:#fff; }
.foot { background:#000; color:#fff; }

/* background major element panel, page menu, float menu, modal, chat boxes */
.backglob { 
    background:rgba(52, 50, 55, 0.73);
}
.backglob::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/chat/fondo1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    animation: cambiarFondoChat 28s infinite;
    z-index: -1;
}

@keyframes cambiarFondoChat {
    0% {
        background-image: url('images/chat/fondo1.jpg');
    }
    14.28% {
        background-image: url('images/chat/fondo2.png');
    }
    28.56% {
        background-image: url('images/chat/fondo3.png');
    }
    42.84% {
        background-image: url('images/chat/fondo4.jpeg');
    }
    57.12% {
        background-image: url('images/chat/fondo5.jpeg');
    }
    71.4% {
        background-image: url('images/chat/fondo6.jpeg');
    }
    85.68% {
        background-image: url('images/chat/fondo7.jpeg');
    }
    100% {
        background-image: url('images/chat/fondo1.jpg');
    }
}
.back_chat { background: rgba(52, 50, 55, 0.49);}
.back_priv { background:rgba(28, 26, 30, 0.698); }
.back_panel { background:rgba(52, 50, 55, 0.898); }
.back_menu { 
    background:rgba(21, 19, 23, 0.84); 
    backdrop-filter: blur(3px);
}
.back_pmenu { background:rgba(28, 26, 30, 0.698); }
.back_box { background:rgba(15, 14, 17, 0.84); backdrop-filter: blur(3px);}
.back_input { background:rgba(52, 50, 55, 0.898); border-top:1px solid rgba(255, 255, 255, 0.13); }
.back_modal { background:rgba(52, 50, 55, 0.72); }
.page_element { background:rgba(52, 50, 55, 0.898); }
.back_quote { background:rgba(52, 50, 55, 0.898); }

/* main theme color */
.theme_color { color:#4fb48c; }
.default_color { color:#aaa; }
.error  { color:#c64d4d; }
.success { color:#4b8249; }
.warn { color:orange; }

/* button colors */
.theme_btn, .back_theme { background:#4fb48c; color:#fff; }
.default_btn, .back_default { background:#593b43; color:#fff; }
.defaultd_btn { background:#444; color:#fff; }
.ok_btn { background:#4b8249; color:#fff; }
.warn_btn { background:orange; color:#fff; }
.delete_btn { background:#7b3d3d; color:#fff; }
.send_btn { color:#f6f6f6; }

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

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

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

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

/* wall reply background */
.reply_item { background:rgba(28, 26, 30, 0.698); }

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

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

/* private log bubble colors */
.target_private, .hunt_quote {color:#fff; background:rgba(62, 62, 62, 0.42);}
.hunter_private, .targ_quote {color:#fff; background:rgba(85, 83, 91, 0.62);}

/* quote in chat background color */
.cquote { background:rgba(0, 0, 0, 0.36) !important; }
.cqname { color:#a5aaaa; }
.cqmess { color:#aaa; }

/* tab menu */
.tab_menu { box-shadow:0 1px 3px rgb(0,0,0,0.4); }
.tab_selected { background:rgba(236, 238, 237, 0.05); }

/* modal menu */
.modal_mback { background:rgba(0, 0, 0, 0.24); }
.modal_mborder { border-bottom: 1px solid rgba(236, 238, 237, 0.08); }
.modal_selected { background:rgba(236, 238, 237, 0.08); }

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

/* chat logs */
.log2 { background:rgba(0, 0, 0, 0.08); }
.topic_log { background:rgba(79, 180, 140, 0.231); color:#d9f2e6; }
.tpicon{ content: url('images/topic.jpg');}
.sys_log { }
.chat_log{border-top: 1px solid rgba(255, 255, 255, 0.04);}

/* upload progress */
.bprogress { background:#4b8249; color:#fff; }

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

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

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

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

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

/* special chat item */
.my_notice { color:#fff; background:#449a77; }
.system_text { background:rgba(236, 238, 237, 0.05); color:#919191; }

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

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

/* slider */
.boom_slider .ui-widget-content { background: rgba(255, 253, 253, 0.141); }
.boom_slider .ui-state-default { background: #4fb48c !important; }
.boom_slider .ui-state-active { background: #4fb48c !important; }
.boom_slider .ui-slider-range { background:#276c51; }

/* select input color */
.selectboxit-list, .selectboxit-btn { background-color: rgba(28, 26, 30, 0.698); border:1px solid #1b1a1e; color:#fff; }
.selectboxit-list .selectboxit-focus .selectboxit-option-anchor { background-color: rgba(79, 180, 140, 0.184); color:#fff; }
.selectboxit-default-arrow { border-top: 4px solid #aaa; }
.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active { background:rgba(28, 26, 30, 0.698); color:#fff; }
.selectboxit-options { background:#1b1a1e; color:#fff; }
.selectboxit-list .selectboxit-option-anchor { color:#aaa; }

/* custom */
.modal_in { border:1px solid rgb(255,255,255,0.01); } 
.card_menu.back_menu{ background: transparent;}
#intro_top{
    background: none;
}
#intro_top::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/chat/fondo1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    animation: cambiarFondoLogin 20s infinite;
    opacity: 0.2;
    box-shadow: inset 0 0 100px #000, inset 0 0 100px #000;
    z-index: -1;
}
@keyframes cambiarFondoLogin {
    0% {
        background-image: url('images/login/fondo1.jpeg');
    }
    20% {
        background-image: url('images/login/fondo2.png');
    }
    40% {
        background-image: url('images/login/fondo3.png');
    }
    60% {
        background-image: url('images/login/fondo4.png');
    }
    80% {
        background-image: url('images/login/fondo5.png');
    }
    100% {
        background-image: url('images/login/fondo1.jpeg');
    }
}
#intro_top .bcell_mid{
  width: 100%;
}