/*! 
* www.whmcsco.com
* Persian Whmcs 
* Persian Template & Module for Whmcs
* 09017700463
*/
#smart_popup_main{
	position:fixed;
	top: 20%;
	width: 60%;
	box-sizing:border-box;
	padding: 15px;
	background:#fff;
	color:#000;
	z-index:10000;
	left: 20%;
	border-radius:10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.22);
	direction:rtl;
	text-align:right;
}

#smart_popup_main > h2{
	font-size: 18px;
	margin:5px;
}
#smart_popup_close{
	position:absolute;
	left: 30px;
	top: 20px;
	font-size: 15px;
	display:inline-block;
	cursor:pointer;
}
