:root {
  --bg: #2b2b2b;
  --headers: #ec8a41;
  --ptext: #fff;
  --yellow:#f5b302;
  --dash:#848484;
}

*{
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

body{
    background-color: var(--bg);
    padding:0px;
    margin: 0px;
    font-size:14px;
}

.topbg{
    width: 100%;
    height: auto;
}

.htitles{
    color:var(--headers);
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
}

.pcontent{
    color:var(--ptext);
    text-align: center;
}

.container{
    padding:0px;
    max-width: 480px;
}

#content{
    padding:0px 15px;
    margin:30px 0px;
}

#rewardtable th{
    min-width: 70px;
    color:var(--yellow);
    background-color:var(--bg);
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    border-radius: 8px;
    border:2px solid #303030;
}

#rewardtable th:first-child{
    min-width:90px;
}

.rewarddiv{
    border:2px solid var(--headers);
    border-radius: 10px;
    padding: 10px 5px;
    margin:0px;
    background:#303030;
}

#rewardtable{
    border-collapse: inherit;
    border-spacing: 0px;
}

#rewardtable th img, #tnctable th img{
    width: 40px;
}

#rewardtable td:first-child, #rewardtable th:first-child{
    color:var(--headers);
    background-color:#262323;
    font-size: 12px;
}

#rewardtable td{
    color:var(--yellow);
    background-color:var(--bg);
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    border-radius: 8px;
    border:2px solid #303030;
}

#rewardtable td i{
    color:var(--dash);
}

#rewardtable td:first-child{
    position:sticky;
    left:0px;
    background-color:#262323;
    border-radius: 8px;
}

#rewardtable th:first-child{
    position:sticky;
    left:0px;
    background-color:#262323;
    border-radius: 8px;
    vertical-align: middle;
    border: 2px solid #303030;
}

.modal-link{
    color:#fff;
    text-decoration: underline;
}

.modal-link:hover{
    color:var(--headers);
}

.joinbtn{
    color: white;
    text-transform: uppercase;
    padding: 5px 40px;
    display: block;
    border-radius: 20px;
    background: rgb(255, 221, 51);
    background: linear-gradient(180deg, rgba(255, 221, 51, 1) 0%, rgba(255, 151, 4, 1) 100%);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.btnwrap{
    max-width: 180px;
    padding: 1rem;
    position: relative;
    padding: 3px;
    margin: 0 auto;
    margin-top:-25px;
    border-radius: 20px;
    background: rgb(255, 255, 223);
    background: linear-gradient(180deg, rgba(255, 255, 223, 1) 0%, rgba(240, 198, 130, 1) 100%);
}

.tncol{
    padding-left:15px;
    color:white;
    text-align: left;
}

#tnctable th{
    min-width: 70px;
    color:var(--yellow);
    background-color:var(--bg);
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    border-radius: 8px;
    border:2px solid #303030;
}

#tnctable th:first-child{
    min-width:120px;
    
}

.tncdiv{
    border:1px solid var(--headers);
    border-radius: 10px;
    padding: 10px 5px;
    margin:0px;
    background:#303030;
}

#tnctable{
    border-collapse: inherit;
    border-spacing: 0px;
}

#tnctable td:first-child, #tnctable th:first-child{
    color:var(--headers);
    background-color:#262323;
    font-size: 12px;
}

#tnctable td{
    color:var(--yellow);
    background-color:var(--bg);
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 8px;
    border:2px solid #303030;
}

#tnctable td i{
    color:var(--dash);
}

#tnctable td:first-child{
    position:sticky;
    left:0px;
    background-color:#262323;
    border-radius: 8px;
}

#tnctable th:first-child{
    position:sticky;
    left:0px;
    background-color:#262323;
    border-radius: 8px;
    vertical-align: middle;
    border: 2px solid #303030;
}

.tncex{
    font-style: italic;
    padding:15px 0px;
    color:white;
}

.tncul{
    padding-left: 15px;
    color:white;
    text-align: left;
}

.tncul li a{
    color:var(--headers);
}

.tncextra{
    color:white;
    font-weight: bold;
}