@font-face {
  font-family: "Iransans";
  src: url(font/NotoSansArabic-Regular.ttf);
}
@font-face {
  font-family: "Arabic";
  src: url(font/Arabic.ttf);
}

body {
  background-color: black;
  margin: 0;
  padding: 0;
  font-family: "Iransans";
}
tbody > tr td {
  font-family: "Arabic";
}


p {
  color: #fff;
  word-wrap: break-word;
  font-size: 20px;
  text-align: center;
}

/* HEADER */

.header {
  background-color: #070d13;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  position: sticky;
  top: 0;
  box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
  z-index: 5;
}

.main-login {
  display: flex;
}

.main-logo > div {
  display: block;
}

.main {
  display: flex;
  align-items: center;
}

.main-news {
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-right: 30px;
}

.reg {
  font-size: 14px !important;
  width: 90px;
  background-color: #ffb700;
  margin-left: 8px;
  height: 36px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  border: 0;
  text-transform: uppercase;
  transition: all 0.2s;
  cursor: pointer;
}
.reg a {
  color: black !important;
}

.reg-style {
  margin: 0 auto;
  text-decoration: none;
  color: black;
}

.reg:hover {
  background-color: #cc9200;
  color: #000;
}

.login {
  font-size: 12px !important;
  width: 90px;
  margin-left: 8px;
  background-color: #141d25;
  height: 36px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  border: 0;
  text-transform: uppercase;
  transition: all 0.2s;
  cursor: pointer;
}
.login a {
  color: white;
}

.login-style {
  margin: 0 auto;
  text-decoration: none;
  color: white;
}

.help,
.promo,
.news {
  font-size: 13px;
}

.login:hover {
  background-color: #1b2c3c;
  color: #fff;
}

/************************ Promotion button place ************************/
.promo {
  background-color: #141d25;
  height: 35px;
  line-height: 35px;
  padding: 0 8px;
  border-radius: 2px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#promoLink {
  color: #ffb700;
  text-decoration: none;
}
#svgSize {
  color: #ffb700;
  height: 15px;
  margin-left: 5px;
}

/************************ Promotion button place ************************/

.promo:hover {
  background-color: #1b2c3c;
  text-decoration: none;
}

.help,
.news {
  color: white;
}

.help:hover,
.news:hover {
  color: #cc9200;
}

.help,
.promo,
.news {
  margin-left: 30px;
  text-decoration: none;
}

.logo {
  display: block;
  width: 180px;
  height: auto;
}

.logo-mob {
  display: none;
}
/* CONTENT */

.content {
  max-width: 900px;
  margin: 0 25%;
}

span {
  background: #2c2c2c;
}
p {
  color: white;
  font-size: 16px;
}

.heading {
  font-size: 30px;
  color: #f44336;
  margin-top: 1.5%;
  margin-bottom: 1%;
}

p {
  word-wrap: break-word;
}

.banner img {
  background-size: cover;
}

.web {
  display: block;
  max-width: 100%;
  width: 100%;
}

.mob {
  display: none;
}

/* TABLE */

table {
  border: 2px solid black;
  border-spacing: 2px;
  border-collapse: separate;
}

.place,
td {
  border: 1px solid black;
}

.leaderboard {
  border-spacing: 15px;
  border-collapse: separate;
}

th {
  color: black;
  border: 2px solid black;
}

td {
  color: black;
  text-align: center;
}

tr {
  padding: 20px 40px;
  font-size: 20px;
}

th,
td {
  padding: 1px 5px;
}

ul {
  color: white;
  margin-bottom: 3%;
}

hr {
  color: white !important;
  margin: 2rem 0;
}
/* BUTTON */

.button {
  display: inline-block;
  margin: 0 auto;
  color: #00e777 !important;
  font-size: 22px;
  padding: 15px 50px;
  border-radius: 10px;
  border: 3px solid #00e777;
  background: transparent;
  cursor: pointer;
}

#marginBot50 {
  margin-bottom: 50px;
}

.button:hover {
  color: white !important;
  background: #00e777;
  transition: all 0.2s;
}

.btn {
  padding: 70px 0px 60px 0px;
  text-align: center;
}

.btn a {
  text-decoration: none;
}

button {
  outline: none;
}

@media (max-width: 920px) {
  .content {
    margin: 50px;
  }
}

@media (max-width: 600px) {
  th,
  td {
    font-size: 16px;
  }
  .btn {
    padding: 25px 0px 80px 0px;
  }
}

@media (max-width: 500px) {
  .heading {
    padding-top: 10px;
    font-size: 24px;
  }
}

@media (max-width: 400px) {
  th,
  td {
    font-size: 14px;
  }
}

@media (max-width: 670px) {
  .web {
    display: none;
  }

  .mob {
    display: block;
    max-width: 100%;
    width: 100%;
  }

  .main-news {
    display: none;
  }

  .logo {
    display: none;
  }

  .logo-mob {
    display: block;
  }
}

@media (max-width: 655px) {
  .login {
    margin-left: 8px;
  }
}

.font20 {
  font-size: 20px;
  text-align: center;
  margin: 25px 0px 30px 0px;
}
.toBottom30 {
  margin-bottom: 1%;
}
.font12 {
  font-size: 14px;
}
.font11 {
  font-size: 14px;
}

.lsTypeArr {
  margin-top: 10px;
  margin-bottom: 10px;
  list-style-type: none;
}
.main-article-content {
  background-color: transparent;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 2% 4% 3%;
  border-radius: 15px;
}
.whiteText {
  color: white;
}
.onePercPadd {
  padding-top: 1.5%;
}

#backToTop {
  display: inline-block;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#backToTop > a {
  text-decoration: none;
}
#backToTop > img {
  width: 70px;
  height: 100%;
}
.tableCollapse > .tab-label,
.tableTab {
  display: flex;
  justify-content: space-around;
}
.tableTab {
  border-radius: 8px;
}
.tableTab > .tableCollapse > .tab-content {
  margin-right: 8%;
  margin-left: 6%;
}
.tableTab > strong {
  font-weight: 600;
}
.strongHeading {
  font-weight: 900;
  text-align: center;
}
.tab-content > table {
  width: 100%;
  display: inline-table;
  border-collapse: collapse;
}
.tab > .tab-label {
  color: white;
}
table {
  display: flex;
}
table > thead > tr,
td,
th {
  justify-content: center;
  align-items: center;
}
.tableCollapse > .tab-content {
  margin-left: 25%;
  margin-right: 25%;
}
#etim {
  margin-right: 10%;
  margin-left: 10%;
}
#etimNested {
  margin-right: 10%;
  margin-left: 10%;
  border-radius: 0 0 8px 8px;
}
