.panel9
{
	width: 350px;
	height: 300px;
	background-color: #f9fafb;
	position: absolute;
	top: 20px;
	left: calc(50% - 175px);
	border: 2px solid #ecf0f1;
	padding: 25px;
	z-index: 1;
}

.panel9 .div_titr
{
	width: 100%;
	height: 50px;
	/* background-color: red; */
	margin-top: 5px;
	text-align: center;
	line-height: 50px;
}

.panel9 .div_titr label
{
	font-size: 20px;
	font-family: "Vazir";
	color: #34495e;
	vertical-align: middle;
}

.panel9 .div_input
{
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	margin-top: 45px;
	border: 2px solid #ecf0f1;
}

.panel9 .div_input .div_title
{
	width: 100px;
	height: 100%;
	/* background-color: red; */
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	text-align: center;
	line-height: 46px;
}

.panel9 .div_input .div_title label
{
	font-size: 15px;
	font-family: "Vazir";
	color: #000000;
}

.panel9 .div_input .div_mobile
{
	width: calc(100% - 120px);
	height: 100%;
	/* background-color: blue; */
	display: inline-block;
	/* margin-right: 5px; */
	vertical-align: middle;
}

.panel9 .div_input .div_mobile input
{
	width: 100%;
	height: 100%;
	font-size: 15px;
	font-family: "Vazir";
	color: #000000;
	border: 0px;
	outline: 0px;
}

.panel9 .div_ok
{
	width: 100%;
	height: 40px;
	/* background-color: red; */
	margin-top: 25px;
	text-align: center;
}

.panel9 .div_ok .div_button
{
	width: 150px;
	height: 40px;
	font-size: 15px;
	font-family: "Vazir";
	color: #ffffff;
	background-color: #2ecc71;
	padding-top: 7px;
	margin: auto;
	cursor: pointer;
}

.panel9 .div_ok .div_button:hover
{
	background-color: #27ae60;
}

.panel9 .div_ok .div_button:active
{
	background-color: #34495e;
}