/* general colors */
a {color:orange;}
body {background:#ededed; color:#333;}
button { background:transparent; color:#fff; }
input, textarea, .post_input_container { background:#f6f6f6; border:1px solid #e6e6e6 !important; }
.setdef { color:#333; }

/* item with background no effect */
.bback { background:rgb(0,0,0,0.05); }

/* item with background no effect with border */
.bbackb { background:rgb(0,0,0,0.05); border:1px solid rgb(0,0,0,0.08); }

/* item with no background and hover effect */
.bhover:hover, .bhoverr:hover { background:rgb(0,0,0,0.05); }

/* item with background and hover effect */
.bbackhover { background:rgb(0,0,0,0.05); }
.bbackhover:hover { background:rgb(0,0,0,0.025); }

/* item width background and hover effect with a border */
.bbackhoverb { background:rgb(0,0,0,0.05); }
.bbackhoverb:hover { background:rgb(0,0,0,0.025); border:1px solid rgb(0,0,0,0.08); }

/* item with no background with line separator and hover effect */
.blisting { border-bottom: 1px solid rgb(0,0,0,0.08); }
.blisting:hover { background: rgb(0,0,0,0.05); }

/* item with no background with line separator */
.blist { border-bottom: 1px solid rgb(0,0,0,0.08); }

/* private panel top */
.back_ptop { background:#292929; 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 rgb(0,0,0,0.05); }
.bmenu:hover, .submenu:hover { background:rgb(0,0,0,0.05); }

/* 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:rgb(0,0,0,0.08); }

/* reg menu selected item */
.rselected { background:rgb(0,0,0,0.08); }

/* page selected */
.pselected { color:#03add8; }

/* current item selected */
.cselected, .liked { background:rgb(0,0,0,0.05); }

/* paginate item selected */
.pag_btn { background:rgb(0,0,0,0.05); color:#666; }
.pagselected, .pag_btn:hover { background:rgb(0,0,0,0.10); }

/* count and gold tag */
.gtag { background:#fff; border:1px solid rgb(0,0,0,0.08); }

/* border color for separator and items border */
.bborder { border-bottom:1px solid rgb(0,0,0,0.08); }
.tborder { border-top:1px solid rgb(0,0,0,0.08); }
.lborder, .ppanel { border-left:1px solid rgb(0,0,0,0.08); }
.rborder { border-right:1px solid rgb(0,0,0,0.08); }
.fborder { border:1px solid rgb(0,0,0,0.08); }

/* float top color */
.float_top { border-bottom:1px solid rgb(0,0,0,0.08); }
.float_ctop { border-bottom:1px solid rgb(0,0,0,0.08); }

/* headers colors and top box colors */
.bhead { background:#222; color:#fff; }
.bsidebar { background:#111; color:#fff; }
.modal_top { background:#222; color:#fff; }
.pro_top { background:#222; color:#fff; }
.bfoot { background:#222; color:#fff; }
.foot { background:#222; color:#fff; }

/* background major element panel, page menu, float menu, modal, chat boxes */
.backglob { background:#fff; }
.back_chat { background:#fff; }
.back_priv { background:#fff; }
.back_panel { background:#fff; }
.back_menu { background:#fff; }
.back_pmenu { background:#292929; color:#fff; }
.back_box { background:#fff; }
.back_input { background:#fff; border-top:1px solid rgb(0,0,0,0.08); }
.back_modal { background:#fff; }
.page_element { background:#fff; }
.back_quote { background:#fff; }

/* main theme color */
.theme_color { color:#03add8; }
.default_color { color:#222; }
.error  { color:red; }
.success { color:#74b20e; }
.warn { color:orange; }

/* button colors */
.theme_btn, .back_theme { background:#03add8; color:#fff; }
.default_btn, .back_default { background:#222; color:#fff; }
.defaultd_btn { background:#333; color:#fff; }
.ok_btn { background:#74b20e; color:#fff; }
.warn_btn { background:orange; color:#fff; }
.delete_btn { background:#cc0000; color:#fff; }
.send_btn { color:#222; }

/* default username color */
.user { color:#333; }

/* chat system messsage text color */
.chat_system { color:#999; }

/* opacity for offline users in list */
.offline { opacity:0.5; }

/* menu icon */
.menui { color:#03add8; }
.subi { color:#03add8; }

/* wall reply background */
.reply_item { background:#f6f6f6; }

/* main post item option wall and news */
.main_post_item { color:rgb(0,0,0,0.5); }

/* input option background colors */
.input_item { color:#999; }

/* private log bubble colors */
.target_private, .hunt_quote {color:#fff; background:#333;}
.hunter_private, .targ_quote {color:#666; background:#f8f8f8;}

/* quote in chat background */
.cquote {  background:#e9e9e9; }

/* tab menu */
.tab_menu { background:#fff; box-shadow:0 1px 3px rgb(0,0,0,0.2); }
.tab_menu_item { }
.tab_selected { background:rgb(0,0,0,0.08); }

/* modal menu */
.modal_mback { background:rgb(0,0,0,0.04); }
.modal_mborder { border-bottom: 1px solid rgb(0,0,0,0.08); }
.modal_selected { background:rgb(0,0,0,0.08); }

/* back transparency background for modal box */
.modal_back { background-color:rgba(0,0,0,0.4); }

/* chat logs */
.mbubble { background:#f8f8f8; }
.my_log { background:#333; color:#fff; }
.topic_log { background:#d9f2e6; color:#0d261a; }
.sys_log { }

/* upload progress */
.bprogress { background:#74b20e; color:#fff; }

/* notification colors */
.bnotify { background:red; color:#fff; }
.foot_notify, .head_notify { border:1px solid #fff; }

/* date colors */
.sub_date { color:#888; }
.sub_chat, .sub_priv { color:#ccc; }

/* secondary text color */
.sub_text, .list_mood { color:#888; }

/* 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:#03add8; }
.system_text { background:#ededed; color:#666; }

/* outside pages background */
.back_page { background:#222; color:#fff; }

/* video background color */
.post_video { background:rgb(0,0,0,1); }

/* slider */
.boom_slider .ui-widget-content { background: #ededed; }
.boom_slider .ui-state-default { background: #999 !important; }
.boom_slider .ui-state-active { background: #999 !important; }
.boom_slider .ui-slider-range { background:#ccc; }

/* select input color */
.selectboxit-list, .selectboxit-btn { background-color: #f6f6f6; color:#666;  border:1px solid #e6e6e6 !important; }
.selectboxit-list .selectboxit-focus .selectboxit-option-anchor { background-color: #ededed; color:#666; }
.selectboxit-default-arrow { border-top: 4px solid #666; }
.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active { background:#f6f6f6; color:#666; }
.selectboxit-options { background:#fff; border:1px solid #ccc; }
.selectboxit-list .selectboxit-option-anchor { color:#666; }

/* color head & footer */
body {
    margin: 0;
    padding: 0;
    font-family: 'el messiri', 'trebuchet ms', 'lucida grande', 'lucida sans unicode', arial, helvetica;
    font-size: 14px;
    width: 100%;
    height: 100%;
}
body {
    color: #000;
    background: #bed0e5;
}
.bback {
    background: rgb(240 246 255);
}
::-webkit-scrollbar {
    background: -webkit-linear-gradient(left, #FFFFFF 0%, #EEEEEE 100%);
    width: 12px;
}
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 100px rgb(141, 167, 195);
    -webkit-border-radius: 20px;
    background-color: #74a1d2;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.full_input, .full_textarea, .selectboxit-container span, .selectboxit-container .selectboxit-options a, #content, #message_content, .theme_btn, .back_theme, .default_btn, .back_default, .delete_btn, .ok_btn{
    
     font-family: 'el messiri', 'trebuchet ms', 'lucida grande', 'lucida sans unicode', arial, helvetica;
}
.bhead {
    background: linear-gradient(to bottom, #cde2ff 0%, #6a97d8 50%, #558bd9 52%, #326dc2 100%);
}
.bfoot {
    background: linear-gradient(to bottom, #cde2ff 0%, #6a97d8 50%, #558bd9 52%, #326dc2 100%);
    border-top: 1px solid rgb(162 180 199);
}

/*content*/
#content, #message_content {
    width: 100%;
    height: 100%;
    padding: 0;
    padding: 0 12px;
    float: left;
    font-size: 16px;
    border-radius: 4px;
}
#submit_button, #private_send {
    color: #fff !important;
    background: linear-gradient(#ffb200,#ff7102);
    border-radius: 4px;
}
.modal_control {
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    direction: ltr;
}
.over_modal_in {
    
    margin: 6% auto;
    max-width: 500px;
    width: 94%;
    position: relative;
    text-align: right;
    direction: rtl;
}
.modal_pad {
    padding: 60px 20px 20px 20px;
}
.panel_bar {
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 50px;
    background: linear-gradient(to bottom,#ffffff 0%,#6892ce 50%,#5987c9 52%,#5987c9 100%);
    color: #fff;
}
.background_stream{
    background-color: #417acc;
}
#wrap_stream {
    width: 560px;
    height: 315px;
    border-top: 1px solid #417acc;
}
#chat_main_menu {
    width: 260px;
    direction: rtl;
}
.float_top, .float_ctop {
    display: table;
    padding: 5px;
    height: 30px;
    table-layout: auto;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    background: linear-gradient(to bottom,#ffffff 0%,#6892ce 50%,#5987c9 52%,#5987c9 100%);
    color: #fff;
}
.btable {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 3px ;
}
#notification_menu, .float_top, #friends_menu, #private_menu, #report_menu {
    width: 300px;
}
.drop_user:nth-child(even) {
    background-color: rgb(196 215 228 / 35%);
}

.drop_user:nth-child(odd) {
    background-color: rgb(249 252 254 / 50%);
}

.bhover:hover,.bhoverr:hover,.quiz_user:hover {
    background: rgb(196 215 228 / 50%);
}
.user_item{
     border-radius:0;
}
#container_user{
    padding:0;
}
.menui, .subi, .proicon, .theme_color, .main_post_item, .default_color {
    color: #4789d1;
}
#status_menu {
    width: 260px;
    direction: rtl;
}
#room_options_menu {
    width: 260px;
}
#chat_left_menu {
    width: 260px;
}
.mroom_text {
    font-size: 11px;
    color: #fff !important;
}

.rborder {
    border-right: 1px solid #bfc9d2 !important;
}
.float_ctop, .float_top  {
    border-bottom: 1px solid #bfc9d2 !important;
}
.modal_title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
    text-align: right;
    margin-top: 10px;
}
.label {
    margin: 0 0 8px 0;
    font-size: 13px;
    font-weight: bold;
    direction: rtl;
}
#mprofilemenu, #meditprofile, #madminuser, #bank_menu_content{
    direction: rtl;
   
}
.proitem{
    padding: 10px !important; 
}
    
.full_input, .full_textarea {
    padding: 14px 10px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    border: none;
    border-radius: 5px;
    direction: rtl;
}
.theme_btn, .back_theme, .delete_btn, .ok_btn {
    color: #fff;
    background: linear-gradient(#ffb200,#ff7102);
}
.default_btn, .back_default {
    color: #fff;
    background: linear-gradient(#ffb200,#ff7102);
}
.rtl_elem {
    direction: rtl;
}
.left_keep{
    direction: rtl;
}
.avitem {
    padding: 12px 10px;
    text-align: right;
    cursor: pointer;
    direction: rtl;
}
.post_menu {
    display: none;
    position: absolute;
    top: 100%;
    right: -180px;
    width: 200px;
    max-height: 185px;
    text-align: right;
    z-index: 1;
}
.post_edit {
    cursor: pointer;
    width: 20px;
    font-size: 15px;
    position: relative;
}
.like_container{
    float: right;
}

.pro_menu_wrap{
    direction: rtl;
}
.modal_selected, .rselected, .tab_selected {
    color: #fff !important;
    background: linear-gradient(#ffb200,#ff7102);
}
.switch_item_text {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.main_emo_head, .pro_top, .back_ptop {
    background: linear-gradient(to bottom,#ffffff 0%,#6892ce 50%,#5987c9 52%,#5987c9 100%);
    color: #fff;
}
.back_pmenu  {
    background: #305ea0;
    color: #fff;
}
.pselected {
    color: #ff9942;
}
.user_item_avatar .acav {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
    cursor: pointer;
}
.cavatar {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    cursor: pointer;
}
.chat_avatar {display:table-cell;width: 30px;vertical-align:top;position:relative;
}
#log_menu {
    width: 200px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: -5000px;
    z-index: 99;
    border-radius: 5px;
    overflow: hidden;
    direction: rtl;
}
.bbackhover {
    background: rgb(33 150 243 / 7%);
}
.bbackhover:hover {
    background: rgb(21 142 238 / 24%);
    
}
.username {
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
}
.list_flag {
    height: 16px;
    width: auto;
    border-radius: 2px;
}
.user_item_data, .user_item_name {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 4px;
}
.float_top {
    direction: rtl;
}
.sub_text, .list_mood {
    color: #3b71ad;
}
.bcauto {
    width: 1%;
    white-space: nowrap;
}
.notify_item {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 15px 10px;
    cursor: pointer;
    direction: rtl;
}
.notify_icon {
    width: 22px !important;
    height: 22px !important;
    position: absolute;
    top: 22px;
    right: 20px;
    border-radius: 50%;
    background: #fff;
    padding: 1px;
}
.puser_score {
    display: table-cell;
    vertical-align: middle;
    width: 80px;
    text-align: left;
}
.selectboxit-arrow-container { position:absolute; left:0 !important; right:auto; }
.selectboxit-container .selectboxit-options { text-align:right; }
.selectboxit-option-icon-container, .selectboxit-text { float:right; }
.tab_menu {
    font-size: 0px;
    padding: 5px 10px;
    margin-bottom: 5px;
    direction: rtl;
}
.bball_wrap {
    display: table-cell;
    vertical-align: middle;
    direction: ltr;
}
.input_item {
    color: #4789d1;
    cursor: pointer;
}
.log2 {
    background: #f7f7f7;
}
#show_chat ul {
    position: absolute;
    bottom: 2px;
    max-height: 100%;
    overflow-y: auto;
    padding-right: 3px;
    padding-left: 3px;
}
.ch_logs {
    padding:5px;
    word-wrap: break-word;
    display:table;
    width:100%;
    table-layout:fixed;
    max-width:100%;
    overflow:hidden;
    cursor:pointer;
    border: 1px solid #bfc9d2 !important;
    border-radius: 4px;
    margin-top: 3px;
}
.cname_point_tcjo{
    font-family: 'Tahoma';
    font-size: 13px;
    font-weight: bold;
}
.rtl_fright_tcjo {
    float: left;
    padding-right: 5px;
    vertical-align: middle;
    display: inline;
}
.back_input {
    background: linear-gradient(to bottom, rgb(33 150 243 / 10%) 0%, rgb(33 150 243 / 5%) 100%);
    border-top: 1px solid rgb(160 197 226) !important;
    border-bottom: 1px solid rgb(160 197 226) !important;
}
input, textarea, .post_input_container {
    background: #ffffff;
    border: 1px solid #bfc9d2 !important;
}
.sub_chat, .sub_priv {
    color: #346aa0;
}
.blisting:hover, .bmenu:hover, .submenu:hover {background: rgb(217 237 255 / 35%);}
.hunter_private, .targ_quote {
    color: #346aa0;
    background: #e8f3f2;
    text-align: right;
}
.target_private, .hunt_quote {
    color: #fff;
    background: #FF9800;
    text-align: right;
}
.bshadow, .page_element, .float_menu, .btnshadow, .pboxed {
    border: 1px solid #bfc9d2!important;
    box-shadow: 0 3px 10px rgb(10 37 64 / 10%)!important;
}
.cquote {
    background: rgb(179 221 255 / 30%) !important;
}
.cqmess {
    color: #346aa0;
}
.lite_olay, .plikes{
    background-color: rgb(0 0 0 / 25%);
    color: #fff;
}
.pag_btn {
    background: linear-gradient(#ffb200,#ff7102);
    color: #fff;
}
.pagselected, .pag_btn:hover { 
    background: linear-gradient(#ffb200, #ff8a2f); 
    
}
.modal_mback {
    background: rgb(89 135 201 / 10%) !important;
}
.progress_box {
    width: 100%;
    background-color: rgb(33 150 243 / 20%);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.clevel_item {
    float: left;
    padding: 5px 10px;
    margin-left: 5px;
    margin-top: 5px;
    border-radius: 100px;
    cursor: pointer;
    align-content: center;
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
}
.plevel_item, .plike_item {
    float: left;
    padding: 5px 5px;
    margin-right: 5px;
    border-radius: 100px;
    cursor: pointer;
    line-height: 20px;
}
.bselected {
    background: rgb(0 0 0 / 10%);
    border: 1px solid rgb(0 0 0 / 0%);
    border-top: 1px solid #2196F3;
}
/* spinner color */
.bspin { color:rgb(75 131 211); 
}
.page_top_title {
    display: table-cell;
    vertical-align: middle;
    /*direction: rtl;*/
}
.selectboxit-list, .selectboxit-btn {
    background-color: #f6f6f6;
    color: #666;
    border: 1px solid rgb(160 197 226 / 41%) !important;
}
.savatar  {height: 28px;width: 28px;border-radius:50%;display:block;overflow:hidden;cursor:pointer;margin:0 auto;
}
.chat_savatar {
    display: table-cell;
    width: 40px;
    vertical-align: top;
    position: relative;
    padding-right: 8px;
}
.chat_system {
    color: #3b71ad;
    padding-left: 0px !important;
}

.topic_log {
    background: linear-gradient(-45deg, #ae03f4, #ff8c00, #5188d6, #ff0080);
    color: #ffffff;
    border: 1px solid rgb(4 118 107 / 15%) !important;
    border-radius: 4px;
    margin-top: 3px;
    font-family: 'el messiri', 'trebuchet ms', 'lucida grande', 'lucida sans unicode', arial, helvetica;
    background-size: 400% 400%;
    animation: gradient 7s ease infinite;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.pgcard {
    width: calc((100% / 5) - 10px);
    height: 70px;
    margin: 5px;
    display: grid;
    align-items: center;
    float: right;
    position: relative;
    border-radius: 10px;
}
.sptext, .tptext {
    margin-top: 2px;
    direction: rtl;
}
.chat_message {
    line-height: 1.4em;
    display: inline-block;
    max-width: 100%;
    font-family: 'el messiri', 'trebuchet ms', 'lucida grande', 'lucida sans unicode', arial, helvetica;
    font-weight: 700;
    font-size: 15px;
}
.my_text .username {
    font-size: 15px;
}
.username {
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    font-family: 'el messiri', 'trebuchet ms', 'lucida grande', 'lucida sans unicode', arial, helvetica;
    font-size: 14px;
    line-height: 1.4em;
}
.cqmess {
    font-size: 13px;
    font-weight: 700;

}
.cqname {
    font-size: 13px;
    font-weight: bold;
}
.my_text {display:table-cell;vertical-align:top;padding: 0 0 0 4px;position:relative;}

.cselected, .liked {
    background: rgb(33 150 243 / 25%);
}
.tcjo_chat_head {
    font-size: 10px;
    text-align: center;
    font-weight: 700;
}
.tcjo_chat_right {
    font-size: 12px;
    text-align: center;
    font-weight: 700;
}
.panel_option {
    display: table-cell;
    vertical-align: middle;
    width: 52px;
    text-align: center;
    cursor: pointer;
}
.tcjo_rlist_open {
    font-size: 11px;
    text-align: center;
    font-weight: 700;
}
.tcjo_i {
    font-size: 16px;
    text-align: center;
}
.footer_item {
    width: 60px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    display: table-cell;
    max-width: 16.66666666%;
    vertical-align: middle;
    position: relative;
}
#station_menu {
    width: 300px;
}
.foot {
    background: #326dc2;
    color: #fff;
    direction: rtl;
}
.head_p {
    
    direction: rtl;
}
.cookie_wrap {
    position: fixed;
    display: table;
    padding: 25px;
    z-index: 9999;
    width: 80%;
    left: 10%;
    border-radius: 10px;
    bottom: 15px;
    direction: rtl;
}
#private_menu_content{
     direction: rtl;
}
.user_count {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #ff7102;
    height: 30px;
    text-decoration: none;
    margin: 0 auto;
    direction: rtl;
}
.chat_rlist {
    padding-top: 0 !important;
}
.ucount_btn {
    font-family: flat-jooza, fontawesome;
    background: linear-gradient(#ffb200, #ff7102);
    color: #fff;
    border: 1px solid #ff7102 !important;
}
.ucount {
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 700;
}
.welcome_user {
    color: #fff;
    text-shadow: 1px 1px 1px #003366, 1px 1px 3px #346aa0, 1px 1px 5px #346aa0;
    font-weight: 700;
    font-size: 14px;
    direction: rtl;
    line-height: 2em;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    text-align: center;
    margin-top: -5px;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 260px;
}
.welcome_tumb {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    margin: 0 auto;
    border: 2px solid #bfc9d2 !important;
    vertical-align: bottom;
}
.vpad2023 {
    padding-top: 0 !important;
    padding-bottom: 5px;
    border-top: 1px solid #bfc9d2 !important ;
}
.page_element {
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 6px;
}
.tpicon {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
}
.reg_new{
    background: linear-gradient(hsl(42deg 100% 50% / 60%), rgb(255 113 2 / 80%));
    padding: 20px;
    border-radius: 20px;
}
.splog {
    padding:15px 10px;
}
.switch_item {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 15px;
    cursor: pointer;
    margin-bottom: 3px;
    border-radius: 5px;
    direction: rtl;
}
.sub_date {
    color: #3b71ad;
}
#page_mmcontent {
    overflow-y: auto;
    padding: 10px;
    direction: rtl;
}

.sysname {
    font-weight: 300;
    color: #ff7601;
    pointer-events: auto;
    font-size: 15px;
    text-shadow: none;
    font-style: normal;
    background: 0 0;
}
.lborder, .ppanel {
    border-left: 1px solid #bfc9d2!important;
}
.system_item{
    direction: rtl;
}
.reg_menu{
    background: rgb(213 236 255 / 50%);
    border-radius: 3px;
    padding: 5px 0 10px 0;
}
#staff_list{
    direction: ltr;
}
.pbadge {
    width: 40px;
    height: 40px;
    margin-bottom: 2px;
    display: grid;
    align-items: center;
    float: right;
    position: relative;
    border-radius: 10px;
}
.rmelemnt {
    margin-bottom: 5px;
    box-shadow: 0 0 1px 1px #ddd;
    background: linear-gradient(to bottom, #dee6ed 19%, #c8d5e0 22%, #ffffff 100%);
    color: #202020;
    border: 1px solid #fff;
    border-radius: 5px;
}
.rmelemnt:hover {
    box-shadow: 0 0 1px 1px #ddd;
    background: linear-gradient(to bottom, rgb(222 230 237 / 53%) 19%, rgb(214 223 230) 22%, #ffffff 100%) !important;
    color: #202020;
    border: 1px solid #fff;
    border-radius: 5px;
}
#wrap_stream_audio {
    width: 300px;
    height: auto;
    border-top: 1px solid #417acc;
}
#chat_right_data {
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    width: 100%;
    background: url(../default_images/watermark.png) no-repeat center center;
    padding-bottom: 5px;
}
.reply_delete {
    text-align: center;
    width: 5px;
    cursor: pointer;
}
#chat_toping {
    background: linear-gradient(to bottom, #dae5eb 0%, #fdfefe 100%) !important;
    border-left: 3px solid #4789d1 !important;
    z-index: 201;
    max-height: 50px !important;
    overflow: hidden;
}