@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900');

body {
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
    font-size: 13px;
    color: #fff;
    max-width: 991px;
    margin: 0 auto;
    background: #000;
}

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 {
    text-decoration: none;
    outline: none;
    color: #02d46d;
}

img {
    max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="date"],
textarea,
select {
    color: #000;
    width: 100%;
    font-size: 13px;
}

input:focus {
    outline: none !important;
    border: none;
}

@font-face {
    font-family: "archivo";
    src: url("../fonts/Archivo-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "bebas";
    src: url("../fonts/BebasNeue-Regular.otf") format("opentype");
}

@font-face {
    font-family: "gbk";
    src: url("../fonts/gbk.TTF") format("truetype");
}


/* login page */
body.login-bg {
    background: #111111 no-repeat top center fixed;
    background-size: cover;
    height: 100%;
}

.login-wrap {
    padding: 0px 20px 10px;
    position: relative;
}

.login-logo {
    max-width: 200px;
    margin: auto;
    padding: 20% 0px 20px;
    text-align: center;
}

.login-tab {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 2px;
}

.login-tab a {
    display: block;
    background: #000;
    border: 1px solid #fff;
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
    color: #fff;
    width: 50%;
}

.login-tab a.active {
    background: #02d46d;
    color: #000;
    border: 1px solid transparent;
}

.login-content {
    background: #000;
    border: 1px solid #fff;
    border-radius: 0px 0px 10px 10px;
    padding: 20px;
}

.login-form-box {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}

.login-icon {
    position: absolute;
    left: 14px;
    top: 13px;
    font-size: 20px;
    color: #02d46d;
}

.login-form-box input {
    padding: 15px 15px 15px 45px;
    border-radius: 30px;
    background: #000;
    border: 1px solid #fff;
    color: #fff;
}

.login-form-box input::placeholder {
    color: #fff;
}

.login-pass-icon {
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 18px;
    color: #02d46d;
}

.login-row {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0px 10px;
}

.login-forget {
    color: #02d46d;
}

/* .checkbox-round {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-round:checked {
    background-color: gray;
} */

.login-btn-wrap {
    text-align: center;
}

.login-btn {
    background: #02d46d;
    border-radius: 20px;
    border: 1px solid #02d46d;
    display: block;
    padding: 12px;
    color: #000;
    margin: 0px auto 5px;
    width: 100%;
    text-align: center;
}

.login-btn-btm {
    color: #fff;
    font-size: 13px;
    padding-top: 5px;
}

.login-btn-btm a {
    color: #02d46d;
}

.login-media {
    text-align: center;
    color: #02d46d;
    padding-top: 20px;
}

.login-media-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px 0px 15px;
}

.login-media-wrap button {
    padding: 10px 15px;
    border-radius: 10px;
    background: #000;
    border: 1px solid #fff;
    font-size: 20px;
    color: #02d46d;
}

.login-contact {
    color: #02d46d;
    font-size: 14px;
}

/* end login page */

/* register page */
.phone-form-box .iti__flag-container {
    display: flex;
    position: initial;
}

.phone-form-box {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 30px;
    background: #000;
    border: 1px solid #02d46d;
    color: #fff;
}

.phone-form-box input {
    padding: 15px;
    padding-left: 6px;
    border: none;
    background: transparent;
    border-radius: 30px;
}

.phone-form-box input:focus {
    outline: none !important;
    border: none;
}

.phone-form-box input::placeholder {
    color: #02d46d;
}

.phone-form-box .iti--separate-dial-code .iti__selected-flag {
    padding: 10px;
    color: #02d46d;
    border: none;
    background: transparent;
}

/* .phone-form-box .iti__arrow {
    border-top: 4px solid #02d46d;
} */

.phone-form-box .iti {
    display: flex;
}

.phone-form-box .iti--separate-dial-code input[type=text],
.phone-form-box .iti--allow-dropdown input,
.phone-form-box .iti--allow-dropdown input[type=text],
.phone-form-box .iti--allow-dropdown input[type=tel],
.phone-form-box .iti--separate-dial-code input,
.phone-form-box .iti--separate-dial-code input[type=tel] {
    padding-left: 10px;
}

.phone-form-box .iti--allow-dropdown .iti__flag-container:hover {
    background: transparent;
    border-radius: 30px;
}

.phone-form-box .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background: transparent;
    border-radius: 30px;
}

.iti-mobile .iti__country-list {
    background: #000;
}

.login-bg.iti-mobile .iti--container {
    top: 28%;
    bottom: 0px;
    left: 30px;
    right: 30px;
    position: absolute;
}

.login-form-box input:focus,
.phone-form-box input:focus {
    outline: none !important;
    border: 1px solid #02d46d;
    /* box-shadow: 0 0 10px #02d46d; */
}

.reg-robot {
    border-radius: 30px;
    background: linear-gradient(to bottom, #fbfcfe 0%, #f0f6ff 100%);
    border: none;
    border-bottom: 4px solid #eaefff;
    box-shadow: inset #fff 0px 0px 5px 3px;
    display: flex;
    padding: 15px;
    align-items: center;
}

.reg-robot span {
    display: block;
    color: #02d46d;
    padding-left: 10px;
}

.reg-agree {
    display: flex;
    align-items: center;
    color: #02d46d;
    gap: 5px;
    padding-top: 10px;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox .checkmark {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 8px;
}

.custom-checkbox input:checked+.checkmark::after {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #02d46d;
    border-color: transparent;
    color: #fff;
}

.reg-list ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 340px;
    margin: 0px auto 20px;
    list-style: none;
    padding: 0px;
}

.reg-list ul li a.active {
    background: #02d46d;
    color: #000;
}

.reg-list ul li a {
    background: #000;
    border: 1px solid #02d46d;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    z-index: 10;
    color: #fff;
}

.reg-list ul:after {
    content: "";
    height: 1px;
    width: 100%;
    margin: 0px auto;
    display: block;
    background: #6d767d;
    position: absolute;
    top: 15px;
    max-width: 340px;
}

.reg-list ul li {
    z-index: 1;
}

.phone-verify {
    max-width: 300px;
    margin: auto;
    background: #02d46d;
}

input.num-verify {
    height: 45px;
    width: 45px;
    margin: 0 5px;
    font-size: 24px;
    text-align: center;
    padding: 5px;
    border: 1px solid #02d46d;
    background: #000;
    border-radius: 5px;
}

.code-field {
    text-align: center;
}

.field-label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #02d46d;
}

.code-issue {
    padding: 10px 0;
    text-align: center;
    color: #02d46d;
}

.reg-btn-wrap {
    display: flex;
    gap: 10px;
}

.congrazt-title {
    font-size: 24px;
    font-weight: 600;
    color: #02d46d;
}

.congrazt-title-2 {
    font-size: 18px;
    font-weight: 600;
    color: #02d46d;
}

.tick-success {
    font-size: 130px;
    line-height: 1;
    color: #02d46d;
    padding: 10px 0;
}

/* end register page */


/* forget password page */
.fp-title {
    font-weight: bold;
    text-align: center;
    color: #02d46d;
    font-size: 16px;
    padding-bottom: 10px;
}

.fp-verify {
    position: absolute;
    right: 14px;
    top: 8px;
    max-width: 16vw;
}

/* end forget password page */

/* top header */
.top-header {
    display: flex;
    /* grid-template-columns: 20% 60% 20%; */
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: fixed;
    width: 100%;
    max-width: 991px;
    z-index: 1;
    background: #111111;
    border-bottom: 2px solid #464646;
}

.top-left {
    display: flex;
    align-items: center;
    gap: 5px;
    position: absolute;
    left: 10px;
}

.top-menu img {
    max-width: 30px;
}

.top-balance {
    display: flex;
    align-items: center;
    gap: 2px;
    border: 1px solid #02d46d;
    border-radius: 5px;
    padding: 5px;
    max-width: 80px;
}

.top-balance span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.top-logo {
    display: block;
    text-align: center;
}

.top-logo img {
    max-width: 80px;
}

.top-right {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 10px;
}

.top-inbox {
    color: #02d46d;
    font-size: 22px;
}

.lang-btn {
    text-align: end;
}

.lang-btn img {
    max-width: 25px;
}

.lang-btn .dropdown-toggle::after {
    border: none;
}

.lang-btn {
    width: auto;
}

.lang-btn .dropdown-menu {
    min-width: auto;
    background: #000;
}

/* end top header */

/* side menu */
.side-menu .modal-dialog {
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 250px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

.modal.left .modal-body {
    padding: 0;
}

.side-menu-wrap {
    padding: 10px;
}

.side-menu .modal-content {
    border-radius: 0px;
    background: #111111;
}

.side-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.side-logo span {
    font-size: 18px;
}

.side-logo img {
    max-width: 120px;
}

.side-arrow-btn {
    color: #02d46d;
    font-size: 20px;
}

.side-menu {
    padding: 0px;
}

.side-menu-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 10px;
    display: block;
    border-bottom: 1px solid #02d46d;
}

.side-menu-box img {
    max-width: 35px;
    padding-right: 5px;
}

.side-menu-box span {
    color: #fff;
    font-weight: bold;
}

.side-menu-box:last-child {
    border-bottom: 1px solid transparent;
}

.side-social-btn {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.side-social-btn img {
    max-width: 35px;
}

.side-login-btn {
    background: linear-gradient(to bottom, #02d46d 0%, #008142 90%);
    color: #fff;
    text-shadow: 0px 1px 1px #767676;
    display: block;
    text-align: center;
    padding: 10px 5px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.side-join-btn {
    background: linear-gradient(to bottom, #fff 0%, #f6faff 50%, #fff 90%);
    color: #02d46d;
    display: block;
    text-align: center;
    padding: 10px 5px;
    border-radius: 10px;
    box-shadow: #02d46d 2px 2px 3px -2px;
}

/* end side menu */

/* index page */
.t-body.index-bg {
    padding-top: 50px;
    padding-bottom: 50px;
}

#index-carousel {
    padding: 0px;
}

.index-box {
    padding: 10px;
}

.announce-wrap {
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    padding: 10px 10px 5px 30px;
    background: #252525;
}

.ann-icon {
    max-width: 18px;
    position: absolute;
    bottom: 8px;
    left: 10px;
    color: #02d46d;
}

.ann-bar {
    width: 100%;
}

.index-btm-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0px;
    gap: 5px;
}

.index-login-btn {
    background: linear-gradient(to bottom, #02d46d 0%, #008142 90%);
    display: block;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    /* text-shadow: 0px 1px 1px #767676; */
    font-size: 13px;
    white-space: nowrap;
    text-align: center;
    width: 50%;
}

.index-link {
    display: flex;
    text-align: center;
    gap: 5px;
    /* width: 60%; */
    justify-content: space-around;
}

.index-link img {
    max-width: 30px;
}

.index-link span {
    display: block;
    color: #02d46d;
    font-size: 12px;
}

.menu-tab {
    padding: 10px 10px 80px;
    display: grid;
    grid-template-columns: 30% 70%;
}

.menu-list a {
    background: #111111;
    padding: 8px 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    margin-bottom: 5px;
    border-radius: 10px;
    font-size: 12px;
}

.menu-list a.active, .menu-list a:hover {
    background: linear-gradient(to bottom, #02d46d 0%, #00572c 90%);
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 1px 1px #767676;
}

.menu-list img {
    max-width: 25px;
    filter: grayscale(1);
}

.menu-list span {
    display: block;
}

.menu-content {
    padding-left: 10px;
}

.menu-content.slot-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.menu-prod {
    position: relative;
    padding-bottom: 10px;
}

.menu-enter-btn {
    position: absolute;
    background: linear-gradient(to bottom, #ffffff 0%, #f2f7ff 90%);
    border-radius: 20px;
    display: block;
    color: #02d46d;
    box-shadow: #02d46d 2px 2px 8px -4px;
    bottom: 20px;
    left: 10px;
    padding: 4px 20px;
}

/* end index page */


/* fixed bottom menu  */
.menu-btm {
    position: fixed;
    width: 100%;
    max-width: 991px;
    bottom: 0;
    background: #545454;
    z-index: 1;
    /* filter: drop-shadow(0px 0px 1px #02d46d); */
    /* box-shadow: #02d46d 2px 2px 8px -4px; */
}

.menu-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    padding: 5px;
    height: 55px;
}

.menu-wrapper a {
    text-align: center;
    color: #fff;
    display: block;
}

.menu-wrapper img {
    max-width: 30px;
    margin: 0 auto;
    display: block;
}

.menu-btm-home img {
    max-width: 60px;
    position: relative;
    bottom: 20px;
    margin: 0 auto;
    filter: none;
}

.menu-btm-wallet img {
    max-width: 50px;
    background: #fff;
    border-radius: 50px;
}

/* end fixed bottom menu  */

/* slots page */
.top-long-header {
    background: url(../images/index/game-banner/slot/header-2.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    width: 100%;
    max-width: 991px;
    z-index: 2;
}

.top-long-header img {
    max-width: 30px;
}

.tp-header-top {
    display: grid;
    grid-template-columns: 20% 60% 20%;
    align-items: center;
    padding: 15px 10px;
    font-weight: bold;
    font-size: 15px;
}

.tp-header-title {
    text-align: center;
}

.tp-header-right {
    display: flex;
    gap: 5px;
}

.top-long-wrap {
    padding: 120px 10px 20px;
}

.top-short-header {
    background: url(../images/index/game-banner/slot/header-1.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    width: 100%;
    max-width: 991px;
    display: grid;
    grid-template-columns: 20% 60% 20%;
    align-items: center;
    padding: 15px 10px;
    font-weight: bold;
    font-size: 15px;
    z-index: 2;
}

.top-short-header a {
    color: #000;
}

.top-short-header img {
    max-width: 25px;
}

.top-short-header span {
    display: block;
    text-align: center;
}

/* end slots page */

/* download page */
.title-header {
    background: #111111;
    box-shadow: #111111 2px 2px 8px -4px;
    position: fixed;
    width: 100%;
    max-width: 991px;
    z-index: 2;
}

.title-hdr-wrap {
    position: relative;
    padding: 15px 10px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.top-back-arrow {
    color: #02d46d;
    position: absolute;
    left: 10px;
    top: 15px;
}

.dl-tab .nav {
    display: flex;
    justify-content: center;
    padding: 0px 10px;
    gap: 5px;
}

.dl-tab .nav-tabs .nav-item {
    width: 49%;
}

.dl-tab .nav-tabs .nav-link {
    background: #111111;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #02d46d;
    color: #fff;
    padding: 10px;
    width: 100%;
}

.dl-tab .nav-tabs .nav-item.show .nav-link,
.dl-tab .nav-tabs .nav-link.active {
    background: #02d46d;
    border-bottom: none;
    color: #000;
}

.dl-wrap {
    padding: 80px 10px 80px;
}

.dl-tab-content {
    position: relative;
}

.dl-mobile-img {
    position: relative;
    top: 30px;
    z-index: 1;
}

.purple-wrap {
    padding-bottom: 5px;
    background: #464646;
    background-size: 100% 11px;
    position: relative;
    margin-top: 30px;
    border-radius: 10px;
    margin: 10px 5px;
    /* box-shadow: #02d46d 0px 2px 8px -4px; */
}

.purple-inner-wrap {
    background: #464646;
    border-radius: 10px;
    /* box-shadow: inset #fff 0px 0px 8px 4px; */
}

.dl-box {
    padding: 20px;
}

.dl-box img {
    max-width: 100px;
}

.dl-note {
    color: #02d46d;
    text-align: center;
    padding: 20px 0px 10px;
}

.dl-box {
    padding: 10px;
}

.dl-qr {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    text-align: center;
}

.dl-qr-img {
    max-width: 100px;
    background: #fff;
    box-shadow: #02d46d 0px 1px 6px -1px;
    padding: 10px;
    border-radius: 10px;
}

.dl-qr a {
    display: block;
    border-radius: 20px;
}

.orange-wrap {
    background: #000;
    background-size: 100% 11px;
    position: relative;
    margin-top: 30px;
    border-radius: 10px;
    margin: 10px 5px;
    border: 1px solid #02d46d;
}

.orange-inner-wrap {
    border-radius: 10px;
    /* box-shadow: inset #fff 0px 0px 5px 2px; */
}

.dl-qr-box .orange-inner-wrap {
    border-radius: 20px;
}

.dl-qr-btn {
    padding: 5px 10px;
    border-radius: 20px;
    color: #02d46d;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dl-qr-btn i {
    font-size: 20px;
}

.game-dl {
    padding: 20px 0px 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.dl-modal .btn-close {
    background: none;
    color: #02d46d;
    font-size: 30px;
    position: absolute;
    right: 4px;
    top: 0px;
    z-index: 1;
}

.dl-modal .modal-content {
    background: #111111;
}

.access-info-wrapper {
    display: block;
    max-width: 500px;
    margin: 15px auto 0;
}

table.access-table tr td {
    background: #000;
    border: 1px solid #02d46d;
    color: #fff;
    padding: 4px 5px;
    font-size: 13px;
    line-height: 1.3;
}

.main-text {
    color: #02d46d;
}

.dld-wrap {
    text-align: center;
    padding-top: 20px;
}

.download-wrap {
    padding-top: 15px;
    text-align: center;
}

a.devide-btn {
    background: #02d46d;
    border: 1px solid #02d46d;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0px;
    display: inline-block;
    width: 120px;
    padding: 5px 2px;
    margin: 0 5px;
    border-radius: 5px;
}


/* end download page */

/* promotion page */
.promo-top-header {
    background: #111111;
    position: fixed;
    width: 100%;
    max-width: 991px;
    z-index: 2;
}

.filter-menu-bar {
    background: #111111;
    box-shadow: #02d46d 2px 2px 8px -4px;
    position: fixed;
    width: 100%;
    max-width: 991px;
    z-index: 1;
    padding-top: 50px;
}

.mix {
    display: none;
}

.filter-menu-bar {
    overflow: auto;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
}

.pmbox {
    display: inline-block;
    text-align: center;
    margin: 5px 7px 0;
    border-bottom: 2px solid transparent;
    padding: 5px 0 5px;
    font-size: 15px;
    color: #fff;
}

.pmbox.active {
    color: #fff;
    border-bottom: 2px solid #02d46d;
}

.promo-content {
    padding: 100px 10px 80px;
}

.promo-box {
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
    background: #111111;
    color: #fff;
    font-weight: 500;
}

.promo-bx img {
    border-radius: 10px 10px 0px 0px;
}

.promo-bx {
    box-shadow: #111111 2px 2px 8px -4px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.promo-modal .modal-header {
    background: #111111;
    color: #fff;
}

.promo-modal .btn-close {
    background: none;
    color: #fff;
    font-size: 20px;
}

.promo-modal .modal-title {
    font-size: 16px;
}

.promo-modal .modal-body {
    background: #000;
}

.promo-body {
    color: #fff;
}

.promo-table table {
    vertical-align: middle;
    text-align: center;
}

.promo-table thead tr th {
    background: #111111;
    color: #fff;
    vertical-align: middle;
    border: 1px solid #02d46d;
    text-align: center;
}

.promo-table tbody td {
    background: #000;
    border: 1px solid #02d46d;
    color: #fff;
}

/* end promotion page */

/* contact us page */
.contact-wrap {
    padding: 60px 10px 80px;
    /* display: grid;
    grid-template-columns: repeat(2, 1fr); */
}

.contact-box {
    background: #111111;
    border-radius: 20px;
    border: 1px solid #02d46d;
    padding: 10px;
    text-align: center;
    margin: 5px;
}

.contact-box h5 {
    font-size: 14px;
    font-weight: 500;
    color: #02d46d;
    margin: 0px;
    padding-top: 10px;
}

.contact-box span {
    font-size: 13px;
    color: #02d46d;
}

.contact-box img {
    max-width: 60px;
}

.contact-qr {
    max-width: 120px;
    padding-top: 10px;
}

/* end contact us page */


/* fortune wheel page */
body.fortune-bg {
    background: url(../images/fortune/fw-bg.jpg) no-repeat top center fixed;
    background-size: cover;
    height: 100%;
}

.fortune-wrap {
    padding: 70px 10px 80px;
}

.fortune-wheel {
    position: relative;
    text-align: center;
}

.fw-frame {
    position: absolute;
    z-index: 1;
}

.fw-point {
    position: absolute;
    z-index: 2;
    max-width: 40px;
    left: 0;
    right: 0;
    margin: auto;
}

.fw-logo {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    top: 36%;
    max-width: 100px;
}

.fortune-btn {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 5px;
    padding: 10px 0px;
}

.fw-play-btn {
    background: #000;
    border: 1px solid #02d46d;
    border-radius: 50px;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.fw-spin-btn {
    background: #000;
    border: 1px solid #02d46d;
    background-size: 100% 100%;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
}

.fw-info-btn {
    background: #000;
    border: 1px solid #02d46d;
    border-radius: 20px;
    padding: 10px 10px;
    color: #fff;
    font-weight: bold;
}

/* end fortune wheel page */


/* afterlogin index page */
.index-al-name {
    color: #02d46d;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.index-al-name img {
    max-width: 40px;
    /* padding-left: 5px; */
}

.index-al-amt {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.index-al-amt i {
    color: #02d46d;
}

/* end afterlogin index page */

/* account page */
.acc-wrap {
    padding: 20px 10px 10px;
}

.acc-profile a {
    padding: 10px;
    color: #02d46d;
    display: flex;
    gap: 10px;
    justify-content: end;
    align-items: center;
}

.acc-pic {
    display: flex;
    align-items: center;
    gap: 10px;
}

.acc-avatar {
    max-width: 55px;
}

.acc-name {
    color: #02d46d;
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.acc-num {
    color: #02d46d;
    padding-top: 5px;
    display: block;
}

.acc-status {
    background: #464646;
    padding: 1rem;
    border-radius: 0.625rem;
    text-align: center;
    margin: 10px 0px;
}

.acc-wl-amt {
    text-align: center;
}

.acc-wl-amt h5 {
    color: #02d46d;
    font-size: 13px;
}

.acc-wl-amt span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.coin-earning {
    display: flex;
    background: #000;
    padding: 15px;
    margin-top: 0.5rem;
    border-radius: 0.625rem;
    color: #02d46d;
}

.coin-earning .coin {
    width: 50%;
    display: flex;
    align-items: center;
    border-right: 1px solid #fff;
}

.coin-earning .coin img {
    max-width: 30px;
}

.coin .number {
    color: #fff;
}

.coin-earning .coin div {
    text-align: start;
    line-height: 1.25;
    margin-left: 0.5rem;
    font-size: .75rem;
}

.coin-earning .earning {
    width: 50%;
    font-size: .75rem;
    text-align: center;
}

.coin-earning span {
    display: block;
}

.earning .number {
    color: #fff;
}

.acc-wl-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
    gap: 10px;
}

.acc-wl-row a {
    color: #02d46d;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    width: 100%;
    background: #464646;
    box-shadow: 0 3px 5px rgba(107, 123, 168, .25);
    border-radius: 10px;
}

.acc-wl-row img {
    max-width: 35px;
}

.acc-link {
    background: #464646;
    box-shadow: 0 4px 12px 0 rgba(107, 123, 168, .25);
    padding: 0 1rem;
    margin-bottom: 80px;
}

.acc-link a {
    display: block;
    padding: 10px 15px;
    color: #02d46d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
}

.acc-link a:last-child {
    border-bottom: none;
}

.acc-link a div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.acc-link a img {
    max-width: 30px;
}

.btn-bln-all {
    display: flex;
    justify-content: space-between;
    color: #02d46d;
    align-items: center;
    padding: 10px 15px;
    background: #111111;
    border-radius: 10px 10px 0px 0px;
}

.btn-amt {
    display: flex;
    gap: 10px;
    align-items: center;
}

button.btnall {
    padding: 5px 10px;
    border-radius: 10px;
    background: #02d46d;
    color: #000;
    border: none;
}

button.btnall:hover {
    background: #075a46;
}

.blc-amt {
    display: flex;
    gap: 10px;
}

.bln-in {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.bln-all {
    margin-top: 2px;
    padding: 10px;
    background: #111111;
}

.bln-all ul {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    max-height: 466px;
}

.bln-all ul li {
    width: 100%;
    margin: 3px 0px;
    border: 1px solid #02d46d;
    border-radius: 7px;
    padding: 4px 10px;
    cursor: pointer;
    list-style: none;
    background: #111111;
}

.bln-all ul li:hover {
    border: 1px solid #67b7fe;
}

.btn-out {
    border: none;
    border-radius: 5px;
    background: #48dd30;
    color: #fff;
    min-width: 45px;
}

.blc-inout {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-in {
    background: #ed1d49;
    border: none;
    border-radius: 5px;
    color: #fff;
    min-width: 45px;
    padding: 5px;
}

.blc-modal .modal-content {
    background: #02d46d;
    border-radius: 10px 10px 0px 0px;
    border: none;
}

.blc-modal .btn-close {
    background: none;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    font-size: 30px;
    opacity: 1;
    top: -39px;
    position: absolute;
    right: -4px;
}

.blc-modal .modal-body {
    padding: 0px;
}





/* end account page */


/* deposit page */
.top-short-wrap {
    padding: 65px 10px 80px;
}

.dep-label {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0px;
}

.select_bank_opt {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-color: #becaec;
    gap: 3px;
}

.form-check .btn-check {
    border-color: #becaec;
}

.form-check .btn-check:checked {
    background-color: #4a89fc;
    border-color: #4a89fc;
}

.select_bank_opt .form-check-inline .form-check-label {
    font-size: 11px;
    width: 100%;
    max-width: unset;
    flex-direction: column;
    height: 4.5rem;
    grid-gap: 0.15rem;
    gap: 0.15rem;
    overflow: hidden;
    border: 1px solid #cecece;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}

.form-check .btn-check:checked+.form-check-label {
    color: #4a89fc !important;
    border: 0.0625rem solid #02d46d;
    position: relative;
    overflow: hidden;
}

.select_bank_opt .form-check-inline .form-check-label img {
    height: 24px;
}

.form-check .btn-check:checked+.form-check-label:after {
    content: "";
    position: absolute;
    background: url(../images/afterlogin/checked.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -0.0625rem;
    right: -0.0625rem;
    width: 1.5625rem;
    height: 1.5625rem;
}

.select_bank_opt .form-check-inline {
    margin: 0;
    padding: 0;
}

.form-check-label p {
    margin: 0;
    color: #fff;
}

.content-section {
    display: none;
}

.tabcontent_custom_dep {
    padding-top: 0px;
}

.row_form {
    margin: 15px 0;
    display: flex;
    align-items: center;
}

.tabcontent_custom_dep {
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.form-control {
    color: #000;
    background: #fff;
    border: 1px solid #fff;
    min-height: 2.5rem;
    font-size: 13px;
}

.form-control::placeholder {
    color: #fff;
}

.amt_input {
    display: flex;
    align-items: center;
}

.amt_input .input-group-text {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    position: relative;
    border-right: 0;
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    min-height: 2.5rem;
}

.amt_input input {
    margin-left: calc(var(--bs-border-width)*-1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.select_bank_opt_amt .select_bank_opt .form-check-inline .form-check-label {
    height: 2.5rem;
    width: 100%;
}

.select_bank_opt_amt .select_bank_opt {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.5rem;
    gap: 0.5rem;
    border-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-color: #becaec;
    margin-top: 10px;
}

.form-check .btn-check:checked+.form-check-label:after {
    content: "";
    position: absolute;
    background: url(../images/after-login/checked.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -0.0625rem;
    right: -0.0625rem;
    width: 1.5625rem;
    height: 1.5625rem;
}

.amt_input {
    display: flex;
    align-items: center;
}

.amt_input .input-group-text {
    color: #000;
    background: #fff;
    position: relative;
    border-right: 0;
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    min-height: 2.5rem;
}

.amt_input input {
    margin-left: calc(var(--bs-border-width)*-1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 13px;
}

.orange-btn {
    background: #000;
    border-radius: 20px;
    border: 1px solid #02d46d;
    display: block;
    padding: 12px;
    color: #fff;
    margin: 0px auto 5px;
}

select.dep-option {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    font-size: 13px;
}

select.form-select.dep-option {
    color: #000;
}

select.dep-option option {
    background: #fff;
    color: #02d46d;
}

select.dep-option:focus {
    outline: none !important;
    box-shadow: none;
}

input.dep-form-input {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #f9f9f9;
    padding: 10px 10px 10px 10px;
}

input.dep-form-input::placeholder {
    color: #888888;
}

.dep-upload {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #fff;
    padding: 10px 10px 10px 10px;
    position: relative;
    color: #000;
}

.dep-upload button {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #02d46d;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 12px;
    border: none;
    color: #000;
}

.dep-submit {
    text-align: center;
    padding: 10px 0px;
}

.dep-copy {
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #f9f9f9;
    padding: 10px 10px 10px 10px;
    position: relative;
    color: #888888;
}

.dep-copy input {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 60px;
    font-weight: bold;
    color: #000;
    border: none;
}

.dep-copy button {
    position: absolute;
    top: 2px;
    right: 2px;
    background: url(../images/wallet/deposit/crypto/btn-copy.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px 18px;
    font-size: 12px;
    border: none;
    color: #02d46d;
}

/* end deposit page */

/* withdrawal page */
.table-share tr th {
    background-color: #02d46d;
    padding: 10px 5px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #fff;
    color: #000;
}

.table-share tr td {
    padding: 5px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
}

/* end withdrawal page */

/* wallet page */
.wallet-title {
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

.wallet-title span {
    color: #02d46d;
    font-weight: bold;
    font-size: 14px;
}

.my-wallet-content {
    height: 100%;
    display: flex;
    padding: 1rem;
    border-radius: 0.5rem;
    background: #464646;
    box-shadow: 0 3px 5px rgba(107, 123, 168, .25);
}

.wallet-container {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.interest-tnc {
    width: max-content;
    /* min-width: 10rem; */
    display: flex;
    align-items: center;
    border: 0.0625rem solid #02d46d;
    border-radius: 1rem;
    font-size: .75rem;
    padding: 0.125rem 0.25rem;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    background: #000;
    margin-right: 0.5rem;
    cursor: pointer;
}

.wallet-container_content p {
    color: #fff;
    font-weight: 500;
    margin: 0;
}

.wallet-container_content span {
    font-size: 1.25rem;
    word-break: break-all;
}

.wallet-container img {
    width: 60px;
}

.history_table {
    background: #000;
    color: #fff;
}

.history_table tr th {
    padding: 10px;
    background: #02d46d;
    color: #000;
    border: 1px solid #fff;
}

.history_table tr td {
    padding: 10px;
    border: 1px solid #fff;
}

tr.unread td {
    font-weight: bold;
    color: #fff;
}

.history_table tr th:last-child {
    text-align: right;
}

.history_table tr td:last-child {
    color: #f4ba00;
    text-align: right;
}

.time_h {
    font-size: .75rem;
    white-space: nowrap;
    margin-right: 1rem;
}

.btn-df {
    border: none;
    background: #ed1d49;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
}

.addbank_form {
    display: none;
    color: #02d46d;
}

.addbankbtn {
    background: transparent;
    border: none;
    color: #fff;
    margin-top: 40px;
}

.addbankbtn i {
    margin-right: 10px;
}


.wallet-list {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
    gap: 10px;
    padding: 10px;
}

.wallet-list-box {
    color: #02d46d;
}

.wallet-list-box img {
    max-width: 30px;
    display: block;
    margin: auto;
    padding-bottom: 5px;
}

.wallet-div {
    border-right: 2px solid #eaeaea;
    height: 40px;
}

/* end wallet page */

/* history page  */
.filters-group {
    display: flex;
    flex-wrap: wrap;
}

.filters-group .form-check-label {
    height: 2.5rem;
    min-width: 4.5rem;
    max-width: 8.75rem;
    line-height: 1.25;
    color: #fff;
    background: #000;
    border: 1px solid #02d46d;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    cursor: pointer;
    border-radius: 0;
    font-size: .75rem;
}

.filters-group .form-check-label.active,
.filters-group .form-check-label:hover {
    color: #4a89fc;
    border: 0.0625rem solid #4a89fc;
    position: relative;
    overflow: hidden;
    line-height: 1.25;
    font-size: .75rem;
}

.filters-group .form-check-label.active:after {
    content: "";
    position: absolute;
    background: url(../images/afterlogin/checked.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -0.0625rem;
    right: -0.0625rem;
    width: 1.5625rem;
    height: 1.5625rem;
}

.filters-group .form-check-inline:first-child .form-check-label {
    border-radius: 0.25rem 0 0 0.25rem;
}

.filters-group .form-check-inline:last-child .form-check-label {
    border-radius: 0 .25rem .25rem 0;
}

.filters-group .form-check-inline {
    margin: 0;
    padding: 0;
}

.filters-tp-col_date {
    grid-gap: 10px;
}

/* end history page  */

/* referral page */
.amt-box {
    position: relative;
}

button.btn-cpy {
    position: absolute;
    right: 17px;
    top: 12px;
    border: none;
    padding: 0px;
    color: #000;
    background: transparent;
}

.ref-qr img {
    display: block;
    margin: 0px auto;
    max-width: 200px;
}

/* end referral page */

/* inbox page */
.inbox-tab .nav {
    display: flex;
    justify-content: space-around;
    padding: 0px 10px;
}

.inbox-tab .nav-item {
    width: 50%;
}

.inbox-tab .nav-tabs .nav-link {
    background: #000;
    border: 1px solid #02d46d;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    padding: 10px;
    width: 100%;
    border: 1px solid #02d46d;
    position: relative;
    z-index: 0;
}

.inbox-tab .nav-tabs .nav-item.show .nav-link,
.inbox-tab .nav-tabs .nav-link.active {
    color: #000;
    background: #02d46d;
    border: 1px solid #02d46d;
}

.notify-num {
    right: -2.5%;
    top: -7.5%;
    width: 1.0625rem;
    height: 1.0625rem;
    border-radius: 50%;
    color: #fff;
    background-image: linear-gradient(0deg, #ea4e3d, #f7778c);
    font-size: .63rem;
    font-weight: 500;
    line-height: 1.0625rem;
    z-index: 4;
}

.notify-num,
.notify-red-dot {
    position: absolute;
    display: inline-block;
}

.inbox-wrap {
    padding: 95px 10px 80px;
}

.msg-edit-panel {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    padding: 10px 0px;
}

.msg-edit-panel i {
    margin-right: 5px;
}

.box_delete {
    color: red;
}

.box_mark {
    color: #4a89fc;
}

.list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-color: #becaec;
    cursor: pointer;
    transition: background-color .3s ease-in-out;
    gap: 10px;
}

.msg-icon-col img {
    width: 50px;
}

.list-group-item .h6,
.list-group-item h6 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    /* width: 17%; */
    /* line-height: 1; */
}

.list-group-item .h6>span,
.list-group-item h6>span,
.list-group-item p,
.list-group-item span {
    font-size: .65rem;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-group-item p {
    color: #fff;
    /* width: 65%; */
}

.list-group-item>span:not(h6):not(.h6) {
    color: #fff;
}

.inbox-tab-content {
    background: #464646;
    box-shadow: 0 3px 5px rgba(107, 123, 168, .25);
    padding: 10px;
}

.msg-list-group {
    border-bottom: 1px solid #eaeaea;
}

.msg-list-group:last-child {
    border-bottom: none;
}

.inbox-pagi .pagination {
    justify-content: center;
    gap: 10px;
    padding-top: 15px;
}

.inbox-pagi .page-link {
    border-radius: var(--bs-pagination-border-radius);
    font-size: 11px;
    background: #000;
    border: 1px solid #02d46d;
    color: #fff;
}

.inbox-pagi .page-link:hover {
    background: #02d46d;
    color: #fff;
}

/* end inbox page */

/* about us page */
.inf-content p {
    margin-bottom: 10px;
    opacity: 1;
    color: #fff;
    line-height: 1.4;
}

/* end about us page */

/* banking page */
.table-second {
    margin: 20px 0px;
}

.table-second>tbody>tr>th {
    border: 1px solid #02d46d;
    background: #02d46d;
    color: #000;
    text-align: center;
    padding: 5px;
}

.table-second>tbody>tr>td {
    border: 1px solid #02d46d;
    background: #000;
    padding: 5px;
    color: #fff;
}

.detail-ul {
    color: #fff;
}

/* end banking page */

/* tnc page */
button.btn-tnc {
    background: #02d46d;
    width: 100%;
    text-align: left;
    font-size: 16px;
    padding: 8px 15px;
    color: #000;
    border: none;
    border-radius: 5px;
    position: relative;
}

button.btn-tnc.collapsed {
    background: #000;
    border: 1px solid #02d46d;
    color: #fff;
}

button.btn-tnc:focus {
    outline: none;
}

.tnc-card {
    margin-bottom: 5px;
}

.tnc-body {
    background: #000;
    border: 1px solid #02d46d;
    color: #fff;
    padding: 20px 20px 10px;
    border-radius: 4px;
    margin-top: 2px;
    line-height: 1.3;
}

.tnc-body ul {
    padding-left: 15px;
    color: #fff;
}

.tnc-body ul li {
    padding-bottom: 8px;
}

button.btn-tnc::after {
    content: '>';
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 17px;
    top: 10px;
    transform: rotate(270deg);
    transition: all 0.3s;
}

button.btn-tnc.collapsed::after {
    content: '>';
    transform: rotate(90deg);
    transition: all 0.3s;
}

/* end tnc page */

/* policy page */
.policy-wrap {
    padding: 10px 15px 15px;
    color: #616c76;
}

/* end policy page */


/* vip page */
.vip-wrap {
    padding: 60px 0px 80px;
}

.vip-pic {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0px 10px;
}

.vip-avatar {
    max-width: 55px;
}

.vip-name {
    color: #02d46d;
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.vip-progress {
    padding: 0px 10px;
}

.vip-bar-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #02d46d;
    padding-bottom: 10px;
}

.vip-bar-wrap span {
    width: 30%;
}

.vip-bar {
    width: 100%;
    position: relative;
}

.vip-progress .progress {
    background: #464646;
}

.vip-progress .progress-bar {
    background: #02d46d;
}

.vip-progress-amt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    text-align: center;
    color: #fff;
}

.vip-bnf-wrap {
    position: relative;
    padding-bottom: 20px;
}

.vip-bnf-icon {
    width: 100%;
    max-width: 5.625rem;
    height: auto;
    position: absolute;
    top: 0;
    right: 1rem;
    z-index: 1;
}

.vip-bnf-lvl {
    width: 27%;
    padding: 8px 5px;
    border-top-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    font-size: .75rem;
    color: #000;
    background: #02d46d;
}

.vip-bnf-lvl.lock {
    padding: 8px 23px;
    background: #02d46d;
}

.vip-bnf-content {
    color: #02d46d;
    padding: 0.5rem 2rem;
    margin-right: 3rem;
}

.vip-bnf-content h1 {
    margin: 0px;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 5px;
}

.vip-bnf-content p {
    margin: 0px;
    font-size: 12px;
    padding: 5px 0px;
}

.vip-notice {
    width: 100%;
    height: auto;
    background: #000;
    padding: 0.5rem 2rem;
    color: #02d46d;
    margin-bottom: 10px;
}

.vip-notice p {
    margin-bottom: 0px;
    font-size: 12px;
}

.vip-detail {
    padding: 10px;
    background: #464646;
    margin-top: 10px;
    box-shadow: #02d46d 2px 2px 8px -4px;
}

.vip-box-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.vip-box-wrap-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.vip-box-inner-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding-bottom: 15px;
}

.vip-box-inner-wrap-1 {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 15px;
    padding: 0px 15px 15px;
}

.vip-box-inner-wrap img,
.vip-box-inner-wrap-1 img {
    max-width: 50px;
}

.vip-pri-title {
    font-weight: 600;
    font-size: 16px;
    padding: 15px 0px 10px;
}

.vip-pri-title:first-child {
    padding-top: 5px;
}

.vip-bnf {
    color: #fff;
    font-size: 12px;
    width: 50%;
}

.vip-bnf span {
    color: #02d46d;
    font-weight: 600;
    font-size: 14px;
    display: block;
    padding-bottom: 3px;
}

.vip-bnf h5 {
    color: #02d46d;
    font-size: 14px;
    display: block;
    margin: 0px;
}

.vip-al-thumb-container .swiper-slide {
    width: 80%;
    padding: 0px 10px;
}

.vip-lvl-bar {
    padding-top: 20px;
    position: relative;
}

.vip-lvl-badge {
    max-width: 100%;
}

.vip-al-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 0;
}

.swiper.vip-al-swiper {
    position: relative;
    text-align: center;
    padding: 10px 20px 10px;
    z-index: 0;
}

.vip-al-swiper .swiper-button-next::after,
.vip-al-swiper .swiper-button-prev::after {
    content: "";
}

.vip-al-swiper .swiper-button-next {
    content: "";
    background: url(../images/account/vip/privilege/ARROW_NEXT\ GAME.png) no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 20px;
    color: transparent;
    z-index: 0;
    right: 0px;
}

.vip-al-swiper .swiper-button-prev {
    content: "";
    background: url(../images/account/vip/privilege/ARROW_PREVIOUS\ GAME.png) no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 20px;
    color: transparent;
    z-index: 0;
    left: 0px;
}

.vip-lvl-badge,
.vip-bnf-bg {
    display: none !important;
}

.vip-lvl-badge.show,
.vip-bnf-bg.show {
    display: block !important;
}

/* end vip page */

/* blog page */
.blog-wrapper {
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.blog-title-box {
    padding: 5px;
}

.blog-title-box i {
    font-size: 28px;
    color: #02d46d;
    margin-left: 10px;
    margin-right: 10px;
}

.blog-boxer {
    display: grid;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    max-width: 100%;
    height: auto;
    align-content: center;
    margin: 25px 0;
    grid-gap: 10px;
    background: #464646;
}

.blog-boxer h4 {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
}

.blog-time-title {
    color: #02d46d;
}

.blog-time-title p i {
    margin-right: 10px;
}

.blog-content {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 12px;
}

.blog-boxer .moreinfo_btn {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 10px;
    border-radius: 15px;
    background: #000;
    border: 1px solid #02d46d;
    margin: 0 auto;
    justify-content: space-between;
    color: #fff;
}

.blog-boxer_inner {
    display: grid;
    padding: 10px;
    background: #464646;
}

.blog-boxer .moreinfo_btn i {
    background: #fff;
    color: #000;
    border-radius: 50%;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    padding: 2px;
    padding-left: 4px;
}

/* end blog page */

/* mission page */
.mission-bg ul {
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    list-style: none;
}

.mission-bg ul li a {
    display: block;
    position: relative;
}

.ms-wrap {
    position: absolute;
    top: 0px;
    padding: 15px;
    text-align: center;
    width: 100%;
}

.ms-ttl {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.ms-amt {
    font-weight: bold;
    color: #fbe621;
    text-transform: uppercase;
}

.ms-btn {
    position: absolute;
    bottom: -5px;
}


/* end mission page */


@media(max-width: 550px) {
    .vip-bnf-lvl {
        top: 12%;
        left: 7px;
    }

    .hot-img {
        max-width: 30px !important;
    }
}

/* 23092024 */
.promo-btn button {
    background: #02d46d;
    border: 0;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    font-weight: 600;
}

.promo-btn {
    display: flex;
    gap: 10px;
}

.download_inn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
    gap: 10px;
}

.banner-text h4 {
    font-size: 12px;
    margin-bottom: 0px;
}

.close-banner {
    background: transparent;
    color: #fff;
    border: none;
    font-size: 20px;
}

.download-app {
    background: linear-gradient(to bottom, #02d46d 0%, #008142 90%);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0px;
    font-size: 12px;
}

.download_banner {
    background: #545454;
}

.banner-icon img {
    max-width: 50px;
}

.header-top {
    position: fixed;
    box-shadow: 0px 2px 4px 0px rgb(0, 0, 0, 0.3);
    background: #001328;
    width: 100%;
    z-index: 99;
    margin: 0px 0px 10px 0px;
    /* height: 70px; */
    max-width: 991px;
}

.banner-active {
    padding-top: 108px !important;
}

.index-link a {
    position: relative;
    padding-right: 6px;
    padding-left: 2px;
}

.index-link a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 35%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background-color: #00d475;
}

.index-link a:last-child::after {
    display: none;
}

.ant-progress {
    box-sizing: border-box;
    color: hsla(0, 0%, 100%, .85);
    display: inline-block;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ant-progress-line {
    font-size: 14px;
    position: relative;
    width: 100%;
}

.ant-progress-bg,
.ant-progress-success-bg {
    background-color: #177ddc;
    border-radius: 100px;
    position: relative;
    transition: all .4s cubic-bezier(.08, .82, .17, 1) 0s;
}

.ant-progress-outer {
    display: inline-block;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
}

.ant-progress-show-info .ant-progress-outer {
    margin-right: calc(-2em - 8px);
    padding-right: calc(2em + 8px);
}

.ant-progress-inner {
    background-color: #252525;
    border-radius: 100px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 100%;
    height: fit-content;
}

.ant-progress-text {
    color: hsla(0, 0%, 100%, .85);
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    margin-left: 8px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 2em;
    word-break: normal;
}

.flex-left {
    width: 45%;
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.ant-user {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.ant-cont{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-12%, -50%);
    color: white;
    font-size: 12px;
    white-space: nowrap;
}

.menu-list a.active img, .menu-list a:hover img {
    filter: none;
}

.amt-box input::placeholder {
    color: #000;
}

@media(max-width: 375px) {
    .ant-user {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

/* 11112024 */
.lotto-wrap button {
    border: 1px solid #18b372;
    padding: 12px 0px;
    font-weight: bold;
    border-radius: 5px;
    background: #1c1c1c;
    color: #ffed86;
}

.btn-lotto-ply {
    background: linear-gradient(to bottom, rgba(244,20,20,1) 0%, rgba(138,7,7,1) 42%, rgba(138,7,7,1) 78%, rgba(193,5,5,1) 100%);
    color: #fff;
}

.lotto-wrap {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2,1fr);
    /* margin-top: 10px; */
    padding: 5px;
}

.play-btn button {
    width: 50%;
    border: 1px solid #18b372;
    padding: 12px 0px;
    font-weight: bold;
    border-radius: 5px;
    background: #1c1c1c;
    color: #ffed86;
}

.play-btn button:hover {
    padding: 12px 0px;
    font-weight: bold;
    border-radius: 5px;
    background: #03d46c;
    color: #080c37;
    border: 1px solid #fff6a0;
}

.lotto-wrap button:hover {
    padding: 12px 0px;
    font-weight: bold;
    border-radius: 5px;
    background: #03d46c;
    color: #080c37;
    border: 1px solid #fff6a0;
}

.play-btn {
    display: flex;
    justify-content: center;
    margin: 5px 0px 10px;
}

.lottery-box {
    background: #3d3c42;
    border-radius: 20px;
    padding: 10px 10px 15px;
    margin: 10px 15px 30px;
}

.lottery-box hr {
    background: #00d475;
    border: none;
    height: 1px;
    opacity: 1;
}

.date-input {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 55%;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

.date-input input {
    padding: 10px;
    font-size: 16px;
    border-radius: 5px 0 0 5px;
    border: none;
}

.search-button {
    padding: 10px;
    font-size: 16px;
    background-color: #1ecb59;
    color: #000;
    border: none;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
}

.lottery-tab .tabs {
    display: flex;
    justify-content: space-around;
}

.lottery-tab .tab {
    cursor: pointer;
    padding: 10px;
    text-align: center;
    position: relative;
}

.lottery-tab .tab.active::after {
    content: "▲";
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #00cb63;
}

.lottery-tab .tab-content {
    display: none;
    background: #2a2a2a;
    border-top: 1px solid #00d475;
}

.lottery-tab .tab-content.active {
    display: block;
}

.prize-table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    color: #fff;
}
.prize-table th, .prize-table td {
    padding: 8px;
    border: 1px solid #00cb63;
}
.prize-table th {
    background: #1c1c1c;
    font-weight: bold;
    color: #ffed86;
}
.prize-table tr:nth-child(odd) {
    background: #2a2a2a;
}
.prize-table tr:nth-child(even) {
    background: #222;
}

.prize-table tr:nth-child(3) {
    font-weight: 600;
    font-size: 18px;
}

.prize-table tr:first-child th {
    color: #fff;
    border: none;
    font-weight: normal;
    background: #2a2a2a;
}

.special-consolation {
    display: flex;
    border-right: 1px solid #00cb63;
    border-bottom: 1px solid #00cb63;
}
.special, .consolation {
    flex: 1;
    border-left: 1px solid #00cb63;
}
.special th, .consolation th {
    background-color: #1c1c1c;
    border-bottom: 1px solid #00cb63;
    padding: 8px;
    text-align: center;
    color: #ffed86;
}
.special td, .consolation td {
    padding: 5px;
    text-align: center;
}

.special table, .consolation table {
    width: 100%;
}

.lottery-tab {
    margin-top: 10px;
}

.modal-payout .modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}

.modal-payout .modal-header .close {
    padding: 10px;
    color: #000000;
    font-weight: 400;
    text-shadow: none;
}

.modal-payout .modal-content {
    background-color: #000000;
    border: 1px solid #00d475;
}

.modal-payout .modal-table2 table tr td {
    border: 1px solid #555555;
    padding: 5px 15px;
    vertical-align: top;
    text-align: center;
}

.modal-payout .trTitle {
    color: #FFF;
}

.modal-payout .fd-btn {
    bottom: 11px;
    left: 33px;
    position: absolute;
    display: flex;
}

.modal-payout .drwn-nm {
    display: inline-flex;
    height: 70px;
    margin-left: 20px;
}

.close-X {
    color: #705723;
    margin: 14px;
    opacity: 1;
    text-shadow: none;
    position: absolute;
    right: 0px;
    border: none;
    background: transparent;
    color: #fff !important;
    font-size: 20px;
    margin: 10px;
    font-weight: bold;
}

.modal-payout .modal-body {
    padding: 0px;
}

.modal-payout .modal-body h3 {
    background: #02d46d;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
    border-radius: 8px 8px 0px 0px;
}

.payout-container {
    padding: 15px;
    background: #161616;
    border-radius: 0px 0px 8px 8px;
}

table.payoutTable {
    text-align: center;
    border: 1px solid #02d46d;
}

table.payoutTable th,
table.payoutTable td {
    padding: 4px;
}

table.payoutTable th {
    text-align: inherit;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #f5b152;
    background: #c87f1a;
}

table.payoutTable td {
    border: 1px solid #02d46d;
    font-size: 14px;
    color: #fff;
}

table.payoutTable td img {
    margin-left: 10px;
}

.prize-text {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.modal-payout {
    max-width: 580px;
}

.forecast-table {
    margin-bottom: 10px;
}

.lotto-guide strong {
    font-size: 18px;
}

.lotto-guide {
    font-size: 16px;
}

.lotto-guide img {
    margin-top: 15px;
}

.promo_img {
    width: 15%;
    margin-top: -15px;
    margin-left: 6px;
}

#betting .payout-container p {
    font-weight: bold;
    font-size: 15px;
}

#betting .payout-container ul {
    padding-left: 20px;
}

/* 03122024 */
.fast-wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}

.fast-wrap .menu-prod {
    padding-bottom: 0px;
}

/* 09122024 */
.announcementpopupimg img {
    /* width: 400px; */
    margin: auto;
    border-radius: 5px;
}

#announcementpopup .carousel-control-prev {
    left: 0px;
}

#announcementpopup .carousel-control-next {
    right: 0px;
}

.announcementmodal.modal {
    z-index: 999999;
}

.announcementmodal .modal-content {
    position: relative;
}

.announcementmodal .close {
    right: 0;
    top: 18px;
    color: #fff;
    opacity: 1;
    position: absolute;
    z-index: 111;
    text-align: center;
    right: 15px;
    font-size: 27px;
    font-weight: 100;
    /* border: 2px solid #fff; */
    /* border-radius: 100%; */
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
}

.announcementmodal.detectannouncementmodal02 .close {
    position: absolute;
    right: 55px;
    top: 20px;

}

.announcementmodal .modal-content {
    background-color: transparent;
    border: none;
}


.announcementmodal .modal-dialog {
    max-width: 500px;
}

.annou-pop {
    border-radius: 20px;
    /* background: #000; */
    /* padding: 20px; */
    color: #fff;
    /* border: 1px solid #02d46d; */
}

.annou-ttle {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #02d46d;
    padding-bottom: 7px;
    background: #02d46d;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
}

.annou-content {
    /* padding-top: 25px; */
    font-size: 12px;
}

.announcementmodal .modal_close {
    z-index: 10;
    color: #fff;
    opacity: 1;
}

.annou-content img {
    display: block;
    margin: 0px auto;
}

.annou-pop p {
    margin-top: 20px;
    margin-bottom: 0px;
}

.announcementpopupimg {
    box-shadow: 0px 0px 6px 0px #02d46d;
    border-radius: 10px;
}

#modalannoce {
    padding: 10px;
}

/* 16122024 */
.mission-sec {
    margin: 50px 0px;
    position: relative;
}

.page-title {
    text-align: center;
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
}

#mission-tabs {
    border-bottom: unset;
    /* background-color: #282c35; */
    border-radius: 5px;
    padding: 14px 0px;
    /*display: inline-flex;*/
    width: 100%;
    /* margin-bottom: 30px; */
    /* justify-content: space-around; */
    gap: 10px;
    flex-wrap: nowrap;
}

#mission-tabs .nav-item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    /* padding: 0 10px; */
    flex: 1;
    /* border-right: 1px solid #fff; */
}

.mission-content .nav{
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.nav-link.nav-mission-link.active, .nav-link.nav-mission-link:hover {
    background: linear-gradient(180deg, rgba(0,179,91,1) 0%, rgba(0,60,31,1) 100%);
    width: 100%;
    border-radius: 25px;
    border: none;
    color: #fff;
}

.nav-link.nav-mission-link {
    font-weight: 700;
    font-size: 15px;
    color: #02d46d;
    background: #313131;
    width: 100%;
    border-radius: 25px;
}

.mission-countdown {
    font-size: 15px;
    text-align: center;
    background: linear-gradient(180deg, rgba(14,203,255,1) 0%, rgba(65,106,255,1) 100%);
    border-radius: 25px;
    padding: 8px;
    margin-top: 10px;
    font-weight: bold;
}

.mission-countdown img {
    max-width: 20px;
}

.mission-task img {
    max-width: 80px;
}

.progress-bar {
    /* width: 100%; */
    background-color: #ffffff;
    border-radius: 25px;
    margin: 10px 0;
    position: relative;
}

.progress-bar-fill {
    height: 15px;
    background: #02d46d;
    transition: width 0.5s;
    border-radius: 25px;
}

.mission-task {
    padding: 18px 10px 10px;
    background: #212121;
    /* margin-top: 10px; */
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #34d058;
}

.mission-login p, .mission-login span {
    text-align: center;
}

.deposit-btn button {
    background: linear-gradient(180deg, rgba(0,179,91,1) 0%, rgba(0,60,31,1) 100%);
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0px 0px 10px 0px #000;
    font-weight: 600;
}

.deposit-btn {
    text-align: center;
}

.mission-login{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    margin-top: 20px;
}

.mission-value {
    background: linear-gradient(180deg, rgba(14,203,255,1) 0%, rgba(65,106,255,1) 100%);
    padding: 3px 15px;
    border-radius: 5px;
    margin: 15px;
    color: #fff;
}

.deposit-process {
    width: 100%;
}

.progress-bar span {
    position: absolute;
    left: 45%;
    top: 0;
    right: 45%;
    color: #000;
}

.mission-login span {
    font-size: 12px;
}

.page-title img {
    max-width: 210px;
    margin-top: 20px;
}

/* 23012025 */
.mission-bg {
    margin-top: 45px;
}

#mission-tnc .annou-pop {
    background: #000;
}

#mission-tnc .promo-pop-cont {
    padding: 10px 15px;
}

#mission-tnc .annou-pop p {
    margin-top: 0px;
    font-size: 15px;
    margin-bottom: 10px;
}

#mission-tnc tr td:nth-child(2), #mission-tnc tr th:nth-child(2) {
    text-align: left;
    padding-left: 10px;
}

#mission-tnc .grlist ul li {
    list-style: decimal;
}

#mission-tnc .gr-title {
    margin: 15px 0px;
}

.mission-content {
    padding-top: 15px;
}

.grlist ul {
    padding-left: 12px;
}

.grlist ul li {
    padding-left: 5px;
}

.mission-table tr {
    border: 1px solid #fff;
}

.mission-table {
    overflow-x: auto;
    border-collapse: collapse;
}

.mission-table tr th,td {
    border: 1px solid #00d475;
    text-align: center;
    white-space: nowrap;
    padding: 10px;
}

#mission-tnc .annou-ttle {
    font-size: 15px;
}

.deposit-btn .tnc-btn {
    background: none;
    border: 1px solid #008443;
    margin-top: 5px;
}

/* 06022025 */
.telco {
    background: transparent;
    color: #02d46d;
    border: none;
    width: 60px;
}

.contact-region{
    position: absolute;
    width: 65px;
    left: 20px;
    top: 14px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.contact-input {
    padding-left: 110px !important;
}

.telco option {
    color: #000;
}

.telco:focus {
    outline: none;
}

.login-form-box input:focus::placeholder {
    color: #02d46d;
}

/* 15102025 */
.index_products_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    border-radius: 10px;
    grid-gap: 5px;
    padding: 10px;
}

.prod-img {
    display: flex;
    flex-direction: column;
}

.play-btn {
    width: 100%;
    border-radius: 5px;
    color: #fff;
    background: #02d46d;
    border: none;
    font-size: 13px;
    font-weight: 600;
    padding: 3px 0px;
}

/* 29122025 */
.afterlogin_deposit.nav-tabs {
    border: none;
    padding-bottom: 10px;
    border-bottom: 2px solid #02d46d45;
    display: grid; /* NOT grid here */
    justify-content: flex-start; /* 🔑 prevent vertical spreading */
    align-content: flex-start;
    gap: 10px;
    grid-template-columns: repeat(3,1fr);
}

.afterlogin_deposit.nav .nav-item .nav-link {
    /* min-width: 110px; */
    border-radius: 0px;
    text-align: center;
    background: none;
    color: #8d8d8d;
    /* height: 80px; */
    border: none;
    font-size: 11px;
    text-transform: uppercase;
    flex-direction: column;
    border: 2px solid #002714;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .afterlogin_deposit.nav .nav-item .nav-link.active,
    .afterlogin_deposit.nav .nav-item .nav-link:hover {
        background: none;
        color: #02d46d;
        border: 2px solid #02d46d;
        border-radius: 5px;
    }

.afterlogin_deposit.nav-tabs .nav-item {
    margin-right: 0px;
}

.deposit-icon {
    width: 40px;
    margin-bottom: 5px;
}

.deposit-sec {
    /* display: flex; */
    padding-top: 10px;
    width: 100%;
    border: 1px solid #02d46d;
    border-radius: 5px;
    padding: 5px;
    align-items: stretch; /* IMPORTANT */
    margin-top: 15px;
}

.deposit-right {
    padding: 0px 5px;
    width: 100%;
}

.select_bank_opt.payment-method .form-check-inline .form-check-label img {
    height: 35px;
}

/* 23012026 */
.hot-img {
    position: absolute;
    right: 0px;
    top: 0px;
}