body {
    margin: 0;
    padding: 0;
    background-color: #161c2a;
    /* background-color: #1e1e1e; */
    text-align: center;
}

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


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

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

span {
    background: 2c2c2c;
}

.heading {
    font-size: 45px;
    color: #ffb700;
    margin-top: 1.5%;
    margin-bottom: 1%;
    letter-spacing: 2px;
    font-size: 48px;
    text-align: center;
}

.banner img {
    background-size: cover;
    max-width: 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;
}

ul,
ol {
    color: #fff;
    /* margin-bottom: 5%; */
    text-align: right !important;
}

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


/* BUTTON */

.button {
    padding: 20px 40px;
    box-shadow: 0px 0px 25px #1df096;
    border-radius: 5px;
    text-transform: uppercase;
    border: none;
    color: #fff;
    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;
}

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

.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: 600px) {
    th,
    td {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .heading {
        padding-top: 10px;
        font-size: 24px;
    }
}

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

.strongHeading {
    font-weight: 900;
}

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

.tab>.tab-label {
    color: #ffb700;
}

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 #ffb700;
    display: flex;
    justify-content: space-between;
    padding: 1em;
    border-radius: 7px;
    background-color: transparent;
    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: #ffb700; */
    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 #ffb700;
    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: #ffb700;
    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: 50px 0;
}

.text-1 p {
    color: #fff;
    text-align: center;
    margin: 0px auto;
    max-width: 600px;
    letter-spacing: 2px;
    font-weight: 900;
    text-transform: uppercase;
}