@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&display=swap');

body {font-family: "Nunito Sans", sans-serif;line-height:1.4;font-size:14px;color:#fff;background: #1e242c;}

a { text-decoration: none; cursor:pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

a:hover, a:focus, button:focus, button:hover, input:focus, select:focus { text-decoration: none; outline: none;}

img { max-width:100%;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    width: 100%;
}
.t-body {
    padding-top: 85px;
}

/** Header **/
.t-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}
.header-sec {
    background: #29323b;
}
.header-top {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}
button.menu-button {
    background: none;
    border: none;
    color: #fff;
    font-size: 26px;
    padding: 5px;
}
button.contact-button {
    background: none;
    border: none;
    max-width: 45px;
}
.logo {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 217px;
    margin: auto;
    display: flex;
    align-items: center;
}
.logo img {
    /* max-height: 68px; */
    /* width: 204px; */
}

/** Footer Fixed Menu **/
.fixed-menu-sec {
    background: #1f1f1f;
    /* border-top: 1px solid; */
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.footer-menu {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    text-align: center;
    align-items: center;
    height: 58px;
}
.footer-menu a {
    display: inline-block;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 0;
}
.footer-menu a img {
    max-height: 20px;
}
.footer-menu a i, .footer-menu a img {
    font-size: 20px;
    margin-bottom: 5px;
}
.footer-menu a:hover, .footer-menu a.active {
    color: #0cd664;
}

/** Annnoucement bar **/
.annouce-sec {
    background: #29323b;
    color: #fff;
    position: relative;
    font-size: 11px;
}
.annouce-row {
    display: flex;
    align-items: center;
    padding: 2px 10px;
    height: 30px;
}
.ann-title {
    margin: 0 10px;
}

/** Home **/
.login-reg {
    display: flex;
    height: 42px;
}
button.login-btn {
    background: #101318;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    width: 50%;
    height: 42px;
}
button.signup-btn {
    background: #0cd764;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    width: 50%;
    height: 42px;
}
.home-game-sec {
    background: #31363c;
    padding-bottom: 58px;
}
ul.nav.menu-game li {
    width: 20%;
}
ul.nav.menu-game li a {
    background: #454f54;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 50%);
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid transparent;
}
ul.nav.menu-game li.active a {
    background: #0ed563;
    color: #ffffff;
    border-bottom: 2px solid #7c7c7c;
}
.game-provider-content {
    padding: 20px 10px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    max-width: 991px;
    margin: auto;
}
.prov-gamebox {
    display: block;
    max-width: 220px;
    margin: auto;
    width: 100%;
}
.prov-img {
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 9px 8px;
}
.prov-name {
    background: #13242c;
    color: #d7f3ff;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 15px 0 15px 0;
    padding: 4px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    margin-top: -8px;
    z-index: 1;
    position: relative;
    height: 28px;
}
.provider-logo-wrapper {
    padding: 15px 10px;
    text-align: center;
    background: #2a2a2a;
}
.prov-title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    background: #2a2a2a;
    display: inline-block;
    position: relative;
    padding: 0 15px;
}
.prov-logo {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 5px 3px;
    text-align: center;
    max-width: 900px;
    margin: auto;
    border: 4px solid #0ed563;
    padding: 25px 10px 10px;
    margin-top: -18px;
}
.prov-logo img {
    padding: 3px 3px;
    max-height: 30px;
    margin: auto;
    filter: grayscale(1);
}
.prov-name img {
    max-height: 24px;
}

/** Lotto **/
.lotto-sec {
    background: url("../images/bg.jpg")no-repeat top center;
    background-size: cover;
    padding: 10px 10px 70px;
    min-height: 85vh;
    text-align: center;
}
.lotto-btn-wrap {
    text-align: center;
}
button.lotto-btn {
    background: #244e88;
    display: block;
    color: #fff;
    min-width: 150px;
    min-height: 42px;
    padding: 5px;
    font-size: 20px;
    font-weight: 700;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 0 auto 8px;
}
button.lotto-btn.payout {
    background: #0cd664;
    color: #fff;
}
button.lotto-btn.result {
    background: #13242c;
    color: #fff;
}
ul.lt-wrap {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 2px;
    border-bottom: 2px solid #0d3a64;
    padding: 0 2px;
}

.nav-tabs.lt-wrap .nav-link {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
}

.nav-tabs.lt-wrap .nav-item.show .nav-link, .nav-tabs.lt-wrap .nav-link.active {
    color: #495057;
    background-color: transparent;
}

li.lt-item {
    position: relative;
    padding-bottom: 22px;
}

ul.lt-wrap li a.active:after {
    content: "";
    color: #0d3a64;
    position: absolute;
    border-top: 0;
    border-right: 0.7em solid transparent;
    border-bottom: 0.7em solid;
    border-left: 0.7em solid transparent;
    width: 8px;
    margin: auto;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 10;
}
.result-boxes {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.prize {
    background: #0d3a64;
    font-weight: 500;
    font-size: 16px;
    padding: 3px 2px;
}

.result-tt {
    padding: 7px 2px;
    font-weight: 500;
    font-size: 16px;
    background: rgba(0,0,0,0.6);
}

.result-boxes-1 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.result-ttt {
    padding: 3px 2px;
    font-weight: 500;
    font-size: 14px;
    background: rgba(0,0,0,0.6);
}

.table-in div {
    padding: 5px 0;
}

.table-in {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.result-box {
    border: 1px solid #064767;
}

.date-box {
    padding: 10px 0px;
    font-size: 16px;
    background: rgba(0,0,0,0.6);
}

span#resultDate {
    vertical-align: middle;
}








/** Promotion **/
.promo-sec {
    /* background: #244e88 url("../images/bg-promo.jpg")no-repeat top center; */
    background-size: cover;
    background-attachment: fixed;
    padding: 15px 10px 70px;
    min-height: 90vh;
    background: #1e242c;
}
.mix {
    display: none;
}
.filter-menu-bar{
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 3px;
}
.pmbox {
    background: #29313b;
    color: #d7f3ff;
    padding: 8px 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
}
.pmbox i {
    margin-right: 5px;
}
.pmbox.active {
    background: #0cd664;
    color: #fff;
}
.pm-boxer {
    max-width: 470px;
    margin: 5px auto;
    background: #29313b;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.promo-content {
    text-align: center;
}
.promo-img {
    border: 2px solid #0cd664;
    position: relative;
    overflow: hidden;
}
.promo-img img {
    transition: 0.3s;
}
.promo-label {
    background: #0cd664;
    color: #d7f3ff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    padding: 6px 10px 4px;
    min-width: 130px;
    border-radius: 0 0 30px 0;
    position: absolute;
    left: -2px;
    top: -2px;
    z-index: 2;
}
.promo-title-box {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    padding: 8px 0 0;
    text-align: left;
}
.title-pm {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
button.more-info-btn {
    background: #0cd664;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    border: none;
    border-radius: 2px;
    padding: 4px 15px;
}
button.more-info-btn.more-info-btn_main{
    background: #3b3b3a;
}
.pm-boxer:hover .promo-img img {
    transition: 0.3;
    transform: scale(1.05);
    filter: brightness(1.1);
}

/** VIP Mobile **/
.vip-sec {
    background: url("../images/bg-vip.jpg")no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    padding: 0 0 70px;
    min-height: 90vh;
    background: #1d242c;
}
.vip-wrapper {
    padding: 15px 10px 0;
}
.vip-card {
    margin-bottom: 10px;
}
.vip-link {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    background: #0cd664;
    color: #d7f3ff;
    width: 100%;
    display: block;
    padding: 4px 17px;
    position: relative;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 40%);
}
.vip-link:hover, .vip-link:focus {
    color: #d7f3ff;
}
.vip-link img {
    max-width: 45px;
    padding: 0 4px;
    margin-right: 13px;
}
.vip-link:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 15px;
    position: absolute;
    right: 20px;
    top: 11px;
    transition: 0.3s;
    color: #d7f3ff;
}
.vip-link.collapsed:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
}

.vip-wrap {
    background: rgba(0,24,46,0.4);
    color: #fff;
    text-align: center;
    padding: 15px 10px;
}
.vip-table-mobile {
    width: 100%;
    font-size: 13px;
}
table.vip-table-mobile tr th {
    background: #0cd664;
    border: 1px solid #00182e;
    color: #ffffff;
    text-transform: uppercase;
    padding: 6px 5px;
}
.vip-table-mobile tr td {
    background: rgba(0,24,46,0.4);
    text-align: center;
    border: 1px solid #0d3a64;
    padding: 4px 4px;
}
table.vip-table-mobile tr.valid-row td {
    background: #13242c;
}

/** Download **/
.download-sec {
    background: url("../images/bg.jpg")no-repeat top center;
    background-size: cover;
    padding: 0 0 70px;
    min-height: 85vh;
    background: #1d242c;
}
.nav-tabs.download {
    border: none;
}
.nav-tabs.download .nav-item {
    width: 100%;
}
.nav-tabs.download .nav-link {
    border: none;
    border-radius: 0;
    text-align: center;
    background: #00182e;
    color: #d7f3ff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 5px;
}
.nav-tabs.download .nav-item.show .nav-link, .nav-tabs.download .nav-link.active {
    background: #0cd664;
    color: #fff;
    border: none;
}
.download-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
    padding: 15px 10px;
    max-width: 700px;
    margin: auto;
}
.dl-item {
    text-align: center;
}
.gm_name {
    padding: 8px 10px;
}
.gm_name img {
    max-height: 26px;
}

/** After Login **/
.depo-sec {
    padding-bottom: 70px;
    color: #fff;
    background: #1e242c;
}
.depo-container {
    padding: 15px 10px;
}
ul.nav.menu-game.depomenu {
    display: grid;
    grid-template-columns: repeat(6,1fr);
}
ul.nav.menu-game.depomenu.profile {
    display: flex;
}
ul.nav.menu-game.depomenu li a {
    font-size: 9px;
}
ul.nav.menu-game.depomenu li {
    width: auto;
}
.label-title {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 0;
    font-size: 13px;
    margin-top: 15px;
}
.nav-pills.depo {
    margin-bottom: 15px;
}
.nav-pills.depo .nav-link {
    border-radius: .25rem;
    background: #13242c;
    border: 1px solid transparent;
    color: #fff;
    text-align: center;
    font-size: 12px;
    min-width: 125px;
    margin-right: 10px;
    padding: 4px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-pills.depo .nav-link img {
    max-height: 20px;
}
.nav-pills.depo .nav-link.active, .nav-pills.depo .show>.nav-link {
    color: #fff;
    background: #0cd664;
    border: 1px solid #fff;
}
.bank-choice {
    margin-bottom: 5px;
}
.bank-slct {
    display: inline-block;
    background: #000;
    border: 1px solid #bad6e3;
    border-radius: 5px;
    padding: 6px;
    max-width: 44px;
    cursor: pointer;
}
.bank-slct.active {
    background: #0f4f8c;
}
.bank-depo-info {
    border: 1px solid #bad6e3;
    padding: 10px;
    border-radius: 5px;
    font-size: 13px;
    margin: 15px 0;
    background: #13242c;
    color: #fff;
}
table.bank-detail tr td:last-child {
    padding-left: 10px;
}
a.copy-icon {
    font-size: 14px;
    color: #bad6e3;
}
.afwrap {
    position: relative;
    margin-bottom: 10px;
}
input.afinput, select.afinput {
    background: #fff;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding: 4px 10px;
    border: none;
    font-weight: 600;
    font-size: 13px;
}
input.afinput:disabled, select.afinput:disabled {
    background: #fff;
}
.quick-btn {
    min-width: 70px;
    height: 30px;
    font-size: 13px;
    font-weight: 600;
    padding: 5px;
    background: #404040;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin-right: 1px;
    margin-bottom: 5px;
}
.quick-btn:hover {
    background: #e86b27;
}
button.form-submit-btn {
    background: #0cd664;
    color: #fff;
    padding: 5px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    min-width: 140px;
    height: 40px;
    font-size: 15px;
}
.afwrap.upload {
    display: flex;
}
.upload-input {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}
input.afinput.upload {
    margin-right: 10px;
}
button.upload-button {
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(189,189,189,1) 100%);
    color: #0d3a64;
    border: none;
    text-transform: uppercase;
    border-radius: 4px;
    min-width: 130px;
    padding: 5px;
    height: 40px;
    font-weight: 800;
    font-size: 13px;
}
.important-notice {
    background: rgba(0,24,46,0.8);
    padding: 15px 15px;
    font-size: 13px;
    color: #d7f3ff;
}
.notice-title {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.notice-title img {
    max-height: 28px;
    margin-right: 5px;
}
ol.notice-list {
    padding-left: 20px;
}
ol.notice-list li {
    padding-bottom: 8px;
}
.bankdetail {
    max-width: 600px;
    text-align: center;
}
.history-table-wrap {
    text-align: center;
}
.green-text {
    color: #18ff00;
}
.red-text {
    color: #ff0000;
}
.orgn-text {
    color: #0cd664;
}
.top-quick-info {
    padding: 10px;
}
.wallet-wrapper {
    display: grid;
    grid-template-columns: 60% 38%;
    grid-gap: 2%;
}
.player-wallet {
    border: 1px solid #d7f3ff;
    border-radius: 4px;
    height: 66px;
    padding: 8px 10px;
    display: grid;
    align-items: center;
    background: #13242c;
    color: #fff;
}
.amt-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}
button.gm-btn {
    background: #0cd664;
    color: #fff;
    border: none;
    width: 100%;
    height: 30px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
button.gm-btn.orgn {
    background: #797a7a;
    margin-top: 6px;
}
.token-wrap {
    padding: 8px 5px 0;
    font-size: 13px;
}
span.red-info {
    color: #f1ca24;
    font-size: 12px;
}
.noted-text {
    font-size: 12px;
    margin: 15px 0;
    line-height: 1.2;
}
.table-bank-wrap {
    text-align: center;
    overflow: auto;
}
table.bank-info-table tr th {
    background: #0cd664;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 3px;
}
table.bank-info-table tr td {
    border: 1px solid #ffffff;
    padding: 5px 3px;
    font-size: 13px;
    background: #00182E;
    color: #fff;
}
button.form-submit-btn.bank {
    font-size: 12px;
    height: 30px;
    min-width: 165px;
}

/** Inbox **/
.inbox-wrapper {
    overflow: auto;
    border: 1px solid #1a4995;
    border-radius: 5px;
    background: #13242c;
    color: #fff;
}
table.mail-table tr th {
    padding: 7px 3px;
    text-transform: uppercase;
    background: #0cd664;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}
table.mail-table tr td {
    padding: 10px 5px;
    font-size: 12px;
}
table.mail-table tr td:last-child, table.mail-table tr td:first-child {
    text-align: center;
    font-size: 11px;
}
.inbox_msg_text {
    cursor: pointer;
}
.remove-icon {
    color: #fff;
}
.remove-icon:hover {
    color: #e86b27;
}
.unread {
    color: #0cd664;
    font-weight: 700;
}
.history-table-wrap {
    text-align: center;
    overflow: auto;
    font-size: 12px;
    margin-top: 25px;
}
.afwrap.phone-reg {
    display: flex;
}
select.afinput.phone-code {
    width: 120px;
    margin-right: 5px;
}
ul.nav.menu-game.profile li {
    width: 50%;
}

/** Referral Member **/
.refer-qrcode {
    max-width: 200px;
    margin: auto;
    text-align: center;
}
button.copy-btn {
    background: #0cd664;
    color: #fff;
    border: none;
    height: 40px;
    padding: 5px 15px;
    border-radius: 0 5px 5px 0;
    position: absolute;
    z-index: 2;
    right: 0;
    font-size: 13px;
}
button.copy-btn:hover {
    filter: brightness(1.15);
}


@media (min-width: 767px) {
.game-provider-content {
    display: grid;
    grid-template-columns: repeat(4,1fr);
}   
}


/** Update 11/1/2022 **/
.modal-dialog.language {
    top: 15%;
}
.lang-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.lang-wrap a {
    color: #fff;
    font-size: 15px;
}
.lang-wrap a img {
    display: block;
    margin: 0 auto 4px;
}

/** Update - 17/1/2022 **/
#carouselExampleControls .carousel-indicators {
    margin-bottom: 2px;
}
#carouselExampleControls .carousel-indicators li {
    width: 25px;
    height: 1.5px;
}

/** Update - 10/2/2022 **/
ul.nav.menu-game.depomenu {
    grid-template-columns: repeat(7,1fr);
}
ul.nav.menu-game li a {
    text-transform: inherit;
}
ul.nav.menu-game.depomenu li a {
    font-size: 10px;
}

/** Info **/
.info-sec {
    background: url(../images/bg-vip.jpg)no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    padding: 0px 0 70px;
    min-height: 90vh;
    color: #000;
}
.home-title-bar {
    background: linear-gradient(to bottom, rgba(15,79,140,1) 0%, rgba(13,58,100,1) 100%);
    color: #d7f3ff;
    padding: 8px 20px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 80%);
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    border-radius: 25px 0 30px 0;
}
ul.terms {
    padding-left: 17px;
}







/*19012023*/

.drop-in ul {
    padding: 0px;
    color: #fff;
    list-style: none;
    margin: 0px;
}

.flg-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.flg-in {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
}

.flg-txt {
    display: flex;
    gap: 25px;
}

.drop-in ul li {
    margin-bottom: 15px;
}

.flg-ttl {
    color: #019c44;
    font-weight: bold;
}

.flg-txt a:after {
    content: "";
    width: 1px;
    height: 10px;
    position: absolute;
    background: #fff;
    top: 7px;
    left: -13px;
}

.flg-txt a {
    position: relative;
}

.flg-txt a:first-child:after {
    width: 0px;
}
.flg-img img {
    height: 50px;
}

.winner-board {
    width: 100%;
    /* max-width: 580px; */
    /* height: 465px; */
    height: auto;
    padding: 0 10px;
}
.payout_coin_img{
    padding-top: 35px;
}
.btn-in {
    display: flex;
    padding: 5px 14px;
    border-radius: 20px 20px 0px 0px;
    font-size: 12px;
    color: #fff;
    justify-content: space-between;
    /* align-items: center; */
    background: #2a2a2a;
    padding-bottom: 25px;
    height: 129px;
}
.ttl-bet{
    padding-top: 16px;
}
.payout {
    /* background: #0000003b; */
    padding: 8px;
    border-radius: 8px;
    background: linear-gradient(to bottom, #10d062 0%, #418b45  100%);
    margin-top: 8px;
}
.ttl-bet h4 {
    font-style: italic;
    margin-bottom: 0;
    font-weight: bold;
}
.ttl-bet p {
    letter-spacing: 2px;
    margin-bottom: 0;
}
.payout ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0px;
    gap: 5px;
    margin-bottom: 0;
}
.payout ul li {
    border-radius: 4px;
    border: 1px solid #ffffff7d;
    width: 21px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    background: #29313b;
}
.payout ul li:first-child{
    color: #20b958;
    margin-right: 16px;
}
.boar-btm {
    background: #38414a;
    padding: 10px 0;
    position: relative;
    /* top: -115px; */
    border-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
table.board-tlb {
    width: 100%;
    border-collapse: collapse;
    width: 90%;
    font-size: 14px;
    margin: auto;
}
table.board-tlb tr {
    border-radius: 10px;
    display: flex;
    width: 100%;
    color: var(--text-color);
}
table.board-tlb tr:nth-child(odd) {
    background: #2e353e;
    border-radius: 10px;
    display: flex;
    width: 100%;
}
table.board-tlb tr:first-child {
    background: none;
    font-weight: bold;
}
table.board-tlb tr th {
    color: #ffffff;
    font-weight: 100;
    width: 33.33%;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
}
table.board-tlb tr th:first-child {
    text-align: left;
}
table.board-tlb tr td {
    text-align: left;
    padding: 10px;
    font-size: 15px;
    width: 33.33%;
    text-align: center;
    color: #9fa8be;
}
table.board-tlb tr td:last-child {
    text-align: right;
    color: #61af71;
}
table.board-tlb tr th:last-child {
    text-align: right;
}
table.board-tlb tr td:first-child {
    text-align: left;
    color: #fff;
}

/*daynight*/
.switch-wrap {
    font-size: 11px;
    line-height: 30px;
    position: relative;
}
.switch-btn {
    position: relative;
    cursor: pointer;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #20242d;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
    width: 58px;
    height: 29px;
    border: none;
}
.switch-btn:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 8px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
.switch-btn.active:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}
.day {
    display: none;
    position: absolute;
    right: 09px;
    bottom: -1px;
    color: #ffc107;
}
.night {
    display: block;
    position: absolute;
    left: 9px;
    bottom: -1px;
    color: #4c5c69;
}
.lightmode .night {
    display: none;
}
.lightmode .day {
    display: block;
}
.logo_light{
    display: none;
}
.beside_logo {
    border-left: 1px solid grey;
    margin-left: 10px;
    max-width: 55px;
}
.login-sec{
    background: #1e242c;
    padding-bottom: 58px;
}


/*lightmode*/
.lightmode .logo_ori{
    display: none;
}
.lightmode .logo_light{
    display: block;
}
.lightmode .header-sec {
    background: #ffffff;
}
.lightmode button.menu-button {
    color: #636363;
}
.lightmode .annouce-sec {
    background: #ffffff;
    color: #636363;
}
.lightmode ul.nav.menu-game li a {
    background: #ffffff;
    color: #636363;
}
.lightmode .home-game-sec {
    background: #ececec;
}
.lightmode .provider-logo-wrapper {
    background: #ececec;
}
.lightmode .prov-title {
    background: #ececec;
    color: #636363;
}
.lightmode .footer-menu a {
    color: #8597a5;
}
.lightmode .fixed-menu-sec {
    background: #ffffff;
}
.lightmode ul.nav.menu-game li.active a {
    background: #0ed563;
    color: #ffffff;
    border-bottom: 2px solid #7c7c7c;
}
.lightmode .promo-sec {
    background: #ececec;
}
.lightmode .vip-sec {
    background: #ececec;
}
.lightmode .depo-sec {
    padding-bottom: 70px;
    color: #000000;
    background: #ececec;
}
.lightmode .label-title {
    color: #000000;
}
body.lightmode  {
    background: #ececec;
}
.lightmode .contact-menu-title {
    color: #000000;
    background: #ffffff;
}
.lightmode .download-sec {
    background: #ececec;
}
.lightmode .login-sec{
    background: #ececec;
    padding-bottom: 58px;
}
.lightmode .label-reg {
    color: #000;
}

/* 18082023 */
/* mission */

.point-sec {
    text-align: center;
    position: relative;
    background-size: 100%;
    padding-bottom: 50px;
    background-position-y: 50px;
    padding-bottom: 85px;
}

.point-sec .container{
    max-width: 910px;
}

.point-sec .row {
    margin-left: 0px;
    margin-right: 0px;
}

.addition-token {
    background-size: 100% 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 10px;
}

.angpow-box {
    position: relative;
    cursor: pointer;
    background-size: 100% 100%;
    border: 3px solid #3fbe3b;
    border-style: dotted;
    border-radius: 10px;
    padding: 5px;
}

button.token {
    background: linear-gradient(0deg, rgba(44,143,27,1) 0%, rgba(93,201,92,1) 100%);
    padding: 10px;
    font-size: 20px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    text-shadow: 0px 2px 0px #3d396d;
    font-weight: bolder;
    border: none;
}

@media (max-width: 600px)
.redeem-angpow-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 991px)
.redeem-angpow-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px 0px;
}
.redeem-angpow-wrapper {
    display: grid;
    grid-gap: 15px 10px;
    justify-content: center;
    grid-template-columns: repeat(3,1fr);
}

@media (max-width: 600px)
.angpow-box {
    width: 100%;
    /* height: 180px; */
}
@media (max-width: 820px)
.angpow-box {
    width: 100%;
}
@media (max-width: 991px)
.angpow-box {
    width: 100%;
}
.angpow-box {
    position: relative;
    cursor: pointer;
    background-size: 100% 100%;
    /* margin-bottom: 45px; */
}

.token-icon img {
    position: relative;
    cursor: pointer;
    text-align: center;
    width: 100%;
}
.close {
    display: block;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.open {
    display: none;
}

.angpow-box:hover .open{
    display: block;
    margin: 0 auto;
    
}

.angpow-box:hover .close{ 
    display: none;
    width: 80%;
}

@media (max-width: 480px)
.amt-credit {
    font-size: 15px;
    top: 40%;
    left: 3px;
}

@media (max-width: 600px)
.amt-credit {
    font-size: 6vw;
    top: 41%;
}

@media (max-width: 991px)
.amt-credit {
    font-size: 4.5vw;
    top: 40%;
}

.amt-credit {
    background: #aeafb1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 6px;
    right: 0;
    top: 0;
    font-size: 18px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 100%;
    font-weight: bolder;
    text-transform: uppercase;
}

.amt-credit:hover {
    background: #3fbe3b;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 600px){
    .additional-reward {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 10px;
    }
}


@media (max-width: 820px){
    .addition-bg {
        min-height: 50px;
        background-size: 100% 100%;
        padding: 5p;
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .addition-bg {
        max-width: 100%;
        margin: 0 auto;
    }
}

button.play {
    background: #000e21;
    padding: 10px;
    font-size: 15px;
    color: #fff;
    border: 2px solid #48c346;
    border-radius: 10px;
    text-align: center;
    min-width: 120px;
    margin-right: 20px;
    height: 60px;
    font-weight: 700;
}

button.tc {
    background: #000e21;
    padding: 10px;
    font-size: 15px;
    color: #fff;
    border: 2px solid #48c346;
    border-radius: 10px;
    text-align: center;
    min-width: 180px;
    margin-right: 20px;
    height: 60px;
    font-weight: 700;
    white-space: nowrap;
}

.modal-content.redeem {
    background: none;
    border: none;
    text-align: center;
    width: auto;
}

.pop-angpow {
    position: relative;
    filter: drop-shadow(0 0 50px #000000);
    padding: 10px;
    margin-top: 50px;
}

.token-pt {
    position: absolute;
    left: 0;
    right: 0;
    top: 80%;
    font-size: 50px;
    color: #fff;
    line-height: 1.2;
}

.pop-angpow .close span {
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    border-radius: 50%;
    font-size: 36px;
    width: 40px;
    height: 40px;
    /* padding: 20px; */
    display: block;
    line-height: 1px;
    border: none;
    top: 15%;
    position: absolute;
    right: 0px;
}

button.tokenredeem {
    background: linear-gradient(0deg, rgba(44,143,27,1) 0%, rgba(93,201,92,1) 100%);
    padding: 15px;
    font-size: 25px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    text-shadow: 0px 2px 0px #3d396d;
    font-weight: bolder;
    border: none;
    width: 80%;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.termsbox .title {
    color: #fff;
    font-size: 22px;
    text-align: left;
    padding: 15px;
    display: flex;
    padding-top: 0;
}

.termsbox p{
    color: #fff;
    text-align: left;
}
.termsbox{
    border: 2px solid #48c346;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(18,19,30,1) 0%, rgba(44,46,65,1) 100%);
    padding: 25px;
}

.termsbox .close span{
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    border-radius: 50%;
    font-size: 36px;
    width: 40px;
    height: 40px;
    padding: 20px;
    display: block;
    line-height: 1px;
    border: none;
    top:0;
    bottom: 50%;
    position: absolute;
    right: 0px;
}

.terms-header .close {
    padding: 1rem 1rem;
    margin: -1rem 1rem -1rem auto;
}

.terms-header{
    display: flex;
    position: relative;
    justify-content: :center;
}
