
.chb-box-lexana{
	width: 100px;
	height: 100px;
	border: 0;
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 1000000000;
	padding-bottom: 60px;
}

.chb-box-lexana img{
	cursor: pointer;
	border-radius: 100px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.chb-box {
	overflow: hidden;
	max-width: 500px;
	width: 100%;
	border: 0;
	height: 550px;
	position: fixed;
	bottom: 25px;
	right: 25px;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	background-color: white;
	z-index: 1000000000;
	padding-bottom: 70px;
}

@media only screen and (max-width: 768px) {
	.chb-box {
		width: 91%;
	}

	.chb-body-messages {
		bottom: 0;
	}
}

.chb-header {
	background-color: #18448c;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.lexana-big{
	width: 70px !important;
	height: 70px !important;
	float: right;
}

.chb-header .lexana-small {
	max-width: 30px;
	margin-left: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.chb-header .lexana-name {
	font-weight: bold;
	font-size: 15px;
	padding-left: 15px;
	color: white;
}

.lexana-close {
	color: white;
	font-size: 22px;
	margin-right: 15px;
	cursor: pointer;
}

.msg-my-content {
	content: "";
	bottom: 0;
	background: #18448c;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 15px;
	padding: 8px;
	font-size: 14px;
	border: none;
	margin-top: 12px;
	display: inline-block;
}

.msg-content {
	content: "";
	bottom: 0;
	border-style: solid;
	border-width: 0 0 8px 8px;
	background: #ECECEC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 15px;
	padding: 8px 8px 0 0;
	font-size: 14px;
	border-color: #ECECEC;
	width: auto;
	display: inline-block;
	margin-bottom: 20px;
	color: #333;
}

.msg-content p{
	padding: 0;
	margin: 0;
}

.lexana-ico {
	width: 30px;
	left: 0;
	position: absolute;
	bottom: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.row-table{
	display: table;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.row-table [class*="col-"] {
	float: none;
	display: table-cell;
	vertical-align: top;
	padding-top: 10px;
}

.chb-body{
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 5px 15px;
}

.dots{
	width: 40px;
	margin-top: -5px;
}

.msg-content-dots{
	width: 55px;
	height: 30px;
}

.chatbot-btn{
	border: solid 1px #1F57A5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #1F57A5;
	padding: 8px 10px;
	display: inline-block;
	font-size: 14px;
	margin-top: 4px;
	margin-left: 4px;
}

.chatbot-btn::after {
	white-space: pre;
}

.chatbot-btn:hover{
	cursor: pointer;
	background: #1F57A5;
	color: white;
}

.chatbot-btn.active{
	background: #1F57A5;
	color: white;
}

.chatbot-exit{
	background: white;
	height: 30px;
	width: 30px;
	border: 0;
	position: absolute;
	right: -5px;
	top: -5px;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	border-radius: 15px;
	z-index: 10000000001;
	text-align: center;
	padding-top: 3px;
	cursor: pointer;
}

.grecaptcha-badge {
	visibility: hidden;
}

.btn-multiline {
	white-space: normal !important;
	width: 100% !important;
}
