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;
}

/* 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;
}


p {
  color: #fff;
  word-wrap: break-word;
  font-size: 20px;
  text-align: center;
}

h1{
  font-size: 23px;
  margin-bottom: 10px;
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
}

h2{
  color: white;
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 10px;
  font-weight: bold;
  line-height: 35px;
}

h3{
  color: #00E777;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}


.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 {
  color: #fff;
  text-align: left;
  list-style: none;
}

.content {
  max-width: 900px;
  margin: 0 25%;
}

span {
  background: #2c2c2c;
}

.heading {
  font-size: 35px;
  color: #fff;
  margin-top: 1.5%;
  margin-bottom: 1%;
  /* font-weight: 600; */
  letter-spacing: 2px;
  font-size: 48px;
  /* color: #DDE3FD; */
}

.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;
}

th,
td {
  padding: 1px 5px;
}

ul {
  color: black;
  /* margin-bottom: 5%; */
  text-align: left !important;
}

li {
  text-align: left !important;
}

hr {
  color: white !important;
  margin: 2rem 0;
}


/* BUTTON */

.button {
  cursor: pointer;
  padding: 15px 15px;
  font-size: 17px;
  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;
  color: #00E777 !important;
}

.btn {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}

@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;
  text-shadow: .1em .1em 0 hsl(200 50% 30%);
}

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: left;
  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: 19px;
}

.tab-label:hover {
  background: rgba(255, 255, 255, 0.247);
  color: #00E777;
  transition: 0.8s;
}

.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 1s;
}

.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #00E777;
  background: #dee2e6;
  transition: all 0.35s;
  border-radius: 18px;
}

.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: #00E777;
  transition: .5s;
  margin: 5px 0;
  border-radius: 50%;
}

.arrows img:hover {
  background: #00582e;
}


.container {
  max-width: 543px;
  text-align: center;
  direction: ltr;
}

.container span {
  color: white;
  background-color: transparent;
  font-size: 20px;
  padding-left: 10px;
  font-weight: bold;
  border-left: 8px solid #00E777;

}

/* .container ul {
  font-size: 20px;
  color: white;
  display: inline-block;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.267);
  border: 2px solid #00E777;
  border-radius: 35px;
  padding: 50px;
} */

.box {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s ease-in-out;
}

.box a {
  display: block;
  position: relative;
}

.box img {
  max-width: 100%;
  transition: transform 0.3s ease-in-out;
}

.box:hover img {
  transform: scale(1.1);
}

.box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  transition: border-color 0.3s ease-in-out;
  z-index: -1;
}

.box:hover::before {
  border-color: #00bcd4;
}

/*vvv SHINE EFFECT vvv*/

.shimmer {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 23px;
  display: block;
}

.shimmer {
  text-align: center;
  color: rgba(0, 231, 119, 0);
  background: -webkit-gradient(linear, left top, right top, from(white), to(orange), color-stop(0.5, yellow));
  background: -moz-gradient(linear, left top, right top, from(white), to(orange), color-stop(0.5, yellow));
  background: gradient(linear, left top, right top, from(white), to(orange), color-stop(0.5, yellow));
  -webkit-background-size: 125px 100%;
  -moz-background-size: 125px 100%;
  background-size: 125px 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-animation-name: shimmer;
  -moz-animation-name: shimmer;
  animation-name: shimmer;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #222;


  text-shadow: 0 0 0 hsla(133, 100%, 50%, 0.3);
}


@-moz-keyframes shimmer {
  0% {
    background-position: top left;
  }

  100% {
    background-position: top right;
  }
}

@-webkit-keyframes shimmer {
  0% {
    background-position: top left;
  }

  100% {
    background-position: top right;
  }
}

@-o-keyframes shimmer {
  0% {
    background-position: top left;
  }

  100% {
    background-position: top right;
  }
}

@keyframes shimmer {
  0% {
    background-position: top left;
  }

  100% {
    background-position: top right;
  }
}

/*^^^^ SHINE EFFECT End ^^^*/




/* scrollbar candy*/

.tab-content::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.tab-content::-webkit-scrollbar {
  border-radius: 10px;
  width: 10px;
  background-color: #F5F5F5;
}

.tab-content::-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)
}


.GamesContainer::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.GamesContainer::-webkit-scrollbar {
  border-radius: 5px;
  width: 5px;
  background-color: #F5F5F5;
}

.GamesContainer::-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)
}


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)
}



