body {
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #111a29;
    background:
    repeating-linear-gradient( 45deg,#0000 calc(-650%/13) calc(50%/13),#1b1b1b 0 calc(100%/13),
    #0000 0 calc(150%/13),#1b1b1b 0 calc(200%/13),
    #0000 0 calc(250%/13),#1b1b1b 0 calc(300%/13)),repeating-linear-gradient( 45deg,#0000 calc(-650%/13) calc(50%/13),#1b1b1b 0 calc(100%/13),
    #0000 0 calc(150%/13),#1b1b1b 0 calc(200%/13),
    #0000 0 calc(250%/13),#1b1b1b 0 calc(300%/13)) 26px 26px,
    repeating-linear-gradient(-45deg,#0000 calc(-650%/13) calc(50%/13),#1b1b1b 0 calc(100%/13),
    #0000 0 calc(150%/13),#1b1b1b 0 calc(200%/13),
    #0000 0 calc(250%/13),#1b1b1b 0 calc(300%/13)),repeating-linear-gradient(-45deg,#0000 calc(-650%/13) calc(50%/13),#1b1b1b 0 calc(100%/13),
    #0000 0 calc(150%/13),#1b1b1b 0 calc(200%/13),
    #0000 0 calc(250%/13),#1b1b1b 0 calc(300%/13)) 26px 26px #000000;
    background-size: 52px 52px;
  }
  
  p {
    color: #fff;
    word-wrap: break-word;
    font-size: 20px;
    text-align: center;
  }
  
h1 {
    font-size: 35px;
    color: #fff;
    margin-top: 1.5%;
    margin-bottom: 1%;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 48px;
  }

  h1 {
    text-align: center;
    color: rgba(255, 115, 0, 0.842);
    background: -webkit-gradient(linear, left top, right top, from(orange), to(orange), color-stop(0.5,yellow));
    background: -moz-gradient(linear, left top, right top, from(orange), to(orange), color-stop(0.5,yellow));
    background: gradient(linear, left top, right top, from(orange), 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;
  }

  h2{
    text-align: center;
    font-size: 35px;
    color: #ffb700;
  }





  /* 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: #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 .2s;
    cursor: pointer;
  }
  
  .reg-style {
    margin: 0 auto;
    text-decoration: none;
    color: black;
  }
  
  .reg:hover {
    background-color: #ffb700;
  }
  
  .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: 107px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #promoLink {
    color: #ffb700;
    text-decoration: none;
    left: 32px;
  }
  
  #svgSize {
    color: #ffb700;
    height: 15px;
  }
  
  
  /************************ Promotion button place ************************/
  
  .promo:hover {
    background-color: #1b2c3c;
    text-decoration: none;
  }
  
  .help,
  .news {
    color: white;
  }
  
  .help:hover,
  .news:hover {
    color: #ffb700;
  }
  
  .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: right;
    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;
    -webkit-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 #e99f00;
    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 #e99f00;
  }
  
  td {
    color: black;
    /* text-align: center;  */
  }
  
  tr {
    padding: 20px 40px;
    font-size: 20px;
  }
  
  td:nth-child(2) {
    /* font-family: "Arabic.ttf"; */
  }
  
  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 50px;
    font-size: 20px;
    border: none;
    border-radius: 5px;
    /* box-shadow: -6px -6px 9px 0px #eee, 6px 6px 9px 0px rgba(0, 0, 0, 0.4); */
    /* box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);    */
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    transition: .5s;
    /* color: #18bee5; */
    color: white;
    display: inline-block;
    border-radius: 10px;
    border: 0px;
    /* background-color: #e99f00; */
    background: linear-gradient(0deg, #e99f00, #e99f00);
    cursor: pointer;
  }
  
  .button:active,
  .button:hover {
    transition: .8s;
    background: white;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);  */
    color: orange !important;
  }
  
  .btn {
    /* padding: 15% 50% 15% 50%; */
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
  @media (max-width: 920px) {
    .content {
        margin: 50px;
    }
  }
  
  @media (max-width: 600px) {
    th,
    td {
        font-size: 18px;
    }
    .btn {
        padding: 25px 0px 80px 0px;
    }
  }
  
  @media (max-width: 500px) {
    .heading {
        font-size: 25px;
    }
    h1{
      font-size: 25px;
    }
  }
  
  @media (max-width: 400px) {
    th,
    td {
        font-size: 18px;
    }
  }
  
  @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: 70%;
    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: 1em;
    background: #e99f00;
    /* background: linear-gradient(0deg, #e99f00, #e99f00); */
    /* box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3); */
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    /* Icon */
  }
  
  .tab-label:hover {
    background: white;
    color: #e99f00;
    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: #e99f00;
    background: #E8F6F9;
    transition: all 0.35s;
    border-radius: 20px;
  }
  
  .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: #e99f00;
    color: #fff;
  }
  
  input:checked+.tab-label::after {
    transform: rotate(90deg);
  }
  
  input:checked~.tab-content {
    max-height: 165vh;
    padding: 1em;
  }
  
  
  /* .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: 18px;
    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, #e99f00);
    transition: .5s;
    margin: 5px 0;
    border-radius: 50%;
  }
  
  .arrows img:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  }
  
  
  /* Define a flex container for the game list */
  
  .game-list {
    display: flex;
    flex-direction: column;
    /* Change to vertical direction */
    align-items: stretch;
    /* Stretch items vertically */
    max-height: 300px;
    /* Set a maximum height for vertical scrolling */
    overflow-y: auto;
    /* Enable vertical scrolling when necessary */
  }
  
  
  /* Style each game container */
  
  .game-container {
    width: 100%;
    /* Occupy full width */
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 10px;
  }
  
  
  /* Ensure responsive behavior for smaller screens */
  
  @media (max-width: 768px) {
    .game-container {
        width: calc(50% - 20px);
        /* Adjust width for two items per row */
    }
  }
  
  .container {
    max-width: 900px;
  }
  
  .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;
  }
  
  .GamesContainer {
    display: flex;
    flex-direction: column;
    max-height: 500px;
    overflow-y: auto;
  }
  
  .GamesRow {
    display: flex;
    gap: 15px;
    /* Adjust the gap as needed */
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  
  .box {
    position: relative;
    flex: 1 1 calc(22% - 15px);
    max-width: calc(22% - 15px);
    min-height: 180px;
    /* Increase the height */
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
  }
  
  .box img {
    max-width: 100%;
    max-height: 180px;
    /* Adjust the image height */
    margin-bottom: 10px;
    /* Add margin below the image */
  }
  
  .box p {
    color: aliceblue;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: auto;
    /* Push the title to the bottom */
    opacity: 1;
  }
  
  .GamesContainer {
    display: flex;
    flex-direction: column;
    max-height: 500px;
    overflow-y: auto;
  }
  
  .GamesRow {
    display: flex;
    gap: 15px;
    /* Adjust the gap as needed */
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  
  .box {
    position: relative;
    flex: 1 1 calc(22% - 15px);
    max-width: calc(22% - 15px);
    /* 
    min-height: 50px;
    Increase the height */
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
  }
  
  .box img {
    max-width: 100%;
    max-height: 180px;
    /* Adjust the image height */
    margin-bottom: 10px;
    /* Add margin below the image */
  }
  
  .box p {
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  
  .box:hover p {
    transform: scale(1.1);
    opacity: 0.8;
  }
  
  
  /* Add a subtle shadow effect to the cards on hover */
  
  .box {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
  }
  
  .box:hover {
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
  }
  
  
  /* Add a gradient overlay on the cards on hover */
  
  .box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  
  .box:hover::before {
    opacity: 1;
  }
  
  @media screen and (max-width: 768px) {
    .box {
        flex: 1 1 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
  }
  
  @media screen and (max-width: 480px) {
    .box {
        flex: 1 1 100%;
        max-width: 100%;
    }
  }
  
  @media screen and (max-width: 768px) {
    .box {
        flex: 1 1 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
  }
  
  @media screen and (max-width: 480px) {
    .box {
        flex: 1 1 100%;
        max-width: 100%;
    }
  }
  
  /*vvv SHINE EFFECT vvv*/
  
  .shimmer {
     
    font-weight: bolder;
    font-size: 30px;
    display: block;
  }
  .shimmer {
    text-align: center;
    color: rgba(255, 115, 0, 0.842);
    background: -webkit-gradient(linear, left top, right top, from(orange), to(orange), color-stop(0.5,yellow));
    background: -moz-gradient(linear, left top, right top, from(orange), to(orange), color-stop(0.5,yellow));
    background: gradient(linear, left top, right top, from(orange), 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;
  }
  @-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 ^^^*/