body {

  font-family: Vazirmatn;

  margin: 0;
  padding: 0;
  /*background-color: #161c2a; */
  /* background-color: #1e1e1e; */



  background:
    radial-gradient(50% 50% at 100% 0, #161c2a 0% 5%, #1a2238 6% 15%, #161c2a 16% 25%, #1a2238 26% 35%, #161c2a 36% 45%,
      #1a2238 46% 55%, #161c2a 56% 65%, #1a2238 66% 75%, #161c2a 76% 85%, #1a2238 86% 95%,
      #0000 96%),
    radial-gradient(50% 50% at 0 100%, #161c2a 0% 5%, #1a2238 6% 15%, #161c2a 16% 25%, #1a2238 26% 35%, #161c2a 36% 45%,
      #1a2238 46% 55%, #161c2a 56% 65%, #1a2238 66% 75%, #161c2a 76% 85%, #1a2238 86% 95%,
      #0000 96%),
    radial-gradient(50% 50%, #161c2a 0% 5%, #1a2238 6% 15%, #161c2a 16% 25%, #1a2238 26% 35%, #161c2a 36% 45%,
      #1a2238 46% 55%, #161c2a 56% 65%, #1a2238 66% 75%, #161c2a 76% 85%, #1a2238 86% 95%,
      #0000 96%),
    radial-gradient(50% 50%, #161c2a 0% 5%, #1a2238 6% 15%, #161c2a 16% 25%, #1a2238 26% 35%, #161c2a 36% 45%,
      #1a2238 46% 55%, #161c2a 56% 65%, #1a2238 66% 75%, #161c2a 76% 85%, #1a2238 86% 95%,
      #0000 96%) 32px 32px;
  background-size: 64px 64px;
  background-color: #161c2a;




  text-align: center;
}

p {
  color: #fff;
  word-wrap: break-word;
  font-size: 20px;
  text-align: center;
  font-family: "Vazirmatn",  !important;
}

.container {
  text-align: center !important;
}


/* HEADER */

h1 {
  margin-top: 50px;
}

h2 {

  font-weight: bold;
  color: #ffffff;
  margin-bottom: 30px;
}


.box1 {
  font-weight: bold;
  color: #00E777;
  border: #00E777;
  background-color: transparent;
  font-size: 35px;
  padding: 10px 10px;
  font-weight: bold;
  border-radius: 50px;
  border: 5px solid;
  margin: 50px;
  margin-left: 25%;
  margin-right: 25%;
}

.box2 {
  font-weight: bold;
  color: #ffb700;
  border: #ffb700;
  background-color: transparent;
  font-size: 35px;
  padding: 10px 10px;
  font-weight: bold;
  border-radius: 50px;
  border: 5px solid;
  margin: 50px;
  margin-left: 25%;
  margin-right: 25%;

}

.box3 {
  font-weight: bold;
  color: #ffffff;
  border: #ffffff;
  background-color: transparent;
  font-size: 35px;
  padding: 5px 5px;
  font-weight: bold;
  border-radius: 50px;
  border: 5px solid;
  margin: 50px;
  margin-left: 25%;
  margin-right: 25%;

}


.header {
  background-color: #070d13;
  display: flex;
  justify-content: space-between;
  font-family: "Vazirmatn",  !important;
  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: #00e777;
  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: #00e777;
  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;
  width: 107px;
  position: relative;
  display: block;
  justify-content: center;
}

#promoLink {
  color: #00e777;
  text-decoration: none;
  left: 32px;
  position: absolute;
}

#svgSize {
  color: #00e777;
  height: 15px;
  position: absolute;
  left: 10px;
  top: 10px;
}

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

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

.help,
.news {
  color: white;
}

.help:hover,
.news:hover {
  color: #00e777;
}

.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 20%;
}

span {
  background-color: transparent;
  font-size: 40px;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 35px;
  border: 5px solid;
}

.heading {
  font-size: 25px !important;
  color: #d3afff;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  letter-spacing: 2px;
  font-size: 48px;
  text-align: center;
}

.banner img {
  background-size: cover;
  max-width: 100%;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1.0) 80%, transparent 100%);
}

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

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

/* 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;
}

/* ol {
  color: #fff;
  text-align: right !important;
  margin-right: 18%;
  max-width: 850px;
} */

.myUL {
  color: #fff;
  text-align: right;
  max-width: 850px;
  display: inline-block;

}

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

/* BUTTON */
.button {
  padding: 10px 40px;
  box-shadow: 0px 0px 25px #00e777;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: "Vazirmatn",  !important;

  border: none;
  color: #fff;
  background-color: #00e777;
  font-weight: 900 !important;
  font-style: normal;
  font-size: 20px;
  line-height: 34px;
  transition: color 0.2s ease-out, transform 0.2s ease-out;
}

.button:hover {
  transform: scale(1.05);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1), -4px -4px 10px white;
}

.button1 {
  padding: 10px 40px;
  box-shadow: 0px 0px 25px #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: "Vazirmatn",  !important;

  border: none;
  color: #000000;
  background-color: #ffffff;
  font-weight: 900 !important;
  font-style: normal;
  font-size: 20px;
  line-height: 34px;
  transition: color 0.2s ease-out, transform 0.2s ease-out;
}

.button2 {
  padding: 10px 40px;
  box-shadow: 0px 0px 25px #ffb700;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: "Vazirmatn",  !important;

  border: none;
  color: #000000;
  background-color: #ffb700;
  font-weight: 900 !important;
  font-style: normal;
  font-size: 20px;
  line-height: 34px;
  transition: color 0.2s ease-out, transform 0.2s ease-out;
}

.button1:hover {
  transform: scale(1.05);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1), -4px -4px 10px #ffb700;
}

.button1:focus {
  outline: none;
  transform: scale(0.95);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1), -4px -4px 10px white,
    4px 4px 10px 0 rgba(0, 0, 0, 0.1) inset, -4px -4px 10px white inset;
}

.button2:hover {
  transform: scale(1.05);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1), -4px -4px 10px #ffffff;
}

.button2:focus {
  outline: none;
  transform: scale(0.95);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1), -4px -4px 10px white,
    4px 4px 10px 0 rgba(0, 0, 0, 0.1) inset, -4px -4px 10px white inset;
}


.button1:hover,
.button1:focus {
  color: #ffb700;
}
.button1:focus {
  outline: none;
  transform: scale(0.95);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1), -4px -4px 10px #ffb700,
    4px 4px 10px 0 rgba(0, 0, 0, 0.1) inset, -4px -4px 10px #ffb700 inset;
}

.button2:hover,
.button2:focus {
  color: #ffffff;
}
.button2:focus {
  outline: none;
  transform: scale(0.95);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1), -4px -4px 10px #ffffff,
    4px 4px 10px 0 rgba(0, 0, 0, 0.1) inset, -4px -4px 10px #ffffff inset;
}

.button:focus {
  outline: none;
  transform: scale(0.95);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1), -4px -4px 10px white,
    4px 4px 10px 0 rgba(0, 0, 0, 0.1) inset, -4px -4px 10px white inset;
}

.button:hover,
.button:focus {
  color: #000;
}

@media (max-width: 920px) {

  .content {
    margin: 50px;
  }
}

@media (max-width: 800px) {
  .box1 {
    font-size: 30px !important;
  }

  .box2 {
    font-size: 30px !important;
  }

  .box3 {
    font-size: 30px !important;
  }

}


@media (max-width: 700px) {
  .box1 {
    font-size: 25px !important;
  }

  .box2 {
    font-size: 25px !important;
  }

  .box3 {
    font-size: 25px !important;
  }

}


@media (max-width: 600px) {
  .box1 {
    font-size: 25px !important;
  }

  .box2 {
    font-size: 25px !important;
  }

  .box3 {
    font-size: 25px !important;
  }

  th,
  td {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  h1 {
    font-size: 30px !important;
  }

  .box1 {
    font-size: 20px !important;
  }

  .box2 {
    font-size: 20px !important;
  }

  .box3 {
    font-size: 20px !important;
  }

  .heading {
    padding-top: 10px;
    font-size: 24px;
  }
}

@media (max-width: 400px) {
  h1 {
    font-size: 25px !important;
  }

  .box1 {
    font-size: 20px !important;
  }

  .box2 {
    font-size: 20px !important;
  }

  .box3 {
    font-size: 20px !important;
  }

  th,
  td {
    font-size: 14px;
  }
}


@media (max-width: 350px) {
  h1 {
    font-size: 25px !important;
  }

  .box1 {
    font-size: 20px !important;
  }

  .box2 {
    font-size: 20px !important;
  }

  .box3 {
    font-size: 20px !important;
  }

  .content {
    font-size: 20px !important;
  }
}

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

  .mob {
    display: block;
  }

  .main-news {
    display: none;
  }

  .logo {
    display: none;
  }

  .logo-mob {
    display: block;
  }
}

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

.font20 {
  font-size: 20px;
}

.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: 500;
}

.strongHeading {
  font-weight: 900;
}

.tab-content>table {
  width: 100%;
  display: inline-table;
  border-collapse: collapse;
}

.tab>.tab-label {
  color: #00e777;
}

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%;
}

/* accordion*****************************   */

input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.row {
  display: flex;
}

.row .col {
  flex: 1;
}

.row .col:last-child {
  margin-left: 1em;
}

/* Accordion styles */
.tabs {
  border-radius: 8px;
  overflow: hidden;
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}

.tab-label {
  border: 1px solid #00e777;
  display: flex;
  justify-content: space-between;
  padding: 1em;
  border-radius: 7px;
  background-color: transparent;
  font-family: "Vazirmatn",  !important;
  cursor: pointer;
  font-size: 20px;
  margin: 20px 0px;
}

.tab-label:hover {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.tab-label::after {
  content: '+';
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.5s;
}

.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #fff;
  transition: all 0.35s;
}

.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}

.tab-close:hover {
  background: #2a3e53;
}

input:checked+.tab-label {
  /* background: #00e777; */
  color: #fff;
  margin: 0px 0px;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom: none;
}

input:checked+.tab-label::after {
  content: '-';
  /* transform: rotate(90deg); */
}

input:checked~.tab-content {
  max-height: 108vh;
  padding: 1em;
  border: 1px solid #00e777;
  border-top: none;
}

/* .tab-content > p {
    color: #0E3037;
  }
   */
/*# sourceMappingURL=style1.css.map */

/* table **************************/

table {
  border-collapse: unset;
  display: flex;
  justify-content: center;
  padding: 2px;
  padding-bottom: 3%;
}

table>tr,
td {
  padding: 10px;
}

.padTable {
  padding-top: 3%;
  padding-bottom: 3%;
  overflow-x: auto;
}

#padTable>table,
th,
td {
  border: 2px solid black;
  font-size: 15px;
  color: black;
}

#padTable {
  overflow-x: auto;
}

.arrows {
  position: fixed;
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 2%;
  bottom: 5%;
  position: fixed;
}

.arrows img {
  width: 35px;
  height: 35px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  background: #00e777;
  transition: 0.5s;
  margin: 5px 0;
  border-radius: 50%;
}

.arrows img:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.text-1 {
  margin: 100px 0;
}

.text-1 p {
  color: #fff;
  text-align: center;
  margin: 10px auto;
  max-width: 600px;
  letter-spacing: 2px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Vazirmatn",  !important;

}


/* scroll body */


body::-webkit-scrollbar-track {

  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #2c2c2c;
}

body::-webkit-scrollbar {

  border-radius: 10px;
  width: 10px;
  background-color: #2c2c2c;
}

body::-webkit-scrollbar-thumb {

  border-radius: 10px;
  background-color: #00E777;
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, .2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .2) 50%,
      rgba(255, 255, 255, .2) 75%,
      transparent 75%,
      transparent)
}