<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.panel46_1
{
	/* background-image: url('../../image/bi2.png'); */
	/* height: 900px; */
	
	/* background-position:  center center; */
	/* background-repeat: no-repeat; */
	/* background-size: 100%; */
	
	/* height: 500px; */
	background-color: #ededed;
	padding-top: 10px;
}

.panel46_1 .titr
{
	text-align: center;
}

.panel46_1 .titr label
{
	font-size: 20px;
	font-family: 'Vazir';
	/* padding: 20px; */
}

.panel46_1 .titr label:first-child
{
	color: #cd0a2d;
	margin-left: 5px;
}

.panel46_1 .titr label:last-child
{
	color: #000000;
	margin-right: 5px;
}

.panel46_1 .note
{
	font-size: 20px;
	font-family: 'Vazir';
	color: #5c5c5c;
	text-align: center;
	padding: 10px;
}

.panel46_1 .content
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	margin: auto;
}

.panel46_1 .content .right
{
	width: 50%;
	text-align: center;
}

.panel46_1 .content .right img
{
	max-width: 100%;
	max-height: 400px;
}

.panel46_1 .content .left
{
	width: 50%;
	background-color: #ffffff;
	padding: 10px;
}

.panel46_1 .content .left .top
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	/* background-color: red; */
}

.panel46_1 .content .left .top .image
{
	font-size: 15px;
	font-family: 'Vazir';
}

.panel46_1 .content .left .top .value
{
	font-size: 15px;
	font-family: 'Vazir';
}

.panel46_1 .content .left .bottom
{
	font-size: 15px;
	font-family: 'Vazir';
	padding: 10px;
	line-height: 25px;
	text-align: justify;
}

@media only screen and (min-width: 0px) and (max-width: 800px)
{
	.panel46_1 .content
	{
		flex-wrap: wrap;
		width: 100%;
	}
	
	.panel46_1 .content .right
	{
		width: 100%;
		text-align: center;
	}
	
	.panel46_1 .content .left
	{
		width: 100%;
		background-color: #ffffff;
		padding: 10px;
	}
}

@media only screen and (min-width: 801px)
{
	.panel46_1 .content
	{
		flex-wrap: none;
		width: 800px;
	}
	
	.panel46_1 .content .right
	{
		width: 50%;
		margin-left: 10px;
		text-align: center;
	}
	
	.panel46_1 .content .left
	{
		width: 50%;
		margin-right: 10px;
		background-color: #ffffff;
		padding: 10px;
	}
}</pre></body></html>