@font-face {
  font-family: 'Yekan';
  src: url('../../contents/css/fonts/Yekan.woff2') format('woff2'),
    url('../../contents/css/fonts/Yekan.woff') format('woff');
  /* Fallback */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* مهم: جلوگیری از تأخیر نمایش متن */
}


.div-thader {
  font-family: 'Yekan';
  color: rgb(255, 255, 255);
  /* font-size:1.4em;  */
  height: 40px;
  margin-bottom: 1px;
  padding: 10px;

}

.f-thader {
  font-family: 'Yekan';
  color: aliceblue;
  font-weight: 900;
}

.ul-thader {
  font-family: 'Yekan';
  color: aliceblue;
}

.li-thader {
  font-family: 'Yekan';
  color: aliceblue;
}

.a-thader {
  font-family: 'Yekan';
  font-weight: 900;
  font-size: 1em;
  padding: 1px;
  border: 1px;
}

.a-topnav {
  font-family: 'Yekan';
  font-weight: 900;
  font-size: 1.2em;
  padding: 1px;
  border: 1px;
}

.a-topnav3 {
  font-family: 'Yekan';
  font-weight: 900;
  font-size: 1em;
}

.a-font {
  font-family: 'Yekan';
  font-weight: 900;
}

.font-title {
  font-family: 'Yekan';
  font-weight: 900;
}

.font-des {
  font-family: 'Yekan';
  font-weight: 400;
}

.a-topnav1 {
  font-family: 'Yekan';
  font-weight: 900;
  font-size: 1em;
  padding: 1px;
  border: 1px;
}

.a-topnav2 {
  font-family: 'Yekan';
  font-weight: 800;
  font-size: 0.9em;

}

.lobby.v2 #tab-players .icony {
  display: inline-block;
  margin-top: 0 !important;
}

.avatar.avt_small {
  max-height: 42px;
  max-width: 42px;
}



.card-bodygame {
  display: block;
  overflow: auto;
  background: url('/assets/images/result.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.login-result {

  background: url('/assets/images/tasbazi3.jpg');
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
}


.game-result * {
  color: #fff;
  font-weight: bold;
  font-family: 'Yekan', Arial;
}

.game-result .player {
  background: transparent;
  max-height: 100%;
}

.game-result .player img {
  height: 100px;
  width: 100px;
  /* margin-bottom: 20px; */
}

.game-result h4 {
  margin-bottom: 30px;
}

.game-result .resultbox .info {
  background-color: rgb(237, 151, 74, 255);
  /* padding         : 10px; */
  font-weight: bold;
  border-radius: 10%;
  font-size: xx-large;
  width: 50%;
}

.game-result .resultbox .info-dash {
  padding: 10px;
  font-size: 2em;
  font-weight: bold;

}

.game-result .table {
  background-color: #3c3a3a6b;
}