.noselect_txt {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.chat_txt_focus {
	padding: 5px;
	border-radius: 5px;
}
.chat_txt_focus_l:hover {
	background-color: #cecece; /* #f1f1f1; */
}
.chat_txt_focus_d:hover {
	background-color: #445357;
}

.chat_sign_focus {
	cursor: pointer;
	width:30px;
	height:30px;
	text-align:center;
	padding-top:5px;
	display:inline-block;
	border-radius: 50%;
}
.chat_sign_focus_l:hover {
	background-color: #cecece; /* #f1f1f1; */
}
.chat_sign_focus_d:hover {
	background-color: #445357;
}

.chat_row_focus {
	cursor: pointer;
}
.chat_row_focus_l:hover {
	background-color: #cecece; /* #f1f1f1; */
}
.chat_row_focus_d:hover {
	background-color: #445357;
}

.chat_color_circle {
	cursor:pointer;
	display:inline-block;
	width:20px;
	height:20px;
	border-radius:50%;
}

.chat_message_avatd {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:top;
}

/*.chat_message_logintd {
	color:#a59a97;
	font-weight:bold;
	vertical-align:top;
	white-space:nowrap;
	padding-top:10px;
}*/

.chat_message_txttd {
	/*position: relative;*/
	width:100%;
	vertical-align:top;
	padding-top:10px;
	/*padding-left:10px;*/
	padding-right:10px;
}
/*.chat_msg_sett {
	position: absolute;
	top: 0;
	right: 5px;
	cursor: pointer;
	color: #977f77;
	width:30px;
	height:30px;
	text-align:center;
	display: none;
	border-radius: 50%;
}
.chat_msg_sett:hover {
	background-color: #cecece;
}
.chat_message_txttd:hover + .chat_msg_sett {
	display: inline-block;
}
.hide {
	display: none;
}
.chat_message_txttd:hover + .hide {
	display: block;
}*/

.chat_time {
	/* color: #a59a97; */
	padding-right:6px;
}

.wordbreak {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.hide_scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.hide_scrollbar::-webkit-scrollbar {
	display: none;
}

#divChatMessage[placeholder]:empty:before {
	content: attr(placeholder);
	cursor: text;
}

