@import url(https://fonts.googleapis.com/css?family=Noto+Naskh+Arabic+UI);
@import url(https://fonts.googleapis.com/css?family=Noto+Kufi+Arabic);
body{
  font-family:noto kufi arabic,sans-serif,trebuchet ms,lucida grande,lucida sans unicode,arial,helvetica,sans-serif
}
.chat_message{
  font-family:HelveticaNeue,noto kufi arabic,Arial,sans-serif
}
.boy {border:2px solid #03add8;}
.girle {border:2px solid #f9f;}
.other {border:2px solid #ccc;}
body{
  line-height: 1.2;
}
.glens {height: 50px;}
.chat_system{color:#000;}
.inline{display:inline!important}
.iblock{display:inline-block}
.flexcenter,.my_text2{display:table-cell;vertical-align:middle}
.chat_avatar,.private_avatar{vertical-align:top;display:table-cell}
.chat_avatar{width:23px}

@media (min-width: 300px) {
  body {
    font-family: sans-serif, trebuchet ms, lucida grande, lucida sans unicode,
      arial, helvetica, sans-serif;
  }
  .chat_message {
    font-family: HelveticaNeue, noto naskh arabic ui, Arial, sans-serif;
    font-size: 15px;
  }
}
@media (min-width: 600px) {
  body {
    font-family: noto kufi arabic, sans-serif, trebuchet ms, lucida grande,
      lucida sans unicode, arial, helvetica, sans-serif;
  }
  .chat_message {
    font-family: HelveticaNeue, noto kufi arabic, Arial, sans-serif;
  }
}
.chat_message {
    line-height: 1.5em;
	font-weight: bold;
}
/*::-webkit-scrollbar{width:.4em}::-webkit-scrollbar-thumb{background:#d3d3d3}*{scrollbar-width:thin}*/
.cavatar {
    height: 30px;
    width: 30px;
}
#emo_item, #emo_item_priv, .prev_right_btn {
    right: 52px;
    position: absolute;
}
#emo_item {
    padding: 0;
    /* top: 8px; */
    width: auto;
    height: 41px;
}
.input_item {
    color: #999;
}
#content, #message_content {
    padding: 0 34px;
   font-weight: 700; 
}
.fmenu_text, .back_menu, .bcell_mid, .page_menu_text, .large_button_rounded, .foot, .large_button, .post_content, .switch_item_text, .tpad10, .reg_button,.target_private, .hunter_private, .private_opt, .list_mood {
    font-weight: 700;
}
.ch_logs {
    padding: 5px;
}
.private_opt {
    width: 50px;
}
.large_modal_in {
    border-radius: 11px;
   
}
.chat_log ch_logs public__message {
    background:#b8edb8;

}
.send_btn {
    color: #fff;
	border-radius: 100px;
    background:#012832;
}