/* * {
  box-sizing: content-box;
} */

body{
	/*height: 2000px;*/
}
/*.hidden{*/
/*	display: none !important;*/
/*}*/
.slide-reveal-overlay{
	background-color: transparent !important;
}

.chatbot-trigger-container .chatbot-trigger{
	display: inline-block;
	margin-top: 20px;
}

.chatbot-trigger-container .chatbot-trigger img{
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.chatbot-trigger-container{
	text-align: center;
}

.chatbot-container{
	width: 582px;
	max-width: 100%;
	background: #fff;
	background-color: #e4e4e4;
	padding-left: 0px;
	box-sizing: border-box;
	opacity: 0;
	-webkit-box-shadow: 0px 0px 34px 6px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 34px 6px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 34px 6px rgba(0, 0, 0, 0.15);
	z-index: 1000;
}

.chatbot-inner{
	background-color: #57b23a;
	position: relative;
	height: 100%;
	padding-left: 0px;
}

.chatbot-content{
	background-color: #fff;
	position: relative;
	height: 100%;
	/*margin-right: -20px;*/
}

.chatbot-head{
	background-color: #2fac63;
	padding: 20px 25px;
	height: auto;
	text-align: center;
	position: relative;
	/*margin-right: 20px;*/
}

.chatbot-head h2{
	font-family: Rubik,sans-serif;
	font-size: 26px;
	color: #fff;
	line-height: 38px;
	font-weight: 500;
	font-style: normal;
	margin: 0px;
}

.chatbot-trigger-close{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 27px;
	height: 27px;
	background: url("../images/icon-close.png");
	position: absolute;
	right: 12px;
	top: 12px;
	background-size: cover;
	z-index: 1;
}

.chatbot-body{
	background-color: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
}

.chatbot-body::-webkit-scrollbar{
	width: 1px;
}

.chatbot-body.chatbot-content-bigger{
	display: block;
}

.chatbot-content.chatbot-content-bigger .chatbot-scroll-down,
.chatbot-content.chatbot-content-bigger .chatbot-scroll-up{
	display: block;
	margin-top: -3px;
	display: none !important;
}

.chatbot-content.chatbot-content-bigger .chatbot-scroll-down{
	margin-top: 0px;
	margin-bottom: -3px;
}

.chatbot-content.chatbot-content-bigger.chatbot-scroll-up-hide .chatbot-scroll-up{
	display: none;
}

.chatbot-content.chatbot-content-bigger.chatbot-scroll-down-hide .chatbot-scroll-down{
	display: none;
}

.chatbot-content.chatbot-content-bigger #chatbotDialog{
	padding-top: 0px;
}

.chatbot-content.chatbot-content-bigger.chatbot-scroll-up-hide #chatbotDialog{
	padding-top: 0px;
}

.chatbot-scroll-down,
.chatbot-scroll-up{
	height: 28px;
	background-color: #e4e4e4;
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: 1;
	cursor: pointer;
	display: none;
}

.chatbot-scroll-down{
	top: inherit;
	bottom: 0px;
}

.chatbot-scroll-down:before,
.chatbot-scroll-up:before{
	content: " ";
	position: absolute;
	width: 15px;
	height: 6px;
	background: url("../images/icon-scroll.png");
	left: 50%;
	margin-left: -7px;
	top: 50%;
	margin-top: -3px;
}

.chatbot-scroll-down:before{
	background-position: -15px 0px;
}

.chatbot-body img{
	width: 100%;
}

.left-backdrop{
	background-color: #ffffff;
}

.right-backdrop{
	background-color: #ffffff;
}

.dialog-node{
	font-family: Rubik,sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	color: #000;
	background-color: transparent !important;
	border: none;

	position: relative;
	padding: 20px;
	padding-right: 80px;
	margin: 10px 25px;
	padding-top: 0px;
	padding-bottom: 0px;

	font-size: 15px; line-height: 18px; margin: 5px 25px;
}

.dialog-node .dialog-node-inner{
	border-width: 1px;
	border-color: rgb(236, 236, 236);
	border-style: solid;
	padding: 15px;
  	border-radius: 12px;
  	padding: 12px;
}

.left-backdrop .dialog-node .dialog-node-inner{
	background-color: #f7f7f7;
	border: none;
}

.left-backdrop .dialog-node .dialog-node-inner .name-bot{
	color: #4daf3e;
}

.right-backdrop:first-child .dialog-node{
	margin-top: 20px;
}

.dialog-node a{
	color: #248dc0!important;
}

.dialog-node.dialog-node-custom{
	opacity: 1;
}

.dialog-node.dialog-node-bigger{
	padding-top: 0px;
	padding-bottom: 0px;
}

.dialog-node:before{
	content: " ";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
	background-size: cover;
}

.dialog-node .card{
	text-align: left;
	width: 321px;
	max-width: 100%;
	position: relative;
	opacity: 0;
	margin-top: 0px;
}

.dialog-node .card.card-restyle{
	opacity: 1;
}

.dialog-node .card h1{
	font-size: 18px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.dialog-node .card p{
	margin: 0px;
	font-size: 16px;
	font-weight: 200;
	line-height: 18px;
}

.dialog-node .card .card-detail{
	position: absolute;
	bottom: 50px;
	padding: 10px 20px;
	background-image: url("../images/bg-card-detail.png");
	margin: 0px;
	color: #fff;
	box-sizing: border-box;
	width: 100%;
}

.dialog-node .card img{
	border-radius: 20px 20px 0px 0px;
}

.dialog-node .card button{
	font-size: 20px;
	color: #fff;
	border: none;
	background-color: transparent;
	background-image: url("../images/bg-card-button.png");
	height: 50px;
	width: 100%;
	background-position: -7px -190px;
	padding: 0px;
	border-radius: 0px 0px 30px 30px;
	text-align: left;
	padding: 0px 30px;
	box-sizing: border-box;
	outline: none !important;
}

.dialog-node .quick-replies p{
	margin: 0px 0px 10px 0px;
}

.dialog-node .quick-replies button{
	font-size: 20px;
	color: #fff;
	padding: 10px 20px;
	margin-right: 10px;
	margin-bottom: 10px;

	background-color: #e9e9e9;
	border: none;
	color: #000;
	font-size: 18px;
	border-radius: 18.5px;

	 font-size: 14px; padding: 10px 15px;
	 outline: none !important;
}

.dialog-node .quick-replies{
	margin-bottom: -5px;
}

.dialog-node .quick-replies button:last-child{
	/*margin-bottom: 0px;*/
}

.dialog-node .quick-replies button:hover{
	background-color: #dadada;
}

.dialog-node .name-user,
.dialog-node .name-bot{
	color: #98c222;
	margin-right: 5px;
}

.dialog-node .quick-replies{
	margin-top: 0px;
}

.left-backdrop .dialog-node{
    padding-right: 0px;
    padding-left: 55px;
    margin-left: 10px;
    margin-right: 12px;
}

.right-backdrop .dialog-node{
	padding-right: 0px;
	margin-right: 12px;
}

.left-backdrop .dialog-node:before{
	right: inherit;
	left: 0px;
	background: url("../images/icon-boot-new.png");
	background-size: cover;
	width: 45px;
	height: 45px;
}

.right-backdrop .dialog-node:before{
	display: none;
}

.dialog-backdrop-node{
	opacity: 0;
	padding-bottom: 0px;
}

.dialog-backdrop-node.dialog-backdrop-node-custom{
	opacity: 1;
}

.dialog-backdrop-node:last-child{
	margin-bottom: 10px;
  	border-bottom: solid #e4e4e4 10px;
  	border-bottom: none;
}

#chatbotPayload{
	display: none;
}

.chatbot-query{
	position: absolute;
	bottom: 0px;
	background: #f7f7f7;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 20px 30px;
	border-top: solid 1px;
    border-color: rgb(228, 228, 228);
}

#chatbotDialog{
	float: left;
	width: 100%;
}

#chatbotQuery{
	width: 100%;
	font-family: Rubik,sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	font-weight: 500;
	font-style: normal;
	outline: none !important;
	height: 60px;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
	padding: 20px 0px;
	max-width: 100%;
	box-sizing: border-box;

    padding-right: 0px;
    border: solid 1px;
    border-color: rgb(228, 228, 228);
    border-radius: 12px;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;

    box-shadow: none;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#chatbotQuery::-ms-clear {
    display: none;
}

#chatbotQuery::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	background-color: #ffffff;
	font-family: Rubik,sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
}
#chatbotQuery::-moz-placeholder { /* Firefox 19+ */
	background-color: #ffffff;
	font-family: Rubik,sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
}
#chatbotQuery:-ms-input-placeholder { /* IE 10+ */
	background-color: #ffffff;
	font-family: Rubik,sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
}
#chatbotQuery:-moz-placeholder { /* Firefox 18- */
	background-color: #ffffff;
	font-family: Rubik,sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
}

#chatbotSubmit{
	width: 90%;
	background-color: #4daf3e;
	border-radius: 10px;
	font-family: Rubik,sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	border: none;
	height: 37px;

	margin: 0 auto;
	display: block;
	border-radius: 50px;
	margin-top: 20px;
	outline: none;
	box-sizing: border-box;

	width: 100%;
	padding: 0px;

	width: 248px;
	height: 60px;
	border-radius: 5px;
	background-color: #2fac63;
	max-width: 100%;
}

#retrieve-history,
#clear-history{
	display: none;
}

.chatbot-inner #chatbot-error-message,
.chatbot-inner #retrieve-history-link{
	position: absolute;
	top: 0px;
	font-family: Rubik,sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #248dc0!important;
	width: 100%;
	border-bottom: solid 1px #e4e4e4;
	padding-bottom: 5px;
	left: 0px;
	padding: 15px 20px;
	z-index: 1;
	background: #fff;
	box-sizing: border-box;
    font-weight: normal;
}

.chatbot-inner .simplebar-scroll-content{
	margin-bottom: 0px !important;
}
.chatbot-inner .simplebar-content{
	overflow-x: hidden;
	padding-bottom: 0px !important;
}

.chatbot-inner #chatbot-error-message{
	color: #d9534f !important;
	display: none;
}

.chatbot-inner #chatbot-error-message strong{
	font-weight: 500;
}

#chatbotQuery{
	padding: 5px 15px;
	height: 50px;
	font-size: 16px;
	float: left;
	width: 68%;
}
#chatbotSubmit{
	height: 48px;
	width: 30%;
	float: right;
	margin-top: 2px;
}

@media screen and (max-width: 767px) , screen and (max-height: 420px){
	.chatbot-container {
		width: 100% !important;
		padding: 0px;
	}
	.chatbot-container .chatbot-inner{
		padding: 0px;
	}
	.chatbot-content{
		margin-right: 0px;
	}
	.chatbot-head{
		padding: 7px 10px;
		margin-right: 0px;
	}
	.chatbot-head h2{
		font-size: 24px;
	}
	.chatbot-trigger-close{
		width: 27px;
		height: 27px;
		right: 12px;
		top: 12px;
	}
	.dialog-node{
		padding: 0px 10px;
		padding-right: 55px;
	}
	.dialog-node:before{
		width: 40px;
		height: 40px;
	}
	.left-backdrop .dialog-node{
		padding-left: 55px;
	}
	.dialog-node .quick-replies button{
		font-size: 16px;
	}
	#chatbotQuery{
		background-size: 50px;
	}
	.chatbot-query{
		padding: 10px 0px 15px;
	}
	.dialog-node{
	  	margin: 15px 15px;
	  	font-size: 16px;
	  	line-height: 18px;
	}

	.dialog-node .card button{
		font-size: 18px;
	}

	/*#chatbotSubmit,
	#chatbotQuery{
		width: 100%;
    	max-width: 95%;
	}*/
	.chatbot-inner #chatbot-error-message,
	.chatbot-inner #retrieve-history-link{
		padding: 10px 15px;
		font-size: 16px;
	}
	.dialog-node .quick-replies p{
		margin-bottom: 10px;
	}
	.dialog-node .quick-replies{
		margin-bottom: -5px;
	}

	.chatbot-query{
		padding: 10px;
	}
}

@media screen and (max-width: 480px) , screen and (max-height: 420px) {
	.dialog-node{
	  	margin: 5px 15px;
	  	font-size: 15px;
	  	line-height: 18px;
	}

	.right-backdrop:first-child .dialog-node{
		margin-top: 10px;
	}

	.dialog-node .card{
		max-width: 220px;
	}

	.dialog-node .card .card-detail{
		bottom: 50px;
	}
	.dialog-node .card .card-detail .card-detail-inner{
		max-height: 43px;
    overflow: scroll;
	}
	.chatbot-query{
		padding: 12px;
	}
	/*#chatbotSubmit,
	#chatbotQuery{
		width: 100%;
		max-width: 100%;
	}*/
	/*#chatbotSubmit{
		margin-top: 12px;
	}*/
	.dialog-node .dialog-node-inner{
		padding: 12px;
	}
	.dialog-node .quick-replies button{
		font-size: 14px;
		padding: 10px 15px;
	}
}

@media screen and (max-height: 480px) {
	.chatbot-head{
		padding: 5px;
	}
	.chatbot-head h2{
		font-size: 20px;
	}
	.chatbot-trigger-close{
		width: 20px;
	    height: 20px;
	    background-size: cover;
	}

	.dialog-node{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.right-backdrop:first-child .dialog-node{
		margin-top: 10px;
	}
	.dialog-backdrop-node:last-child{
		margin-bottom: 5px;
	}
}
