.chat_content {padding:0 8px 8px !important;}
#chat_settings {display: none;}
#chat_body {padding:5px 2px 5px! important;}
.empty_chat {text-align:center; padding:10px 5px !important;}

.chat_message {margin-bottom: 2px! important;}
.chat_message .body_msg {
    position: relative;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 15px! important;
	width: fit-content;
	width: -o-fit-content;
	width: -moz-fit-content;
    width: -webkit-fit-content;
	width: -ms-fit-content;
    min-height: 50px;
	background: #B0E0E6;
/*  background: #edf1f5;*/
/*	background: #E5E5EA;*/
/*  white-space: pre-line;*/
}
.chat_message .body_msg:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 9px 10px 0;
	border-color: transparent #B0E0E6;
/*  border-color: transparent #edf1f5;*/
/*	border-color: transparent #E5E5EA;*/
    display: block;
    width: 0;
    z-index: 1;
    left: -9px;
    top: 15px;
}
.chat_message.my .body_msg {
    margin-left: auto;
    color: #fff;
    background: #93d46b;
/*	background: #70c536;*/
}
.chat_message.my .body_msg:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 0 10px 9px;
	border-color: transparent #93d46b;
/*  border-color: transparent #70c536;*/
    display: block;
    width: 0;
    z-index: 1;
    left: auto;
    right: -9px;
    top: 15px;
}
.chat_message .body_msg.img {
    background-size: cover;
    width: 200px;
    height: 200px;
    cursor: pointer;
}
.chat_message .text_msg {color:#222; padding:5px 2px !important;}
.chat_message.my .text_msg {color:#fff;}
.chat_message .text_msg img {border: none; box-shadow: none; margin: -10px 2px -1px;}
.chat_message .text_img {padding:7px 2px 5px !important;}
.chat_message .text_img img {width:170px; max-height:210px;}
.header_msg {font-weight: bold; margin-top:-5px! important;}
.footer_msg {color:#6a6a6a; font-weight: bold; margin-bottom: -5px! important;}

.contactme_button {font-size: 12px! important;}
