@charset "utf-8";

#chatbot_s{ 
	width: 170px; 
	text-align: left;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .1);
}

.cc_chat_wrap {
	width: 100%;
	height: 100px;
	padding: 10px;
	background: #f1f7fa;
	overflow-y: auto;
	overflow-x: hidden;
}

.cc_box_wrap {
	margin: 10px 10px 5px 10px;
	position: relative;
}

.cc_chat_wrap::-webkit-scrollbar {
	width: 10px;
}

.cc_chat_wrap::-webkit-scrollbar-thumb {
	boarder-radius: 5px;
	background: rgba(0, 0, 0, .1);
}

#responseContents {
	width: 100%;
	height: 150px;
	overflow: auto;
	border-radius: 5px;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}

.chatbot_emoticon {

}

.answer {
	float: left;
	padding: 5px 10px;
	width: 90%;
}

.answer_content {
	background: #fff;
	padding: 9px;
	border-radius: 5px;
}



.question_box {
	overflow: hidden;
	width: 100%;
}

.question_box .question {
	float: right;
	display: inline-block;
	max-width: 58%;
	position: relative;
	word-wrap: break-word;
	border-radius: 3px;
	padding: 15px;
	margin: 5px 13px 5px 0;
	font-size: 12px;
	background: #fffbb7;
}

#txtMessage {
	border: 0px;
	width: 80px;
	height: 20px;
	border: 1px solid #ccc;
}


#quickMenuR {
	position: absolute;	
}