/*---------- RESET ----------*/
/* html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}article,aside,footer,header,hgroup,nav,section,figure,figcaption{display:block;margin:0}*{-webkit-tap-highlight-color:rgba(0,0,0,0)}input,textarea{-webkit-border-radius:0;border-radius:0}input{-webkit-appearance:none}body{-webkit-text-size-adjust:none}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}::-moz-focus-inner{border:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}*,*:after,*:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} */
.chat-btn p::-moz-selection, hatbot-container span::-moz-selection {background:#10346a;color:#fff;}
.chat-btn p::selection, .chatbot-container span::selection {background:#10346a;color:#fff;}
.chat-btn input[type="checkbox"]{-webkit-appearance:checkbox;}
.chat-btn input[type="radio"]{-webkit-appearance:radio;}

/*---------- GENERAL STYLES ----------*/
/* html,body{height:100%;}
body{color:#696969;background-color:#fff;font-family:'HelveticaNeue', sans-serif;
	font-size:24px;padding:0;
} */
.chat-btn h1, .chat-btn h2, .chat-btn h3, .chat-btn h4{font-weight:normal;}
.chat-btn a{color:#27AAE1;text-decoration:none;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.chat-btn p{margin-bottom:20px;line-height:1.59;}
.chat-btn img{max-width:100%;width:100%;height:auto;padding:0;margin:0;border:none;display:block;}

/*---------- CHATBOT ----------*/
.chatbot-container{position:fixed;left:8px;bottom:16px;/*padding:8px;*/max-width:400px; z-index: 10000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.web-chat{border:1px solid #d9d9d9;box-shadow:0 1px 6px #eaeaea;overflow: hidden;background:#f7f7f7;
	margin-bottom:30px;position:relative;height:400px;width: 400px;
}
.chat-btn{display:flex;background-color: transparent;border:0 none;padding:0;
	margin:0;cursor:pointer;position:relative;align-items:center;float:left; padding-right: 15px;
}

.chat-btn img{max-width:85px; flex:0 0 85px;
	border-radius:50%;
}
.chat-btn .text{display:none;background-color:#efefef;padding:10px 30px 10px 10px;
	position:relative;font-size:14px;
	margin-left:10px;text-align:left;
	-webkit-border-radius:4px;
	border-radius:4px;
	color: #696969;
}

.chat-btn .text:after {
	top: 50%;
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(239, 239, 239, 0);
	border-right-color: #efefef;
	border-width: 8px;
	margin-top: -8px;
}
.chat-btn .text .text-close{width:30px;height:30px;position:absolute;font-size:18px;top:0;right:0;
	text-align:center;line-height:30px;cursor:pointer;
}
.chat-btn .text .text-close:hover{color:#82bc00;}

.web-chat .btn-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 200;
    color: #fff;
    font-size: 24px;
}

.wc-app .wc-console .wc-send {background-color:#002c4d;}

@media only screen and (max-width: 570px) {
	.web-chat{position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;}
	.chat-btn img{width:64px; height: 71px;}
	.chat-btn .text{font-size:12px; margin-left: 22px;}
	
}

@media only screen and (max-width: 300px) {	
	.chatbot-container {padding: 8px 0px;}
}