/*JANELA DE CHAT*/
.asideChat {background-attachment: fixed;    background-clip: border-box;    background-color: #FFF;    background-origin: padding-box;    background-position: center top;    background-repeat: repeat;    border: 1px solid #7b7b7b;    bottom: 0;    /*display: none;*/    height: 639px;    position: fixed;    right: 70px;    width: 400px;    font-family: 'Rotobo', sans-serif;    z-index: 1000;}

.popup-head{   background-image:linear-gradient(to bottom right, rgba(128, 20, 88, 1), rgba(86, 0, 229, 1)) !important;    color: #fff;    display: flex;    width: 100%;    padding: 22px 19px 35px 19px;    /*margin-bottom:20px;*/}
.popup-head p{	font-size:11px;	margin-top:10px;}
.popup-head h3{	font-size:12px;}
.popup-head h3 {    font-family: 'Abel', sans-serif;    font-weight:bold;}
.pull-left {    float: left !important;}
.pull-right {    float: right !important;}
.chat-header-button {    background: transparent none repeat scroll 0 0;  border: 0;}
.glyphicon {    position: relative;    top: 1px;    display: inline-block;    font-family: 'Roboto';    font-style: normal;    font-weight: 400;    line-height: 1;    -webkit-font-smoothing: antialiased;    -moz-osx-font-smoothing: grayscale;}
.chat-header-button {    color: #fff;    font-size: 15px;    text-align: center;}
.inline-flex{	display:inline-flex;}
.chat-answer p{	background-color:#343434;	color:white;	border-radius:30px;	padding: 9px 23px 9px 23px;	margin-left:13px;	max-width:217px !important;	font-size: 13px;}
.asideChat .inline-flex{	width:100%;}
.chat-question{	margin-right:5px;}
.chat-question p{	background-color:#dddddd;	color:black;	border-radius:30px;	padding: 9px 23px 9px 23px;	margin-left:13px;	max-width:217px !important;	font-size: 13px;}
.message-chat form{	border:1px solid #bebebe;	width:100%;	padding:23px 16px;	font-size:12px;}
.message-chat textarea{	border:1px solid transparent;	margin-bottom: 0px;	padding: 0px 0px;	border-radius: unset;	width: 91%;	margin-left: 0px;	font-size: 12px;}
.flex-chat h1{	font-size:14px;	padding:17px;	text-align:center;	color:#484848;}
.flex-chat{	width:100%;	background:#f9f9f9}
.bottom-chat{	position:absolute;	bottom:0;	width:100%;}
.img-chat-icone{	float:right;}
.chat-with-us p a {	font-size: 18px;	font-family: "Poppins",sans-serif;	}
#recipient{	background-color:#dddddd;	color:black;	border-radius:30px;	padding: 9px 23px 9px 23px;	margin-right:13px;	max-width:217px !important;	font-size: 13px;	float:right;	margin-bottom: 15px;	margin-top: 15px;}
#emmiter{	background-color:#343434;	color:white;	border-radius:30px;	padding: 9px 23px 9px 23px;	margin-left:13px;max-width:217px !important;	font-size: 13px;margin-bottom: 15px;	margin-top: 3px;
}

#messageList #recipient{
	width: 100% !important;
	/*display: inline-table !important;*/
}

#messageList{
    overflow: auto;
    max-height: 339px;
    /*display: inline-table !important;*/
}

.noSessiionChat{
	border:1px solid #bebebe;
	width:100%;
	padding:23px 16px;
	font-size:12px;
	display:inline-flex;
}

.noSessiionChat textarea{
	border:1px solid transparent;
	margin-bottom: 0px;
	padding: 0px 0px;
	border-radius: unset;
	width: 91%;
	margin-left: 0px;
	font-size: 12px;
}

.emailNoSession{
	border:1px solid #bebebe;
	margin-bottom:5px;
	width:100%;
	padding:5px 15px;;
}

#emmiterImg{
	margin-left: 13px;
}

.chatTerminated{
	padding: 20px 13px;
	display: inline-flex;
}

.img-chat-icone{width:33px;height:33px;margin-top:10px;margin-left:20px;}


/*fim JANELA DE CHAT*/
