@charset "utf-8";
/* CSS Document */
<!-- /* Font Definitions */-->
 @font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
	{font-family:"B Titr";
	panose-1:0 0 7 0 0 0 0 0 0 0;}
@font-face
	{font-family:"B Yekan";
	panose-1:0 0 4 0 0 0 0 0 0 0;}
@font-face
	{font-family:"Sakkal Majalla";
	panose-1:2 0 0 0 0 0 0 0 0 0;}
	
<!-- /* Style Definitions */-->

.MsoNormalTable
{
	border: 1px solid black;
	border-collapse: collapse;
	text-align:center;
	vertical-align: middle;
	direction:rtl;
	width:1024px;
}

.MsoNormalTable2
{
	border: 0px solid black;
	border-collapse: collapse;
	text-align:center;
	vertical-align: middle;
	direction:rtl;
	width:100%;
}

.MsoTableGrid
{
	 border: 1px currentColor;
	 border-image: none;
	 width: 100%;
	 border-collapse: collapse;
	 text-align: right;
}
th.MsoTableGrid, td.MsoTableGrid   
{
	padding: 8px;
	vertical-align:central;
	text-align: right;
}

.MsoTableGrid tr:hover
{
	background-color: #f5f5f5;
}

p.MsoNormal
{
	text-align: right;
	direction: rtl;
}

<!-- /* Page Definitions */-->
span.titel
{
	font-size:12.0pt;
	font-family:"B Titr";
	color:#FFFFFF;
}

.span-title
{
	font-size:10.0pt;
	font-family:"B Titr";
	color:#FFFFFF;
}

.span-record
{
	font-family:"B Yekan";
	font-size: 10pt;
	direction:rtl;
}

.span-text
{
	padding: 2.95pt;
	direction:rtl;
	font-size:0.95em;
	font-family: "B Yekan", BYekan, BHoma, BMitra, "Tahoma", Arial, Helvetica, sans-serif;
	text-align: justify;
	text-transform: capitalize;
	text-decoration: none;
	text-indent: 20px;
	line-height: 2em;

}

.title_record
{
	background: black;
	padding: 0.75pt;
	border: 1pt solid silver;
	border-image: none;
	width: 100%;
	text-align:right;
}

.License
{
  background: rgb(31, 73, 125);
  padding: 0cm 5.4pt;
  border: 1pt solid windowtext;
  border-image: none;
  valign="top";
  text-align:center;
}
a
{
	text-decoration:none; 
	color: black;
}

.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
