@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Outfit:300,400,700,900');
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

:root {
    --bg-color: #03193a;
    --bg-color1: #12294a;
    --bg-color2: #183969;
    --bg-color3: #051b3c;
    --text-color: #fff;
    --text-color1: #000;
    --text-color2: #3f6e98;
    --main-color: #0b2142;
    --main-color1: #00edff;
    --main-color2: #3c5b85;
    --box-shadow: 0 5px 15px rgba(47, 91, 242, 0.3);
}

body {
    font-family: "Outfit", sans-serif;
    line-height: 1.2;
    font-size: 15px;
    color: var(--text-color);
    background: url('../images/index/index-bg.jpg') no-repeat center center/cover;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: var(--text-color);
}

a:hover,
a:focus,
button:focus,
button:hover {
    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 {
    color: var(--text-color);
    width: 100%;
}

::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: linear-gradient(to bottom, #040c74, #101b3a);
    border-radius: 5px;
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #0000fe;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0000fe;
}

@font-face {
    font-family: "boldpixels";
    src: url("../fonts/BoldPixels.ttf") format("truetype");
}

.m-show {
    display: none;
}

/* header */
.t-header {
    background: url('../images/header/bg.png') no-repeat center center/cover;
    border-bottom: 2px solid var(--bg-color1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 5;
}

.top-header {
    padding: 15px 0;
}

.top-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1500px;
}

.logo {
    max-width: 150px;
}

.nav-right {
    gap: 10px;
}

.login-btn {
    color: var(--text-color);
    background: url('../images/header/btn-login.png') no-repeat center center/100% 100%;
    font-family: "press start 2p", sans-serif;
    padding: 10px 15px;
    min-width: 120px;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 12px;
}

.login-btn:hover {
    filter: brightness(1.2);
}

.reg-btn {
    color: #730101;
    background: url('../images/header/btn-join.png') no-repeat center center/100% 100%;
    font-family: "press start 2p", sans-serif;
    padding: 10px 15px;
    min-width: 120px;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 12px;
}

.reg-btn:hover {
    filter: brightness(1.2);
}

.lang-select .btn {
    padding: 0px;
    border: none;
}

.lang-select .globe-icon {
    max-width: 35px;
}

.lang-select .dropdown-menu {
    background: var(--bg-color1);
}

.lang-select .dropdown-item {
    color: var(--text-color);
    padding: 8px 16px;
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
}

.lang-select .dropdown-item:hover {
    background: var(--bg-color1);
}

.lang-select .dropdown-item span {
    color: var(--text-color);
    background: var(--bg-color1);
    border: 1px solid var(--main-color2);
    padding: 2px 5px;
    border-radius: 5px;
    margin-right: 5px;
    text-align: center;
}

.lang-select .dropdown-item:hover span {
    background: var(--main-color);
}

.lang-select .dropdown-toggle::after {
    display: none;
}

.header-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.header-icon img {
    max-width: 45px;
}

.header-div {
    width: 2px;
    height: 30px;
    background: var(--bg-color1);
    margin: 0 5px;
    display: inline-block;
}
button.mbmenu-btn {
    background: none;
    padding: 0;
    border: none;
    display: none;
}

/* end header */

/* index page */
.t-body {
    padding-top: 80px;
    margin: 0 auto;
}

.t-body .container {
    max-width: 1500px;
}

.index-wrap {
    display: grid;
    grid-template-columns: 12% 88%;
    padding: 20px 0px;
    max-width: 1280px;
    margin: 0 auto;
}

.index-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: ;
    gap: 5px;
    padding: 10px 5px;
    width: 100px;
    border-radius: 10px;
    background: url('../images/menu/side-btn.png') no-repeat center center/100% 100%;
}

.menu-item img {
    width: 40px;
}

.menu-item span {
    font-size: 9px;
    color: #ffff3f;
    text-shadow: -2px 0px 1px #ee2439;
    font-family: "press start 2p", sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.menu-item.active,
.menu-item:hover {
    color: var(--main-color);
    cursor: pointer;
    background: url('../images/menu/side-btn-h.png') no-repeat center center/100% 100%;
}

.menu-item.active span,
.menu-item:hover span {
    color: #ffff3f;
    text-shadow: -2px 0px 1px #ee2439;
}

.accordion.side-event-menu,
.side-event-menu .accordion-item {
    background: transparent;
    border: none;
    color: var(--text-color);
    position: relative;
    width: 100px;
}

.side-event-menu .accordion-button {
    background: url('../images/menu/side-btn.png') no-repeat center center/100% 100%;
    color: var(--main-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 10px 5px;
    width: 100%;
    font-size: 12px;
    margin: 0;
    border: none;
    box-shadow: none !important;
}

.side-event-menu .accordion-collapse {
    position: absolute;
    background: #285871;
    border-radius: 5px;
    min-width: 130px;
    z-index: 10;
    left: 110%;
    top: 0;
}

.side-event-menu .accordion-body {
    padding: 5px 0;
}

.side-event-menu .side-event-item {
    display: block;
    padding: 8px 15px;
    color: #5491b0;
    transition: all 0.3s ease;
}

.side-event-menu .side-event-item:hover {
    color: var(--text-color);
}

.side-event-menu .accordion-button:hover,
.side-event-menu .accordion-button:focus {
    background: url('../images/menu/side-btn-h.png') no-repeat center center/100% 100%;
    cursor: pointer;
    outline: none;
    box-shadow: none;
}

.side-event-menu img {
    width: 40px;
}

.side-event-menu .accordion-button::after {
    content: none;
}

.side-event-menu .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.banner-arrow {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    gap: 5px;
}

.banner-arrow-prev,
.banner-arrow-next {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.banner-arrow-prev:hover,
.banner-arrow-next:hover {
    filter: brightness(1.1);
}

.carousel-item {
    transition: transform 0.6s ease-in-out;
}

.slider-claim-btn {
    position: absolute;
	bottom: 18%;
    left: 2.5%;
    color: var(--text-color);
    font-family: "boldpixels", sans-serif;
    font-weight: 400;
    padding: 15px 20px;
    background: url('../images/index/btn-claim.png') no-repeat center center/100% 100%;
    transition: all 0.3s ease;
}

.slider-claim-btn:hover {
    filter: brightness(1.1);
}

.announce-bar {
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 3px solid var(--main-color1);
    padding: 10px;
    margin: 10px 0px;
    border-radius: 10px;
}

.announce-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
}

.announce-text {
    display: inline-block;
    white-space: nowrap;
    animation: slideText 20s linear infinite;
    padding-left: 100%;
    color: var(--text-color);
}

@keyframes slideText {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.ann-icon {
    padding-right: 3%;
}

.ann-icon img {
    max-width: 30px;
}

.ann-bar {
    overflow: hidden;
    width: 100%;
}

.index-games {
    background: rgb(9, 9, 45, 0.8);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #1345a3;
    margin: 15px 0 0;
}

.games-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    margin-bottom: 10px;
}

.games-title img {
    max-width: 30px;
}

.games-title span {
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 3px solid var(--main-color1);
    color: #ffff3f;
    text-shadow: -2px 2px 1px #ee2439;
    font-weight: bold;
    font-family: "press start 2p", sans-serif;
    font-size: 13px;
    border-radius: 10px;
    padding: 6px 10px;
    text-transform: uppercase;
}

.game-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
}

.game-card {
    display: block;
    position: relative;
}

.frame-img {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.game-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0px 5px;
}

.game-desc h2 {
    font-size: 16px;
    color: #00ff9f;
    font-family: "press start 2p", sans-serif;
    text-transform: uppercase;
    font-size: 7px;
    margin: 0px;
    padding: 0px;
    max-height: calc(7px * 1.3 * 2);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    width: 100%;
    line-height: 1.4;
}

.game-desc span {
    color: var(--text-color);
    font-family: "press start 2p", sans-serif;
    text-transform: uppercase;
    font-size: 5.7px;
}

.game-play {
    background-color: rgba(27, 34, 51, .8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    z-index: 1;
    padding: 19px 10px 13px;
    transition: opacity .1s ease-in-out;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    perspective: 1000;
    transform: translateZ(1px);
    border-radius: 5px;
}

.game-play-btn {
    width: calc(35% + 15px);
    min-width: 42px;
    background: #000000;
    border-radius: 50%;
    opacity: 0;
    transform: scale(.9);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0000fe;
}

.game-card:hover .game-play-btn,
.game-card:hover .game-play {
    opacity: 1;
}

.game-play-btn:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.game-play-btn i {
    color: var(--main-color1);
    font-size: 20px;
}

.more-games {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    background: linear-gradient(to bottom, #040c74, #101b3a);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7), inset 0px 0px 2px 3px rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
}

.more-games:hover {
    filter: brightness(1.1);
}

.more-games span {
    color: var(--text-color2);
    font-weight: bold;
}

.more-games i {
    color: var(--text-color2);
}
.fast-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    padding-left: 10px;
}

.hot-icon {
    position: absolute;
    top: -7px;
    right: -5px;
    width: 40px;
    animation: hotIconPulse 1s ease-in-out infinite;
}

@keyframes hotIconPulse {

    0%,
    100% {
        transform: scale(1) rotate(0deg);
    }

    25% {
        transform: scale(1.05) rotate(-5deg);
    }

    50% {
        transform: scale(1.1) rotate(0deg);
    }

    75% {
        transform: scale(1.05) rotate(5deg);
    }
}

.index-app {
    position: relative;
}

.app-qr-wrap {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.app-gp {
    order: 1;
    max-width: 45%;
    position: relative;
    top: 33px;
    left: -7px;
    z-index: 3;
}

.app-qr-container {
    order: 2;
    position: relative;
}

.app-qr {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
    width: 50%;
}

.app-frame {
    position: relative;
    top: 50%;
    left: 10%;
    z-index: 2;
    pointer-events: none;
    width: 80%;
}

.app-qr-btn {
    order: 3;
    margin-top: auto;
    background: url('../images/index/app/app-btn.png') no-repeat center center/100% 100%;
    padding: 12px 20px;
    font-family: "press start 2p", sans-serif;
    font-size: 9px;
    position: relative;
    left: -7px;
    bottom: 35px;
    z-index: 3;
}

.app-qr-btn:hover {
    filter: brightness(1.1);
}

.app-bg {
    position: relative;
    margin-top: -5%;
}

.index-right {
    margin-left: 10px;
}

.index-right-wrap {
    background: url('../images/index/base.png') no-repeat center center/cover;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.right-vip {
    position: relative;
    background: url('../images/index/vip/vip-bg.png') no-repeat center center/100% 100%;
    padding: 15px;
    margin-bottom: 10px;
}

.right-vip-hdr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.right-vip-title-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
}

.right-vip-title {
    font-family: "boldpixels", sans-serif;
    font-size: 22px;
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    margin: 0;
    letter-spacing: 1px;
}

.right-vip-login {
    font-size: 10px;
    color: var(--text-color);
}

.right-vip-info {
    padding: 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.right-vip-info img {
    max-width: 30px;
}

.right-vip-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    gap: 15px;
}

.right-vip-current {
    text-align: center;
}

.right-vip-stat {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-vip-crown {
    position: absolute;
    left: 0;
    right: 0;
    top: 32%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.right-vip-crown img {
    max-width: 55px;
}

.right-vip-crown span {
    font-size: 14px;
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;

}

.right-vip-lvl {
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    padding-top: 5px;
    font-size: 12px;
    text-align: center;
}

.right-vip-dep {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #060c33;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.right-vip-dep-label {
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    font-size: 12px;
    text-align: center;
}

.right-vip-dep-amt {
    background: url('../images/index/vip/vip-btn.png') no-repeat center center/100% 100%;
    padding: 10px;
    text-align: center;
    width: 70%;
}

.right-vip-progress {
    position: relative;
    z-index: 1;
    width: 100%;
}

.right-vip-progress-bar {
    position: relative;
    width: 100%;
    height: 20px;
    background: #2d252e;
    border: 3px solid #454545;
    border-radius: 20px;
    margin-bottom: 8px;
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}

.right-vip-star {
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
    width: 25px;
    z-index: 2;
}

.right-vip-progress-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 35%;
    background: #e6113b;
    border-right: 2px solid #cc0000;
    box-shadow: inset 0 -4px 2px #ce0a4b;
    border-radius: 20px;
}

.right-vip-progress-labels {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.right-vip-label-left,
.right-vip-label-right {
    font-size: 12px;
    color: var(--text-color);
}

.index-promo {
    position: relative;
    background: url('../images/index/promo/promo-bg.png') no-repeat center center/100% 100%;
    padding: 15px;
    margin-bottom: 10px;
}

.index-promo-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 18px;
}

.index-promo-title span {
    font-family: "boldpixels", sans-serif;
    font-size: 22px;
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    font-weight: bold;
    letter-spacing: 1px;
}

.index-promo-title i {
    color: #a64407;
}

.promo-arrow {
    padding-top: 5px;
    display: flex;
    gap: 5px;
}

.promo-arrow-prev,
.promo-arrow-next {
    width: 25px;
    height: 25px;
    background: #9bd525;
    border: 2px solid var(--text-color1);
    border-radius: 50%;
    color: var(--text-color1);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-arrow-prev:hover,
.promo-arrow-next:hover {
    filter: brightness(1.1);
}

.promo-view-toggle {
    background: none;
    border: none;
    cursor: pointer;
}

.promo-view-toggle:hover {
    filter: brightness(1.1);
}

.promo-view-toggle.active {
    filter: brightness(1.1);
}

.index-promo-wrap {
    position: relative;
}

.index-promo-content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s;
}

.index-promo-content.active {
    display: block;
    opacity: 1;
}

.index-promo-content .promo-item {
    width: 100%;
    border-radius: 5px;
    transition: transform 0.3s;
    padding: 5px 0px;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid var(--main-color1);
    margin-bottom: 5px;
}

.index-promo-content .promo-item:hover {
    transform: scale(1.02);
}

#index-promo-slider {
    opacity: 1;
    transition: opacity 0.3s;
}

#index-promo-slider.hidden {
    display: none;
    opacity: 0;
}

#index-promo-slider img,
#index-tour-slider img {
    border-radius: 10px;
    border: 2px solid var(--main-color1);
}

.deco-gift {
    position: absolute;
    bottom: 0;
    right: -10px;
    z-index: 3;
    max-width: 60px;
}

.index-check-in-wrap {
    position: relative;
    background: url('../images/index/check-in/bonus-bg.png') no-repeat center center/100% 100%;
    padding: 15px;
    margin-bottom: 10px;
}

.index-check-in {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px;
    position: relative;
}

.check-in-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    flex: 1;
}

.check-in-wrap {
    position: relative;
    background: var(--bg-color1);
    border-radius: 10px;
    overflow: hidden;
    flex: 1;
    cursor: pointer;
}

.check-in-wrap img {
    width: 100%;
    height: 100%;
}

.check-in-claim {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: var(--text-color);
    background: linear-gradient(to bottom, #040c74, #101b3a);
    box-shadow: inset 0px 3px 6px #052fff, inset 0px -1px 3px #00e4ff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
}

.check-in-claim img {
    max-width: 30px;
    height: auto;
    margin: 0px auto 5px auto;
}

.check-in-claim span {
    font-family: "boldpixels", sans-serif;
    font-size: 14px;
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
}

.check-in-note {
    font-size: 12px;
    color: var(--text-color);
    margin-top: 10px;
}

.index-jackpot {
    position: relative;
    text-align: center;
}

.index-jackpot span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    display: flex;
    justify-content: center;
    color: #712300;
    font-size: 22px;
    font-weight: bold;
}

.jackpot-slider {
    margin-top: 10px;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}

.jackpotSwiper {
    overflow: visible !important;
}

.jackpotSwiper .swiper-wrapper {
    overflow: visible;
}

.jackpotSwiper .swiper-slide {
    transform: scale(0.9);
    transition: transform 0.3s ease;
    width: auto;
}

.jackpotSwiper .swiper-slide.swiper-slide-active {
    transform-style: preserve-3d;
    perspective: 1000px;
    z-index: 1;
}

.jackpot-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.jackpot-game {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 6px;
}

.jackpot-game img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jackpot-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    min-width: 0;
}

.jackpot-info h3 {
    color: var(--main-color);
    font-size: 15px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}

.jackpot-info .provider {
    display: block;
    color: #0340ab;
    font-size: 12px;
    line-height: 1;
}

.jackpot-info .amount {
    display: block;
    color: #a64407;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}

.tour-overlay {
    position: absolute;
    bottom: -16px;
    left: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.prize-pool {
    color: var(--text-color);
    text-align: left;
    margin-bottom: 5px;
    font-size: 12px;
}

.prize-pool span {
    font-size: 25px;
    color: var(--main-color1);
    font-weight: bold;
}

.tour-countdown {
    display: flex;
    gap: 5px;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px;
    border-radius: 5px;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--text-color);
    font-size: 12px;
}

.countdown-item span {
    font-size: 15px;
    font-weight: bold;
}

.countdown-item.colon {
    font-size: 15px;
    font-weight: bold;
    margin-top: -3px;
}

.side-contact {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}

.side-ctc-btn {
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
    gap: 10px;
    position: relative;
    animation: sideCtcFloat 2.4s ease-in-out infinite;
}

@keyframes sideCtcFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

.side-ctc-btn button {
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.side-ctc-btn button.show {
    opacity: 1;
    visibility: visible;
}

.side-ctc-btn button img {
    max-width: 40px;
}

.side-ctc-btn img {
    max-width: 120px;
    cursor: pointer;
}

.side-ctc-btn img:hover {
    filter: brightness(1.3);
}

.side-ctc-wrap {
    max-width: 320px;
    display: none;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.side-ctc-wrap.showing {
    display: flex;
}

.side-ctc-wrap.active {
    opacity: 1;
    transform: translateY(0);
}

.side-contact.hidden {
    display: none;
}

.side-ctc-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 15px;
    background: url('../images/index/contact/contact-box.png') no-repeat center center/100% 100%;
}

.side-ctc-icon {
    width: 40px;
}

.side-ctc-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
    flex: 1;
}

.side-ctc-text .title {
    display: block;
    font-family: "boldpixels", sans-serif;
    font-size: 22px;
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 0.8;
}

.side-ctc-text .desc {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.seo-sec {
    background: #0b113a;
    color: var(--text-color2);
    padding: 20px;
    margin-bottom: 20px;
    font-size: 13px;
}

.seo-sec h1 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0px;
}

.seo-sec h2 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0px;
}

.seo-sec h3 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0px;
}

.seo-sec p {
    margin-bottom: 10px;
}

.seo-sec a {
    color: var(--text-color2);
    text-decoration: underline;
}

.seo-sec a:hover {
    color: var(--main-color1);
}

.seo-sec ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

.seo-sec ul li {
    margin-bottom: 5px;
    list-style: none;
}

.seo-sec ol {
    margin: 0px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.seo-sec .seo-more {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease, margin-top 0.4s ease;
}

.seo-sec .seo-more.open {
    max-height: 4000px;
    opacity: 1;
    margin-top: 10px;
}

.seo-sec .seo-toggle-wrap {
    margin-top: 10px;
    text-align: center;
}

.seo-sec .seo-toggle-btn {
    background: none;
    border: none;
    color: var(--text-color2);
    cursor: pointer;
    padding: 5px;
}

.seo-sec .seo-toggle-btn img {
    display: block;
    margin: 0 auto;
    transition: transform 0.3s ease;
}

.seo-sec .seo-toggle-btn[aria-expanded="true"] img {
    transform: rotate(180deg);
}

.seo-sec .seo-toggle-btn[aria-expanded="false"] img {
    transform: rotate(0deg);
}
.page-seo-wrapper {
    position: relative;
	border-radius: 15px;
    margin: 15px 0;
    background: #0d123b;
    padding: 15px 15px;
    font-size: 15px;
}
.page-seo-wrapper h1 {
	font-size: 140%;
	font-weight: 700;
}
.page-seo-wrapper h2 {
	font-size: 130%;
	font-weight: 700;
}
.page-seo-wrapper h3 {
	font-size: 120%;
	font-weight: 700;
}
.page-seo-wrapper h4 {
	font-size: 110%;
	font-weight: 700;
}

/* end index page */

/* footer */
.t-footer {
    background: #040a31;
    padding: 20px 0;
    position: relative;
}

.t-footer .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
}

.tree-left {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 13%;
}

.tree-right {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 15%;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 10px;
}

.footer-col h3 {
    color: var(--text-color);
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
}

.footer-col ul {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    grid-auto-columns: 1fr;
    list-style: none;
    padding: 0;
    margin: 0;
}



.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: var(--text-color2);
    font-size: 14px;
    transition: color 0.3s;
}

.footer-col ul li a:hover {
    color: var(--main-color1);
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-item {
    display: flex;
    align-items: center;
}

.contact-item .opt {
    color: var(--text-color2);
    font-size: 14px;
    width: 100px;
}

.contact-item .desc {
    color: var(--text-color);
    font-size: 15px;
    font-weight: 500;
}

.contact-item .desc:hover {
    color: var(--text-color);
}

.social-links {
    display: flex;
    gap: 10px;
}

.social-links a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #0a569d, #30a8e2);
    border-radius: 5px;
    color: var(--text-color);
    font-size: 18px;
    transition: all 0.3s;
}

.social-links a:hover {
    background: linear-gradient(to bottom, #040c74, #101b3a);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7), inset 0px 0px 2px 3px rgba(255, 255, 255, 0.6);
    color: var(--text-color2);
}

.app-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.app-btn {
    display: flex;
    align-items: center;
    background: linear-gradient(to bottom, #040c74, #101b3a);
    box-shadow: 0px 0px 2px 0px var(--main-color1);
    padding: 10px;
    border-radius: 10px;
    border: 4px solid var(--main-color1);
    color: var(--text-color);
    transition: all 0.3s;
    max-width: 200px;
}

.app-btn:hover {
    filter: brightness(1.3);
}

.app-btn i:first-child {
    font-size: 24px;
    width: 40px;
    text-align: center;
    color: #ffff3f;
}

.app-btn .btn-text {
    flex: 1;
}

.app-btn small {
    display: block;
    font-size: 10px;
}

.app-btn span {
    display: block;
    font-size: 16px;
    padding-left: 20px;
}

.app-btn i:last-child {
    margin-left: 10px;
    color: var(--text-color);
}

.app-btn:hover i:last-child {
    color: var(--text-color2);
}

.footer-partners {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    padding: 10px 0;
    border-top: 1px solid var(--main-color2);
    border-bottom: 1px solid var(--main-color2);
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.copyright-text {
    color: var(--text-color);
    font-size: 12px;
    line-height: 1.5;
}

.responsible-gaming {
    display: flex;
    align-items: center;
    gap: 10px;
}

.responsible-gaming img {
    max-width: 130px;
}

/* end footer */

/* floating button */
.float-action {
    position: fixed;
    bottom: 60px;
    right: 10px;
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9;
}

.float-btn {
    position: fixed;
	z-index: 9;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    color: var(--text-color);
    background: var(--bg-color1);
    border: 1px solid var(--main-color2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s;
    backdrop-filter: blur(5px);
}


.float-btn:hover {
    filter: brightness(1.3);
}

.float-btn.support {
    color: var(--main-color1);
}

.float-btn.support:hover {
    background: var(--main-color1);
    color: var(--bg-color);
}

.float-btn.scroll-top {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.float-btn.scroll-top.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.scroll-top {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.scroll-top.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* end floating button */

/* Login Modal */
.modal-login .modal-content {
    background: #0b113a;
    border: 2px solid var(--main-color1);
    border-radius: 10px;
}

.modal-login .btn-close {
    background: none;
    border: none;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    width: 30px;
    opacity: 0.8;
}

.modal-login .btn-close:hover {
    opacity: 1;
}

.modal-login .login-header {
    position: relative;
    text-align: center;
    padding: 15px 10% 10px;
}

.login-header h2 {
    color: #ffff3f;
    text-shadow: -2px 2px 1px #ee2439;
    font-weight: bold;
    font-family: "press start 2p", sans-serif;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
}

.modal-login .modal-body {
    max-height: 700px;
    overflow-y: auto;
    color: var(--text-color);
}

.login-banner {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.login-banner img {
    border-radius: 10px;
}

.modal-login input::placeholder {
    color: var(--text-color);
}

.modal-login .input-group {
    position: relative;
}

.modal-login .input-group .form-control {
    background: #005883;
    border: 1px solid transparent;
    color: var(--text-color);
    border-radius: 5px !important;
    padding: 10px 15px;
}

.modal-login .input-group .form-control:focus {
    box-shadow: none;
    border-color: var(--main-color);
    z-index: 0;
}

.login-form .form-control:focus {
    box-shadow: none;
    border-color: var(--main-color);
}

.btn-password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--main-color2);
    font-size: 16px;
    padding: 5px;
    z-index: 5;
    pointer-events: auto;
}

.btn-password-toggle:hover {
    color: var(--main-color1);
}

.verify-code {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #c5c5c5;
    color: var(--text-color1);
    padding: 5px 10px;
    font-size: 14px;
}

.login-modal-btn {
    width: 100%;
    background: linear-gradient(to right, #ffb016, #ffff2d);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 45, 0.7), inset 0px 0px 2px 3px rgba(255, 255, 45, 0.6);
    border: 2px solid #f6cb73;
    border-top: 2px solid #ffff25;
    color: #730101;
    padding: 12px;
    border-radius: 5px;
    font-weight: bold;
    margin: 10px 0;
    display: block;
    text-align: center;
}

.login-modal-btn:hover {
    filter: brightness(1.1);
}

.login-footer {
    text-align: center;
    margin: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.forgot-pass {
    color: var(--text-color);
    font-size: 14px;
    display: block;
    text-decoration: underline;
}

.forgot-pass:hover {
    color: var(--main-color1);
}

.reg-text {
    color: var(--main-color2);
    font-size: 14px;
    text-align: right;
}

.reg-text a {
    color: var(--text-color);
    text-decoration: underline;
}

.reg-text a:hover {
    color: var(--text-color);
}

.acc-activate {
    display: block;
    color: var(--text-color2);
    padding: 10px;
    text-align: center;
}

.acc-activate:hover {
    color: var(--main-color1);
}

.social-login {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.social-login-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(to right, #0a569d, #30a8e2);
    color: var(--text-color);
    padding: 8px 15px;
    border: 1px solid var(--main-color2);
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s;
}

.social-login-btn:hover {
    border-color: var(--main-color1);
    color: var(--main-color1);
}

.social-login-btn img {
    width: 20px;
    height: 20px;
}

.login-social {
    text-align: center;
    padding-top: 10px;
}

.login-social h3 {
    color: var(--text-color2);
    font-size: 18px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    white-space: nowrap;
}

.login-social h3:before,
.login-social h3:after {
    content: '';
    height: 1px;
    width: 100%;
    background: var(--main-color2);
}

.social-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.social-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(to right, #0a569d, #30a8e2);
    border: 1px solid var(--main-color2);
    color: var(--text-color);
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s;
    width: 109px;
}

.social-btn:hover {
    filter: brightness(1.1);
}

.social-btn i {
    font-size: 16px;
}

/* End Login Modal */


/* register modal */
.phone-group {
    display: flex;
    align-items: center;
    background: #005883;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 0px 15px;
    color: var(--text-color);
    width: 100%;
    position: relative;
}

.phone-group .prefix {
    color: var(--text-color);
    font-size: 14px;
    background: transparent;
    border: none;
    appearance: none;
    padding-right: 25px;
    cursor: pointer;
    min-width: 65px;
    width: 20%;
}

.phone-group::after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--text-color);
    position: absolute;
    left: calc(20% - 20px);
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.phone-group .prefix:focus {
    outline: none;
}

.phone-group .prefix option {
    background: var(--bg-color1);
    color: var(--text-color);
}

.phone-group .divider {
    color: var(--main-color2);
    margin: 0 10px;
}

.phone-group .form-control {
    background: transparent;
    border: none;
    padding: 0;
    color: var(--text-color);
}

.phone-group .form-control:focus {
    box-shadow: none;
}

.phone-group:focus-within {
    border-color: var(--main-color);
}

.modal-login .phone-group .form-control {
    background: transparent;
    border: none;
}

.reg-modal-btn {
    width: 100%;
    background: linear-gradient(to right, #ffb016, #ffff2d);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 45, 0.7), inset 0px 0px 2px 3px rgba(255, 255, 45, 0.6);
    border: 2px solid #f6cb73;
    border-top: 2px solid #ffff25;
    color: #730101;
    padding: 12px;
    border-radius: 5px;
    font-weight: bold;
    margin: 10px 0;
}

.reg-modal-btn:hover {
    filter: brightness(1.1);
}

.reg-div {
    text-align: center;
    position: relative;
    margin: 20px 0;
}

.reg-div:before,
.reg-div:after {
    content: '';
    position: absolute;
    top: 50%;
    width: calc(50% - 100px);
    height: 1px;
    background: var(--main-color2);
}

.reg-div:before {
    left: 0;
}

.reg-div:after {
    right: 0;
}

.reg-div span {
    color: var(--text-color2);
    padding: 0 15px;
    font-size: 14px;
}

/* end register modal */

/* account activation modal */
.reg-otp {
    color: var(--text-color2)
}

.otp-field {
    display: flex;
    padding: 10px 0px;
    justify-content: space-between;
    gap: 10px;
    max-width: 70%;
    margin: 0 auto;
}

.otp-field input {
    min-height: 90px;
    font-size: 32px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin: 2px;
    border: 2px solid transparent;
    background: var(--text-color);
    font-weight: bold;
    color: #0a113a;
    outline: none;
    transition: all 0.1s;
}

.otp-field input:focus {
    border: 2px solid var(--main-color2);
    box-shadow: 0 0 2px 2px var(--main-color2);
}

.congrats-form {
    text-align: center;
    color: var(--text-color2);
}

.congrats-form h5 {
    text-align: center;
    color: #730101;
    font-weight: bold;
}

.congrats-form i {
    text-align: center;
    display: block;
    margin: 0px auto;
    font-size: 130px;
    color: var(--text-color2);
    margin-bottom: 10px;
}

/* end account activation modal */

/* daily tnc modal */
.modal-tnc .modal-dialog {
    max-width: 600px;
}

.modal-tnc .modal-content {
    border: none;
    background: #0e1845;
    border: 2px solid var(--main-color1);
    border-radius: 15px;
}

.modal-tnc .btn-close {
    background: none;
    border: none;
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 1;
    width: 40px;
}

.daily-tnc-content h5 {
    font-family: "boldpixels", sans-serif;
    font-size: 25px;
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 0px;
}

.daily-flow {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
    padding-top: 20%;
}

.daily-step {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: stretch;
}

.daily-step img {
    position: absolute;
    left: 0;
    right: 0;
    top: -90px;
    margin: auto;
}

.daily-flow .arrow {
    align-self: center;
}

.flow-text {
    background: linear-gradient(to bottom, #040c74, #101b3a);
    box-shadow: inset 0px 3px 6px #052fff;
    padding: 7px;
    border-radius: 10px;
    border: 2px solid var(--main-color1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    z-index: 1;
    font-size: 11px;
    text-align: center;
}

.daily-tnc-detail h5 {
    font-family: "boldpixels", sans-serif;
    font-size: 25px;
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 20px;
}


.daily-tnc-detail ul li {
    color: var(--text-color);
    padding: 5px 0px;
    font-size: 14px;
}

/* end daily tnc modal */

/* app-dl-modal */
.modal-app .btn-close {
    background: none;
    border: none;
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 2;
    width: 40px;
}

.modal-app .modal-dialog {
    max-width: 800px;
}

.modal-app .modal-body {
    padding: 0px;
}

.modal-app .modal-content {
    border: none;
    background: url(../images/index/app/modal-bg.png) no-repeat top center / 100% 100%;
    border-radius: 15px;
}

.app-dl-title {
    position: absolute;
    top: 40px;
    left: 55px;
}

.title-guide {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    margin-bottom: 10px;
}

.title-guide img {
    max-width: 30px;
}

.title-guide span {
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 3px solid var(--main-color1);
    color: #ffff3f;
    text-shadow: -2px 2px 1px #ee2439;
    font-weight: bold;
    font-family: "press start 2p", sans-serif;
    font-size: 13px;
    border-radius: 10px;
    padding: 6px 10px;
}

.gdtext {
    font-weight: bold;
    font-family: "press start 2p", sans-serif;
    font-size: 20px;
    color: #ffff3f;
    text-shadow: -2px 2px 1px #ee2439;
}

.app-step {
    position: relative;
    color: #000;
}

.app-step-info {
    position: absolute;
    left: 3%;
    top: 47%;
    max-width: 48%;
    font-size: 19px;
}

.app-step-info h5 {
    font-family: "press start 2p", sans-serif;
    font-weight: bold;
    color: #ffff3f;
    text-shadow: -2px 2px 1px #ee2439;
    font-size: 15px;
    margin-bottom: 0px;
}

.app-step-info span {
    font-size: 14px;
    color: var(--text-color);
}

.app-step-img {
    display: flex;
    justify-content: end;
    padding-right: 10%;
}

#app-step-carousel {
    padding: 20px 30px 3px;
}

#app-step-carousel .carousel-control-prev,
#app-step-carousel .carousel-control-next {
    align-items: end;
    bottom: 10px;
}

#app-step-carousel .carousel-control-prev-icon,
#app-step-carousel .carousel-control-next-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #03fd8e;
    border: 2px solid var(--text-color1);
    border-radius: 50%;
    color: var(--text-color1);
    font-size: 14px;
}

/* end app-dl-modal */

/* mobile menu bottom */
.menu-btm {
    display: none;
    width: 100%;
    bottom: 0px;
    position: fixed;
    z-index: 10;
    background: #0b1552;
    box-shadow: 0px 2px 2px #0621ff, 0px 0px 2px 1px #0f338a;
    border-radius: 10px 10px 0px 0px;
}

.menu-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
}

.menu-wrapper a {
    text-align: center;
    color: var(--text-color2);
    display: block;
    font-size: 12px;
    padding: 5px 0px;
    color: #97ddff;

}

.menu-wrapper a.active {
    border-bottom: 2px solid var(--main-color1);
    color: var(--text-color);
}

.menu-wrapper img {
    display: block;
    margin: 0 auto;
    max-width: 35px;
}

.menu-wrapper .dropdown {
    position: relative;
}

.menu-wrapper .dropdown-toggle {
    text-align: center;
    color: var(--text-color2);
    display: block;
    font-size: 12px;
    padding: 5px 0px;
    color: #97ddff;
    text-decoration: none;
}

.menu-wrapper .dropdown-toggle::after {
    display: none;
}

.menu-wrapper .dropdown.show > a.dropdown-toggle,
.menu-wrapper .dropdown.show a.dropdown-toggle,
.menu-wrapper a.dropdown-toggle[aria-expanded="true"] {
    border-bottom: 2px solid var(--main-color1) !important;
    color: var(--text-color) !important;
}

.menu-wrapper .wallet-dropdown-menu {
    background: #0b1552;
    box-shadow: 0px 2px 2px #0621ff, 0px 0px 2px 1px #0f338a;
    border-radius: 10px 10px 0px 0px;
    padding: 10px 0px;
    margin-bottom: 10px;
    width: 100vw;
    z-index: 10;
}

.menu-wrapper .wallet-dropdown-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    gap: 0;
}

.menu-wrapper .wallet-dropdown-item {
    text-align: center;
    color: #97ddff;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    padding: 5px 0px;
    text-decoration: none;
    gap: 5px;
}

.menu-wrapper .wallet-dropdown-item i {
    font-size: 20px;
    color: var(--text-color);
    display: block;
    margin: 0 auto;
    text-align: center;
}

.menu-wrapper .wallet-dropdown-item span {
    color: #97ddff;
    font-size: 12px;
}

.menu-wrapper .wallet-dropdown-item:hover {
    color: var(--text-color);
}

.menu-wrapper .wallet-dropdown-item:hover i,
.menu-wrapper .wallet-dropdown-item:hover span {
    color: var(--text-color);
}

/* end mobile menu bottom */

/* mobile 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-body {
    overflow-y: scroll;
}

.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%;
    background: #0b1552;
    border-radius: 0px;
    border-right: 2px solid var(--main-color1);
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

.side-menu-header {
    display: flex;
    justify-content: right;
    align-items: center;
    color: var(--text-color);
    font-size: 20px;
}

.side-menu-info {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 3px solid var(--main-color1);
    border-radius: 10px;
    padding: 10px;
    margin: 20px 0px;
}

.side-menu-info i {
    font-size: 25px;
    color: var(--text-color);
}

.side-menu-info-text {
    color: var(--text-color);
}

.side-menu-info-text p {
    margin-bottom: 5px;
}

.side-menu-info-text h2 {
    font-size: 13px;
    margin-bottom: 0px;
}

.side-divider {
    height: 1px;
    border: 1px solid var(--main-color2);
    margin: 10px 0px;
}

.side-menu-box {
    display: grid;
    grid-template-columns: 15% 85%;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.side-menu-box span {
    color: #ffff3f;
    text-shadow: -2px 0px 1px #ee2439;
    font-weight: bold;
    font-family: "press start 2p", sans-serif;
    text-transform: uppercase;
    font-size: 10px;
}

.side-menu-box.active {
    background: linear-gradient(to bottom, #040c74, #101b3a);
    box-shadow: 0px 0px 2px 0px var(--main-color1);
    border: 2px solid var(--main-color1);
    border-radius: 10px;
    cursor: pointer;
}

.side-menu-box.active span,
.side-menu-box:hover span {
    color: #ffff3f;
    text-shadow: -2px 0px 1px #ee2439;
}

.accordion.event-menu,
.event-menu .accordion-item {
    background: transparent;
    border: none;
    color: var(--text-color);
}

.event-menu .accordion-button {
    padding: 0px;
    background: transparent;
    color: var(--main-color2);
    font-weight: bold;
    display: grid;
    grid-template-columns: 15% 85%;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.event-menu .accordion-button:hover,
.event-menu .accordion-button:focus {
    background: transparent;
    outline: none;
    box-shadow: none;
}

.event-menu .accordion-button::after {
    display: none;
}

.event-menu .accordion-button::before {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    color: var(--main-color2);
    font-size: 14px;
    border: none;
    background: none;
}

.event-menu .accordion-button:not(.collapsed)::before {
    content: '\f077';
}

.event-menu .accordion-body {
    padding: 0px;
}

.event-item {
    display: block;
    padding: 10px 20px;
    color: var(--main-color2);
}

.side-footer h3 {
    font-size: 14px;
    color: var(--text-color);
}

.side-footer .app-btn {
    width: 100%;
}

/* end mobile side menu */

/* product pages */
.prod-bg {
    background: #09042d;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid var(--text-color2);
    margin: 10px 0px 0px;
}

.prod-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.prod-mobile-menu {
    display: none;
    overflow: auto;
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 3px solid var(--main-color1);
    border-radius: 10px;
    margin: 10px 0px;
}

.prod-mobile-menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 5px;
    margin: 5px;
    font-size: 8px;
    white-space: nowrap;
    min-width: 75px;
    font-family: "press start 2p", sans-serif;
    text-transform: uppercase;
    color: #ffff3f;
    text-shadow: -2px 0px 1px #ee2439;
}

.prod-mobile-menu a:hover,
.prod-mobile-menu a.active {
    background: url(../images/menu/side-btn.png) no-repeat center center / 100% 100%;
}

.prod-mobile-menu a img {
    max-width: 30px;
}

.prod-mobile-menu a.active img {
    filter: none;
}

.prod-banner {
    width: 100%;
    position: relative;
}

.prod-banner img{
    border-radius: 10px;
    border: 2px solid var(--main-color1);
}

/* end product pages */

/* slots page */
.slots-opt-wrap {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.slots-opt {
    display: flex;
    justify-content: space-between;
    background: #a3dec9;
    border-radius: 10px;
    width: 100%;
}

.slots-opt-item {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #296b54;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    border: none;
}

.slots-opt-item.active,
.slots-opt-item:hover {
    background: linear-gradient(to bottom, #ffb016, #ffff2d);
    box-shadow: 0px 0px 3px rgba(255, 255, 255);
    color: #730101;
}

.slots-search {
    width: 30%;
    position: relative;
    font-family: "press start 2p", sans-serif;
    font-size: 10px;
    color: var(--text-color);
}

.slots-search input {
    width: 100%;
    border-radius: 10px;
    background: #0a1357;
    border: 1px solid var(--main-color1);
    padding: 12px 10px 10px 30px;
}

.slots-search input::placeholder {
    color: var(--text-color);
}

.slots-search input:focus {
    outline: none;
}

.slots-search i {
    position: absolute;
    flex-shrink: 0;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.prod-tab .nav-pills {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.prod-tab .nav-pills .nav-link {
    background: linear-gradient(to bottom, #9bdedb 0%, #80bab8 100%);
    border: none;
    padding: 5px;
}

.prod-tab .nav-pills .nav-item {
    margin: 0 auto;
}

.prod-tab .nav-pills .nav-link img {
    max-width: 120px;
}

.prod-tab .nav-pills .nav-link .prov-img {
    display: block;
}

.prod-tab .nav-pills .nav-link .prov-img-h {
    display: none;
}

.prod-tab .nav-pills .nav-link.active,
.prod-tab .nav-pills .nav-link:hover {
    background: linear-gradient(to bottom, #ffb016, #ffff2d);
    box-shadow: 0px 0px 3px rgba(255, 255, 255);
}

.prod-tab .nav-pills .nav-link.active .prov-img-h,
.prod-tab .nav-pills .nav-link:hover .prov-img-h {
    display: block;
}

.prod-tab .nav-pills .nav-link.active .prov-img,
.prod-tab .nav-pills .nav-link:hover .prov-img {
    display: none;
}

.slt-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.slt-lobby-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px 10px;
    transition: transform 0.3s ease;
}

.slt-lobby-box:hover {
    transform: translateY(-5px);
}

.slt-lobby-img {
    width: 100%;
    max-width: 150px;
    border-radius: 50%;
    margin-bottom: 15px;
}


.slt-lobby-title {
    font-family: "press start 2p", sans-serif;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 0 5px;
}

.slt-play-btn {
    background: url(../images/slots/play-btn.png) no-repeat center center / 100% 100%;
    padding: 10px 20px;
    font-size: 12px;
    font-family: "press start 2p", sans-serif;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}


.slt-play-btn:hover {
    filter: brightness(1.1);
}

/* end slots page */

/* promotion page */
.promo-main {
    margin: 20px 10px;
}

.mix {
    display: none;
}

.filter-menu-bar {
    margin: 20px 0 10px;
    background: #111a70;
    display: flex;
    border-radius: 10px;
    gap: 10px;
    align-items: center;
    width: 100%;
}

.pmbox {
    background: transparent;
    box-shadow: none;
    border: none;
    color: var(--text-color);
    font-size: 14px;
    cursor: pointer;
    text-align: center;
}

.pmbox.active {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.pmbox span {
    display: block;
    padding: 10px 15px;
    border-radius: 10px;
    white-space: nowrap;
    font-family: "press start 2p", sans-serif;
    text-transform: uppercase;
    font-size: 10px;
}

.pmbox.active span {
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 3px solid var(--main-color1);
    color: #ffff3f;
    text-shadow: -2px 2px 1px #ee2439;
}

.promo-container .active-promo-img,
.promo-container .active-promo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
}

.promo-container .active-promo-img img {
    border-radius: 10px;
    width: 100%;
}

.promo-container .active-promo-info {
    transition: .2s;
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
    flex-grow: 1;
}

.promo-container .active-promo-left {
    flex: 1;
    width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.promo-container .promo-content,
.promo-container .promo-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.5;
    width: 100%;
}

.promo-container .promo-title {
    font-size: 10px;
    color: var(--text-color);
    z-index: 1;
    padding-bottom: 15px;
    font-family: "press start 2p", sans-serif;
    text-transform: uppercase;
}

.promo-title span {
    color: #fffe50;
}

.promo-container {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 30px;
}

.pm-boxer {
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    max-width: 100%;
    height: auto;
    align-content: center;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: url('../images/promotion/product-base.png') no-repeat center center/100% 100%;
    padding: 10px;
}

.pm-boxer:hover {
    transform: translateY(-5px);
}

.promo-btn {
    display: flex;
    gap: 10px;
    width: 100%;
}

.promo-claim-btn,
.promo-info-btn {
    text-align: center;
    padding: 15px 10px;
    border-radius: 5px;
    margin-top: 10px;
}

.promo-claim-btn {
    background: linear-gradient(to bottom, #ffb016, #ffff2d);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 45, 0.7), inset 0px 0px 2px 1px rgba(255, 255, 45, 0.6);
    border: 2px solid #f6cb73;
    border-top: 2px solid #ffff25;
    color: #730101;
}

.promo-info-btn {
    background: url(../images/promotion/info-btn.png) no-repeat center center / 100% 100%;
    color: var(--text-color);
    font-family: "press start 2p", sans-serif;
    font-size: 9px;
    text-transform: uppercase;
}

.promo-info-btn:hover {
    filter: brightness(1.1);
}

.pm-boxer_inner {
    display: grid;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-top: 10px;
}

.pm-boxer_inner_sec {
    display: flex;
    align-items: flex-end;
}

table.promo-table {
    margin-bottom: 10px;
    font-size: 15px;
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
    color: var(--text-color);
}

table.promo-table tr th {
    background: #090630;
    padding: 8px;
    border: none;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
}

table.promo-table tr td {
    border: none;
    font-size: 13px;
    text-align: center;
    background: #111a70;
    padding: 8px;
}

.promo-modal-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--text-color);
}

.promo-modal-title span {
    color: #fffe50;
}

.promo-deco-coconut {
    max-width: 60px;
    position: absolute;
    bottom: 0;
    right: 5px;
}

.pmtable-wrapper {
    color: var(--text-color);
}
/* promotion page end */

/* download page */
.about-content-wrap.download {
    min-height: auto;
}

.downloadbody {
    text-align: center;
    display: flex;
    justify-content: space-around;
    background: #090630;
    padding: 10px;
    border-radius: 10px;
}

.downloadbox {
    text-align: center;
    margin: 0 5px;
    display: inline-block;
    color: var(--text-color);
}

.downloadbody .qr {
    padding-bottom: 10px;
    background: #111a70;
    border-radius: 10px;
    padding: 10px;
}

.ndl-btn {
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 3px solid var(--main-color1);
    font-family: "boldpixels", sans-serif;
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    letter-spacing: 1px;
    border-radius: 10px;
    padding: 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
}

.ndl-btn:hover,
.ndl-btn:focus {
    filter: brightness(1.2);
}

.adl-btn {
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 3px solid var(--main-color1);
    font-family: "boldpixels", sans-serif;
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    letter-spacing: 1px;
    border-radius: 10px;
    padding: 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
}

.adl-btn:hover,
.adl-btn:focus {
    filter: brightness(1.2);
}

.dl {
    max-width: 500px;
    margin: auto;
    margin-top: 10px;
}

.dl table {
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
    font-size: 12px;
}

.dl table th {
    border: none;
    text-align: center;
    padding: 8px;
    background: #090630;
    color: var(--text-color);
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 8px 8px 0px 0px;
}

.dl table td {
    text-align: left;
    padding: 8px;
    background-color: #111a70;
    border: none;
    color: var(--text-color);
    vertical-align: middle;
}

.dl table tr:last-child td:first-child {
    border-radius: 0px 0px 0px 8px;
}

.dl table tr:last-child td:last-child {
    border-radius: 0px 0px 8px 0px;
}

.dl .username_custom {
    color: #ffff3f;
    font-weight: bold;
}

.dl-logo {
    max-width: 160px;
}

/* end download page */

/* about us page  */
.info-body {
    border-radius: 10px;
    background: #09042d;
    border: 1px solid var(--text-color2);
    padding: 15px;
}

.info-bg {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.info-menu {
    display: flex;
    gap: 10px;
}

.info-menu a {
    background: var(--text-color1);
    border: 3px solid #0000fe;
    color: #ffff3f;
    text-shadow: -2px 0px 1px #ee2439;
    font-family: "press start 2p", sans-serif;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 11px;
    cursor: pointer;
    min-width: 100px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.info-menu a.active,
.info-menu a:hover {
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 3px solid var(--main-color1);
}

.info-title {
    display: inline-block;
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 3px solid var(--main-color1);
    color: #ffff3f;
    text-shadow: -2px 2px 1px #ee2439;
    font-weight: bold;
    font-family: "press start 2p", sans-serif;
    font-size: 15px;
    border-radius: 10px;
    padding: 6px 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.info-wrapper h5 {
    font-family: "press start 2p", sans-serif;
    font-size: 13px;
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    font-weight: bold;
    margin-bottom: 5px;
    padding-top: 10px;
}

.info-wrapper h6 {
    font-family: "press start 2p", sans-serif;
    font-size: 13px;
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    font-weight: bold;
    margin-bottom: 5px;
}

.info-wrapper table {
    background: var(--text-color1);
}

.info-wrapper tr td {
    color: #ffff3f;
    border: 1px solid #0000fe;
}

.info-content {
    padding: 15px;
    color: var(--text-color);
    font-size: 14px;
}

.bnk-td {
    background: #0b1552;
}

.tnc-card {
    margin-bottom: 5px;
}

button.btn-tnc {
    background: var(--text-color1);
    border: 3px solid #0000fe;
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding: 8px 15px;
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    border-radius: 5px;
    position: relative;
}

button.btn-tnc.collapsed {
    background: var(--text-color1);
    border: 3px solid #0000fe;
}

.tnc-body {
    background: var(--text-color1);
    border: 1px solid var(--main-color1);
    padding: 20px 20px 10px;
    border-radius: 4px;
    margin-top: 2px;
    line-height: 1.3;
    color: var(--text-color);
}

/* end about us page  */


/* contact page  */
.contact-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

.contact-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-wrapper img {
    width: 100%;
}

.contact-wrap-in {
    position: absolute;
    left: 10px;
    color: var(--text-color);
}

.contact-wrap-in p {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--main-color1);
    font-size: 20px;
    margin-bottom: 0px;
}

.contact-wrap-in span {
    display: block;
    margin-bottom: 10px;
}

.contact-wrap-in a {
    display: inline-block;
    color: #730101;
    background: linear-gradient(to bottom, #ffb016, #ffff2d);
    box-shadow: inset 0px 0px 3px #ffff2d;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

/* end contact page  */

/* referral page */
.ref-bg {
    border-radius: 5px;
    background: url(../images/index/slot-baseboard.png) no-repeat center center / 100% 100%;
    padding: 15px;
}

.ref-invite {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.ref-invite-content {
    background: linear-gradient(to bottom, #a64407 0%, #311a06 100%);
    border-radius: 10px;
    z-index: 2;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 2%;
}

.ref-invite-content::before {
    content: "";
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    border: 3px solid #ffd063;
    border-radius: 10px;
    pointer-events: none;
}

.invite-wrap {
    text-align: center;
    padding: 20px;
    position: relative;
}

.ref-invite-banner {
    width: 70%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ref-invite h2 {
    font-size: 20px;
    color: var(--text-color);
    margin-bottom: 5px;
    font-weight: bold;
}

.ref-invite h3 {
    font-size: 20px;
    color: #fff52a;
    font-weight: bold;
}

.invite-label {
    color: var(--text-color);
    font-weight: 500;
}

.invite-url-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    position: relative;
    font-size: 12px;
}

.invite-url-box input {
    background: transparent;
    border: 1px solid #fff52a;
    border-radius: 5px;
    padding: 10px 30px 10px 10px;
    color: var(--text-color);
    font-size: 13px;
}

.invite-url-box .copy-btn {
    background: none;
    border: none;
    color: #fff52a;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    position: absolute;
    right: 0px;
}

.invite-url-box .copy-btn:hover {
    color: var(--text-color);
}

.invite-desc {
    font-size: 12px;
}

.ref-flower {
    position: absolute;
    max-width: 100px;
    top: -18%;
    left: -7%;
}

.ref-shells {
    position: absolute;
    bottom: -4%;
    right: -7%;
}

.ref-coral {
    position: absolute;
    bottom: -4%;
    right: -17%;
    max-width: 70px;
    z-index: -1;
}

.ref-invite-info {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.ref-income-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    background: linear-gradient(to bottom, #b7fbd7 0%, #85cbf6 100%);
    border: 1px solid #3c5b85;
    border-radius: 10px;
    width: 50%;
}

.ref-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    padding: 15px;
}

.stat-item {
    background: #0b89a1;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
}

.stat-label {
    margin-bottom: 5px;
    font-size: 12px;
    white-space: nowrap;
}

.stat-value {
    font-size: 12px;
    font-weight: bold;
    color: #fff1a9;
}

.ref-income {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

.income-title {
    padding-left: 15px;
    color: #005883;
}

.income-title .btn {
    padding: 0;
    color: #996414;
    font-size: 16px;
    transition: color 0.3s;
}

.income-title .btn:hover {
    color: var(--main-color1);
}

.income-title h4 {
    font-size: 20px;
    margin: 0;
    display: block;
    font-weight: bold;
}

.income-amount-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.income-amount {
    color: #996414;
    font-size: 24px;
    font-weight: bold;
}

.income-title i {
    cursor: pointer;
}

.ref-gift-icon {
    position: absolute;
    right: -20px;
    bottom: -20px;
}

.ref-rebate {
    background: linear-gradient(to bottom, #b7fbd7 0%, #85cbf6 100%);
    border: 1px solid #3c5b85;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    width: 50%;
}

.ref-rebate h4 {
    display: inline-block;
    background: linear-gradient(to bottom, #fff2ad 0%, #ffe35e 100%);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7), inset 0px 0px 2px 1px rgba(255, 255, 255, 0.6);
    font-size: 24px;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-weight: bold;
}

.ref-rebate h4 span {
    background: linear-gradient(to bottom, #b36c10 0%, #730101 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ref-rebate p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #005883;
}

.ref-rebate .amount {
    color: #996414;
    font-weight: bold;
}

.ref-coin-icon {
    position: absolute;
    right: -45px;
    bottom: -15px;
}

.ref-terms-btn {
    background: linear-gradient(to bottom, #ffdb2b, #ffad16);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 45, 0.7), inset 0px 0px 1px 2px #ffff61;
    border: none;
    border-top: 2px solid #fff;
    border-bottom: 3px solid #a64407;
    color: #730101;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 25px 0px;
}

.ref-terms-btn:hover {
    filter: brightness(1.2);
}

.ref-content {
    background: linear-gradient(to bottom, #b7fbd7 0%, #85cbf6 100%);
    border: 1px solid #3c5b85;
    border-radius: 10px;
    padding: 20px;
    margin-top: 10px;
}

.ref-content h2 {
    background: linear-gradient(to bottom, #ffffb3, #ffe463);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 45, 0.7), inset 0px 0px 1px 2px #ffff61;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #ffbd10;
    color: #730101;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    gap: 10px;
    border-radius: 10px;
    padding: 5px 10px;
}

.ref-content h2 span {
    background: linear-gradient(to bottom, #b36c10 0%, #730101 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bonus-table {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.bonus-header {
    display: flex;
    width: 100%;
    padding: 10px;
    font-weight: bold;
    color: #005883;
}

.bonus-row {
    display: flex;
    justify-content: center;
    padding: 10px;
    background: var(--btn-gradient2);
    border: 1px solid var(--main-color2);
    border-radius: 5px;
    transition: all 0.3s ease;
}

.bonus-header span,
.bonus-row span {
    width: 50%;
    text-align: center;
}

.bonus-table .bonus-row:nth-child(2) {
    background: #13a5ac;
    border-color: #13a5ac;
}

.bonus-table .bonus-row:nth-child(3) {
    background: #0b89a1;
    border-color: #0b89a1;
}

.bonus-table .bonus-row:nth-child(4) {
    background: #046f97;
    border-color: #046f97;
}

.info-btn {
    padding: 0;
    color: var(--main-color1);
    font-size: 16px;
    transition: all 0.3s ease;
}

.info-btn:hover {
    filter: brightness(1.2);
}

.comm-info {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.comm-text {
    flex: 1;
    color: #005883;
    font-weight: bold;
}

.bonus-rules {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.level-title {
    font-size: 14px;
    margin-bottom: 15px;
}

.level-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.level-list li {
    margin-bottom: 10px;
    font-size: 14px;
}

.percentage {
    color: #996414;
    font-weight: bold;
}

.comm-note {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.5;
    color: #4299ae;
}

.income-cal {
    background: #015883;
    border: 1px solid var(--main-color);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.income-cal h3 {
    color: #00edfd;
    font-size: 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.calc-amt-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.cal-amount {
    color: var(--main-color1);
    font-size: 32px;
    font-weight: bold;
}

.cal-label {
    font-size: 14px;
    margin-bottom: 15px;
    color: var(--text-color);
    font-weight: 400;
}

.cal-label span {
    color: var(--main-color1);
}

.cal-slider {
    width: 100%;
    height: 15px;
    background: transparent;
    border-radius: 10px;
    -webkit-appearance: none;
    appearance: none;
}

.cal-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 15px;
    background: linear-gradient(to right, var(--main-color1) var(--value, 0%), var(--bg-color1) var(--value, 0%));
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid var(--main-color2);
}

.cal-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: var(--main-color1);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: var(--box-shadow);
    position: relative;
    z-index: 2;
    margin-top: -2.5px;
}

.comm-pyramid {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comm-pyramid img {
    max-width: 100%;
    height: auto;
}

.comm-footer {
    padding-top: 20px;
}

.comm-footer p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #005883;
    font-weight: bold;
}

.comm-footer a {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.3s;
}

.comm-footer a:hover {
    color: #57b8f7;
}

/* end referral page */

/* mission page */
.event-content {
    background: #09042d;
    border: 1px solid var(--text-color2);
    padding: 15px;
    border-radius: 10px;
}

.mission-bg ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}

.mission-bg ul li a {
    display: block;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
    text-align: center;
}

.mission-bg ul li a:hover {
    transform: translateY(-5px);
}

.mission-bg ul li a img {
    width: 100%;
}

.ms-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 15px;
    text-align: center;
    width: 100%;
}

.ms-ttl {
    text-transform: uppercase;
    color: #005883;
    font-size: 14px;
    font-weight: 600;
}

.ms-amt {
    font-weight: bold;
    color: var(--text-color);
    text-shadow: 2px 0 #005883, -2px 0 #005883, 0 2px #005883, 0 -2px #005883, 1.5px 1.5px #005883, 1.5px -1.5px #005883, -1.5px 1.5px #005883, -1.5px -1.5px #005883;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 8px;
}

.ms-btn {
    text-align: center;
    position: relative;
    bottom: 15px;
    display: inline-block;
    background: linear-gradient(to bottom, #ffb016, #ffff2d);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 45, 0.7), inset 0px 0px 2px 3px rgba(255, 255, 45, 0.6);
    border: 2px solid #f6cb73;
    border-top: 2px solid #ffff25;
    color: #730101;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    animation: pulse 0.5s infinite ease-in-out;
    cursor: pointer;
    width: 90%;
    margin: 0 auto;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.mission-bg ul li a:hover .ms-btn {
    transform: scale(1.1);
}

.mission_modal h4 {
    display: inline-flex;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.mission-table {
    border: none;
    border-collapse: separate;
    border-spacing: 2px;
}

.mission-table tr td,
.mission-table tr th {
    padding: 10px;
    text-align: center;
    font-size: 12px;
}

.mission-table tr th {
    background: #2fa6e0;
    border: 1px solid #2fa6e0;
    border-radius: 8px;
    color: var(--text-color);
}

.mission-table tr td {
    background: #00a0c6;
    border: 1px solid #00a0c6;
    border-radius: 8px;
    color: var(--text-color);
}

.clm-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.clm-btn button {
    border-radius: 5px;
    font-size: 12px;
    padding: 10px 14px;
    color: var(--text-color);
    font-weight: 600;
    border: none;
    margin: 0 5px;
    background: var(--main-color);
}

/* end mission page */

/* daily reward page */
.event-title {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-bottom: 10px;
}

.event-title .event-title-bg {
    display: inline-block;
    background: linear-gradient(to bottom, #fff2ad 0%, #ffe35e 100%);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7), inset 0px 0px 2px 1px rgba(255, 255, 255, 0.6);
    padding: 5px 15px;
    border-radius: 10px;
    border-bottom: 3px solid #ffbd10;
}

.event-title span {
    background: linear-gradient(to bottom, #b36c10 0%, #730101 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    font-weight: bold;
}

.event-title img {
    max-width: 40px;
}

.daily-banner {
    position: relative;
}

.daily-banner h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.daily-banner h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.daily-text {
    position: absolute;
    bottom: 20%;
    left: 20px;
    align-content: center;
}

.total-coins {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #019eff;
    padding: 8px 20px;
    color: var(--text-color);
    background: #005883;
    box-shadow: inset 0px 0px 1px #2fd8ce;
}

.total-coins span {
    color: var(--main-color1);
    font-weight: bold;
}

.daily-rewards {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 15px;
    padding: 20px 0;
}

.reward-item {
    text-align: center;
}

.reward-box {
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.reward-box img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.claimed-mark {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: var(--text-color);
    background: linear-gradient(to bottom, #ffb016, #ffff2d);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 45, 0.7), inset 0px 0px 2px 3px rgba(255, 255, 45, 0.6);
    border: 2px solid #f6cb73;
    border-top: 2px solid #ffff25;
    color: #730101;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
}

.claimed-mark i {
    font-size: 24px;
    margin-bottom: 5px;
}

.claimed-mark span {
    display: block;
    font-size: 14px;
}

.modal-congrat h5 {
    font-family: "boldpixels", sans-serif;
    font-size: 38px;
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    font-weight: bold;
    text-align: center;
}

.congrat-text {
    text-align: center;
    font-size: 30px;
    color: #ffff3f;
    font-weight: bold;
}

.congrat-text h5 {
    font-weight: bold;
    color: var(--text-color);
    font-size: 25px;
    margin-bottom: 0px;
}

.image-wrap img {
    display: block;
    margin: 0px auto;
    position: relative;
}

.color-text1 {
    font-weight: bold;
    color: #019eff;
}

.img-wrap-top {
    position: absolute !important;
    bottom: -27px;
    left: 0;
    right: 0;
    margin: 0px auto;
}

img.img-wrap {
    height: 80%;
    margin-top: 20px;
}

.tokenredeem {
    display: block;
    margin: 0px auto;
    margin-top: 35px;
    background: #ed1d49;
    border: none;
    z-index: 10;
    color: var(--text-color);
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 18px;
}

.token-pt {
    z-index: 10;
}

.image-wrap {
    height: 250px;
    position: relative;
}

.daily-wrap-in {
    background: url(../images/index/check-in/modal-bg.png) no-repeat top center / 100% 100%;
    padding: 20px;
    border-radius: 20px;
    border: 2px solid var(--main-color1);
}

.daily_modal .close {
    background: none;
    border: none;
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 1;
    width: 40px;
}

.daily_modal .close:hover {
    filter: brightness(1.1);
}

.daily_modal .modal-body {
    background: none;
}

.daily_modal .modal-content {
    background: none;
    border: none;
}

.daily-claim-btn {
    text-align: center;
    padding-top: 45%;
}

.daily-claim-btn a {
    background: url(../images/index/vip/vip-btn.png) no-repeat center center / 100% 100%;
    padding: 10px 15px;
    text-align: center;
    font-size: 18px;
}

.daily-claim-btn a:hover {
    filter: brightness(1.1);
}

.daily-claim-btn.claimed a {
    filter: grayscale(100%);
}

/* end daily page */

/* p2e page */
.play2earn {
    padding: 40px;
}

.play2earn-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.p2e-col {
    background: url('../images/event/p2e/product-base.png') no-repeat center center/100% 100%;
    padding: 10px;
    border-radius: 10px;
}

.p2e-col img {
    border-radius: 10px;
}

.p2e-ttl-1 {
    background: linear-gradient(to bottom, #fff2ad 0%, #ffe35e 100%);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7), inset 0px 0px 2px 1px rgba(255, 255, 255, 0.6);
    text-align: center;
    line-height: 1;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #730101;
    margin: 10px 0px;
    border-radius: 5px;
}

.p2e-info-content {
    border-top: none;
    padding-bottom: 0;
}

.p2e-amount {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.p2e-amount-box {
    width: 100%;
    background: #005883;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-color);
}

.progress-bar {
    width: 100%;
    background-color: var(--bg-color1);
    border-radius: 25px;
    margin: 10px 0;
}

.progress-bar-fill {
    height: 10px;
    background: #2f5bf2;
    transition: width 0.5s;
    border-radius: 25px;
}

.p2e-btn-group {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.p2e-btn-group a {
    padding: 5px 10px;
    display: block;
    text-align: center;
    width: 40%;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #ffb016, #ffff2d);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 45, 0.7), inset 0px 0px 2px 3px rgba(255, 255, 45, 0.6);
    border: 2px solid #f6cb73;
    border-top: 2px solid #ffff25;
    color: #730101;
    font-weight: bold;
}

.p2e-btn-group a:hover {
    filter: brightness(1.1);
}

.btn-p2e {
    color: var(--main-color1);
    font-weight: bold;
}

.sel-form {
    margin-bottom: 10px;
}

.pse-bnr {
    margin-bottom: 15px;
}

.top-p2e-btn {
    font-weight: bold;
    background: linear-gradient(to right, #ffb016, #ffff2d);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 45, 0.7), inset 0px 0px 2px 3px rgba(255, 255, 45, 0.6);
    border: 2px solid #f6cb73;
    border-top: 2px solid #ffff25;
    color: #730101;
    border-radius: 10px;
}

.top-p2e-btn:hover {
    filter: brightness(1.1);
    color: #730101;
}

.history-play-to-earn {
    margin: 10px 0px;
}

.clm-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.clm-btn button {
    border-radius: 10px;
    font-size: 12px;
    padding: 10px 14px;
    font-weight: 600;
    border: none;
    margin: 0 5px;
    background: linear-gradient(to bottom, #ffb016, #ffff2d);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 45, 0.7), inset 0px 0px 2px 3px rgba(255, 255, 45, 0.6);
    border: 2px solid #f6cb73;
    border-top: 2px solid #ffff25;
    color: #730101;
}

.p2e-select {
    display: flex;
    grid-gap: 10px;
    align-items: center;
    max-width: 30%;
    color: var(--text-color1);
    margin-bottom: 20px;
}

.p2e-select select {
    background: #2fa6e0;
    border: none;
    color: var(--text-color);
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 10px;
    width: 100%;
}

.p2e-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 2px;
    color: var(--text-color);
}

.p2e-table th {
    background: #2fa6e0;
    font-weight: bold;
    white-space: nowrap;
    color: var(--text-color);
    padding: 8px;
    text-align: center;
    font-size: 12px;
}

.p2e-table td {
    padding: 8px;
    text-align: center;
    background: #005883;
    border: 1px solid transparent;
}

.p2e-table thead tr th:first-child {
    border-radius: 10px 0 0 10px;
}

.p2e-table thead tr th:last-child {
    border-radius: 0 10px 10px 0;
}

.p2e-table tbody tr td:first-child {
    border-radius: 10px 0 0 10px;
}

.p2e-table tbody tr td:last-child {
    border-radius: 0 10px 10px 0;
}

.p2e-table tbody tr:only-child td:first-child {
    border-radius: 10px;
}

.p2e-table tbody tr:only-child td:last-child {
    border-radius: 10px;
}

.p2e-table-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    color: var(--text-color);
}

.p2e-table-pagi {
    display: flex;
    gap: 10px;
}

.p2e-table-pagi button {
    background: transparent;
    border: none;
    color: var(--text-color1);
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.event-title.p2e {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p2e-title {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* end p2e page */


/* fortune wheel page */
.wheel-container {
    position: relative;
}

.wheel-pointer {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
    width: 60px;
    height: 60px;
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.wheel-content {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    animation: rotate 8s linear infinite;
}

.wheel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0;
}

.fw-token-btn {
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    background: #005883;
    box-shadow: inset 0px 0px 1px #2fd8ce;
    border: 1px solid #019eff;
}

.fw-token-btn span {
    color: #019eff;
}

.fw-spin-btn {
    background: linear-gradient(to bottom, #ffb016, #ffff2d);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 45, 0.7), inset 0px 0px 2px 3px rgba(255, 255, 45, 0.6);
    border: 2px solid #f6cb73;
    border-top: 2px solid #ffff25;
    color: #730101;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

.fw-spin-btn:hover {
    filter: brightness(1.2);
}

.fw-info-btn {
    color: var(--text-color);
    background: linear-gradient(to bottom, #0a569d, #30a8e2);
    box-shadow: inset 0 -1px 2px rgba(50, 254, 254, 0.5), inset 0px 0px 1px rgba(0, 164, 233, 0.7), inset 0px 0px 2px 1px rgba(0, 84, 207, 0.6);
    border: 2px solid #0081e9;
    border-top: 2px solid #0d88ec;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.fw-info-btn:hover {
    filter: brightness(1.2);
}

.wheel-tnc li {
    margin-bottom: 10px;
}

/* end fortune wheel page */


/* redemption page */
.redempt-banner {
    margin: 0 auto 30px;
    text-align: center;
    border-radius: 15px;
    position: relative;
}

.redempt-banner-wrap {
    position: absolute;
    top: 62%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.redempt-title {
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
}

.redempt-title h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.redempt-title .date {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
}

.redempt-title .date span {
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.redempt-banner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.redempt-total {
    padding: 10px 20px;
    border-radius: 5px;
    background: #005883;
    box-shadow: inset 0px 0px 1px #2fd8ce;
    border: 1px solid #019eff;
    font-weight: bold;
}

.redempt-total span {
    color: var(--main-color1);
}

.redempt-tnc-btn {
    background: linear-gradient(to bottom, #ffb016, #ffff2d);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 45, 0.7), inset 0px 0px 2px 3px rgba(255, 255, 45, 0.6);
    border: 2px solid #f6cb73;
    border-top: 2px solid #ffff25;
    color: #730101;
    padding: 10px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.redempt-claim-btn {
    background: linear-gradient(to bottom, #ffb016, #ffff2d);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 45, 0.7), inset 0px 0px 2px 3px rgba(255, 255, 45, 0.6);
    border: 2px solid #f6cb73;
    border-top: 2px solid #ffff25;
    color: #730101;
    padding: 10px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    bottom: 0;
    transform: translateY(50%);
}

.redempt-tnc-btn:hover {
    filter: brightness(1.2);
}

.redempt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 5% auto 20px;
    padding: 0 20px;
}

.redempt-item {
    background: url('../images/event/redemption/redem-base.png') no-repeat center center/100% 100%;
    border-radius: 15px;
    padding: 30px 10px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 60px;
}

.redempt-item img {
    max-width: 130px;
    position: absolute;
    top: -65px;
    filter: drop-shadow(0 0 10px rgba(33, 150, 243, 0.3));
}

.redempt-points {
    color: var(--text-color);
    text-shadow: 2px 0 #730101, -2px 0 #730101, 0 2px #730101, 0 -2px #730101, 1.5px 1.5px #730101, 1.5px -1.5px #730101, -1.5px 1.5px #730101, -1.5px -1.5px #730101;
    font-size: 25px;
    font-weight: bold;
    margin: 40px 0px 5px;
}

@supports not (-webkit-text-stroke: 1px #000) {
    .redempt-points {
        color: var(--text-color);
        -webkit-text-stroke: 2px #730101;
        text-shadow: none;
    }
}

.redempt-min {
    font-size: 14px;
    color: #730101;
}

/* end redemption page */

/* blog page */
.blog-wrap {
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px;
}

.blog-search-wrap {
    background: #111a70;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px;
}

.blog-search {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 30%;
    margin: 0 0 0 auto;
}

.blog-search input {
    width: 100%;
    padding: 10px 10px 10px 40px;
    border-radius: 10px;
    background: #0a1357;
    border: 1px solid var(--main-color1);
    font-family: "press start 2p", sans-serif;
    font-size: 10px;
}

.blog-search input::placeholder {
    color: var(--text-color);
}

.blog-search i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-color);
    font-size: 16px;
}

.blog-list {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 30px;
}

.blog-item {
    background: url(../images/blog/blog-bg.png) no-repeat center center / 100% 100%;
    border-radius: 15px;
    padding: 10px;
    transition: transform 0.3s ease;
}

.blog-item:hover {
    transform: translateY(-5px);
}

.blog-ttle {
    font-family: "press start 2p", sans-serif;
    font-size: 10px;
    color: var(--text-color);
    margin-bottom: 10px;
    line-height: 1.5;
}

.blog-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-date .date {
    color: var(--text-color);
    font-size: 9px;
    font-family: "press start 2p", sans-serif;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.blog-date .date i {
    font-size: 13px;
}

.btn-back {
    background: url(../images/blog/back-btn.png) no-repeat center center / 100% 100%;
    font-family: "press start 2p", sans-serif;
    color: var(--text-color);
    border: none;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 9px;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.btn-back:hover {
    filter: brightness(1.2);
}

.blog-img {
    position: relative;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 15px;
}

.blog-detail-img {
    text-align: center;
    margin-bottom: 15px;
}

.blog-detail-img img {
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    border: 2px solid var(--main-color1);
}

.btn-more {
    background: url(../images/promotion/info-btn.png) no-repeat center center / 100% 100%;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 10px;
    transition: background 0.3s ease;
    font-family: "press start 2p", sans-serif;
    color: var(--text-color);
}

.btn-more:hover {
    filter: brightness(1.2);
}

.blog-inner-title {
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 3px solid var(--main-color1);
    color: #ffff3f;
    text-shadow: -2px 2px 1px #ee2439;
    font-weight: bold;
    font-family: "press start 2p", sans-serif;
    font-size: 13px;
    border-radius: 10px;
    padding: 6px 10px;
    text-transform: uppercase;
}

.blog-content {
    color: var(--text-color);
    font-size: 14px;
}

.blog-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-wrap h1 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.blog-wrap h2 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.blog-wrap h3 {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}

.blog-wrap p {
    margin-bottom: 20px;
}

.blog-wrap ul,
.blog-wrap ol {
    padding-left: 25px;
    margin-bottom: 20px;
    color: var(--text-color);
}

.blog-wrap ul li,
.blog-wrap ol li {
    margin-bottom: 10px;
}

.blog-wrap ul li {
    list-style: circle;
}

.blog-wrap ol li {
    list-style: decimal;
}

.blog-wrap table {
    width: 100%;
    margin: 30px 0;
    border-collapse: separate;
    border-spacing: 2px;
    border: none;
}

.blog-wrap table tr th,
.blog-wrap table tr td {
    padding: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    /* border: 1px solid #2fa6e0; */
}

.blog-wrap table tr th {
    background: var(--text-color2);
    color: var(--text-color);
    font-weight: bold;
    border-radius: 8px 8px 0px 0px;
}

.blog-wrap table tr td {
    background-color: #111a70;
    text-align: center;
}

.blog-wrap table tr:last-child td:first-child {
    border-radius: 0px 0px 0px 8px;
}

.blog-wrap table tr:last-child td:last-child {
    border-radius: 0px 0px 8px 0px;
}

.blog-pagi {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5px;
}

.blog-pagi-btn {
    width: 25px;
    height: 25px;
    background: #9bd525;
    border: 2px solid var(--text-color1);
    border-radius: 50%;
    color: var(--text-color1);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-pagi-btn:hover {
    filter: brightness(1.1);
}

.blog-pagi-num {
    color: var(--text-color);
    font-size: 14px;
    font-weight: bold;
    border: none;
    background: transparent;
}

.blog-pagi-num:hover {
    color: var(--main-color1);
}

/* end blog page */

/* vip page */
.vip-container {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.vip-lvl-box {
    flex: 1;
    background: url(../images/vip/vip-lv-base.png) no-repeat center center / 100% 100%;
    border-radius: 10px;
    padding: 15px;
    position: relative;
}

.vip-deco-starfish {
    position: absolute;
    bottom: -10px;
    left: -10px;
    max-width: 70px;
}

.vip-deco-shell {
    position: absolute;
    bottom: -14px;
    right: -12px;
    max-width: 90px;
}

.vip-lvl-header {
    font-size: 18px;
    font-weight: bold;
}

.vip-lvl-header span {
    display: inline-block;
    background: linear-gradient(to bottom, #fff2ad 0%, #ffe35e 100%);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7), inset 0px 0px 2px 1px rgba(255, 255, 255, 0.6);
    padding: 5px 15px;
    border-radius: 10px;
    border-bottom: 3px solid #ffbd10;
    color: #730101;
}

.vip-diamond {
    margin: 20px auto 20px;
    max-width: 130px;
    text-align: center;
}

.vip-lvl-text {
    text-align: center;
}

.vip-lvl-text h2 {
    color: #730101;
    font-size: 32px;
    font-weight: 700;
    margin: 10px 0;
    text-align: center;
}

.vip-current-lvl {
    display: inline-block;
    background: linear-gradient(to bottom, #fff2ad 0%, #ffe35e 100%);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7), inset 0px 0px 2px 1px rgba(255, 255, 255, 0.6);
    color: #730101;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: bold;
}

.vip-progress-box {
    flex: 2;
}

.progress-steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    background: #53d0f1;
    border: 1px solid var(--main-color2);
    border-radius: 10px;
    padding: 16px;
}

.step {
    display: flex;
    align-items: center;
    gap: 10px;
}

.step-number {
    padding: 5px;
    background: linear-gradient(to bottom, #fff2ad 0%, #ffe35e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #730101;
    font-size: 12px;
    font-weight: bold;
}

.step-text {
    font-size: 14px;
    font-weight: bold;
    color: var(--text-color2);
}

.step-divider {
    height: 2px;
    width: 3vw;
    background: var(--main-color);
    margin: 0 10px;
}

.vip-lvl-progress {
    background: url(../images/vip/status-base.png) no-repeat center center / 100% 100%;
    border-radius: 12px;
    padding: 20px;
}

.level-icons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.level-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
}

.level-icon img {
    max-width: 80px;
}

.level-icon span {
    font-size: 14px;
    color: #730101;
    font-weight: bold;
}

.progress-bar.vip-progress {
    height: 8px;
    background: var(--bg-color1);
    border-radius: 4px;
    margin: 15px 0 25px;
    position: relative;
}

.vip-progress .progress-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 75%;
    background: var(--main-color);
    border-radius: 4px;
}

.vip-lvl-req {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lvl-req {
    text-align: left;
}

.lvl-req h3 {
    font-size: 16px;
    margin-bottom: 8px;
    color: var(--text-color2);
    font-weight: bold;
}

.amount {
    color: #a64407;
    font-weight: 700;
}

.terms-btn {
    background: linear-gradient(to bottom, #ffdb2b, #ffad16);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 45, 0.7), inset 0px 0px 1px 2px #ffff61;
    border: none;
    border-top: 2px solid #fff;
    border-bottom: 3px solid #a64407;
    color: #730101;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.terms-btn:hover {
    filter: brightness(1.2);
}

.vip-table-wrap {
    margin-top: 30px;
}

.vip-table-container {
    overflow-x: auto;
}

.vip-table {
    width: 100%;
    background: transparent;
    border-radius: 10px;
    border-spacing: 0;
    border-collapse: separate;
    border: none;
}

.vip-table-header {
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px;
}

.vip-table th.privilege {
    color: var(--main-color1);
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    min-width: 200px;
    vertical-align: bottom;
    padding: 5px;
}

.vip-table th.privilege span {
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 2px solid var(--main-color1);
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}

.vip-table th,
.vip-table td {
    padding: 15px;
    text-align: center;
    color: var(--text-color);
    border: none;
    font-size: 14px;
}

.vip-table th {
    padding: 10px;
}

.vip-table td:first-child {
    text-align: left;
}

.vip-table th img {
    display: block;
    margin: 0 auto 8px;
    max-width: 80px;
    height: auto;
}

.vip-table th span {
    display: block;
    font-size: 14px;
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    font-weight: 500;
}

.vip-table tr td a{
    text-decoration: underline;
}

.section-header td {
    padding: 10px;
    display: inline-block;
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 2px solid var(--main-color1);
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    text-transform: uppercase;
    margin: 5px;
    border-radius: 10px;
}

.vip-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    background: url(../images/vip/lvl-bg.png) no-repeat center center / 100% 100%;
    padding: 15px;
    gap: 30px;
}

.vip-top-current{
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.vip-lvl-wrap {
    text-align: center;
}

.vip-lvl {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vip-lvl-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 32%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.vip-lvl-icon img {
    max-width: 60px;
}

.vip-lvl-label {
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    padding-top: 10px;
    text-align: center;
}

.vip-lvl-name {
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    font-size: 16px;
}

.vip-tnc{
    margin-top: 30px;
}

.vip-tnc h3{
    color: #ffff3f;
    text-shadow: -2px 2px 1px #ee2439;
    font-weight: bold;
    font-family: "press start 2p", sans-serif;
    font-size: 13px;
}

.vip-mobile {
    margin-top: 20px;
}

.vip-acc-item {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--text-color1);
    border: 3px solid #0000fe;
}

.vip-acc-btn {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 15px;
    transition: all 0.3s ease;
}

.vip-acc-btn img {
    width: 30px;
    flex-shrink: 0;
}

.vip-acc-btn span {
    flex: 1;
    font-size: 11px;
    color: #ffff3f;
    text-shadow: -2px 0px 1px #ee2439;
    font-family: "press start 2p", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.vip-acc-btn i {
    color: #ffff3f;
    text-shadow: -2px 0px 1px #ee2439;
    font-size: 14px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.vip-acc-item.active .vip-acc-btn i {
    transform: rotate(90deg);
}

.vip-acc-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.vip-acc-item.active .vip-acc-content {
    max-height: 2000px;
}

.vip-acc-section {
    padding: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.vip-acc-hdr {
    font-family: "press start 2p", sans-serif;
    font-size: 10px;
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--main-color1);
}

.vip-acc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.vip-acc-row:last-child {
    border-bottom: none;
}

.vip-acc-label {
    flex: 1;
    font-size: 13px;
    color: var(--text-color);
    padding-right: 10px;
}

.vip-acc-label a {
    text-decoration: underline;
}

.vip-acc-value {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
}

/* end vip page */

/* afterlogin header */
button.user-info-btn {
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 3px solid var(--main-color1);
    color: #ffff3f;
    border-radius: 10px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 300px;
    margin: 0 auto;
}

button.user-info-btn:hover,
button.user-info-btn:active {
    filter: brightness(1.2);
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 3px solid var(--main-color1);
}

button.user-info-btn i {
    color: #ffff3f;
}

.hdr-balance {
    display: flex;
    flex-direction: column;
    color: var(--text-color);
    line-height: 1.2;
}

.hdr-name {
    color: var(--text-color);
}

.hdr-amt {
    font-weight: bold;
    font-size: 14px;
    color: #ff4800;
}

.al-hdr-icon {
    color: var(--text-color);
    border: none;
    border-radius: 10px;
    position: relative;
    max-width: 35px;
}

.hdr-user-info .dropdown-menu {
    background: #09042d;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid var(--text-color2);
    width: 450px;
}

.inbox-dot {
    width: 8px;
    height: 8px;
    background: #ff0915;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 6px;
}

.hdr-dep-btn .btn {
    color: var(--text-color);
    border-radius: 50px;
    padding: 5px 0px;
    font-size: 12px;
    max-width: 35px;
}

.hdr-dep-btn .btn.show {
    border-color: transparent;
}

.hdr-dep-btn .dropstart-toggle::after {
    display: none;
}

.al-hdr-list {
    background: #09042d;
    border: 1px solid var(--text-color2);
}

ul.al-hdr-list a {
    padding: 10px 15px;
    display: grid;
    grid-template-columns: 10% 90%;
    gap: 10px;
    align-items: center;
    color: var(--text-color);
    font-size: 13px;
}

.al-hdr-inbox {
    display: flex;
    align-items: center;
    gap: 5px;
}

.hdr-inbox-num {
    border-radius: 50px;
    text-align: center;
    background: #ff4800;
    animation: heartbeat 1.5s ease-in-out infinite both;
    color: var(--text-color);
    height: 15px;
    width: 15px;
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.hdr-balance {
    cursor: pointer;
}

.bln-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 3px solid var(--main-color1);
    color: var(--text-color);
    border-radius: 10px;
    margin-bottom: 10px;
}

.btn-bln-all {
    display: flex;
    justify-content: space-between;
    color: var(--text-color);
    align-items: center;
    border-radius: 10px 10px 0px 0px;
}

.btn-amt {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: bold;
}

button.btnall {
    padding: 5px 20px;
    border-radius: 10px;
    background: #ff0000;
    color: var(--text-color);
    border: none;
}

.bln-all ul {
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 0px 10px;
}

.bln-all ul li {
    margin: 3px 0px;
    border-radius: 5px;
    cursor: pointer;
    list-style: none;
}

.bln-in {
    color: var(--text-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blc-amt {
    display: flex;
    gap: 20px;
}

.btn-out {
    border: none;
    border-radius: 5px;
    background: #ff0916;
    color: var(--text-color);
    min-width: 45px;
}

.blc-inout {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-in {
    background: #1345a3;
    border: none;
    border-radius: 5px;
    color: var(--text-color);
    min-width: 45px;
}

ul.al-hdr-list a.btn-logout {
    background: url(../images/index/vip/vip-btn.png) no-repeat center center / 100% 100%;
    padding: 10px;
    text-align: center;
    display: block;
    margin: auto;
    width: 70%;
}

ul.al-hdr-list a.btn-logout:hover {
    filter: brightness(1.1);
}

.bal-modal-content {
    padding-top: 30px;
}

.bal-modal-content .bln-all ul {
    padding: 0px;
}

/* end afterlogin header */

/* account page */
.acc-wrap {
    display: grid;
    grid-template-columns: 25% 75%;
    align-items: stretch;
    min-height: 100vh
}

.acc-nav {
    border-radius: 10px;
    margin-right: 10px;
    background: #0f1560;
    padding: 5px;
}

.acc-menu-title {
    font-weight: bold;
    font-size: 16px;
    padding: 15px;
}

.acc-menu-title span {
    background: linear-gradient(to bottom, #fff2ad 0%, #ffe35e 100%);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7), inset 0px 0px 2px 1px rgba(255, 255, 255, 0.6);
    color: #a8620e;
    padding: 5px;
    border-radius: 5px;
    display: block;
    width: 75%;
}

.acc-nav-box {
    display: grid;
    grid-template-columns: 10% 90%;
    align-items: center;
    gap: 10px;
    color: var(--text-color);
    padding: 15px 10px;
    border-radius: 10px;
    margin: 5px;
    background: #0b113a;
    border: 2px solid #0b113a;
    text-transform: uppercase;
    font-size: 13px;
}

.acc-nav-box.active,
.acc-nav-box:hover {
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 2px solid var(--main-color1);
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
}

.acc-info {
    background: url('../images/afterlogin/info-base.png') no-repeat right center/cover;
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.acc-info-left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.acc-lvl-wrap {
    text-align: center;
}

.acc-lvl {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acc-lvl-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 32%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.acc-lvl-icon img {
    max-width: 100px;
}

.acc-lvl-label {
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    padding-top: 10px;
    text-align: center;
}

.acc-lvl-name {
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    font-size: 20px;
}

.acc-info-mid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    flex: 1;
}

.acc-info-name {
    background: linear-gradient(to bottom, #fff2ad 0%, #ffe35e 100%);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7), inset 0px 0px 2px 1px rgba(255, 255, 255, 0.6);
    color: #a8620e;
    padding: 5px;
    border-radius: 5px;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.acc-bln {
    display: flex;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
}

.acc-bln-label {
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    font-size: 18px;
}

.acc-bln-amt {
    display: flex;
}

.acc-bln-amt span {
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 3px solid var(--main-color1);
    color: var(--text-color);
    border-radius: 10px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.acc-bln-amt i {
    color: #ffff3f;
}

.acc-tf-btn {
    background: linear-gradient(to bottom, #ffb016, #ffff2d);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 45, 0.7), inset 0px 0px 2px 3px rgba(255, 255, 45, 0.6);
    border: 2px solid #f6cb73;
    border-top: 2px solid #ffff25;
    color: #730101;
    border-radius: 10px;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    margin-top: 10px;
}

.acc-tf-btn:hover {
    filter: brightness(1.2);
}

.acc-info-right {
    display: flex;
    gap: 10px;
    align-items: center;
}

.point-btn {
    background: url(../images/afterlogin/point-btn.png) no-repeat center center / 100% 100%;
    color: var(--text-color);
    border-radius: 5px;
    padding: 10px 15px;
    text-align: center;
    cursor: pointer;
}

.token-btn {
    background: url(../images/afterlogin/token-btn.png) no-repeat center center / 100% 100%;
    color: var(--text-color);
    border-radius: 5px;
    padding: 10px 15px;
    text-align: center;
    cursor: pointer;
}

.acc-content {
    background: #0a1149;
    border-radius: 10px;
    padding: 10px;
    margin-top: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.acc-title {
    font-size: 16px;
    padding-bottom: 10px;
    text-shadow: -1px 2px 1px #ee2439;
}

.acc-title span {
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 3px solid var(--main-color1);
    color: #ffff3f;
    padding: 5px 15px;
    border-radius: 10px;
    display: inline-block;
    text-transform: uppercase;
}

.acc-title span i {
    margin-right: 10px;
}

.acc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #111a70;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.acc-row-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-color);
    padding: 5px 10px;
}

.acc-row .acc-row-wrap:nth-child(2) {
    color: var(--text-color);
}

.acc-row-wrap .fa-copy {
    color: var(--main-color1);
}

button.acc-pass-btn {
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 3px solid var(--main-color1);
    font-family: "boldpixels", sans-serif;
    font-size: 15px;
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.index-btm-box.acc {
    padding: 0px 0px 10px;
}

.wallet-link {
    display: none;
    text-align: center;
    gap: 5px;
    justify-content: space-between;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--text-color2);
}

.wallet-link a{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wallet-link i {
    font-size: 25px;
    background: #0b113a;
    border: 2px solid #0000fe;
    border-radius: 5px;
    padding: 6px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wallet-link span {
    display: block;
    color: var(--text-color);
    margin-top: 5px;
    font-size: 13px;
    white-space: nowrap;
}

.acc-link {
    display: none;
    padding: 10px 0px 0px;
}

.acc-link a {
    display: block;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--text-color);
}

.acc-link a div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.acc-link i {
    color: var(--text-color);
    font-size: 18px;
    width: 20px;
}

.acc-content-wrap {
    margin-top: 20px;
    flex: 1;
    color: var(--text-color);
}

.acc-nav,
.acc-box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.point-wrp {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
}

.btn-token {
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 3px solid var(--main-color1);
    color: #ffff3f;
    min-width: 150px;
    padding: 10px;
    text-align: center;
    display: flex;
    gap: 14px;
    justify-content: center;
    border-radius: 8px;
    align-items: center;
    font-size: 17px;
}

span.img-point img {
    height: 30px;
}

/* end account page */

/* deposit page */
.dep-title {
    padding-bottom: 10px;
    color: var(--text-color);
}

.dep-form {
    margin-bottom: 30px;
    position: relative;
}

.dep-form .form-label {
    color: var(--text-color);
    text-transform: uppercase;
}

.dep-form input,
.dep-form select,
.dep-form input.form-control:disabled {
    background: var(--text-color);
    border: none;
    color: #9496a3;
    border-radius: 5px;
}

.dep-form input:focus,
.dep-form select:focus {
    outline: none;
    background: var(--text-color);
    box-shadow: none;
    color: var(--text-color1);
}

.dep-form input::placeholder,
.dep-form select::placeholder {
    color: #9496a3;
}

.dep-submit-btn {
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 3px solid var(--main-color1);
    color: #ffff3f;
    font-family: "boldpixels", sans-serif;
    font-size: 22px;
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    margin: 0;
    letter-spacing: 1px;
    border-radius: 5px;
    padding: 5px 20px;
    cursor: pointer;
    display: block;
    text-align: center;
    font-weight: bold;
}

.dep-submit-btn:hover {
    filter: brightness(1.1);
}

.dep-tab-content {
    padding: 20px 0px;
}

.dep-form-note {
    color: #ff4800;
    font-style: italic;
    font-size: 12px;
    padding-top: 5px;
    font-weight: bold;
}

.bank-amt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3px;
    margin-top: 5px;
}

.bank-amt-grid button {
    width: 100%;
    color: var(--text-color);
    background: #111a70;
    border: 2px solid #111a70;
    border-radius: 5px;
    padding: 10px;
    font-size: 13px;
    font-weight: 700;
}

.bank-amt-grid button:hover {
    background: #0b113a;
    border: 2px solid #0000fe;
}

.form_bonus_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
    color: var(--text-color2);
}

.text_bonus_amt_top {
    font-weight: 500;
    color: var(--text-color);
}

.text_bonus_amt {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-color2);
}

.select_bank_opt {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.select_bank_opt .form-check-inline .form-check-label {
    font-size: 11px;
    width: 100%;
    min-width: 150px;
    flex-direction: column;
    height: 3.5rem;
    grid-gap: 0.15rem;
    gap: 0.15rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #111a70;
    border: 2px solid #111a70;
}

.form-check .btn-check:checked+.form-check-label {
    background: #0b113a;
    border: 2px solid #0000fe;
    position: relative;
    overflow: hidden;
}

.select_bank_opt .form-check-inline .form-check-label img {
    max-width: 100px;
}

.select_bank_opt .form-check-inline {
    margin: 0;
    padding: 0;
}

.form-check-label p {
    margin: 0;
}

.amt-qr {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #005883;
}

.qr-area {
    border: 1px solid var(--main-color2);
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.qr-ttl {
    font-weight: bold;
}

.qr-img {
    margin: 10px 0px;
}

.qr-img img {
    height: 130px;
}

.qr-nm {
    color: var(--main-color);
    font-size: 12px;
}

.qr-info {
    font-size: 12px;
    width: 50%;
}

.atten {
    border: 1px solid var(--main-color2);
    border-radius: 5px;
    padding: 10px;
}

.atten img {
    height: 20px;
}

.dep-copy-btn {
    position: absolute;
    top: 36px;
    right: 10px;
    cursor: pointer;
    color: #0b113a;
}

.btn-password-toggle.dep-copy-btn {
    transform: none;
    padding: 0px;
}

.form-max {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

button.btn-max {
    background: linear-gradient(to bottom, #ffb016, #ffff2d);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 45, 0.7), inset 0px 0px 2px 3px rgba(255, 255, 45, 0.6);
    border: 2px solid #f6cb73;
    border-top: 2px solid #ffff25;
    color: #730101;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 10px;
    padding: 5px 10px;
}

.done-content {
    margin: auto;
    text-align: center;
}

.done-content i {
    text-align: center;
    display: block;
    margin: 0px auto;
    font-size: 130px;
    color: var(--text-color2);
    margin-bottom: 10px;
}

.done-content h4 {
    text-align: center;
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    font-weight: bold;
}

.done-content p {
    text-align: center;
    font-size: 12px;
    color: var(--text-color);
}

.done-btn-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    justify-content: center;
}

.done-btn {
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 3px solid var(--main-color1);
    color: #ffff3f;
    font-family: "boldpixels", sans-serif;
    font-size: 22px;
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
}

.done-btn:hover {
    filter: brightness(1.1);
}

#formFile::file-selector-button {
    color: var(--text-color);
    border-radius: 2px;
    background: #0b113a;
    border: 2px solid #0000fe;
}

.rate-wrap {
    position: relative;
    display: grid;
    grid-template-columns: 105px auto;
    align-items: center;
    max-width: 280px;
}

/* end deposit page */

/* withdrawal page */
.add_bank_with_wrap {
    color: #97ddff;
    display: flex;
    flex-direction: column;
    height: 112px;
    background: #015883;
    border-radius: 0.75rem;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.add_bank_with_wrap:hover {
    filter: brightness(1.1);
}

.add_bank_with_wrap i {
    font-size: 24px;
    margin-bottom: 10px;
}

.add_bank_with_wrap p {
    margin-bottom: 0;
}

/* end withdrawal page */

/* transfer page */
.btn-tre {
    color: var(--text-color);
    border: none;
    border-radius: 5px;
    font-size: 12px;
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.btn-max-t {
    background: #0b113a;
    border: 2px solid #0000fe;
    color: var(--text-color);
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    font-weight: 500;
    white-space: nowrap;
    height: 100%;
}

.btn-max-t:hover {
    filter: brightness(1.1);
}

.tf-logo {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 20px;
}

.tf-logo-item {
    position: relative;
    margin-bottom: 20px;
}

.tf-logo-item span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 14px;
    text-align: center;
}

.tf-logo-item .tf-logo-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 90px;
}

.tf-balance {
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    background: #0b113a;
    border: 2px solid #0000fe;
    color: var(--text-color);
    border-radius: 20px;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    padding: 2px 0px;
}

.quick-tf-detail {
    text-align: center;
    background: #111a70;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}

.quick-tf-detail img {
    max-width: 100px;
    margin-bottom: 10px;
}

.quick-tf-detail h3 {
    font-size: 16px;
    color: var(--text-color);
    margin-bottom: 5px;
}

.quick-tf-detail p {
    font-size: 18px;
    color: var(--text-color);
    margin-bottom: 0;
}

.quick-tf-amt h3 {
    font-size: 16px;
    color: var(--text-color);
    margin-bottom: 5px;
    font-weight: bold;
}

.quick-tf-amt p {
    font-size: 14px;
    color: var(--main-color1);
    margin-bottom: 5px;
}

/* end transfer page */

/* bank page */
.table-share tr th {
    background: #090e32;
    color: var(--text-color);
    padding: 10px 5px;
    text-align: center;
    font-weight: 500;
}

.table-share tr td {
    background: transparent;
    padding: 10px 5px;
    text-align: center;
    color: var(--text-color);
    border-bottom: 1px solid #252e9f;
}

.table-share {
    border-radius: 10px;
    border-collapse: collapse;
    width: 100%;
}

.bank_display {
    width: 82px;
    border-radius: 5px;
    margin-right: 10px;
}

.btn-df {
    border: none;
    background: var(--main-color);
    color: var(--text-color);
    border-radius: 5px;
}

.btn-rm {
    border: none;
    background: #ff0000;
    color: var(--text-color);
    border-radius: 5px;
}

/* end bank page */

/* change password page */
.pass-tnc {
    padding-top: 10px;
}

.pass-tnc i.fa-check {
    color: #00ff00;
    padding-right: 5px;
}

.pass-tnc i.fa-xmark {
    color: #ff0000;
    padding-right: 5px;
}

.game-pass-tnc {
    padding-top: 10px;
    color: #ee2439;
    font-size: 14px;
    font-weight: bold;
}

/* end change password page */

/* referral page */
.ref-qr {
    display: block;
    text-align: center;
    margin: 0 auto;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

/* end referral page */

/* inbox page */
.custom-label {
    position: relative;
    width: 1rem;
    height: 1rem;
    display: grid;
    place-items: center;
    margin: 0px;
    z-index: 1;
}

.custom-input,
.custom-checkbox {
    position: absolute;
    width: inherit;
    height: inherit;
    background: var(--text-color);
    border: 0.5px solid #0c2343;
    border-radius: 3px;
}

.custom-input {
    display: none;
}

.custom-checkbox {
    display: grid;
    place-items: center;
    cursor: pointer;
    color: var(--text-color1);
}

.firstbox {
    border-width: 1.5px;
}

.custom-checkbox::after {
    content: '✔';
    position: absolute;
    font-size: 0.6rem;
    opacity: 0;
    transform: scale(0);
    transition: transform 0.25s, opacity 0.5s;
}

.custom-input:checked~.custom-checkbox::after {
    opacity: 1;
    transform: scale(1);
}

.msg-tab-content {
    padding: 20px 0px;
}

.inbox-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to bottom, #040c74, #101b3a);
    border: 1px solid var(--main-color1);
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 20px 10px 12px;
}

.inbox-row:hover {
    filter: brightness(1.2);
}

.inbox-row i {
    color: var(--main-color1);
}

.msg-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    width: 100%;
    padding: 0px 20px;
}

.inbox-detail {
    width: 75%;
}

.inbox-detail h5 {
    font-size: 15px;
    font-weight: 500;
    color: var(--main-color1);
    text-transform: uppercase;
}

.inbox-detail p {
    font-size: 14px;
    color: var(--text-color);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px;
}

.inbox-pagination ul {
    justify-content: center;
    align-items: center;
    padding-top: 15px;
}

.inbox-pagination .page-link {
    background: none;
    border: 1px solid transparent;
    color: var(--text-color);
    margin: 0px 5px;
    border-radius: 5px;
}

.inbox-pagination .page-link:hover,
.inbox-pagination .page-link:focus {
    background: #1f2cac;
    box-shadow: none;
}

.inbox-pagination .page-link.arrow-btn {
    background: none;
    border: 1px solid transparent;
}

.inbox-pagination .page-link.arrow-btn:hover,
.inbox-pagination .page-link.arrow-btn:focus {
    background: none;
    box-shadow: none;
    filter: brightness(1.2);
}

.inbox-pagination .page-link img {
    max-width: 30px;
}

.inbox-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    border-bottom: 1px solid var(--main-color2);
}

.inbox-back-btn {
    padding-bottom: 10px;
    display: block;
    color: var(--text-color2);
}

.inbox-title {
    font-size: 18px;
    color: var(--main-color1);
    padding-bottom: 5px;
    text-transform: uppercase;
}

.inbox-date {
    font-size: 14px;
    color: var(--text-color);
}

.inbox-top-right i {
    font-size: 16px;
    cursor: pointer;
    color: var(--main-color1);
}

.inbox-content {
    padding: 20px 0px;
}

.inbox-back-btn:hover,
.inbox-top-right i:hover {
    filter: brightness(1.2);
}

.inbox-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow-y: auto;
    max-height: 400px;
}

.inbox-text {
    background: var(--main-color2);
    margin: 0px 15px;
    border-radius: 10px;
    padding: 15px;
}

.wrapper {
    margin: 0 auto;
}

.chatMsg {
    padding: 15px;
    overflow-y: auto;
    height: calc(100% - 80px);
    margin-bottom: 30px;
}

.chatMsg ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0px;
}

.chatMsg ul li {
    position: relative;
    margin-bottom: 15px;
}

.msg,
.msg-reply {
    display: block;
    position: relative;
    color: var(--text-color1);
    border-radius: 5px;
}

.msg::before,
.msg-reply::before {
    position: absolute;
    left: -8px;
    top: 0px;
    content: "";
    display: block;
    border-bottom: 15px solid transparent;
}

.msg-date2 {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 0px auto;
    color: var(--text-color);
    font-weight: 100;
}

.msg-reply {
    margin-left: inherit;
    background: var(--main-color);
    color: var(--text-color);
    padding: 10px;
    font-size: 13px;
}

.msg-reply::before {
    left: inherit;
    right: -9px;
    border-right: inherit;
}

.avatar,
.avatar-reply {
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.avatar img,
.avatar-reply img {
    max-width: 30px;
}

.avatar-reply {
    left: inherit;
    right: 0;
}

.chatBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.chatBox .mdi-attachment {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 20px;
    bottom: 15px;
    color: var(--main-color);
    cursor: pointer;
}

.chatBox .mdi-send {
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    z-index: 2;
    bottom: 8px;
    right: 10px;
    font-size: 16px;
    color: var(--text-color);
    background: var(--main-color);
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
}

.chatBox .mdi-send.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.chatBox textarea {
    display: block;
    resize: none;
    width: 100%;
    border: 0;
    border-top: 1px solid #ccc;
    background: var(--text-color);
    padding: 12px 50px 12px 40px;
    position: absolute;
    bottom: 0;
    min-height: 45px;
    overflow: hidden;
    color: var(--text-color1);
}

.hiddendiv {
    display: none;
}

.chatBox textarea:focus {
    outline: none;
}

.msg-date {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    /* border-bottom: 1px solid #a4a4a4; */
}

.msg-date i {
    color: var(--text-color);
}

.msg-content {
    line-height: 18px;
    margin-top: 0px;
    font-size: 13px;
    background: #cbcbcb;
    padding: 10px;
    border-radius: 5px;
}

.mdi-send:before {
    content: "\f1d8";
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    text-align: center;
    right: 10px;
}

.acc-content-wrap .nav {
    gap: 5px;
}

.acc-content-wrap .nav-pills .nav-link {
    color: var(--text-color);
    background: #111a70;
    border: 2px solid #111a70;
    border-radius: 10px;
    padding: 5px 20px;
    min-width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.acc-content-wrap .nav-pills .nav-link.active,
.acc-content-wrap .nav-pills .show>.nav-link,
.acc-content-wrap .nav-pills .nav-link:hover {
    background: #0b113a;
    border: 2px solid #0000fe;
}

.acc-content-wrap .nav-pills.method .nav-link {
    width: 150px;
    height: 60px;
}

.acc-content-wrap .nav-pills.method-qr .nav-link {
    width: 150px;
    height: 80px;
    padding-bottom: 25px;
    flex-direction: column;
    position: relative;
}

.acc-content-wrap .nav-pills.method-qr .nav-link .method-name {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    color: var(--text-color);
    text-align: center;
    margin-top: 5px;
}

.acc-content-wrap .tab-content>.active {
    outline: none;
}

/* end inbox page */

/* pending page */
.pending-content .accordion {
    --bs-accordion-bg: none;
}

.pending-content .accordion-item {
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 10px;
}

.pending-content .accordion-header button.accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url('../images/afterlogin/btn-status.png') no-repeat center center/100% 100%;
    color: var(--text-color);
    border-radius: 10px;
}

.pending-content .accordion-button::after {
    content: none;
}

.pending-content .accordion-body {
    background: linear-gradient(to right, #ffb016, #ffff2d);
    color: #730101;
    border-radius: 0px 0px 10px 10px;
}

.pending-content .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-radius: 10px 10px 0px 0px;
}

.pending-content .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 10px;
}

#pending-acc .accordion-button {
    border-radius: 10px;
    color: var(--text-color);
}

#pending-acc .accordion-button:not(.collapsed) {
    background: linear-gradient(to right, #ffb016, #ffff2d);
    color: #730101;
    box-shadow: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pending-info span {
    display: block;
    line-height: 1.5;
}

.pending-status {
    background: var(--main-color);
    color: var(--text-color);
    padding: 10px;
    border-radius: 10px;
}

.pending-status.done {
    background: #198754;
}

.pending-status.processing {
    background: #2f5bf2;
}

.pending-status.fail {
    background: #f22f46;
}

.pending-table table {
    background: transparent;
    font-size: 13px;
    color: var(--text-color);
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
}

.pending-table table.table-share tr td {
    background: #5d2807;
    padding: 12px 15px;
    border: transparent;
}

.pending-table table.table-share thead tr th {
    background: #a64407;
    padding: 12px 15px;
    border-radius: 10px;
    border: transparent;
}

.pending-table thead tr {
    background: #5d2807;
}

.pending-table tbody tr td:first-child {
    font-weight: bold;
}

.pending-table table.table-share {
    border-radius: 10px;
}

/* end pending page */

/* history page */
.his-date {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: end;
    grid-gap: 15px;
}

.his-search {
    position: relative;
    width: 250px;
    display: flex;
    justify-content: flex-end
}

.his-search input {
    background: var(--bg-color3);
    border: 1px solid var(--main-color);
    color: var(--text-color);
    padding-right: 35px;
}

.his-search input:focus {
    background: var(--bg-color3);
    border-color: var(--main-color);
    box-shadow: none;
    color: var(--text-color);
}

.his-search i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--main-color);
}

.his-table .table {
    font-size: 12px;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.his-table .table thead tr th {
    background: #2fa6e0;
    color: var(--text-color);
    vertical-align: middle;
    border: none;
}

.his-table .table thead tr th:first-child {
    border-radius: 10px 0 0 10px;
}

.his-table .table thead tr th:last-child {
    border-radius: 0 10px 10px 0;
}

.his-table .table tbody tr td:first-child {
    border-radius: 10px 0 0 10px;
}

.his-table .table tbody tr td:last-child {
    border-radius: 0 10px 10px 0;
}

.his-table .table tbody tr:only-child td:first-child {
    border-radius: 10px;
}

.his-table .table tbody tr:only-child td:last-child {
    border-radius: 10px;
}

.his-table .table tbody tr {
    margin-bottom: 10px;
}

.his-table .table tbody tr td {
    background: #00a0c6;
    color: var(--text-color);
    vertical-align: middle;
    border: none;
}

.his-note {
    color: #9496a3;
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
}

/* end history page */

/* pop out announcement */
.announcementpopupimg img {
    margin: auto;
    border-radius: 5px;
}

#announcementpopup .carousel-control-prev {
    left: -22px;
}

#announcementpopup .carousel-control-next {
    right: -22px;
}

.announcementmodal.modal {
    z-index: 999999;
}

.announcementmodal .modal-content {
    position: relative;
}

.announcementmodal .close {
    right: 0;
    bottom: -35px;
    color: #000000;
    opacity: 1;
    position: absolute;
    z-index: 111;
    text-align: center;
    left: 48%;
    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;
}

.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: #0e1845;
    border: 2px solid var(--main-color1);
    border-radius: 15px;
    padding: 20px;
    color: var(--text-color);
    text-transform: uppercase;
}

.annou-ttle {
    font-family: "boldpixels", sans-serif;
    font-size: 22px;
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    font-weight: bold;
    letter-spacing: 1px;
    font-weight: bold;
    border-bottom: 1px solid var(--text-color);
    padding-bottom: 7px;
}

.annou-content {
    padding-top: 25px;
    font-size: 12px;
}

.announcementmodal .modal_close {
    z-index: 10;
    color: var(--text-color);
    opacity: 1;
}

.annou-content img {
    display: block;
    margin: 0px auto;
}

.annou-pop p {
    margin-top: 20px;
    margin-bottom: 0px;
    color: var(--text-color);
}

.round {
    position: relative;
    margin-right: 10px;
    height: 16px;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
    margin: 0px;
}

.round label:after {
    border: 2px solid var(--text-color);
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 1px;
    opacity: 0;
    position: absolute;
    top: 3px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked+label {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.round input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.cls-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    font-size: 12px;
    color: #fff;
}

/* end pop out announcement */


/* treasure chest page */
.event-banner img {
    margin-bottom: 10px;
    border-radius: 10px;
}

.mini-game-wrap {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.game-nav {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.game-nav-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    padding: 10px 5px;
    border-radius: 10px;
    cursor: pointer;
    color: var(--main-color);
    padding: 10px;
    border-radius: 10px;
    background: linear-gradient(to left, #479ac1, #57e3ed);
    box-shadow: inset 0px 0px 2px 1px #2bf4ff;
}

.game-nav-item:hover,
.game-nav-item.active {
    background: linear-gradient(to right, #ffb016, #ffff2d);
    box-shadow: inset 2px -2px 1px #e99400, inset -2px -1px 1px #e99400, inset 0px 1px 1px #fff, inset 0px 0px 2px 3px rgba(255, 255, 45, 0.6);
    color: #730101;
}

.game-nav-item img {
    max-width: 35px;
}

.game-nav-item span {
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
}

.mini-game-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.chance-sec {
    padding: 20px;
    border-radius: 12px;
    background: linear-gradient(to bottom, #98ecfd, #5ad3f3);
    border: 1px solid var(--main-color2);
    border-radius: 10px;
}

.chance-title {
    background: linear-gradient(to bottom, #fff2ad 0%, #ffe35e 100%);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7), inset 0px 0px 2px 1px rgba(255, 255, 255, 0.6);
    color: #a8620e;
    display: inline-flex;
    border-radius: 10px;
    font-weight: bold;
    font-size: 20px;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.chance-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.chance-col {
    display: flex;
    flex-direction: column;
}

.chance-col h4 {
    color: #233e56;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.chance-list {
    padding: 10px 15px;
    background: #36677c;
    box-shadow: inset 0px 1px 16px #233e56;
    border-radius: 10px;
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
}

.chance-list span {
    color: var(--text-color);
    padding: 5px 0;
}

.chest-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.chest-card {
    text-align: center;
}

.treasure-claim-btn {
    padding: 10px;
    background: linear-gradient(to bottom, #ffb016, #ffff2d);
    box-shadow: inset 2px -2px 1px #e99400, inset -2px -1px 1px #e99400, inset 0px 1px 1px #fff, inset 0px 0px 2px 3px rgba(255, 255, 45, 0.6);
    color: #730101;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    margin: 10px auto;
    width: 50%;
}

.treasure-claim-btn:hover {
    filter: brightness(1.1);
}

.modal-treasure .modal-content {
    border: none;
    border-radius: 15px;
    max-width: 450px;
}

.modal-treasure .modal-body {
    background: url('../images/event/treasure/base.png') no-repeat top center/cover;
    border-radius: 15px;
    text-align: center;
}

.treasure-modal-title {
    background: linear-gradient(to bottom, #fff2ad 0%, #ffe35e 100%);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7), inset 0px 0px 2px 1px rgba(255, 255, 255, 0.6);
    color: #a8620e;
    padding: 5px;
    border-radius: 10px;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
}

.treasure-body img {
    max-width: 200px;
}

.treasure-footer {
    display: flex;
    gap: 10px;
    justify-content: space-evenly;
    margin-top: 10px;
}

.treasure-yes-btn {
    background: linear-gradient(to bottom, #aae41b, #69cc05);
    box-shadow: inset 2px -2px 1px #247903, inset -2px -1px 1px #247903, inset 0px 1px 1px #fff, inset 0px 0px 2px 3px rgba(255, 255, 45, 0.6);
    color: var(--text-color);
    font-weight: bold;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    width: 40%;
}

.treasure-no-btn {
    background: linear-gradient(to bottom, #fd5945, #ec2a5e);
    box-shadow: inset 2px -2px 1px #87172d, inset -2px -1px 1px #87172d, inset 0px 1px 1px #fff, inset 0px 0px 2px 3px rgba(255, 255, 45, 0.6);
    color: var(--text-color);
    font-weight: bold;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    width: 40%;
}

.treasure-yes-btn span {
    text-shadow: -1px -1px 0 #2b771c, 1px -1px 0 #2b771c, -1px 1px 0 #2b771c, 1px 1px 0 #2b771c;
    font-size: 18px;
}

.treasure-no-btn span {
    text-shadow: -1px -1px 0 #87172d, 1px -1px 0 #87172d, -1px 1px 0 #87172d, 1px 1px 0 #87172d;
    font-size: 18px;
}

.treasure-open-body,
.treasure-congrats {
    display: none;
}

.treasure-body,
.treasure-open-body,
.treasure-congrats {
    text-align: center;
}

.treasure-wiggle {
    animation: wiggle .3s ease;
}

@keyframes wiggle {
    0% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(-3deg) scale(1.02)
    }

    50% {
        transform: rotate(3deg) scale(1.02)
    }

    100% {
        transform: rotate(0)
    }
}

.fade-in-up {
    animation: fadeInUp .45s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px) scale(.98)
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

.fade-in {
    animation: fadeIn .35s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.treasure-receive {
    background: rgb(0, 82, 110, 0.7);
    padding: 10px;
    border-radius: 10px;
    color: var(--text-color);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    max-width: 80%;
    margin: 10px auto 0px;
    position: relative;
}


button.treasure-close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

.treasure-close-btn img {
    max-width: 30px;
}

.treasure-receive h4 {
    color: #fff28c;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.treasure-receive p {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.treasure-receive span {
    color: #ffe464;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.treasure-coconut {
    position: absolute;
    bottom: -15px;
    left: -30px;
    z-index: 3;
    max-width: 80px;
}

.treasure-cocktail {
    position: absolute;
    bottom: -10px;
    right: -40px;
    z-index: 3;
    max-width: 100px;
}

/* end treasure chest page */

/* in game shop page */
.shop-wrap,
.shop-wrap-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}


.shop-wrap-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.shop-item {
    display: flex;
    flex-direction: column;
}

.shop-item img {
    text-align: center;
    margin: 0 auto;
    flex: 1;
}

.shop-item-title {
    background: linear-gradient(to bottom, #fff2ad 0%, #ffe35e 100%);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7), inset 0px 0px 2px 1px rgba(255, 255, 255, 0.6);
    color: #a8620e;
    gap: 10px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 20px;
    padding: 5px 10px;
    margin-bottom: 10px;
    text-align: center;
}

.shop-item-title span {
    font-size: 18px;
    font-weight: bold;
}

.shop-item-title i {
    font-size: 18px;
    font-weight: bold;
}

.shop-item-title.long {
    width: 70%;
    text-align: start;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop-claim-btn {
    padding: 10px;
    background: linear-gradient(to bottom, #ffb016, #ffff2d);
    box-shadow: inset 2px -2px 1px #e99400, inset -2px -1px 1px #e99400, inset 0px 1px 1px #fff, inset 0px 0px 2px 3px rgba(255, 255, 45, 0.6);
    color: #730101;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    margin: 10px auto;
    width: 100%;
    position: relative;
}


.shop-claim-btn img {
    max-width: 35px;
    margin-right: 5px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.modal-shop .modal-content {
    border: none;
    border-radius: 15px;
    max-width: 450px;
}

.modal-shop .modal-body {
    background: url('../images/event/shop/pop-up/base.png') no-repeat top center/cover;
    border-radius: 15px;
    text-align: center;
}

.shop-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.item-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.item-name {
    background: linear-gradient(to bottom, #fff2ad 0%, #ffe35e 100%);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7), inset 0px 0px 2px 1px rgba(255, 255, 255, 0.6);
    color: #730101;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    width: 80%;
}

.qty-selector {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 65%;
}

.qty-btn {
    border: none;
    cursor: pointer;
    background: transparent;
}

.qty-input {
    width: 60px;
    height: 35px;
    text-align: center;
    border: 2px solid #021127;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    background: #021127;
    -moz-appearance: textfield;
}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cost-info {
    gap: 8px;
    background: #021127;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: bold;
    position: relative;
    text-align: center;
    width: 60%;
}

.cost-icon {
    max-width: 50px;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.cost-text span {
    color: #3eff39;
    font-weight: bold;
}

.buy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    background: linear-gradient(to bottom, #aae41b, #69cc05);
    box-shadow: inset 2px -2px 1px #247903, inset -2px -1px 1px #247903, inset 0px 1px 1px #fff, inset 0px 0px 2px 3px rgba(255, 255, 45, 0.6);
    color: var(--text-color);
    font-weight: bold;
    border: none;
    border-radius: 5px;
    padding: 5px 15px;
    width: 60%;
}

.buy-btn:hover {
    filter: brightness(1.1);
}

.buy-icon {
    max-width: 30px;
}

.buy-btn span {
    text-shadow: -1px -1px 0 #2b771c, 1px -1px 0 #2b771c, -1px 1px 0 #2b771c, 1px 1px 0 #2b771c;
    font-size: 25px;
}

/* end in game shop page */

/* new mission page */
.miss-title {
    display: inline-block;
    background: linear-gradient(to bottom, #fff2ad 0%, #ffe35e 100%);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7), inset 0px 0px 2px 1px rgba(255, 255, 255, 0.6);
    padding: 5px 15px;
    border-radius: 10px;
    border-bottom: 3px solid #ffbd10;
    margin-bottom: 10px;
}

.miss-title span {
    background: linear-gradient(to bottom, #b36c10 0%, #730101 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: bold;
}

/* Mission Interface Styles */
.daily-miss,
.weekly-miss {
    margin-bottom: 40px;
}

.miss-desc {
    color: #071e3f;
    margin-bottom: 10px;
}

.miss-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.miss-grid-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}


.miss-card {
    background: url('../images/event/mission/daily-base.png') no-repeat center center/100% 100%;
    padding: 10px;
    flex: 1;
}

.miss-card-1 {
    background: url('../images/event/mission/weekly-base.png') no-repeat center center/100% 100%;
    padding: 10px;
    flex: 1;
}

.miss-card-title {
    background: linear-gradient(to bottom, #fff2ad 0%, #ffe35e 100%);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7), inset 0px 0px 2px 1px rgba(255, 255, 255, 0.6);
    color: #a8620e;
    border-radius: 10px;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 10px;
    text-align: center;
}

.miss-reward {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
}

.miss-reward-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.miss-reward-icon {
    max-width: 45px;
}

.miss-reward-amt {
    color: #3f6e98;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.miss-claim-btn {
    padding: 5px 10px;
    background: linear-gradient(to bottom, #ffb016, #ffff2d);
    box-shadow: inset 2px -2px 1px #e99400, inset -2px -1px 1px #e99400, inset 0px 1px 1px #fff, inset 0px 0px 2px 3px rgba(255, 255, 45, 0.6);
    color: #730101;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    margin: 10px auto;
    width: 100%;
    position: relative;
}

.miss-claim-btn:hover {
    filter: brightness(1.1);
}

.miss-grid .miss-claim-btn {
    width: 80%;
    margin: 10px auto;
}

.miss-grid-1 .miss-claim-btn {
    width: 60%;
    margin: 10px auto;
}

.miss-modal-btm {
    text-align: center;
}

.miss-modal-btm .miss-claim-btn {
    width: 40%;
    margin: 10px auto;
}

.login-header.mission h2 {
    background: linear-gradient(to bottom, #fff2ad 0%, #ffe35e 100%);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7), inset 0px 0px 2px 1px rgba(255, 255, 255, 0.6);
    border: 2px solid #fdfc66;
    display: inline-flex;
    justify-content: center;
    padding: 5px 15px;
    border-radius: 10px;
    min-width: 200px;
    color: #a8620e;
    font-weight: bold;
}

.login-header.mission h2 span {
    background: linear-gradient(to bottom, #b36c10 0%, #730101 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.miss-modal-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.miss-reward-bg {
    background: url('../images/event/mission/item-base.png') no-repeat center center/100% 100%;
    margin-bottom: 10px;
    display: inline-block;
    min-width: 200px;
    padding: 10px;
}

.miss-reward-bg h2 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    color: var(--text-color2);
}

.miss-modal-item {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.miss-modal-item-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
}

.miss-modal-item-wrap img {
    max-width: 45px;
}

.miss-modal-item-wrap span {
    font-weight: bold;
    font-size: 16px;
}

/* end new mission page */

/* season pass page */
.season-content {
    width: 87%;
}

.season-details {
    display: flex;
    justify-content: space-between;
    gap: 45px;
    margin-bottom: 25px;
}

.season-detail {
    background: linear-gradient(to bottom, #fff2ad 0%, #ffe35e 100%);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7), inset 0px 0px 2px 1px rgba(255, 255, 255, 0.6);
    padding: 5px 15px;
    border-radius: 10px;
    border-bottom: 3px solid #ffbd10;
    margin-bottom: 10px;
    flex: 1;
    text-align: center;
}

.season-detail-title {
    background: linear-gradient(to bottom, #b36c10 0%, #730101 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.season-detail-value {
    font-weight: bold;
    color: #18857e;
}

.season-progress {
    margin-bottom: 30px;
}

.season-progress-text {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.season-progress-bar {
    background-color: var(--bg-color1);
    height: 12px;
    border-radius: 6px;
    overflow: hidden;
}

.season-progress-fill {
    background: #2f5bf2;
    height: 100%;
    border-radius: 6px;
    transition: width 0.3s ease;
}

.season-rewards {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.season-reward-labels {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: linear-gradient(to bottom, #a2f0ff 0%, #52d0f2 100%);
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #3c5b85;
}

.season-label {
    background: url('../images/event/season/content-base.png') no-repeat center center/100% 100%;
    color: #730101;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    flex: 1;
    min-width: 100px;
}

.season-label-icon img {
    max-width: 70px;
}

.season-label-text {
    font-weight: bold;
    font-size: 16px;
    color: #8b4513;
}

.season-label-sub {
    color: #ffffb0;
    font-weight: 500;
    font-size: 13px;
    margin-top: 2px;
    border: 1px solid #632601;
    background: linear-gradient(to bottom, #af6800 0%, #8f5500 100%);
    box-shadow: inset 0px 0px 1px #d8ca2f, inset 0px 0px 2px 1px rgba(255, 255, 45, 0.6);
    padding: 2px 10px;
    border-radius: 5px;
}

.season-label-sub.price {
    border: 1px solid #074729;
    border-top: 1px solid #a2ff97;
    background: #25ae78;
    box-shadow: inset 0px 0px 1px #a2ff97, inset 0px 0px 2px 2px rgba(162, 255, 151, 0.6);
    color: var(--text-color);
}

.season-label-sub.price span {
    text-shadow: -1px -1px 0 #074729, 1px -1px 0 #074729, -1px 1px 0 #074729, 1px 1px 0 #074729;
}

.season-reward-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-flow: row;
    gap: 5px;
    width: 100%;
    background: linear-gradient(to bottom, #a2f0ff 0%, #52d0f2 100%);
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #3c5b85;
}

.season-reward-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 100%;
}

.season-reward-item {
    background: url('../images/event/season/content-base.png') no-repeat center center/100% 100%;
    color: #730101;
    padding: 10px 8px;
    width: 100%;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    cursor: pointer;
}

.season-reward-item.blue {
    background: url('../images/event/season/content-receive.png') no-repeat center center/100% 100%;
}

.season-reward-icon {
    font-size: 24px;
    margin-bottom: 8px;
    position: relative;
    background: #542300;
    border: 2px solid #854600;
    border-radius: 10px;
    padding: 5px;
    width: 60px;
}

.blue .season-reward-icon {
    background: url('../images/event/season/icon-base-blue.png') no-repeat center center/100% 100%;
    border: none;
}

.season-reward-count {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: var(--text-color);
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: bold;
}

.season-reward-name {
    font-size: 12px;
    font-weight: 600;
    color: #a8620e;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.blue .season-reward-name {
    color: var(--text-color);
}

.season-done {
    position: absolute;
    background: rgb(90, 35, 12, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    border-radius: 10px;
}

.season-reward-dot {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff4444;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.season-level {
    font-size: 14px;
    font-weight: bold;
    color: var(--text-color);
    background: #af6800;
    padding: 5px 25px;
    border-radius: 8px;
    height: 25px;
}

.season-level.blue {
    background: #2fa6e0;
}

.season-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.season-pagi {
    display: flex;
    gap: 5px;
    align-items: center;
}

.season-pagi-btn {
    background: #005883;
    border: 1px solid #003946;
    color: white;
    border-radius: 8px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.season-pagi-active,
.season-pagi-btn:hover {
    background: linear-gradient(to bottom, #ffb016, #ffff2d);
    border: 1px solid var(--text-color);
    color: #730101;
}

.season-btn-wrap {
    text-align: end;
}

.season-buy-btn {
    background: linear-gradient(to bottom, #ffb016, #ffff2d);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 45, 0.7), inset 0px 0px 2px 3px rgba(255, 255, 45, 0.6);
    border: 2px solid #f6cb73;
    border-top: 2px solid #ffff25;
    color: #730101;
    border-radius: 5px;
    padding: 10px 55px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.season-buy-btn:hover {
    filter: brightness(1.1);
}

#seasonSource {
    display: none;
}

.season-reward-swiper {
    width: 100%;
    overflow: hidden;
}

.season-reward-swiper .swiper-wrapper {
    align-items: stretch;
}

.season-reward-swiper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
}

/* end season pass page */

/* daily check in page */
.checkin-content {
    width: 100%;
}

.checkin-title-wrap {
    display: inline-block;
    background: linear-gradient(to bottom, #fff2ad 0%, #ffe35e 100%);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7), inset 0px 0px 2px 1px rgba(255, 255, 255, 0.6);
    padding: 5px 15px;
    border-radius: 10px;
    border-bottom: 3px solid #ffbd10;
    margin-bottom: 10px;
}

.checkin-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.checkin-title h2 {
    background: linear-gradient(to bottom, #b36c10 0%, #730101 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}

.checkin-title h2 span {
    color: #18857e;
}

.checkin-title i {
    color: #a8620e;
}

.checkin-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.checkin-item {
    background: url(../images/event/check-in/daily-base.png) no-repeat center center / 100% 100%;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.checkin-day {
    background: linear-gradient(to bottom, #fff2ad 0%, #ffe35e 100%);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7), inset 0px 0px 2px 1px rgba(255, 255, 255, 0.6);
    color: #a8620e;
    border-radius: 10px;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 10px;
    text-align: center;
}

.checkin-reward-icon {
    font-size: 24px;
    margin: 8px auto;
    position: relative;
    background: url(../images/event/check-in/content-base.png) no-repeat center center / 100% 100%;
    border-radius: 10px;
    padding: 5px;
    max-width: 60px;
}

.checkin-reward-count {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: var(--text-color);
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: bold;
}


.checkin-done {
    position: absolute;
    background: rgb(0, 50, 74, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #40ed94;
    font-size: 30px;
    font-weight: bold;
    border-radius: 10px;
}

.checkin-detail {
    font-weight: 600;
    color: #a8620e;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}

.checkin-modal-title {
    background: linear-gradient(to bottom, #fff2ad 0%, #ffe35e 100%);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7), inset 0px 0px 2px 1px rgba(255, 255, 255, 0.6);
    color: #a8620e;
    padding: 5px;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
}

.checkin-modal-title span {
    background: linear-gradient(to bottom, #b36c10 0%, #730101 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: bold;
}

.checkin-modal-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkin-modal-content .checkin-item {
    width: 40%;
    margin: 10px auto;
}

.checkin-modal-content .checkin-reward-icon {
    max-width: 100px;
}

.checkin-modal-content .checkin-reward-count {
    font-size: 16px;
}

.checkin-tmr {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: linear-gradient(to bottom, #fff2ad 0%, #ffe35e 100%);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7), inset 0px 0px 2px 1px rgba(255, 255, 255, 0.6);
    padding: 10px;
    border-radius: 10px;
}

.checkin-tmr img {
    max-width: 70px;
}

.checkin-tmr-text {
    font-size: 14px;
    font-weight: bold;
    color: #a8620e;
    text-align: center;
}

.checkin-tmr-text span {
    background: linear-gradient(to bottom, #b36c10 0%, #730101 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: bold;
    display: block;
}

/* end daily check in page */


/* tournament page */
.tour-content {
    position: relative;
    width: 100%;
}

.tour-banner {
    position: relative;
    margin-bottom: 10px;
}

.tour-date {
    position: absolute;
    bottom: 11%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.tour-tnc-btn {
    background: linear-gradient(to bottom, #ffb016, #ffff2d);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 45, 0.7), inset 0px 0px 2px 3px rgba(255, 255, 45, 0.6);
    border: 2px solid #f6cb73;
    border-top: 2px solid #ffff25;
    color: #730101;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
}

.tour-tnc-btn:hover {
    filter: brightness(1.1);
}

.tour-leaderboards {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 10px auto 0;
}

.tour-leaderboard {
    position: relative;
    background: url(../images/event/tour/base-1.png) no-repeat center center / 100% 100%;
    width: 100%;
    padding: 10px;
}

.tour-title {
    background: linear-gradient(to bottom, #fff2ad 0%, #ffe35e 100%);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7), inset 0px 0px 2px 1px rgba(255, 255, 255, 0.6);
    color: #a8620e;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    margin-bottom: 10px;
}

.tour-header {
    display: flex;
    background: linear-gradient(to bottom, #fff2ad 0%, #ffe35e 100%);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7), inset 0px 0px 2px 1px rgba(255, 255, 255, 0.6);
    color: #8b4513;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}

.tour-col-rank {
    text-align: center;
    flex-shrink: 0;
}

.tour-col-name {
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 5px;
}

.tour-col-name span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
}

.tour-header .tour-col-name {
    padding-left: 30px;
}

.tour-col-usd {
    text-align: center;
    flex-shrink: 0;
}

.tour-body {
    overflow: hidden;
}

.tour-row {
    display: grid;
    grid-template-columns: 15% 65% 20%;
    padding: 5px 10px;
    background: linear-gradient(to bottom, #12294a 0%, #03193a 100%);
    border: 1px solid #3c5b85;
    align-items: center;
    border-radius: 6px;
    margin-bottom: 5px;
    font-size: 13px;
    transition: opacity .25s ease;
}

.tour-body .tour-row:first-child {
    background: #13a5ac;
    border: 1px solid #3c5b85;
}

.tour-body .tour-row:nth-child(2) {
    background: #0b89a1;
    border: 1px solid #3c5b85;
}

.tour-body .tour-row:nth-child(3) {
    background: #046f97;
    border: 1px solid #3c5b85;
}

.tour-body .tour-row:last-child {
    color: #ffef28;
}

.tour-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #d3d3d3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tour-avatar i {
    font-size: 16px;
    color: #666;
}

.tour-row-highlight .tour-avatar {
    background: #003366;
}

.tour-row-highlight .tour-avatar i {
    color: #fff;
}

.tour-btm-btn {
    display: flex;
    justify-content: end;
}

.tour-scroll-btn {
    width: 30px;
    height: 30px;
    background: linear-gradient(to bottom, #ffb016, #ffff2d);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 45, 0.7), inset 0px -1px 0px 2px #e99400;
    border: 1px solid #a64407;
    border-radius: 5px;
    color: #a64407;
    cursor: pointer;
    z-index: 2;
}

.tour-scroll-btn i {
    font-size: 15px;
    transition: opacity 0.3s ease;
}

.tour-scroll-btn:hover {
    filter: brightness(1.1);
}

.tour-row-collapsible {
    max-height: 500px;
    opacity: 1;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease, margin-bottom 0.4s ease, padding 0.4s ease;
}

.tour-leaderboard.collapsed .tour-row-collapsible {
    max-height: 0;
    opacity: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
}

/* end tournament page */


/* achievement page */
.achieve-content {
    margin-top: 20px;
    width: 100%;
}

.achieve-filter {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    align-self: center;
    margin-bottom: 30px;
}

.achieve-filter .pmbox {
    background: #a3dec9;
    color: #296b54;
    border: 1px solid #296b54;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 7px 10px;
}

.achieve-filter .pmbox.active,
.achieve-filter .pmbox:hover {
    color: #730101;
    background: linear-gradient(to bottom, #ffb016, #ffff2d);
    box-shadow: 0px 0px 3px rgba(255, 255, 255);
    border: 1px solid #ffff2d;
}

.achieve-filter .pmbox span {
    background: none;
    box-shadow: none;
    padding: 0;
}

.achieve-filter .pmbox img {
    filter: brightness(0) saturate(100%) invert(36%) sepia(40%) saturate(546%) hue-rotate(108deg) brightness(90%) contrast(93%);
}

.achieve-filter .pmbox.active img,
.achieve-filter .pmbox:hover img {
    filter: brightness(0) saturate(100%) invert(14%) sepia(23%) saturate(6251%) hue-rotate(12deg) brightness(99%) contrast(103%);
}

.achieve-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 100%;
}

.achieve-item {
    position: relative;
    aspect-ratio: 1;
    background: url(../images/event/achievement/badge-base.png) no-repeat center center / 100% 100%;
}

.achieve-item:hover {
    background: url(../images/event/achievement/badge-h.png) no-repeat center center / 100% 100%;
}

.achieve-badge {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2)) grayscale(100%) brightness(0.5);
    transition: transform 0.3s ease;
}

.achieve-badge:hover {
    transform: scale(1.03);
    filter: none;
}

.achieve-coin {
    position: absolute;
    top: 0px;
    right: 0px;
    background: linear-gradient(to bottom, #ffb016, #ffff2d);
    box-shadow: 0px 0px 3px rgba(255, 255, 255);
    border: 1px solid #ffff2d;
    color: #a8620e;
    font-weight: 700;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 10px;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    min-width: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.achieve-coin img {
    max-width: 20px;
}

.achieve-dot {
    position: absolute;
    top: -3px;
    right: -3px;
    background: #ff4444;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.achieve-popover {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(8px) scale(.98);
    bottom: calc(100% + 10px);
    width: 170px;
    padding: 12px;
    border-radius: 14px;
    background: linear-gradient(to bottom, #4de3e2, #daeaa1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25), inset 0 0 0 3px rgba(255, 255, 255, .4);
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;
    z-index: 50;
    transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
}

.achieve-item:hover .achieve-popover,
.achieve-item:focus-within .achieve-popover,
.achieve-popover:hover {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0) scale(1);
    transition: opacity .18s ease, transform .18s ease, visibility 0s;
}

.ap-title {
    font-weight: bold;
    font-size: 18px;
    color: #005883;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    margin-bottom: 2px;
}

.ap-sub {
    color: #3f6e98;
    margin-bottom: 20px;
    font-size: 13px;
    min-height: 45px;
}

.ap-progress {
    position: relative;
    height: 10px;
    background: #ffe59a;
    border-radius: 8px;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, .08);
    margin-bottom: 10px;
}

.ap-progress-bar {
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(#ffb016, #ffff2d);
    box-shadow: inset 0 0 0 2px rgba(233, 148, 0, .8);
}

.ap-progress-text {
    position: absolute;
    left: 0px;
    top: -15px;
    font-size: 13px;
    font-weight: 700;
    color: #730101;
}

.ap-claim-btn {
    width: 100%;
    padding: 5px 10px;
    border: 0;
    border-radius: 10px;
    font-weight: bold;
    background: linear-gradient(to bottom, #ffb016, #ffff2d);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 45, 0.7), inset 0px 0px 2px 1px rgba(255, 255, 45, 0.6);
    border: 2px solid #f6cb73;
    border-top: 2px solid #ffff25;
    color: #730101;
}

.ap-claim-btn:active {
    filter: brightness(1.1);
}

.ap-claim-btn.disabled {
    background: #909090;
    box-shadow: inset 0px 0px 1px rgba(153, 153, 153, 0.7), inset 0px 0px 2px 1px rgba(153, 153, 153, 0.6);
    border: 2px solid #757575;
    border-top: 2px solid #909090;
    color: #454545;
    cursor: not-allowed;
}

/* end achievement page */

/* event page header */
.hp-item {
    display: flex;
    align-items: center;
    gap: 0;
}

.hp-item img {
    width: 40px;
    position: relative;
    z-index: 1;
}

.hp-value {
    background: linear-gradient(to bottom, #fff2ad 0%, #ffe35e 100%);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7), inset 0px 0px 2px 1px rgba(255, 255, 255, 0.6);
    padding: 5px 15px;
    border-radius: 10px;
    padding: 4px 20px;
    font-weight: bold;
    font-size: 14px;
    min-width: 60px;
    text-align: center;
    display: inline-block;
    margin-left: -20px;
    position: relative;
    color: #730101;
}

.box .hp-value {
    margin-left: -10px;
}

.header-point {
    display: flex;
    align-items: center;
    gap: 2px;
}

.hp-box-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 15px;
}

.header-point-m {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    background: #36677c;
    box-shadow: inset 0px 1px 16px #233e56;
    border-radius: 10px;
    padding: 5px;
}

/* end event page header */

/* mini game page */
.mg-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.mg-title {
    display: inline-block;
    background: linear-gradient(to bottom, #fff2ad 0%, #ffe35e 100%);
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.7), inset 0px 0px 2px 1px rgba(255, 255, 255, 0.6);
    padding: 5px 15px;
    border-radius: 10px;
    border-bottom: 3px solid #ffbd10;
    margin-bottom: 10px;
    min-width: 130px;
    text-align: center;
}

.mg-title span {
    background: linear-gradient(to bottom, #b36c10 0%, #730101 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: bold;
}

/* end mini game page */


/* login page */
.new-login-bg {
    background: url(../images/login/login-bg.png) no-repeat center center / 100% 100%;
    padding: 20px;
    margin-top: 15px;
}

.new-login-wrap {
    max-width: 70%;
}

.login-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    margin-bottom: 30px;
}

.login-title img {
    max-width: 30px;
}

.login-title span {
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 3px solid var(--main-color1);
    color: #ffff3f;
    text-shadow: -2px 2px 1px #ee2439;
    font-weight: bold;
    font-family: "press start 2p", sans-serif;
    font-size: 13px;
    border-radius: 10px;
    padding: 6px 10px;
}

.new-login-form {
    padding-left: 40px;
}

.new-login-form .input-group {
    margin-bottom: 10px;
}

.new-login-form .input-group .form-control {
    background: #fff;
    border: 1px solid transparent;
    color: #0a113a;
    border-radius: 5px !important;
    padding: 10px 15px;
}

.new-login-form .input-group .form-control:focus {
    box-shadow: none;
    border-color: var(--main-color1);
}

.new-login-form .input-group .form-control::placeholder {
    color: #0a113a;
}

.new-login-btn {
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 3px solid var(--main-color1);
    padding: 10px;
    margin: 10px 0px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffff3f;
    font-weight: bold;
    font-size: 14px;
    font-family: "press start 2p", sans-serif;
    text-shadow: -2px 2px 1px #ee2439;
    width: 100%;
}

.new-login-btn:hover {
    filter: brightness(1.2);
}

.log-text {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: var(--text-color);
}

.log-text a {
    text-decoration: underline;
}

.log-text a:hover {
    color: var(--main-color1);
}

/* end login page */

/* register page */
.new-reg-bg {
    background: url(../images/login/reg-bg.png) no-repeat center center / 100% 100%;
    padding: 20px;
    margin-top: 15px;
}

.reg-phone-group {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.reg-prefix {
    background: #fff;
    border: 1px solid transparent;
    color: #0a113a;
    border-radius: 5px !important;
    padding: 10px 15px;
    width: 20%;
}

.reg-phone-group input {
    width: 100%;
}

.reg-note {
    background: #060c33;
    color: var(--text-color);
    border-radius: 5px;
    padding: 10px 15px;
}

.reg-note i {
    color: var(--main-color1);
}

/* end register page */

/* forgot password page */
.new-pass-bg {
    background: url(../images/login/forgot-bg.png) no-repeat center center / 100% 100%;
    padding: 20px;
    margin-top: 15px;
}

/* end forgot password page */

/* activation page */
.new-activation-bg {
    background: url(../images/login/acc-bg.png) no-repeat center center / 100% 100%;
    padding: 20px;
    margin-top: 15px;
}

.activation-btn-wrap {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}

.resend-btn {
    background: linear-gradient(to bottom, #005909, #028c09);
    border: 3px solid #f6ff00;
    padding: 10px;
    margin: 10px 0px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffff3f;
    font-weight: bold;
    font-size: 14px;
    font-family: "press start 2p", sans-serif;
    text-shadow: -2px 2px 1px #ee2439;
    width: 100%;
}

.resend-btn:hover {
    filter: brightness(1.1);
}

/* end activation page */

/* free game page */
.free-claim {
    padding: 5px 20px;
}

.free-game-title {
    font-family: "boldpixels", sans-serif;
    font-size: 24px;
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    margin: 0;
    letter-spacing: 1px;
}

.free-game-step {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.free-list {
    position: relative;
    display: flex;
    flex-direction: column;
}

.free-list img {
    z-index: 1;
}

.free-list-text {
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 3px solid var(--main-color1);
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
    position: relative;
    text-align: center;
    z-index: 2;
    bottom: 20px;
    flex: 1;
    align-content: center;
}

.free-ms {
    background: #030942;
    padding: 5px 20px;
    border-radius: 10px;
}

.free-ms-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.free-ms-list {
    position: relative;
    text-align: center;
}

.free-ms-text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 18px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 82%;
}

.free-ms-text h2 {
    font-size: 1.7rem;
    font-weight: bold;
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    font-family: "boldpixels", sans-serif;
    line-height: 0.9;
    margin-bottom: 0px;
}

.free-ms-amt {
    position: relative;
    margin: 0;
    line-height: 1;
    font-size: 30px;
    font-weight: bold;
    font-family: "press start 2p", sans-serif;
    padding: 10px 0px;
}

.free-ms-amt span {
    background: linear-gradient(to bottom, #fffd21 5%, #ff4522 95%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
    z-index: 2;
    filter: drop-shadow(-1px 2px 0 #fff) drop-shadow(1px 2px 0 #ff9814) drop-shadow(-1px -1px 0 #ff9814);
}

.free-ms-amt::before {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    color: #0e1b7a;
    z-index: 1;
    transform: translate(5px, 15px);
    text-shadow: 1px 1px 0 #0e1b7a;
}

.free-ms-text img {
    padding: 10px 0px;
}

.free-ms-claim {
    text-align: center;
    position: relative;
    bottom: 20px;
    display: inline-block;
    background: url(../images/free-game/btn-claim.png) no-repeat center center/100% 100%;
    color: var(--text-color);
    font-weight: bold;
    font-family: "boldpixels", sans-serif;
    font-size: 18px;
    padding: 10px 20px;
    transition: all 0.3s ease;
    animation: pulse 0.5s infinite ease-in-out;
    cursor: pointer;
    width: 60%;
    margin: 0 auto;
}

.free-ms-tnc {
    background: url(../images/free-game/btn-tnc.png) no-repeat center center/100% 100%;
    width: 50%;
    display: block;
    margin: 0 auto;
    padding: 5px 10px;
    font-weight: bold;
    font-family: "boldpixels", sans-serif;
    font-size: 18px;
}

.free-wallet {
    padding: 5px 20px;
}

.free-wallet-top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px 0px;
}

.free-wallet-amt {
    background: url(../images/free-game/btn-wallet.png) no-repeat center center/100% 100%;
    padding: 5px 20px;
}

.free-wallet-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.free-wallet-card {
    display: block;
    position: relative;
}

.free-icon {
    position: absolute;
    top: -7px;
    left: -5px;
    width: 40px;
    animation: hotIconPulse 1s ease-in-out infinite;
}

.free-tnc-content h2 {
    font-family: "press start 2p", sans-serif;
    font-size: 14px;
    color: #ffff3f;
    text-shadow: -1px 2px 1px #ee2439;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.free-tnc-content {
    color: var(--text-color);
}

.free-tnc-steps {
    margin-bottom: 30px;
}

.free-steps-table {
    margin-bottom: 10px;
    font-size: 15px;
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
    color: var(--text-color);
}

.free-steps-table td:first-child {
    white-space: nowrap;
}

.free-steps-table td {
    padding: 10px;
    color: var(--text-color);
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.free-steps-table tbody tr:last-child td {
    border-bottom: none;
}

.free-steps-table a {
    color: var(--main-color1);
    text-decoration: underline;
}

.free-steps-table a:hover {
    color: #ffff3f;
}

.free-tnc-hl {
    margin-bottom: 30px;
}

.free-tnc-detail {
    margin-bottom: 20px;
}

.free-tnc-detail h5 {
    color: #0b1552;
    text-shadow: -1px 2px 1px #fff;
    text-align: left;
    padding-top: 0;
    margin-bottom: 15px;
}

.free-tnc-detail ul {
    padding-top: 10px;
}

/* end free game page */

/* 4d page */
.lotto-4d-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.lotto-4d-top .games-title {
    margin: 0px;
}

.lotto-search {
    position: relative;
}

.lotto-search input {
    width: 100%;
    padding: 12px 40px 10px 40px;
    border-radius: 10px;
    background: #0a1357;
    border: 1px solid var(--main-color1);
    font-family: "press start 2p", sans-serif;
    font-size: 10px;
    color: var(--text-color);
    appearance: none;
    -webkit-appearance: none;   /* iOS/Android */

}

.lotto-search input::placeholder {
    color: var(--text-color);
}

.lotto-search input:focus {
    outline: none;
}

.lotto-search i.fa-calendar-days {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-color);
}

.lotto-search i.fa-magnifying-glass {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-color);
}

.lotto-banner-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0px;
    font-family: "boldpixels", sans-serif;
    font-size: 18px;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.payout-btn {
    background: url(../images/product/lotto/btn-payout.png) no-repeat center center/100% 100%;
    padding: 10px 20px;
}

.bet-btn {
    background: url(../images/product/lotto/btn-bet.png) no-repeat center center/100% 100%;
    padding: 10px 20px;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

.payout-btn:hover,
.bet-btn:hover {
    filter: brightness(1.2);
}

.lottery-container {
    background: #131723;
    padding: 30px 20px 45px;
    border-radius: 20px;
}

.lotto-btn-wrap {
    text-align: center;
}

button.lotto-btn {
    background: var(--main-color1);
    width: 180px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 8px;
    height: 45px;
    padding: 5px;
    margin: 5px;
}

button.lotto-btn.guide {
    background: #2b3247;
}

button.lotto-btn:hover {
    transform: scale(0.98);
    filter: brightness(1.1);
}

.date-search-wrap {
    position: relative;
    max-width: 250px;
    margin: 20px auto;
}

input.date-input {
    background: #131723;
    color: #fff;
    border: 1px solid var(--main-color1);
    height: 40px;
    padding: 4px 15px;
    border-radius: 40px;
    width: 100%;
}

button.search-btn {
    background: var(--main-color1);
    border: none;
    border-radius: 0 40px 40px 0;
    height: 40px;
    width: 50px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
}

.lottery-result-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    padding: 0 10px;
    max-width: 1100px;
    margin: 0 auto;
}

.result-box {
    background: #09042d;
    overflow: hidden;
    border-radius: 15px;
    border: 2px solid var(--text-color2);
    max-width: 350px;
    margin: 0 auto;
    color: #fff;
    width: 100%;
    text-align: center;
}

.lotto-top {
    background: #090630;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 15px;
    height: 55px;
}

.lotto-img {
    max-width: 40px;
    overflow: hidden;
    border-radius: 6px;
}

.lotto-title {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.lottitle-2 {
    font-size: 70%;
    font-weight: 500;
    text-transform: uppercase;
}

table.rs-top tr th {
    background: #0a1357;
    color: #ffff3f;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 1px;
}

table.rs-top tr td {
    font-size: 20px;
    font-weight: 500;
    padding: 5px 1px;
    border-right: 1px solid #1345a3;
    background: #090630;
}

table.rs-top tr td:nth-child(2n) {
    background: #0b113a;
}

table.rs-top tr td:last-child {
    border: none;
}

table.rs-btm tr th {
    background: #0a1357;
    color: #ffff3f;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 1px;
}

table.rs-btm tr td {
    padding: 10px 1px;
    border-right: 1px solid #2b3248;
    font-size: 16px;
    background: #090630;
}

table.rs-btm tr td:first-child {
    background: #0b113a;
}

table.rs-btm tr td:last-child {
    border: none;
}

.consol-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 5px;
}

.lottery-mobile {
    display: none;
}

.payout-table-sec {
    margin-bottom: 20px;
}

.payout-table-sec:last-child {
    margin-bottom: 0;
}

.bonus-text {
    color: #ff0000;
    font-weight: 600;
    font-style: italic;
    animation: blink 1.5s ease-in-out infinite;
    padding-left: 5px;

}

span.bonus-text-1 {
    color: #ff0000;
    font-weight: 600;
    font-style: italic;
    animation: blink 1.5s ease-in-out infinite;
    font-size: 16px;
    padding-left: 5px;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
}

.extra-bonus-note {
    color: #ff0000;
    font-size: 13px;
    margin-top: 10px;
    font-weight: 600;
}

/* end 4d page */

/* mall page */

.mall-banner-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 20px;
    left: 45px;
}

.mall-banner-btn a{
    padding: 10px 20px;
    color: #fff;
    font-family: "boldpixels", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.mall-banner-btn a:hover {
    filter: brightness(1.2);
}

.mall-redeem {
    background: url(../images/mall/btn-redeem.png) no-repeat center center/100% 100%;
}

.mall-reward {
    background: url(../images/mall/btn-tnc.png) no-repeat center center/100% 100%;
}

.filter-mall-bar {
    margin: 20px 0 10px;
    background: #111a70;
    display: flex;
    border-radius: 10px;
    align-items: center;
    width: 100%;
}

.mbox {
    background: transparent;
    box-shadow: none;
    border: 3px solid transparent;
    border-radius: 10px;
    color: var(--text-color);
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin: 2px 3px;
    height: 70px;
    max-width: 100px;
    width: 100%;
    vertical-align: text-top;
}

.mbox-wrap {
    align-items: center;
    height: 100%;
    width: 100%;
}

.mbox.active {
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 3px solid var(--main-color1);
    color: #ffff3f;
    text-shadow: -2px 2px 1px #ee2439;
}

.mbox span {
    display: block;
    font-family: "press start 2p", sans-serif;
    text-transform: uppercase;
    font-size: 7px;
    padding-top: 5px;
}

.mall-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.mall-boxer {
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    max-width: 100%;
    height: auto;
    align-content: center;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: url('../images/mall/mall-base.png') no-repeat center center/100% 100%;
    padding: 10px;
}

.mall-boxer:hover {
    transform: translateY(-5px);
}

.mall-img{
	background: url("../images/mall/reward-bg.png")no-repeat center;
	background-size: cover;
    border: 2px solid var(--main-color1);
    border-radius: 10px;
    padding: 10px;
	text-align: center;
}
.mall-img img {
    max-height: 200px;
}
.mall-info{
    text-align: center;
    padding: 10px;
}

.mall-info h2{
    text-transform: uppercase;
    color: #ffff3f;
    text-shadow: -2px 2px 1px #ee2439;
    font-weight: bold;
    font-family: "press start 2p", sans-serif;
    font-size: 10px;
}

.mall-info p{
    font-family: "press start 2p", sans-serif;
    font-size: 8px;
    margin: 30px 0px 0px;
}

.mall-modal .close {
    background: none;
    border: none;
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 1;
    width: 40px;
}

.mall-modal .close:hover {
    filter: brightness(1.1);
}

.mall-modal .modal-body {
    background: none;
}

.mall-modal .modal-content {
    background: none;
    border: none;
}

.mall-modal-bg {
    background: url(../images/mall/mall-modal-bg.png) no-repeat bottom center / cover;
    padding: 20px;
    border-radius: 20px;
}

.mall-modal-img {
    text-align: center;
}

.mall-modal-img img {
    max-width: 100%;
    height: auto;
    border: 2px solid var(--main-color1);
    border-radius: 10px;
    padding: 10px;
}

.mall-modal-info {
    text-align: center;
    padding: 20px 0px 0px;
}

.mall-modal-info h2 {
    text-transform: uppercase;
    color: #ffff3f;
    text-shadow: -2px 2px 1px #ee2439;
    font-weight: bold;
    font-family: "press start 2p", sans-serif;
    font-size: 14px;
}

.mall-modal-info h3 {
    font-weight: bold;
    font-family: "press start 2p", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: var(--text-color);
}

.mall-modal-info p {
    color: #fff;
}

.mall-redeem-btn {
    background: url(../images/mall/btn-modal-redeem.png) no-repeat center center/100% 100%;
    padding: 10px 20px;
    color: #fff;
    font-family: "boldpixels", sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.mall-redeem-btn:hover {
    filter: brightness(1.1);
}

.mall-redeem-step {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.mall-redeem-list{
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
}

.mall-redeem-desc {
    background: #0b1552;
    box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
    border: 3px solid var(--main-color1);
    padding: 10px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    z-index: 2;
    bottom: 10px;
    display: flex;
    flex-direction: column;
    align-content: center;
    gap: 5px;
    flex: 1;
}

.mall-redeem-desc h2 {
    text-transform: uppercase;
    color: #ffff3f;
    text-shadow: -2px 2px 1px #ee2439;
    font-weight: bold;
    font-family: "press start 2p", sans-serif;
    font-size: 14px;
    margin: 0;
}

.mall-redeem-desc p {
    margin: 0px;
    font-size: 12px;
}

/* end mall page */


@media only screen and (max-width: 1279px) {
    .info-menu a {
        min-width: auto;
    }

    .contact-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px;
    }

    .ref-invite-info {
        flex-direction: column;
    }

    .invite-url-box {
        flex-direction: column;
    }

    .invite-url-box input {
        padding: 10px 30px 10px 10px;
    }

    .invite-url-box .copy-btn {
        top: 30px;
    }

    .ref-invite {
        background: url('../images/referral/ref-banner.png') no-repeat center center/cover;
        padding: 20px 20px 10px;
    }

    .ref-banner-bg {
        display: none;
    }

    .ref-invite-info {
        flex-direction: column;
    }

    .ref-invite-content {
        max-width: 100%;
        position: relative;
        top: auto;
        left: auto;
    }

    .ref-income-wrap,
    .ref-rebate {
        width: 100%;
    }

    .ref-stats {
        grid-template-columns: repeat(2, 1fr);
        z-index: 1;
    }

    .ref-income {
        padding-bottom: 1.5vw;
        flex-direction: column;
    }

    .ref-invite h2 {
        font-size: 18px;
    }

    .ref-invite h3 {
        font-size: 20px;
    }

    .ref-gift-icon {
        position: initial;
    }

    .ref-flower {
        max-width: 80px;
        top: -14%;
        left: -12%;
    }

    .ref-shells {
        max-width: 80px;
        bottom: -4%;
        right: -7%;
    }

    .ref-coral {
        max-width: 50px;
    }

    .acc-nav {
        display: none;
    }

    .acc-lvl {
        width: 100%;
        padding: 10px;
    }

    .acc-info {
        padding: 10px;
    }

    .acc-wrap {
        display: flex;
        flex-direction: column;
    }

    .acc-link {
        display: block;
    }

    .acc-row {
        display: block;
        height: auto;
    }

    .acc-row .acc-row-wrap:first-child {
        padding-bottom: 10px;
    }  

    .wallet-link {
        display: flex;
    }

    .miss-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .miss-grid-1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .season-content {
        width: 82%;
    }

    .checkin-grid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }

    .tour-leaderboards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .tour-title {
        font-size: 14px;
    }

    .achieve-filter {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 5px;
    }

    .achieve-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 5px;
    }

    .blog-list {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }

    .free-game-step {
        grid-template-columns: repeat(2, 1fr);
    }

    .free-ms-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .mall-banner-btn{
        bottom: 3px;
        left: 2%;
        gap: 5px;
    }

}

@media only screen and (max-width: 1023px) {}

@media only screen and (max-width: 991px) {
    .top-header {
        padding: 6px 0px;
    }

    .m-show {
        display: block;
    }

    .d-show {
        display: none;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 0px;
        display: none;
    }

    .logo {
        max-width: 80px;
    }

    .reg-btn,
    .login-btn {
        padding: 10px 8px;
    }
	button.mbmenu-btn {
		display: inline-block;
	}
	button.mbmenu-btn img {
		max-height: 37px;
	}
	.header-icon img {
		max-width: 33px;
	}
	.nav-right {
        gap: 5px;
    }

    .t-body {
        padding-top: 60px;
    }

    .index-menu {
        display: none;
    }

    .index-wrap {
        display: flex;
        flex-direction: column;
        padding: 10px 0px;
    }

    .banner-arrow-prev,
    .banner-arrow-next {
        width: 22px;
        height: 22px;
        font-size: 10px;
    }

    .banner-arrow {
        bottom: 4px;
        right: 0;
        left: 0;
        justify-content: center;
    }

    .slider-claim-btn {
        bottom: 8%;
        left: 5%;
        color: var(--text-color);
        padding: 5px 10px;
        font-size: 15px;
    }

    .index-right {
        margin-left: 0px;
    }

    .announce-bar {
        background: #0b1552;
        box-shadow: inset 0px 2px 2px #0621ff, inset 0px 0px 2px 3px #0f338a;
        padding: 5px;
        font-size: 13px;
    }

    .ann-icon img{
        max-width: 25px;
    }

    .game-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 6px;
    }

    .fast-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 6px;
        justify-items: center;
    }

    .fast-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
    }

    .check-in-grid {
        gap: 6px;
    }

    .more-games {
        padding: 15px;
        font-size: 3vw;
    }

    .more-games.m-show {
        display: flex;
    }

    .check-in-claim,
    .check-in-claim span {
        font-size: 3vw;
    }

    .promo-arrow-prev,
    .promo-arrow-next {
        width: 22px;
        height: 22px;
        font-size: 10px;
    }

    .app-qr-wrap {
        max-width: 35%;
    }

    .app-gp {
        left: -2%;
    }

    .app-qr-btn {
        left: -3%;
        font-size: 1.7vw;
        padding: 7px;
    }

    .side-ctc-btn img {
        max-width: 90px;
    }

    .footer-grid {
        display: grid;
    	grid-template-columns: auto;
    }
	.footer-col ul li {
		margin-bottom: 5px;
	}

    .footer-grid .footer-col:nth-child(4),
    .footer-grid .footer-col:nth-child(5) {
        width: 100%;
    }

    .footer-col h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .footer-col ul li a {
        font-size: 12px;
    }

    .footer-partners {
        gap: 15px;
        justify-content: center;
    }

    .footer-partners img {
        max-width: 100px;
    }

    .contact-item .opt,
    .contact-item .desc {
        font-size: 12px;
    }

    .contact-item .opt {
        width: 60px;
    }

    .app-btn {
        width: 160px;
    }

    .app-buttons {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .daily-flow {
        padding-top: 25%;
    }

    .footer-copyright {
        justify-content: initial;
        flex-direction: column;
        align-items: initial;
        gap: 10px;
    }

    .menu-btm {
        display: block;
        width: 100%;
        text-align: center;
    }

    .menu-mid img{
        max-height: 35px;
    }

    .t-footer {
        margin: 0px 6px 0;
        border-radius: 10px;
        padding: 20px 10px;
        background-size: cover;
    }

    .t-footer .container {
        background: rgba(11, 17, 58, 0.9);
        border-radius: 10px;
        padding: 10px;
    }

    .float-action {
        top: auto;
        bottom: 10%;
    }

    .prod-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 6px;
    }

    .prod-mobile-menu {
        display: flex;
    }

    .games-title img {
        max-width: 40px;
    }

    .slots-opt {
        overflow-x: scroll;
    }

    .slots-opt-item {
        white-space: nowrap;
    }

    .slots-opt-wrap {
        flex-direction: column;
    }

    .slots-search {
        width: 100%;
    }

    .prod-tab .nav-pills {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
    }

    .prod-tab .nav-pills .nav-link {
        padding: 5px;
    }

    .prod-tab .nav-pills .nav-link img {
        max-width: 100%;
    }

    .promo-container {
        grid-template-columns: 1fr;
    }

    .filter-menu-bar {
        overflow-x: auto;
        gap: 5px;
    }

    .info-menu {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding: 10px 3px;
    }

    .info-menu a {
        min-width: auto;
        white-space: nowrap;
        align-self: center;
        border-radius: 5px;
        margin: 0px;
    }

    .info-bg {
        gap: 10px;
        padding: 0px;
    }

    .income-title {
        padding: 0px;
    }

    .income-amount-wrap {
        justify-content: center;
    }

    .mission-bg ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .daily-rewards {
        grid-template-columns: repeat(4, 1fr);
    }

    .modal-congrat h5 {
        font-size: 24px;
    }

    .play2earn-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .event-title span {
        font-size: 18px;
    }

    .history-play-to-earn {
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }

    .top-p2e-btn {
        font-size: 12px;
    }

    .p2e-select {
        max-width: fit-content;
    }

    .p2e-table-pagi button {
        padding: 0px;
    }

    .event-title.p2e {
        flex-direction: column;
        align-items: start;
    }

    .wheel-pointer {
        width: 30px;
        height: 30px;
    }

    .redempt-title {
        margin: 0;
    }

    .redempt-title h2 {
        font-size: 28px;
    }

    .redempt-title .date {
        font-size: 2vw;
        width: 80%;
        margin: 0 auto;
    }

    .redempt-banner-wrap {
        top: 62%;
    }

    .redempt-total,
    .redempt-tnc-btn {
        font-size: 12px;
        padding: 5px;
    }

    .blog-wrap {
        padding: 10px 0px;
    }

    .blog-item {
        padding: 15px;
    }

    .blog-ttle {
        font-size: 9px;
    }

    .blog_title {
        font-size: 28px;
    }

    .blog-wrap h4 {
        font-size: 20px;
    }

    .blog-wrap h5 {
        font-size: 16px;
    }

    .blog-top {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 10px;
    }

    .blog-date .date {
        font-size: 7px;
    }

    .blog-search {
        max-width: 100%;
    }

    .btn-more,
    .btn-back {
        padding: 10px 15px;
        font-size: 9px;
    }

    .vip-container {
        flex-direction: column;
    }

    .progress-steps {
        flex-direction: column;
        gap: 15px;
    }

    .step-divider {
        width: 2px;
        height: 20px;
        margin: 0px;
    }

    .lvl-req {
        text-align: center;
    }

    .terms-btn {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .vip-lvl-req {
        flex-direction: column;
        gap: 10px;
    }

    .acc-lvl-name {
        font-size: 15px;
    }

    .acc-lvl-label{
        font-size: 13px;
    }

    .acc-info-name {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .acc-bln {
        gap: 5px;
    }

    .acc-bln-amt {
        font-size: 20px;
        display: block;
    }

    .acc-bln-amt span {
        justify-content: center;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .acc-bln-label{
        font-size: 13px;
    }

    .acc-lvl-icon img{
        max-width: 55%;
    }

    .acc-info-right{
        font-size: 12px;
    }

    .acc-info-right {
        justify-content: center;
    }

    .acc-info,
    .acc-info-left {
        gap: 5px;
        text-align: center;
        width: 100%;
    }

    .acc-lvl-wrap{
        width: 30%;
    }

    .point-btn{
        background: #bd213d;
        border: 3px solid #454545;
        border-radius: 20px;
        padding: 5px;
        box-shadow: inset 0px -2px 2px 1px #7d1628, inset 0px 2px 2px 1px #df2935;
    }

    .token-btn{
        background: #b021bd;
        border: 3px solid #454545;
        border-radius: 20px;
        padding: 5px;
        box-shadow: inset 0px -2px 2px 1px #75167d, inset 0px 2px 2px 1px #df29d9;
    }
    
    .select_bank_opt .form-check-inline .form-check-label img {
        max-width: 100%;
    }

    .select_bank_opt {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .select_bank_opt .form-check-inline .form-check-label {
        min-width: auto;
    }

    .acc-info-mid {
        gap: 0px;
    }

    .acc-content-wrap .nav {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        align-items: stretch;
    }

    .acc-content-wrap .nav-pills .nav-item {
        flex: 0 0 calc(33.333% - 5px);
        min-width: 0;
        display: flex;
    }

    .acc-content-wrap .nav-pills .nav-link {
        min-width: auto;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 50px;
    }

    .chatMsg {
        padding: 0px;
    }

    .amt-qr {
        flex-direction: column;
        margin-top: 10px;
    }

    .qr-info {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .acc-wrap {
        min-height: auto;
    }

    .mini-game-wrap {
        flex-direction: column;
    }

    .game-nav {
        flex-direction: row;
        overflow-x: auto;
        min-width: auto;
    }

    .game-nav-item {
        min-width: 120px;
        flex-shrink: 0;
    }

    .chest-wrap {
        grid-template-columns: 1fr;
    }

    .chance-grid {
        grid-template-columns: 1fr;
    }

    .shop-wrap {
        grid-template-columns: 1fr;
    }

    .shop-wrap-1,
    .shop-wrap-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .mission-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .mission-grid-1 {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .season-content {
        width: 100%;
    }

    .tour-date {
        font-size: 2.1vw;
    }

    .achieve-filter {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
    }

    .achieve-filter .pmbox {
        min-width: 110px;
        flex-shrink: 0;
    }

    .hp-box-wrap {
        margin-right: 0px;
    }

    .new-login-bg,
    .new-reg-bg,
    .new-pass-bg,
    .new-activation-bg {
        background-size: cover;
    }

    .new-login-wrap {
        max-width: 100%;
    }

    .new-login-form {
        padding-left: 0px;
    }

    .dl-body {
        padding: 5px;
        margin-left: 0px;
    }

    .tf-logo {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 5px;
    }

    .lottery-result-wrapper {
        display: none;
    }

    .lottery-mobile {
        text-align: center;
        display: initial;
    }

    .table-responsive.rs-table {
        background: #1b2033;
        border: 1px solid #2b3248;
    }

    ul.lt-wrap {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 2px;
        border-bottom: 2px solid var(--main-color1);
        padding: 0 2px;
        text-align: center;
    }

    .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: var(--main-color1);
        background-color: transparent;
    }

    li.lt-item {
        position: relative;
        padding-bottom: 22px;
    }

    ul.lt-wrap li a.active:after {
        content: "";
        color: var(--main-color1);
        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;
    }

    .date-box {
        padding: 10px 0px;
        font-size: 15px;
        background: #090630;
        text-align: center;
    }

    .lotto-4d-top{
        flex-direction: column;
        gap: 10px;
        align-items: normal;
        padding: 0px 0px 20px;
    }

    .vip-top{
        gap: 10px;
    }

    .filter-mall-bar{
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0px;
    }

    .mall-container{
        grid-template-columns: repeat(2, 1fr);
    }

    .mall-info{
        padding: 10px 0px;
    }

    .mall-info p{
        margin: 10px 0px 0px;
    }

    .slt-grid{
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }

    .slt-play-btn{
        font-size: 8px;
    }
}


@media only screen and (max-width: 767px) {
    .login-footer {
        gap: 10px;
    }

    .acc-activate {
        padding: 0px 0px 10px;
    }

    .reg-text {
        text-align: center;
    }

    .otp-field input {
        width: 100%;
    }

    .comm-info {
        display: block;
    }

    .comm-pyramid img {
        padding-top: 20px;
    }

    .p2e-amount {
        grid-template-columns: repeat(1, 1fr);
    }

    .fw-token-btn,
    .fw-spin-btn,
    .fw-info-btn {
        font-size: 12px;
        padding: 5px;
    }

    .wheel-controls {
        bottom: 5px;
    }

    .redempt-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }

    .redempt-item img {
        max-width: 120px;
    }

    .redempt-points {
        font-size: 24px;
    }

    .his-date {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0px;
    }

    .season-pagi-btn {
        width: 25px;
        height: 25px;
        font-size: 10px;
    }

    .achieve-popover {
        position: absolute;
        top: auto;
        margin: 0 auto;
        max-width: 150px;
    }

    .modal-app .modal-body {
        padding: 15px;
    }

    .app-dl-title {
        position: initial;
    }

    .app-step-info {
        max-width: 100%;
        position: initial;
    }

    .app-step-img {
        justify-content: center;
        padding-right: 0px;
    }

    .app-step-img img {
        max-width: 200px;
    }

    .gdtext {
        font-size: 15px;
    }

    .reg-prefix {
        width: 50%;
        padding: 10px 5px;
    }

    .otp-field {
        max-width: 100%;
        gap: 5px;
    }

    .done-btn {
        font-size: 16px;
    }

    .payout-btn, .bet-btn {
        padding: 6px 8px;
        font-size: 3vw;
    }

    .lotto-banner-btn{
        gap: 3px;
        bottom: 2%;
    }

    .mall-banner-btn a{
        padding: 5px 10px;
        font-size: 2.2vw;
    }

    .mall-redeem-step{
        grid-template-columns: repeat(1, 1fr);
    }

    .mall-redeem-list img{
        max-width: 200px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 600px) {
    .ref-invite {
        justify-content: center;
    }

    .season-reward-grid {
        width: auto;
        height: 100%;
    }

    .mg-content {
        grid-template-columns: repeat(1, 1fr);
    }

    .tree-left {
        display: none;
    }

    .tree-right {
		display: none;
    }

    button.user-info-btn {
        font-size: 12px;
        padding: 5px;
    }

    .info-content {
        padding: 5px;
    }

    .tnc-body {
        padding: 10px;
    }

    .free-game-step {
        grid-template-columns: repeat(1, 1fr);
    }

    .free-ms-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .free-ms-amt {
        font-size: 6vw;
    }

    .free-ms-text h2 {
        font-size: 6vw;
    }

    .free-claim,
    .free-ms,
    .free-wallet {
        padding: 0px;
    }

    .free-ms {
        background: none;
    }

    .free-ms-claim {
        bottom: 10px;
        padding: 5px 10px;
    }

    .free-wallet-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .free-list img {
        max-width: 200px;
        margin: 0 auto;
    }

    .vip-top{
        flex-direction: column;
        background: url(../images/vip/lvl-bg.png) no-repeat right center / cover
    }

    .vip-lvl-icon img{
        max-width: 100%;
    }

}

@media only screen and (max-width: 550px) {
    .mission-bg ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .daily-banner h2 {
        font-size: 13px;
    }

    .daily-banner h3 {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .total-coins {
        font-size: 12px;
        padding: 5px;
    }

    .daily-text {
        position: absolute;
        bottom: 12%;
        left: 10px;
    }

    .hp-item img {
        max-width: 33px;
    }

    .hp-value {
        min-width: 70px;
    }

    .free-ms-tnc {
        padding: 2px;
    }

}

@media only screen and (max-width: 480px) {
	.header-icon img {
        max-width: 27px;
    }
    .game-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .game-desc h2 {
        margin-bottom: 3px;
    }

    .game-desc span {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 2.5;
        font-size: 1.5vw;
    }

    .daily-step img {
        top: -70px;
    }

    .footer-grid {
        gap: 10px;
    }

    .footer-col h3 {
        font-size: 12px;
    }

    .footer-col ul {
        gap: 5px;
    }

    .footer-col ul li a {
        font-size: 10px;
    }

    .contact-item .opt,
    .contact-item .desc {
        font-size: 10px;
    }

    .contact-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .reg-btn,
    .login-btn {
        font-size: 2vw;
        min-width: auto;
    }

    .lang-select .globe-icon {
        max-width: 30px;
    }

    .ref-coin-icon {
        position: initial;
    }

    .ref-rebate {
        text-align: center;
    }

    .daily-rewards {
        grid-template-columns: repeat(3, 1fr);
    }

    .season-details {
        gap: 5px;
    }

    .season-detail-title {
        font-size: 14px;
    }

    .season-detail-value {
        font-size: 13px;
    }

    .season-footer {
        flex-direction: column;
        gap: 20px;
    }

    .season-pagi {
        flex-wrap: wrap;
        justify-content: center;
    }

    .season-btn-wrap {
        text-align: center;
    }

    .new-login-btn,
    .resend-btn {
        font-size: 11px;
    }

    .bln-in {
        font-size: 13px;
    }
	.page-seo-wrapper {
		font-size: 14px;
	}

}