#kchat{
	position: relative;
}
#kchat_open_room_list h4{
	color: white; margin-bottom:0; padding-bottom:0;
}
#kchat_rooms h4{
	padding: 8px;
}
#kchat .list-room-img{
	display: inline-block; width: 50px; margin-right: 10px;
}
#kchat .custom-control-label{
	color: white;
}
#kchat_menu_rooms a{
	color: white;
}
#kchat_messages{
	height: 300px; overflow-x: hidden; overflow-y: auto; background-color: white; padding: 10px; margin: 20px 0; border: solid 1px #e2076a; border-radius: 3px;
}
#kchat_messages h3{
	margin-bottom: 5px; padding-bottom: 5px; border-bottom: solid 1px #d3d3d3;
}
#kchat_messages p{
	margin-bottom: 0; line-height: 1.4;
}
#kchat .kchat_close_private_chat{
	font-size: 3em; color: black; margin-top: -10px;
}
@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
#kchat .kchat-icon-message{
	animation: flickerAnimation 1s infinite;
}
#kchat_loading_icon{
	position: absolute; top: 150px; left:50%; margin-left:-10px; font-size: 2em; 
}
#kchat_message{
	border: solid 1px #e2076a !important;
}
#kchat_users{
	height: 350px; overflow-x: hidden; overflow-y: auto; background-color: white; padding: 10px; margin: 20px 0; border: solid 1px #e2076a; border-radius: 3px;
}
#kchat_users p{
	margin-bottom: 0; line-height: 1.4;
}
#kchat_users .status{
	display: inline-block; width: 10px; height: 10px; border-radius: 10px; background-color: #acacac;
}
#kchat_users .status.online{
	background-color: #2eee40;
}
#kchat_rooms{
	position: absolute; top:0px; left:0px; right:0px; bottom:0px; background-color: white; border: solid 1px #e2076a; border-radius: 3px; box-shadow: 0 0 5px rgba(0,0,0,0.5); z-index: 10;
}
