* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "vazir";
}

@font-face{
  font-family: "good";
  src: url('/fonts/good.woff2') format('woff2');
}
@font-face{
  font-family: "goodfa";
  src: url('/fonts/BNazanin.woff2') format('woff2');
}
@font-face {
  font-family: "vazir";
  src: url("/fonts/Vazir-Black.woff") format("woff");
    }
    body{
      display: flex;
      flex-direction: column;
      min-height: 100vh;
    }
.header{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg,#1abc9c,#16a085);
    color: white;
    text-align: center;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    
}
.header img{
  width: 30%;
}
.title{
  font-size: 20px;
  font-family: "vazir";
  margin: 0 10px 0 0;
}
.search{
  padding: 5px 0;
  margin: 0 0 0 10px;
  width: 25px;
}

.s1{
}
.s1 h1{
  margin: 10px auto;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 90%;
  font-size: 20px;
  text-align: center;
}
.s2{
  
}
.texts2{
  display: inline-block;
  border-bottom: 0.1px solid darkblue;
  font-size: 18px;
  color: #717171;
  margin: 10px 5px 10px 0;
}


.active{
  background: #717171;
  color: #fff;
}



.one {
  color: #fff;
  background: green;
  border-radius: 25%;
}



.fff{
  font-family: "good";
  display: flex;
  justify-content: center;
}

.show{
  display: flex;
  flex-direction: column;
  margin: 8px 5% 15px  0;
  font-size: 10px;
}
.show div{
  display: flex;
  flex-direction: row;
  margin: 10px 0;
}
.show .idd{
  color: green;
  background: green;
  padding: 0 2px;
  border-radius: 25%;
  margin-left: 2px;
}
.show .text{
  color: green;
}
.show .go{
  font-size: 15px;
  color: red;
  opacity: 0.5;
}
.subti{
  color: red;
  font-size: 13px;
  padding-right: 8px;
}

.table{
  margin: 20px auto;
  box-shadow: 0 1px 10px rgba(0,0,0,0.1);
  border-radius: 10px;
  width: 90%;
  }

.table thead tr, .table tbody tr{
  display: flex;
  width: 100%;
  align-items: center;
  
}
tbody {
  
}
thead{
  font-size: 12px;
  display: flex;
  margin: 5px 2px 0 2px;
}
thead tr th{
  font-family: 'vazir';
}
tbody tr{
  padding: 5px 0;
}
tbody tr:hover{
  background: #f0f0f0;
}
.id {
  flex: 0 0 5%;  
  font-family: "good";
  text-align: center;
  display: flex;
  justify-content: center;
  
}
.name {
  flex: 0 0 43%; 
  max-width: 43%;
  font-size: clamp(14px, 2.5vw, 16px);
  display: flex;
  flex-direction: row;
  
}
.name p{
  
  white-space: nowrap;       /* Ł…ŲŖŁ† ŲÆŲ± ŪŚ© Ų®Ų· ŲØŁ…Ų§Ł†ŲÆ */
  overflow: hidden;          /* ŲØŁ‚ŪŁ‡ Ł…ŲŖŁ† Ł…Ų®ŁŪ Ų´ŁŲÆ */
  text-overflow: ellipsis;   /* ŲØŁ‡ Ų¬Ų§Ū Ł…ŲŖŁ† Ł…Ų®ŁŪ Ų´ŲÆŁ‡ ... Ł†Ų´Ų§Ł† ŲÆŲ§ŲÆŁ‡ Ų´ŁŲÆ */
}

.teamimg{
  width: 22px;
  height: 22px;
  max-height: 23px;
  margin: 0 2px;
}
.fontfa{
  font-family: 'vazir';
}
.fonten{
  font-family: "good";
  font-size: 4vw;
}
.hash{
  color: #717171;
}
.game{
  flex: 0 0 10%;
  text-align: center;
  text-align: center;
}
.goll { flex: 0 0 10%; 
text-align: center;
  
}
.tafazol { flex: 0 0 12%;
text-align: center;
  
}
.record { flex: 0 0 10%;
text-align: center;
  
} /* Ų¹Ų±Ų¶ ŲØŪŲ´ŲŖŲ± ŲØŲ±Ų§Ū Ų§Ł…ŲŖŪŲ§Ų² */




.nav{
  display: flex;
  flex-direction: row;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  height: 7vh;
}
.i{
  flex: 0 0 25%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.i:active{
  background: rgba(26, 188, 156, 0.3);
}
.i img{
  width: 25px;
  height: 25px;
  margin: 2px 0 0 0;
}
.i p{
  font-size: 4vw;
  color: #717171;
  font-family: "vazir";
}
.iconn{
  color: #717171;
  width: 25px;
  height: 25px;
}
.lig {
  background: rgba(26, 188, 156, 0.3);
}
main{
  flex: 1;
}
.subtitle{
  display: flex;
  flex-direction: row;
}
.subtitle button{
  flex: 0 0 20%;
  border: none;
  padding: 5px 0;
}
.subtitle button:active{
  background: #717171;
}
#best{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.footer {
 
  background-color: #1f2937; /* Ų±Ł†ŚÆ Ł¾Ų³ā€Ų²Ł…ŪŁ†Ł‡ ŲŖŪŲ±Ł‡ */
  color: #ffffff; /* Ų±Ł†ŚÆ Ł…ŲŖŁ† */
  padding: 10px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
  margin: 0 0 7vh 0;
}

.footer-brand {
  font-size: 24px;
  font-weight: bold;
  
}

.footer-tagline {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-social {
  margin-bottom: 10px;
}

.footer-social .social-link {
  margin: 0 10px;
  display: inline-block;
}

.footer-social .social-link img {
  width: 20px;
  height: 20px;
}

.footer-copy {
  font-size: 12px;
  color: #cbd5e1;
}

/* games */

.gamesbox{
  width: 96%;
  margin: 10px auto;
  border-radius: 4px;
  display: flex;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0.1px solid #717171;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}

.box{
  border: 0.1px solid darkblue;
  display: flex;
  flex-direction: column;
  width: 94%;
  margin: 5px auto;
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 10px 0;
}
.box .top{
  
  display: flex;
  justify-content: center;
  align-items: center;
  
  padding: 2px 0;
}
.box .top p{
  margin: 0 3px;
  font-size: 13px;
  font-family: "fonten";
}
.box .top img{
  width: 15px;
  height: 15px;
}
.box .center{
  display: flex;
  flex-direction: row;
}
.box .bottom{
  display: flex;
  justify-content: center;
  align-items: end;
}

.box .top p{
  color: #717171;
  font-size: 3vw;
}
.box .bottom p{
  margin-top: 8px;
  color: #717171;
  font-size: 3vw;
  border-top: 0.02px solid #717171;
}
.right, .left{
  margin: 3px 0;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.box .center .right{
  flex: 0 0 44%;
  width: 44%;
  max-width: 44%;
  justify-content: left;
}
.box .center .right p{
  white-space: nowrap;       /* Ł…ŲŖŁ† ŲÆŲ± ŪŚ© Ų®Ų· ŲØŁ…Ų§Ł†ŲÆ */
  overflow: hidden;          /* ŲØŁ‚ŪŁ‡ Ł…ŲŖŁ† Ł…Ų®ŁŪ Ų´ŁŲÆ */
  text-overflow: ellipsis;   /* ŲØŁ‡ Ų¬Ų§Ū Ł…ŲŖŁ† Ł…Ų®ŁŪ Ų´ŲÆŁ‡ ... Ł†Ų´Ų§Ł† ŲÆŲ§ŲÆŁ‡ Ų´ŁŲÆ */
}

.vsvs{
  flex: 0 0 12%;
  width: 12%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vsvs p{
  font-size: 14px;
}
.box .center .left{
  flex: 0 0 44%;
  width: 44%;
  max-width: 44%;
  justify-content: right;
}
.logoteam{
  margin: 0 3px;
  width: 25px;
  height: auto;
}

.title-games{
  border-bottom: 0.1px solid #717171;
  box-shadow: none;
}
.title-games p{
  color: #1abc9c;
}
.dele{
  display: none;
}
#bestbox{
  display: none ;
  
}
#bestbox{
  text-align: center;
  margin: 10px 5px;
}
.subtitle_t{
  display: inline-block;
  font-size: 20px;
  margin: 10px 5px 10px 0;
  border-bottom: 0.1px solid darkblue;
}




#bestbox{
  display: none;
  
}
#bestbox{
  text-align: center;
  margin: 10px 5px;
  /* color: red; */
  display: flex;
  flex-direction: column;
}
.itembest{
  width: 90%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  /* border: 0.1px solid red; */
  margin: 10px auto;
  border-radius: 8px;
  display: flex;
  flex-direction: column;

}
.bitem:hover{
  background: #f0f0f0;

}
.itembest h3{
  text-align: right;
  font-size: 15px;
  margin-right: 4px;
  padding: 3px 0;
}
.bitem{
  display: flex;
  flex-direction: row;
  align-items: center;
  /* justify-content: space-between; */
  padding: 4px 0;
  border-top: 0.01px dotted blue;
}
.itembest .bitem img{
  width: 16px;
  height: 16px;
  margin: 0 4px;
} 

#containerbest{
  display: none;
  flex-direction: column;
}
#loading{
  display: none;
}
#bestsend-container{
  
}
.headerbest{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.headerbest{
  font-size: 12px;
}


.namebest{
  /* border: 1px solid red; */
  flex: 1;
  text-align: right;
  font-size: 13px;

}
.numberbest{
  font-size: 13px;
  margin: 0 5px;
}
#hazfibox{
  display: none;
    min-height: 75vh;
}
#hazfibox p{
 margin: 10px 0;
 text-align: center;
}


/* hazfi */

.linear_box_hazfi{
  /* display: none; */
    margin: 20px auto;
    width: 90%;
    height: 100px;
}
.i3{
    display: flex;
    flex-direction: row;
}
.i3 .right{
    width: 40%;
    border: 3px solid #CCCCCC;
    border-radius: 5px;
}
.i3 .center{
    width: 20%;
    height: 20px;
}
.i3 .left{
    width: 40%;
    border: 3px solid #CCCCCC;
    border-radius: 5px;
}
.i2{
    display: flex;
    flex-direction: column;
}
.i2 .top{
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: end;
}

.i2 .top .right{
    width: 20%;
    height: 10px;
    border-right: 3px solid #CCCCCC;
    border-top: 3px solid #CCCCCC;
    border-top-right-radius: 5px;
}
.i2 .top .center{
    width: 80%;
    height: auto;
    border: 3px solid #CCCCCC;
    border-radius: 5px;
}
.i2 .top .left{
    width: 20%;
    height: 10px;
    border-left: 3px solid #CCCCCC;
    border-top: 3px solid #CCCCCC;
    border-top-left-radius: 5px;
}
.i2 .center{
    width: 60%;
    height: 40px;
    margin: 0 auto;
    border-left: 3px solid #CCCCCC;
    border-right: 3px solid #CCCCCC;
}



.box_game_hazfi{
    display: flex;
    flex-direction: column;
}


.linear_hazfi{
    /* margin: 3px 0; */
    width: 100%;
}
/* .linear_hazfi p{
  color: red;
} */
.li1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* border: .1px solid red; */
    padding: 0;
    /* border: .1px solid blue; */
}
.li1 div{
  width: 33.33%;
  /* border: .01px solid red; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.li1 img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.vsdis{
  color: #cccccc;
  text-shadow: 1px 1px red;
  font-size: 20px;
}
.li2{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /* border: .1px solid blue; */
    width: 100%;
    /* display: none; */
  /* border: .1px solid red; */

}
.li2 p{
    /* display: flex; */
    width: 45%;
    /* justify-content: center; */
    /* flex: 45%; */
    /* width: 20px; */
    font-size: 10px ;
    color: #717171;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    /* border: .1px solid blue; */

}
.li3 {
  display: none;
  border: .1px solid red;
}
.li3 p{
    font-size: 15px ;
    color: #717171;
    text-align: center;
}
.i2_to_i1{
    width: 100%;
    height: 25px;
    display: flex;
    flex-direction: row;
}
.i2_to_i1 .border{
     width: 3px;
     height: auto;
     background-color: #CCCCCC;
}
.i2_to_i1 .space{
    flex: 1;
}
.i1{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.barandeh{
    position: absolute;
}
.barandeh img{
    width: 30px;
    height: 30px;
}
#imgfinal[src=""]{
  display: none;
}



/* new */
/* linear show */
#linear-game-show{
  /* background-color: #1abc9c; */
  background-color: #fff;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100vh;
    /* min-width: 95vh; */
    margin: 0 auto;
    /* border: 1px solid mediumslateblue; */
    /* border-radius: 5px; */
    position: fixed;
    top: 0;
    left: 0;
}
.linear_games_center{
     width: 97%;
     height: 90vh;
    /* background-color: whitesmoke; */
    background-color: #1abc9c;
    margin: 5px auto;
    border-radius: 10px;
}
#showtrue {
  /* border-bottom: 1px solid red; */
}
#closegame{
  all: unset;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: white;
  /* border: 0.1px solid red; */
  background-color: #28d4b1;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 3px 2px;
}

#show-team{
    display: flex;
    flex-direction: row;
    margin: 10px 0 0 0;
    border-bottom: 2px solid #CCCCCC;
}
#show-team div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
#show-team .n{
    width: 40%;
   flex: 40%;
   display: flex;
   flex-direction: column;
}
#show-team .c{
    width: 20%;
    flex: 20%;
}
#show-team .c p{
    font-size: 20px;

}
.img-show-game{
    width: 40px;
    height: 40px;
}
#show-team .n p{
    width: 95%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
}
#ul{
    display: flex;
    flex-direction: row;
}
#ul li{
    color: green;
    border-bottom: 1px solid green;
    margin: 2px 6px 0 0;
    list-style-type: none;
}
#info{}
#info-game{
    display: flex;
    flex-direction: column;
}
#info-game p{
  color: #717171;
  font-size: 15px;
  margin: 4px 2px;
  display: flex;
  align-items: center;
    color: #fff;

}
#p_date{
  color: #fff;
}
#info-goll {
    
}
#info-goll p{
    width: 100%;
    text-align: center;
}
#info-goll .linear{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 5px;
}
#right-game, #left-game{
    width: 50%;
}
#right-game{
    display: flex;
    flex-direction: column;
    border-left: 1px solid #717171;
}
.playear{
    list-style-type: decimal;
    list-style-position: inside;
}
.playear li{
    color: #717171;
    background-color: white;
    /* border: 0.5px solid darkgoldenrod; */
    border-radius: 5px;
    width: 90%;
    margin: 5px auto;
}
.shan{
  position: fixed;
  top: 10px;
  left: 10px;
  padding: 10px 10px;
  background: red;
  color: blue;
  font-size: 50px;
  text-decoration: none;
}
#showfalse p{
    text-align: center;
}
#atla p{
    font-size: 10px;
}
#p_resulte{
  color: #fff;
}