.custom-popup-body{
	position: fixed;
	bottom: 0;
	right: 10px;
	transform: translateY(-50%);
	background-color: #fff;
/*	padding: 5px;*/
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.88);
	border-radius: 34px 3px 23px 6px;
	z-index: 9999;
}
.custom-popup{
	width: 300px;
	display: none;
	padding: 5px;
}
.custom-popup input{
	width: 100%;
	padding-left: 10px;
	border-radius: 6px;
	border: 1px solid #808080;
}
.custom-popup .message-submit{
  width: 30%;
  margin-top: 10px;
  color: white;
  background-color: #615EFC;
	margin-left: 36%;
}
.question{
	cursor: pointer;
  border-left: aqua;
  border-radius: 0px 0px 23px;
}
.question img{
	border-radius: 45% 0;
}
.question .custom-popup-close{
	float: right;
	clear: right;
	padding: 16px;
	color: red;
	font-weight: bold;
	font-size: 25px;
	display: none;
}