@font-face {
font-family: 'BYekan';
src: url(yekanfonts/BYekan.eot),
url(yekanfonts/BYekan.ttf),
url(yekanfonts/BYekan.woff);
}
body{
	margin:0px;
	direction:rtl;
	background:#f1f1f1;
}
.headerbg{
	background: url(../images/header.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
	height: 100%;
    padding: 0;
    margin: 0;
}
.top{
	background: #009688;
    background: linear-gradient(180deg, rgba(39,188,162,1) 50%, rgba(241,241,241,1) 100%);
    height: 350px;
}
.box{
	background: white;
	width: 90%;
	padding: 20px 5px;
	border-radius: 15px;
	margin: 0 auto;
}
.prof{
		padding: 10px 5px;
		overflow:hidden;
}
.prof .info{
	width:53%;
	text-align:right
}
.prof .ratepart{
	width:100%;
	padding: 0px 10px;
}
/* .box .avatar{ */
    /* display: inline-block; */
    /* position: relative; */
    /* width: 75px; */
    /* height: 75px; */
    /* overflow: hidden; */
    /* border-radius: 50%; */
    /* background: white; */
    /* border: 2px solid #27bca2; */
    /* margin-top: -70px; */
/* }*/
.box .avatarpart{ 
background: #ffffff;
    width: 85px;
    border-radius: 50%;
    height: 85px;
    position: relative;
    margin: 0 auto;
    margin-top: -70px;
    border: 2px solid #27bca2;
}
.box .avatar{ 
   display: inline-block;
    position: relative;
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 50%;
    background: white;
    margin-top: 5px;
}
.box .avatar img{
     width: auto;
	 height: 100%;
     margin-left: 0px;
}
.ratepart{
	text-align:center;
	width:43%;
}
.ratepart img{
	width:35px;
}
.alertpart img{
	width:25px;
}
.alertpart p{
	font-size:10px;
	display: flex;
    align-items: center;
}
.winner{
	text-align:center;
}
.winner .wavatar{
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}
.winner .wavatar img{
     width: auto;
	 height: 100%;
     margin-left: 0px;
}
.text-bold{
	font-weight:bold;
}
.box ul {
    padding-right: 0px;
    margin-top: 5px;
	list-style-type: none;
}
.box li{
    font-size:12px !important;
	padding:5px 10px;
	border-bottom:1px solid #f2f2f2;
}

.flexpart{
	display:flex;
	align-items:center;
}
h3{
	padding: 0px 10px;
	margin:0;
}
.rate{
	background: #27bca2;
    border-radius: 5px;
    text-align: center;
    color: white;
	padding: 0px 10px;
    min-width: 15px;
}
.name{
	font-size: 12px;
    font-weight: bold;
    color: #333;
}
.number{
	font-size: 15px;
    font-weight: bold;
    color: #333;
	text-align:left;
}
.phone{
	color:#7a7a7a;
	direction: ltr;
}
.info{
	width:65%;
}
p{
    margin:5px;
}
a{
	text-decoration:none;
	color:inherit;
}
/*main page css */
.winnerbox{
	background:#52ccb5;
	border-radius:15px;
	width:50%;
	min-height:100px;
	margin:5px;
	font-size:11px;
	text-align:center;
	font-weight:bold;
	color:white;
	margin-bottom:20px;
}
.prizebox{
	background:#a37fb8;
	border-radius:15px;
	width:50%;
	min-height:100px;
	margin:5px;
	font-size:11px;
	text-align:center;
	font-weight:bold;
	color:white;
	margin-bottom:20px;
}
.prizebox img,.winnerbox img{
	width:100px;
	margin-top: -35px;
}
.pink-text{
	color:#d81e61;
}
.text-center{
	text-align:center;
}
#countdown {
    text-align: center;
    margin:  5px 0px 30px;
    min-height: 104px;
    direction:ltr;
}
#countdown > div {
    width: 50px;
    height: 60px;
    margin: 0px 1%;
    display: inline-block;
    font-size: 12px;
	font-weight:bold;
    line-height: 40px;
    position: relative;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    font-family:"BYekan";
}
#countdown > div > span
{
	display: block;
    margin-top:-20px;
}
.timing{
    font-family:"IRANSans", Roboto, "Helvetica Neue", sans-serif;
	color:#6d6e70;
	font-size: 10px;
}
.btnshow {
    display: inline-block;
    padding: 13px 70px;
    border: 0;
    border-radius: 50px;
    background-color: #d81e61;
    color: #fff;
    text-decoration: none;
    font-family: IRANSans;
}
.giftbox{
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	margin-top: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 15px;
}

.animatedpart{
	  background: white url(../images/p2.jpg) repeat 0 0;
	  width: 100%;
	  margin: 0;
	  text-align: center;
	  height: 200px;
	  padding-top: 120px;
	  box-sizing: border-box;
	  -webkit-animation: slide 100s linear infinite;
	  margin-bottom: 10px;
}
.links{
	list-style: none;
	padding-right:15px;
}
.links a{
	color:#0091ea;
}
.links li::before {
  content: "\2022";
    color: #0091ea;
    font-weight: bold;
    display: inline-block;
    width: 15px;
    font-size: 24px;
}
.myrate{
	right:0px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	background:white;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	width: 47%;
	padding: 2px 10px;
	margin-bottom: 20px;
	margin-top: -60px;
}
.myrate .winner .wavatar{
	width: 40px;
    height: 40px;

}
.coinpart{
	float: left;
    margin-left: 20%;
}
.coin{
	background: white;
    border-radius: 50%;
    position: fixed;
    bottom: 70px;
    min-height: 50px;
    min-width: 50px;
    margin-left: auto;
    margin-right: 10px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
	-webkit-box-shadow:2px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.coin img{
	position: absolute;
    top: 22%;
    left: 22%;
	width:30px;
}
@-webkit-keyframes slide {
			from { background-position: 0 0; }
			to { background-position: -900px 0; }
}
.text-justify{
	text-align:justify;
}
hr.new1 {
  border-top: 1px solid #f2f2f2;
}
.participate {
    /* position: fixed; */
    /* bottom: 20px; */
    /* left: 30%; */
    /* right: 27%; */
    background: #d81e61;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    /* width: 40%; */
	box-shadow: 1px 1px 3px 1px #989898;
}
.dll{
	width:20px;
	margin-left:8px;
	}
tr td{
	 font-size:11px;
	 padding: 10px 3px;
}
tr:nth-child(1),tr:nth-child(3){
	background:#f1f1f1;
}
table{
	margin-bottom:10px;
	width:100%;
}
.center {
    margin: 0;
    position: fixed;
    bottom: 0px;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 61%;
}
#insbtn{
	display:none;
	}