.frame_child{position: relative;display: inline-block;}
#submit_button{
	border-radius: 25px;
	color:white;
	background:black;
}
#private_send{
	border-radius: 50%;
    background: black;
    color: white;
}
#message_content{
	padding-right: 30px;
}
#emo_item_priv {
    position: absolute;
    right: 0;
    top: 9px;
    width: 36px;
    height: 0;
}
#content {
    padding-right: 35px;
}
#main_emoticon {
    right: 0;
    left: auto;
}
#emo_item_ps {
    padding: 0;
    position: absolute;
    font-size: 20px;
    top: 10px;
    right: 9px;
    cursor: pointer;
    width: auto;
    height: 43px;
    background: initial;
    /* border-left: 1px dashed #ababab; */
    padding-left: 2px;
    color: #22222296;
    font-family: FontAwesome;
}
#main_input_box,#private_input_box {
    position: relative;
}
.cname{
	padding-bottom: 5px;
}
.chat_system {
    font-size: 18px;
    font-weight: bold;
}
.frame_av {
    width: 42px;
    position: absolute;
    top: -8px;
    left: -3px;
}
.frame_log {
    width: 46px;
    position: absolute;
    top: -9px;
    left: -3px;
}
.color_back_name{
	padding: 3px 9px;
	border-radius: 5px;
	background-clip: revert !important;
}

.icon_log {
    display: inline-block;
    width: 16px;
    height: 18px;
    margin: 0 3px 0 0;
}
.size_name_icon{font-size:14px !important}
.icon_name {
    width: 16px;
    height: 16px;
}
.flex_name{
    display: flex;
    align-items: center;
}
.user_item{
	margin-bottom: 5px;
}

.color-white {
    color: white;
}


.chat_message {
    line-height: 1.4em;
    display: inline-block;
    max-width: 100%;
    font-weight: bold;
    font-family: system-ui !important;
    font-size: 16px !important;
}