/**========================================================================
* ?                                ABOUT
* @author         :  Bla.ba
* @product        :  Dark Orange Vibrant Theme
* @version        :  4.0
*========================================================================**/

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

/* general colors */
a {
    color: #ffb300;
}

body {
    font-family: 'Roboto', sans-serif;
    background: #0e0a04;
    color: #ede0cc
}

button {
    background: transparent;
    color: #ede0cc;
}

input,
textarea,
.post_input_container {
    font-family: 'Roboto', sans-serif, 'FontAwesome';
    background: linear-gradient(180deg, #1e1508, #1a1206);
    color: #ede0cc;
    border: 1px solid #3d2c10 !important
}

input:focus,
textarea:focus {
    border: 1px solid #ff8c00 !important;
    box-shadow: 0 0 0 2px rgba(255, 140, 0, 0.15) !important
}

.setdef {
    color: #ede0cc;
}

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

/* item with background no effect with border */
.bbackb {
    background: rgba(255, 140, 0, 0.04);
    border: 1px solid #3d2c10;
}

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

/* item with background and hover effect */
.bbackhover {
    background: rgba(255, 140, 0, 0.05);
    transition: background 0.2s ease;
}

.bbackhover:hover {
    background: rgba(255, 140, 0, 0.12);
}

/* item width background and hover effect with a border */
.bbackhoverb {
    background: rgba(255, 140, 0, 0.03);
    transition: all 0.2s ease;
}

.bbackhoverb:hover {
    background: rgba(255, 140, 0, 0.1);
    border: 1px solid #5a4018;
}

/* item with no background with line separator and hover effect */
.blisting {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: background 0.2s ease;
}

.blisting:hover {
    background: rgba(255, 255, 255, 0.1);
}

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

/* private panel top */
.back_ptop {
    background: linear-gradient(135deg, #ff8c00, #ffb300, #ff6d00);
    color: #fff;
}

/* page menu & page sub menu */
.bpmenu:hover {
    background: rgba(255, 255, 255, 0.15);
}

.bpmenu {
    transition: background 0.2s ease;
}

.bsub {
    background: rgba(0, 0, 0, 0.15);
}

.bsub:hover {
    background: rgba(255, 255, 255, 0.12);
}

/* sub menus for card, logs, wall, news */
.bmenu,
.submenu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.bmenu:hover,
.submenu:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* box shadow */
.bshadow,
.page_element,
.float_menu,
.btnshadow,
.pboxed {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 140, 0, 0.05) inset;
}

/* main item selected for panel and box */
.bselected {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
    border-left: 2px solid #fff;
}

/* reg menu selected item */
.rselected {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05));
}

/* page selected */
.pselected {
    color: #ffb300;
    text-shadow: 0 0 12px rgba(255, 179, 0, 0.3);
}

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

/* paginate item selected */
.pag_btn {
    background: linear-gradient(180deg, #2e220c, #241a08);
    color: #c9b48a;
    border: 1px solid #3d2c10;
    transition: all 0.2s ease
}

.pagselected,
.pag_btn:hover {
    background: linear-gradient(180deg, #3d2c10, #2e220c);
    border-color: #5a4018
}

/* count and gold tag */
.gtag {
    background: linear-gradient(135deg, #e68900, #c67600);
    border: 1px solid rgba(255, 180, 0, 0.3);
    box-shadow: 0 2px 6px rgba(255, 140, 0, 0.2)
}

/* border color for separator and items border */
.bborder {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.tborder {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.lborder,
.ppanel {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.rborder {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.fborder {
    border: 1px solid rgba(255, 255, 255, 0.15);
}

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

/* headers colors and top box colors */
.bhead {
    background: linear-gradient(135deg, #ff8c00, #ffb300, #ff6d00);
    color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.15) inset;
}

.bsidebar {
    background: linear-gradient(160deg, rgba(255, 140, 0, 0.92) 0%, rgba(255, 193, 7, 0.85) 40%, rgba(255, 87, 34, 0.88) 100%);
    color: #fff
}

.modal_top,
.pro_top {
    background: linear-gradient(135deg, #ff8c00, #ffb300);
    color: #fff
}

.bfoot {
    background: linear-gradient(135deg, #ff6d00, #ff8c00, #ffb300);
    color: #fff
}

.foot {
    background: linear-gradient(135deg, #ff8c00, #ffb300, #ff6d00);
    color: #fff
}

/* background major element panel, page menu, float menu, modal, chat boxes */
.backglob {
    background: linear-gradient(160deg, rgba(255, 140, 0, 0.95) 0%, rgba(255, 193, 7, 0.88) 40%, rgba(255, 87, 34, 0.92) 100%)
}

.back_chat {
    background: #1C1306;
    background-repeat: repeat;
}

.back_priv,
.back_panel,
.back_modal,
.page_element {
    background: linear-gradient(180deg, #1e1508, #180f06);
}

.back_menu {
    background: linear-gradient(135deg, #e67e00, #ff8c00);
}

.float_content {
    background: linear-gradient(180deg, #1e1508, #180f06);
    color: #ede0cc;
}

.float_top,
.float_ctop {
    background: linear-gradient(135deg, #e67e00, #ff8c00);
    color: #fff;
}

.back_pmenu {
    background: linear-gradient(135deg, #ff8c00, #ffb300);
    color: #fff
}

.back_box {
    background: linear-gradient(135deg, #e67e00, #ff8c00);
}

.back_input {
    background: linear-gradient(180deg, #221808, #1a1206);
}

.back_quote {
    background: linear-gradient(135deg, #2e220c, #221808);
    border-left: 3px solid #ff8c00;
}

/* main theme color */
.theme_color {
    color: #ffb300
}

.default_color {
    color: #ffffff;
}

.error {
    color: #ff4444;
}

.success {
    color: #8bc34a;
}

.warn {
    color: #ff8c00;
}

/* button colors */
.theme_btn,
.back_theme {
    background: linear-gradient(135deg, #ff8c00, #ffb300);
    color: #111;
    box-shadow: 0 4px 12px rgba(255, 140, 0, 0.25);
    transition: all 0.2s ease
}

.theme_btn:hover,
.back_theme:hover {
    box-shadow: 0 6px 20px rgba(255, 140, 0, 0.35);
    transform: translateY(-1px)
}

.default_btn,
.defaultd_btn,
.back_default {
    background: linear-gradient(180deg, #3d2c10, #2e220c);
    color: #ede0cc;
    border: 1px solid #4d3815;
    transition: all 0.2s ease
}

.default_btn:hover {
    background: linear-gradient(180deg, #4d3815, #3d2c10)
}

.ok_btn {
    background: linear-gradient(135deg, #8bc34a, #7cb342);
    color: #111;
    box-shadow: 0 4px 12px rgba(139, 195, 74, 0.2);
    transition: all 0.2s ease
}

.ok_btn:hover {
    box-shadow: 0 6px 20px rgba(139, 195, 74, 0.3);
    transform: translateY(-1px)
}

.warn_btn {
    background: linear-gradient(135deg, #ff6d00, #ff8c00);
    color: #fff;
    box-shadow: 0 4px 12px rgba(255, 109, 0, 0.2);
    transition: all 0.2s ease
}

.delete_btn {
    background: linear-gradient(135deg, #ff4444, #cc0000);
    color: #fff;
    box-shadow: 0 4px 12px rgba(255, 68, 68, 0.2);
    transition: all 0.2s ease
}

.send_btn {
    color: #fff;
    transition: color 0.2s ease;
}

.send_btn:hover {
    color: #fff8e1;
}

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

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

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

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

.page_menu_icon,
.fmenu_icon,
.left_menu_icon {
    color: #fff;
}

/* wall reply background */
.reply_item {
    background: linear-gradient(180deg, #241a08, #1e1508);
}

/* main post item option wall and news */
.main_post_item {
    color: #cc8800;
    transition: color 0.2s ease;
}

.main_post_item:hover {
    color: #ffb300;
}

/* input option background colors */
.input_item {
    color: #cc8800;
    transition: color 0.2s ease;
}

.input_item:hover {
    color: #ffb300;
}

/* private log bubble colors */
.target_private,
.hunt_quote {
    color: #ede0cc;
    background: linear-gradient(135deg, #2e2008, #241a08);
    border: 1px solid #3d2c10;
}

.hunter_private,
.targ_quote {
    color: #fff;
    background: linear-gradient(135deg, #e68900, #c67600);
    box-shadow: 0 2px 8px rgba(255, 140, 0, 0.15);
}

/* quote in chat background */
.cquote {
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.15), rgba(255, 140, 0, 0.08));
    color: #ede0cc;
    border-left: 3px solid #ff8c00;
}

/* tab menu */
.tab_menu {
    background: linear-gradient(135deg, #ff8c00, #ffb300);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.tab_menu_item {
    transition: background 0.2s ease;
}

.tab_selected {
    background: rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid #fff;
}

/* modal menu */
.modal_mback {
    background: rgba(255, 255, 255, 0.08);
}

.modal_mborder {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.modal_selected {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
}

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

/* chat logs */
.mbubble {
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.1), rgba(255, 140, 0, 0.05));
    border: 1px solid rgba(255, 140, 0, 0.08);
}

.sys_log {}

.topic_log {
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.1), rgba(255, 140, 0, 0.04));
    color: #ede0cc;
    border-left: 3px solid #ff8c00;
}

/* upload progress */
.bprogress {
    background: linear-gradient(90deg, #ff8c00, #ffb300);
    color: #111;
    box-shadow: 0 0 12px rgba(255, 140, 0, 0.3);
}

/* notification colors */
.bnotify {
    background: linear-gradient(135deg, #ff6d00, #e65100);
    color: #fff;
    box-shadow: 0 2px 8px rgba(255, 109, 0, 0.3);
}

.foot_notify,
.head_notify {
    border: 2px solid #fff;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

/* date colors */
.sub_date {
    color: #9e8a68;
}

.sub_chat,
.sub_priv {
    color: #b09870;
}

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

.list_mood {
    font-weight: 300
}

/* profile likes */
.plikes {
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.12), rgba(255, 140, 0, 0.06));
    color: #ffb300;
    border: 1px solid rgba(255, 140, 0, 0.15);
}

/* spinner color */
.bspin {
    color: rgba(255, 140, 0, 0.5);
}

/* special chat item */
.my_notice {
    color: #111;
    background: linear-gradient(135deg, #ff8c00, #ffb300);
    box-shadow: 0 2px 8px rgba(255, 140, 0, 0.2);
}

.system_text {
    background: linear-gradient(135deg, #2e220c, #241a08);
    color: #c9b48a;
    border: 1px solid #3d2c10;
}

/* outside pages background */
.back_page {
    background: #0e0a04;
    color: #ede0cc;
}

/* video background color */
.post_video {
    background: #000;
}

/* slider */
.boom_slider .ui-widget-content {
    background: linear-gradient(180deg, #2e220c, #241a08);
    border-radius: 4px;
}

.boom_slider .ui-state-default {
    background: linear-gradient(180deg, #ffb300, #ff8c00) !important;
    box-shadow: 0 2px 6px rgba(255, 140, 0, 0.3) !important;
}

.boom_slider .ui-state-active {
    background: linear-gradient(180deg, #ffc107, #ffb300) !important;
}

.boom_slider .ui-slider-range {
    background: linear-gradient(90deg, #ff8c00, #ffb300);
}

/* select input color */
.selectboxit-list,
.selectboxit-btn {
    background: linear-gradient(180deg, #1e1508, #1a1206);
    color: #c9b48a;
    border: 1px solid #3d2c10 !important;
}

.selectboxit-list .selectboxit-focus .selectboxit-option-anchor {
    background: linear-gradient(180deg, #2e220c, #241a08);
    color: #ede0cc;
}

.selectboxit-default-arrow {
    border-top: 4px solid #ff8c00;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
    background: linear-gradient(180deg, #2e220c, #241a08);
    color: #ede0cc;
}

.selectboxit-options {
    background: #1a1206;
}

.selectboxit-list .selectboxit-option-anchor {
    color: #c9b48a;
}