/*! =======================================================
 *  ♦ THEME SPECIFICATIONS ♦
 *  =======================================================
 *  Author       : Blagoja
 *  Website      : https://radiokiss.eu
 *  Store        : https://radiokiss.eu/trgovina
 *  Theme Name   : Purple Kiss
 *  Version      : 1.0
 *  ======================================================= !*/

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

/* general colors */
a {color:#B577A5;}
body{font-family:'Exo2',sans-serif; font-weight: 800;background:#170129;color:#B577A5}
button { background:transparent; color:#B577A5; }
input,textarea,.post_input_container{font-family:'Exo2',sans-serif; font-weight: 800;background:#110E3D;color:#B577A5;border: 1px solid rgba(181, 119, 165, 0.2);}
input::placeholder,
textarea::placeholder { color: #B577A5; opacity: 0.5;}
#content,#message_content{border-radius:20px}
.main_item {background: transparent; border-radius: 20px; border: 1px solid rgba(181, 119, 165, 0.2);}
.main_item:hover {background:#110E3D; border: 1px solid rgba(181, 119, 165, 0.4);}
.input_table {display: table; border-spacing: 2px 0;}
.input_table, .input_table .main_item {border-collapse: separate;}

.setdef { color:#B577A5; }

/* item with background no effect */
.bback { background:rgba(35, 5, 60,0.3); }

/* item with background no effect with border */
.bbackb { background:rgba(10, 8, 36,0.10); border:1px solid rgb(181, 119, 165,0.08); }

/* item with no background and hover effect */
.bhover:hover, .bhoverr:hover { background:rgba(35, 5, 60,0.7); }

/* item with background and hover effect */
.bbackhover { background:rgba(35, 5, 60,0.5);}
.bbackhover:hover { background:rgba(35, 5, 60);}

/* item width background and hover effect with a border */
.bbackhoverb { background:rgba(10, 8, 36,0.05); }
.bbackhoverb:hover { background:rgba(35, 5, 60,0.025); border:1px solid rgba(181, 119, 165,0.08); }

/* item with no background with line separator and hover effect */
.blisting { border-bottom: 1px solid rgba(181, 119, 165, 0.2); }
.blisting:hover { background: rgba(35, 5, 60,0.10); }

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

/* private panel top */
.back_ptop { background:#170129; color:#B577A5; }

/* page menu & page sub menu */
.bpmenu:hover { background: rgba(35, 5, 60,0.3); }
.bsub { background:rgba(10, 8, 36,0.1); }
.bsub:hover { background:rgba(35, 5, 60,0.2); }

/* sub menus for card, logs, wall, news */
.bmenu, .submenu { border-bottom: 1px solid rgba(181, 119, 165, 0.2); }
.bmenu:hover, .submenu:hover { background:rgba(35, 5, 60,0.5); }

/* box shadow */
.bshadow, .page_element, .float_menu, .btnshadow, .pboxed { box-shadow:0 1px 3px rgba(181, 119, 165,0.2); }

/* main item selected for panel and box */
.bselected { background:#110E3D; }

/* reg menu selected item */
.rselected { background:#110E3D; }

/* page selected */
.pselected { color:#B577A5; background:#110E3D; }

/* current item selected */
.cselected, .liked { background:#110E3D; }

/* paginate item selected */
.pag_btn{background:rgba(10, 8, 36,.15);color:#B577A5}
.pagselected,.pag_btn:hover{background:rgba(35, 5, 60,.20)}

/* count and gold tag */
.gtag{background:#110E3D;border:1px solid rgba(181, 119, 165,.08)}

/* border color for separator and items border */
.bborder { border-bottom:1px solid rgba(181, 119, 165,0.05); }
.tborder { border-top:1px solid rgba(181, 119, 165,0.05); }
.lborder, .ppanel { border-left:1px solid rgba(181, 119, 165,0.05); }
.rborder { border-right:1px solid rgba(181, 119, 165,0.05); }
.fborder { border:1px solid rgba(181, 119, 165,0.05); }

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

/* headers colors and top box colors */
.bhead{background:#170129; color:#B577A5; }
.bsidebar{background: #170129; color:#B577A5}
.modal_top,.pro_top{background:#170129;color:#B577A5}
.bfoot{background:#170129;color:#B577A5}
.foot{background:#170129; color:#B577A5}

/* background major element panel, page menu, float menu, modal, chat boxes */
.backglob{background:#170129}
.back_chat { background: radial-gradient(circle, transparent 60%, #170129 100%), url('./images/bg.webp'); background-color: #170129; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.back_priv,.back_panel{background:#170129}
.back_modal,.page_element{background:#170129; }
.back_menu{background:#170129; }
.back_pmenu{background:#170129;color:#B577A5}
.back_box{background:#170129; }
.back_input{background:#170129;color:#B577A5; }
.back_quote{background:#170129; }

/* main theme color */
.theme_color{color:#B577A5; }
.default_color { color:#B577A5; }
.error  { color:#CC0000; }
.success { color:#1FAB13; }
.warn { color:#E39E20; }

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

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

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

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

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

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

/* main post item option wall and news */
.main_post_item { color:#B577A5; }

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

/* private log bubble colors */
.target_private, .hunt_quote {color:#B577A5; background:#110E3D;}
.hunter_private, .targ_quote {color:#B577A5; background:#110E3D;}

/* quote in chat background */
.cquote { background:#110E3D; color:#B577A5; }

/* tab menu */
.tab_menu { background:#170129; box-shadow:0 1px 3px rgba(181, 119, 165,0.2); }
.tab_menu_item { }
.tab_selected { background:#110E3D; }

/* modal menu */
.modal_mback { background:rgba(10, 8, 36,0.5); }
.modal_mborder { border-bottom: 1px solid rgba(181, 119, 165, 0.2); }
.modal_selected { background:#110E3D; }

/* back transparency background for modal box */
.modal_back { background-color:rgba(10, 8, 36,0.4); }

/* chat logs */
.mbubble { background: rgba(10, 8, 36, 0.8); color:#B577A5; }
.topic_log { color: #B577A5; box-shadow: 0 0 10px #B577A5; background: rgba(10, 8, 36, 0.8); 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:10px; color: #B577A5;  box-shadow: 0 0 10px #B577A5; background: rgba(10, 8, 36, 0.8); text-align: center; font-weight: bold; }

/* upload progress */
.bprogress { background:#170129; color:#B577A5; }

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

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

/* secondary text color */
.sub_text,.list_mood{color:#B577A5}
.list_mood{font-weight:300}

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

/* spinner color */
.bspin { color:rgba(35, 5, 60,0.3); }

/* special chat item */
.my_notice { background:#110E3D; color:#B577A5; border: 1px solid rgba(181, 119, 165, 0.5); }
.system_text { background:#170129; color:#B577A5; }

/* outside pages background */
.back_page { background:#170129; color:#B577A5; }

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

/* slider */
.boom_slider .ui-widget-content { background: rgba(181, 119, 165, 0.5); }
.boom_slider .ui-state-default { background: #B577A5; }
.boom_slider .ui-state-active { background: #B577A5; }
.boom_slider .ui-slider-range { background: #B577A5; }

/* select input color */
.selectboxit-list, .selectboxit-btn { background-color: #170129; color:#B577A5;  border: 1px solid rgba(181, 119, 165, 0.2); }
.selectboxit-list .selectboxit-focus .selectboxit-option-anchor { background-color: #170129; color:#170129; color:#B577A5; }
.selectboxit-default-arrow { border-top: 4px solid #B577A5; }
.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active { background:#170129; color:#B577A5; }
.selectboxit-options { background:#170129; }
.selectboxit-list .selectboxit-option-anchor { color:#B577A5; }

/* custom */
.over_modal_in { background: #170129; border:1px solid rgba(181, 119, 165, 0.2); } 