body {
  height: 100vh;
  overflow: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  text-align: center;
  background:
    repeating-linear-gradient(45deg, #0000 calc(-650%/13) calc(50%/13), #141d25 0 calc(100%/13),
      #0000 0 calc(150%/13), #141d25 0 calc(200%/13),
      #0000 0 calc(250%/13), #141d25 0 calc(300%/13)), repeating-linear-gradient(45deg, #0000 calc(-650%/13) calc(50%/13), #141d25 0 calc(100%/13),
      #0000 0 calc(150%/13), #141d25 0 calc(200%/13),
      #0000 0 calc(250%/13), #141d25 0 calc(300%/13)) 32px 32px,
    repeating-linear-gradient(-45deg, #0000 calc(-650%/13) calc(50%/13), #141d25 0 calc(100%/13),
      #0000 0 calc(150%/13), #141d25 0 calc(200%/13),
      #0000 0 calc(250%/13), #141d25 0 calc(300%/13)), repeating-linear-gradient(-45deg, #0000 calc(-650%/13) calc(50%/13), #141d25 0 calc(100%/13),
      #0000 0 calc(150%/13), #141d25 0 calc(200%/13),
      #0000 0 calc(250%/13), #141d25 0 calc(300%/13)) 32px 32px #070d13;
  background-size: 64px 64px;
}

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

h1 {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  animation: neon-effect 1s ease-in-out infinite alternate;
  text-align: center;
  margin-top: 50px;
  line-height: 40px;
}

@keyframes neon-effect {
  0% {
    color: #F3F4F6;
    text-shadow: 0 0 5px #F3F4F6, 0 0 10px #F3F4F6, 0 0 15px #00e777, 0 0 20px #00e777, 0 0 30px #00e777, 0 0 40px #00e777, 0 0 50px #00e777;
  }

  100% {
    color: #F3F4F6;
    text-shadow: 0 0 5px#00e777, 0 0 10px #00e777;
  }
}

h2 {
  color: #fff;
  word-wrap: break-word;
  font-size: 20px;
  text-align: center;
 line-height: 35px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: Noto Sans Arabic;
}

h3 {
  color: #fff;
  word-wrap: break-word;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 20px;
  margin-top: 15px;
  font-family: Noto Sans Arabic;
  margin-left: 0%;
  margin-right: 0%;
}


/* 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: 13px !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 .2s;
  cursor: pointer;
}

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

.reg:hover {
  background-color: #00E777;
}

.login {
  font-size: 13px !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 .2s;
  cursor: pointer;
}

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

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

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

.login a:hover {
  color: white;
}

.reg a:hover {
  color: white;
}


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

.promo {
  background-color: #141d25;
  height: 35px;
  line-height: 35px;
  padding: 0 8px;
  border-radius: 2px;
  width: 120px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#promoLink {
  color: #00E777;
  text-decoration: none;
  left: 32px;
}

#svgSize {
  color: #00E777;
  height: 15px;
}


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

.text-1 ul li {
  text-align: right;
  margin-left: 10%;
}

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

span {
  background: #2c2c2c;
}


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

.web {
  display: block;
}

.mob {
  display: none;
}

/* TABLE */

table {
  border: 2px solid #00E777;
  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 #00E777;
}

td {
  color: black;

  /* text-align: center;  */
}

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


ul.no-bullets {
  list-style-type: none;
}

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

ul {
  color: black;
  /* margin-bottom: 5%; */
  text-align: right !important;
}

li {
  text-align: right !important;
}

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


/* BUTTON */

.button {
  cursor: pointer;
  padding: 15px 30px;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  transition: .5s;
  color: white;
  display: inline-block;
  border-radius: 10px;
  border: 0px;
  background: linear-gradient(0deg, #00E777, #00E777);
  cursor: pointer;
}

.button:active,
.button:hover {
  transition: .8s;
  background: white;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);  */
  color: #00E777 !important;
}

.btn {
  /* padding: 15% 50% 15% 50%; */
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

@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 {
    font-size: 25px;
  }
}

@media (max-width: 400px) {

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

@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: 600;
}

.strongHeading {
  font-weight: 900;
}

.tab-content>table {
  width: 80%;
  display: inline-table;
  border-collapse: collapse;
  border-radius: 20px;
}

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

/* 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 p {
  color: black !important;
  text-align: right;
  font-size: 16px;
}

.tab-label {
  border-radius: 20px;
  border-bottom: 1px solid white;
  display: flex;
  justify-content: space-between;
  padding: 0.8em;
  background: #00E777;
  font-weight: bold;
  cursor: pointer;
  font-size: 17px;
}

.tab-label:hover {
  background: white;
  color: #00E777;
  transition: 0.8s;
}

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

.tab-content {
  max-height: 0;

  color: #00E777;
  background: #E8F6F9;
  transition: all 0.35s;
  border-radius: 20px;
  overflow-y: auto;
}

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

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

input:checked~.tab-content {
  max-height: 165vh;
  /* padding: 1em; */
}



/* 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: linear-gradient(0deg, #2c2827, #00E777);
  transition: .5s;
  margin: 5px 0;
  border-radius: 50%;
}

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

.container {
  max-width: 550px;
}

/* scrollbar candy*/

.tab-content::-webkit-scrollbar-track {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.tab-content::-webkit-scrollbar {
  border-radius: 5px;
  width: 5px;
  background-color: #F5F5F5;
}

.tab-content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  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)
}




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: 5px;
  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)
}