.open_bot{
	position: fixed;
	display: none;
	clip-path: circle();
	max-height: 60px;
	width: auto;
	cursor: pointer;
	right: 0;
	bottom: 0;
	margin: 0 30px 30px 0;
}
.agent_container{
	position: fixed;
	bottom: 0;
	right: 0;
	margin:0 10px 10px 0;
	padding: 10px 0px 10px 0px;
	width: 40%;
	height: auto;
	border: solid 0.5px #000;
	background: #FFFFFF;
}
.chat_form .chat_response{
	overflow-y: scroll;
	max-height: 80px;
	field-sizing: content;
}
.chat_form .avatar{
	max-height:100px;
	height: auto;
}
.chat_form .submit{
	display: block;
	color: #000;
	margin: 0 auto;
}
.chat_form .upload_btn{
	position: absolute;
	bottom: 0;
	margin: 0 0 12px 5px ;
}
.chat_form .record_voice_btn{
	position: absolute;
	bottom: 0;
	right:0;
	margin: 0 12px 12px 0px ;
}
.chat_form .stop_record_voice_btn{
	position: absolute;
	bottom: 0;
	right:0;
	margin: 0 12px 12px 0px ;
	display: none;

}
.chat_form .powered_w{
	position:absolute;
	top: 0;
	right:0;
	margin: 20px 3px 0 0 ;
	color: #ffc107;
}
.chat_form .attrib{
	font-size: 9px;
}
.chat_form .close_btn{
	position: absolute;
	top: 0;
	right: 0;
	color: red;
}
.chat_form .close_btn:hover{
	color:orange;
}
