@font-face {
    font-family: 'Roboto';
    src: url(font/Roboto-Regular.ttf);
  }

body {
    font-family: 'Roboto';
    background-color: #141d25;
    margin: 0;
    padding: 0;
}

ul li {
  list-style-type: "⇨";
  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: 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-right: 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 {
    background-color: #141d25;
    max-width: 900px;
    margin: 0 auto;
}
 
span {
    background: 2c2c2c;
}
p {
    /* background-color: 2c2c2c; */
    color: white;
    font-size: 16px;
}

.heading {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 30px;
    color: #FFB700;
}

p {
    word-wrap: break-word;
}

.container {
    background-position: center center;
    background-size: contain;
}

.banner img {
    background-size: cover;
}

.web {
    display: block;
}

.mob {
    display: none;
}

/* TABLE */

table {
    border: none;
    border-spacing: 15px;
    border-collapse: collapse;
    width: 100%;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}


 tr {
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

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

th {
    color: #000;
    /* border: 1px solid #000; */
}

td {
    color: #000;
    text-align: center; 
}

tr {
    font-size: 20px;
}

tr:nth-child(2) {
  background: #ffb700;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

tr:hover{
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

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

ul {
    margin: 0px;
}




/* BUTTON */

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

.button:hover {
   /* border: 3px solid #181717;*/
    color: #000000 !important; 
    background: #FFB700;
}

.btn {
    text-align: center;
}

.btn a {
    text-decoration: none;
}

button {
    outline: none;
}


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

@media (max-width: 600px) {
    th, td {
        padding: 5px;
        font-size: 16px;
    }
}


@media (max-width: 500px) {

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

@media (max-width: 400px) {
    th, td {
        padding: 2px;
        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;
    }
    
}
