div.help{	
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background:white;
	z-index:1000000000;
	display:none;
}

div.help_content{
	padding:0.5em 1em;
	background:white;
	border-radius:0.5em;
	width:310px;
	margin:auto;
	margin-top:5em;
	box-shadow:2px 2px 6px rgba(0,0,0,0.1),-2px 2px 6px rgba(0,0,0,0.1),2px -2px 6px rgba(0,0,0,0.1),-2px -2px 6px rgba(0,0,0,0.1);
}

div.help_content p.close_message{
	padding:0px;
	margin:0px;
	justify-content:space-between;
	display:flex;
	padding-bottom:0.4em;
	align-items:center;
	border-bottom:1px solid rgba(0,0,0,0.1);
	font-weight:bold;
	font-size:1em;
}

div.help_content p.close_message em{
	background:#7030A0;
	/font-weight:bold;
	font-size:1em;
	display:flex;
	align-items:center;
	justify-content:center;
	height:25px;
	width:25px;
	border:1px solid rgba(255,165,85,0.1);
	border-radius:25px;
	color:white;
	font-style:normal;
	font-weight:bold;
}

div.help_content p.close_message em:hover{
	cursor:pointer;
}
div.help_content .all_message{
	max-height:280px;
	overflow-y:scroll;
}
div.help_content .all_message p{
	border:1px solid rgba(255,165,65,0.4);
	padding:0.5em;
	padding-bottom:0px;
	border-radius:0.5em;
	width:90%;
	margin:0.5em auto;
}
/*
div.help_content .all_message p:nth-child(even){
	background:rgba(255,165,65,0.2);
}

div.help_content .all_message p.new{
	background:rgba(255,165,65,0.2);
}*/
div.help_content .all_message p em.message{
	font-size:0.8em;
}

div.help_content .all_message p em.date_time{
	font-size:0.7em;
	display:flex;
	justify-content:flex-end;
	padding-top:0.5em;
	font-weight:bold;
}

div.help_content .all_message em{
	font-weight:normal;
	font-style:normal;
	display:flex;
	align-items:center;
	margin-bottom:0.3em;
	font-size:0.9em;
}
div.help_content .all_message em i{
	font-style:normal;
	font-size:0.8em;
	font-weight:bold;
}

div.help_content .all_message em i.icon{
	display:flex;
	height:20px;
	width:20px;
	border:1px solid rgba(0,0,0,0.2);
	justify-content:center;
	align-items:center;
	border-radius:15px;
	margin-right:0.5em;
	color:white;
	color:black;
	font-size:0.6em;
}

div.help_content .all_message span.replay_title{
	font-size:0.7em;
	border-bottom:1px solid rgba(0,0,0,0.1);
	font-weight:bold;
	display:block;
	padding-bottom:0.2em;
	margin-left:0.5em;
	
}
div.help_content .all_message span.replay{
	font-size:0.8em;
	margin-left:0.5em;
}



div.help_content textarea{
	border:1px solid rgba(0,0,0,0.2);
	color:rgba(0,0,0,0.8);
	outline:none;
	margin-top:1em;
	padding:0.3em;
	resize:none;
	overflow:hidden;
	border-radius:0.2em;
}

div.help_content p.comment_error{
	font-weight:normal;
	padding:0px;
	margin:0px;
	color:red;
	font-size:0.8em;
	display:none;
}



div.help_content p.button em{
	font-size:0.7em;
	width:100%;
	display:flex;
	justify-content:space-between;
	font-style:normal;
}

div.help_content p.button em a{
	background:#7030A0;
	color:white;
	padding:0.3em 0.8em;
}

div.help_content button{
	border:none;
	background:none;
	outline:none;
	color:white;
	padding:0.3em 0.5em;
	border-radius:0.5em;
	font-size:0.8em;
}

div.help_content button.wait{
	color:black;
	margin-top:0.5em;
	display:none;
}

div.help_content p.whatsapp_dicussion a{
	font-size:0.8em;
	color:white;
	background:#7030A0;
	padding:0.2em 0.5em;
}
