#qf-chat-wrapper {
	min-width: 250px;
	max-width: 400px;
	margin: 0 10px 0 0;
	box-shadow: 0px 0px 20px 0px #000;
	border-radius: 5px;
	background-color: #f7f7f7;
	position: fixed;
	z-index: 999999999999999;
	bottom: 10px;
	left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

#qf-chat-header {
	background: #007b6c;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
}

#qf-chat-logo {
	width: 40px;
	/* vertical-align: middle; */
}

#qf-chat-close {
	position: absolute;
	right: 20px;
	top: 19px;
	cursor: pointer;
}

#qf-chat-close img {
	width: 20px;
	filter: invert();
}

#qf-chat-container {
    max-height: 350px;
	overflow: auto;
    padding: 20px;
}

#qf-chat-container .spinner {
    margin: 10px auto;
}

#qf-chat-container .qf-chat-message {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    /* margin-bottom: 10px; */
}

#qf-chat-container button, #qf-chat-container .qf-chat-btn {
	margin-right: 5px;
	margin-bottom: 5px;
	background: #007b6c;
	padding: 4px 10px;
	color: #fff;
	text-align: left;
	font-size: 14px;
}