

.site_chat_button_cnt {
	display: none;
	float: left;
	font-size: 14px;
	font-weight: 700;
	height: 28px;
	width: 28px;
	padding: 6px 0;
	text-align: center;
	position: absolute;
	background: #ff2400;
	right: 10px;
	top: 0px;
	border-radius: 50%;
	z-index: 1000;
	color: #fff;
	transition: all 0.1s
}


.chat_modal {
	display: flex;
	flex-direction: column;
	border-radius: 5px;
	overflow: hidden;
	/* background: #FFFFFF; */
	position: relative;
	width: 60%;
	height: 90%;
	margin: 0 auto;
	transition: all ease .5s;


}
@media screen and (max-width: 600px){
	.chat_modal {
		width: 100%;
		min-width: 100%;
		height: 100%;
		border-radius: 0;
	}
	.chat_modal .fullWindow{
		display: none;
	}
}
.chat_modal__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 0 10px;
	font-size: 15px;
	font-weight: bold;
	position: relative;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	z-index: 1;
	background-color: #166eb7;
	color: white;
	min-height: fit-content;
}

.chat_modal__header__h1 {
	font-size: 20px;
	color: #000000;
}
.chat_modal__header__online {
	font-size: 14px;
	color: #019126;
}

.chat_modal__content {
	flex-grow: 1;
	overflow: hidden;
	overflow-y: scroll;
	background-color: #f4f4f4;
	-webkit-overflow-scrolling: touch;

}
.chat_modal__content__item {
	padding: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	background-color: #fff;
	margin: 10px 10px 20px 10px;
	border-radius: 5px;
}

.chat_status_typing {
	display: block;
	font-size: 12px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.chat_modal__answerInfo {
	display: none;
	background: #fff;
	border-radius: 3px;
	width: 100%;
	color: #3a6e98;
	padding: 5px 10px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.09);
	position: relative;
	background: linear-gradient(58deg,rgb(255 218 218) 0%, rgb(254 219 219) 100%);
}
.chat_modal__answerClose{
	position: absolute;
	top: 10px;
	right: 10px;
}
.chat_modal__answerClose svg{
	fill: #da2020;
}

.chat_modal__content__item.chat_modal__content__item__selected {
	background: #e9f6fd;
}
.chat_modal__content__item:first-child {
	border-top: none;
}
.chat_modal__content__item.new_msg_in_chat {
	background: #fbf6e5;
}
.chat_modal__content__item__col1 {
	padding: 0 10px 0 0;
	min-width: 40px;
	max-width: 40px;
}
.chat_modal__content__item__col1 img {
	border-radius: 50%;
}
.chat_modal__content__item__col2 {
	flex-grow: 1;
}
.chat_modal__content__item__text {
	padding: 5px 0 0 0;
}
.chat_modal__content__item__text p {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	cursor: pointer;
}
.chat_modal__content__item__text__blockquote {
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0;
	border-left: 1px solid #166eb7;
	padding: 5px 5px 5px 10px;
	display: block;
	background: #eafaff;
	border-radius: 0 5px 5px 0;
}
.chat_modal__content__item__text__blockquote__user {
	font-size: 12px;
    line-height: 16px;
    margin-right: 10px;
    color: #1673a7;
    font-weight: 500;
}
.chat_modal__content__item__text__blockquote__date {
	font-size: 12px;
	line-height: 16px;
	color: #7F7C7A;
}
.chat_modal__content__item__dolgnost {
	font-size: 12px;
	color: #7F7C7A;
}
.chat_modal__content__item__user {
	/*position: relative;*/
}
.chat_modal__content__item__quote {
	margin-top: 5px;
	cursor: pointer;
	color: #003C85;
	width: auto;
	display: inline-block;
}
.chat_modal__content__item__blacklist,
.chat_modal__content__item__delete {
	margin-top: 5px;
	cursor: pointer;
	position: absolute;
	top: 0px;
}
.chat_modal__content__item__blacklist {
	right: 10px;
}
.chat_modal__content__item__delete {
	right: 35px;
}
.chat_modal__content__item__blacklist_svg {
	width: 14px;
	height: 14px;
	fill: #ff2400;
}
.chat_modal__content__item__delete_svg {
	width: 14px;
	height: 14px;
	fill: #7f7c7a;
}
.chat_modal__item-header {
	display: flex;
	justify-content: space-between;
	margin-right: 20px;
}
.chat_modal__content__item__name {
	font-size: 14px;
	text-decoration: none;
	line-height: 18px;
	color: #003C85;
}
.chat_modal__content__item__date {
	font-size: 12px;
	line-height: 16px;
	color: #7F7C7A;
}
.chat_modal__footer {
	box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.2);
	max-height: 50px;
	min-height: fit-content;
	padding: 5px 10px;
	width: 100%;
	background: #fff;
	display: flex;
	justify-content: flex-start;
	position: relative;
	align-items: center;
}
.chat_modal__smiles {
	margin-right: 10px;
	cursor: pointer;
}
.chat_modal__smiles svg {
	width: 20px;
	height: 20px;
	fill: #166eb7;
}
.chat_modal__smiles img {
	width: 25px;
	height: 25px;
}
.chat_modal__file_upload {
	margin-right: 10px;
}
.chat_modal__file_upload__svg {
	width: 25px;
	height: 25px;
	fill:#166eb7;
	cursor: pointer;
}
.chat_modal__input {
	flex-grow: 1
}
#chat_modal__input {
	width: 100%;
	padding: 5px 10px;
	font-size: 14px;
	border: 1px solid #cfcfcf;
	outline: none;
	border-radius: 4px;
}
.chat_modal__button {
	margin-left: 10px;
}
.chat_modal__button__svg {
	fill: #166eb7;
	cursor: pointer;
	width: 25px;
	height: 25px;
}
.chat_modal__smiles_list {
	display: none;
	background: rgb(255, 255, 255);
}
.chat_modal__footer__text {
	background: #D7D8DB;
	text-align: right;
	padding: 0 0 5px 0;
	font-size: 12px;
	color: #111;
}
.chat_modal__header_user {
	display: flex;
	flex-wrap: nowrap;
	align-content: flex-start;
}
.chat_modal__header_user__ava {
	height: 34px;
	width: 34px;
	border-radius: 50%;
	margin-right: 10px;
}
.chat_modal__header_user__desc {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	flex-direction: column;
}
.chat_modal__header_user__desc__name {
	font-size: 14px;
}
.chat_modal__header_user__desc__info {
	color:#555;
	font-size: 14px;
	line-height: 20px;
}