﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:wght@400;500;700;900&display=swap');

body {
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    font-size: 15px;
    color: #fff;
    background: #151515;
    max-width: 768px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    a:hover, a:focus, button:focus, button:hover, input:focus {
        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: #666;
    width: 100%;
}

.content-container {
    padding: 0 10px;
}

.t-body {
    padding-top: 60px;
    padding-bottom: 100px;
}

.max-container {
    position: relative;
    overflow: hidden;
    height: 100%;
}

html, body,
.pusher, .content {
    height: 100%;
}

.content {
    overflow-y: scroll;
    background: #002260;
}

.content, .content-inner {
    position: relative;
}

.pusher {
    position: relative;
    left: 0;
    z-index: 99;
    height: 100%;
    transition: transform 0.5s;
}

    .pusher::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        background: rgba(0, 0, 0, 0.5);
        content: "";
        opacity: 0;
        transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    }

.menu-open .pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.5s;
}

.panel {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    background: #071535;
    width: 300px;
    height: 100%;
    transition: all 0.5s;
}

    .panel::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        content: "";
        opacity: 1;
        transition: opacity 0.5s;
    }

.menu-open .panel::after {
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.menu-open .pusher {
    transform: translate3d(300px, 0, 0);
}

.panel {
    transform: translate3d(-100%, 0, 0);
}

.menu-open .panel {
    visibility: visible;
    transition: transform 0.5s;
}

.panel::after {
    display: none;
}

.content::-webkit-scrollbar {
    width: 3px;
}

.content::-webkit-scrollbar-track {
    background: #071535;
}

.content::-webkit-scrollbar-thumb {
    background: #003c7c;
}

    .content::-webkit-scrollbar-thumb:hover {
        background: #ff8317;
    }

/** Header**/
.top-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #002260;
    max-width: 768px;
    margin: 0 auto;
    height: 60px;
}

button.mobile-menu {
    border: none;
    background: none;
    padding: 0;
    max-width: 35px;
}

.logo {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 150px;
    margin: 0 auto;
}

    .logo img {
        max-height: 50px;
    }

button.lang-btn {
    background: none;
    border: none;
    padding: 0;
    max-width: 35px;
}

button.dropdown-item {
    background: none;
    border: none;
    padding: 0;
    max-width: 35px;
}

.dropdown-menu.dropdown-menu {
    background: rgb(0,0,0,0.7);
    min-width: auto;
    padding: 0;
}

button.drop-lang-btn {
    display: block;
    background: none;
    border: none;
    max-width: 35px;
    padding: 0;
    margin: 2px 2px;
}


/** Push Menu **/
.close-slide {
    padding: 20px 20px 0;
    text-align: right;
    font-size: 24px;
}

    .close-slide i {
        cursor: pointer;
    }

ul.nav.side-menu {
    flex-direction: column;
    padding: 15px 0;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

    ul.nav.side-menu li.nav-item .nav-link {
        color: #fff;
        padding: 10px 20px;
    }

    ul.nav.side-menu li.nav-item:hover .nav-link {
        background: #ff8317;
        color: #000;
    }
/** Bottom Menu **/
.bottom-menu {
    position: fixed;
    max-width: 767px;
    margin: 0 auto;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.menu-line {
    background: linear-gradient(to right, rgba(255,131,23,1) 0%, rgba(255,174,23,1) 100%);
    height: 6px;
}

.btm-menu-wrapper {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

    .btm-menu-wrapper a {
        display: block;
        background: linear-gradient(30deg, rgba(0,60,124,1) 0%, rgba(0,34,98,1) 100%);
        height: 65px;
        color: #ffc336;
        padding: 7px 4px;
    }

.btm-menu-icon {
    max-width: 38px;
    margin: 0 auto 5px;
}

.deposit-menu-icon {
    max-width: 50px;
    margin: -27px auto 5px;
    animation: float-depo 2s ease-in-out infinite;
}

    .deposit-menu-icon img {
        filter: drop-shadow(0px 3px 3px rgb(0,0,0,0.65));
    }

.btm-menu-wrapper a.depo {
    background: linear-gradient(to bottom, rgba(0,34,98,1) 0%, rgba(0,25,70,1) 100%);
}

@-webkit-keyframes float-depo {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
        filter: brightness(1.1) drop-shadow(0 0 3px rgb(255,255,255,0.7));
    }

    100% {
        transform: translateY(0);
    }
}


/** Floating Drag **/
#draggable {
    cursor: pointer;
    position: fixed;
    top: 60%;
    left: 66%;
    place-items: center;
    text-align: center;
    z-index: 999;
    background: none;
    border: none;
    padding: 0;
}

.mini-game {
    position: relative;
}

img.mini-img {
    max-width: 100px;
    filter: drop-shadow(0 3px 8px rgb(0,0,0,0.9));
}

.game-item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: scale3d(.1,.1,1) rotate(180deg) translateZ(0);
    transition: opacity .2s,transform .2s;
}

    .game-item img {
        max-width: 75px;
        transition: ease-in-out 0.2s;
    }

    .game-item:hover img {
        transform: scale(1.15) rotate(10deg);
        filter: drop-shadow(0 0 6px rgb(0,0,0,0.9));
        transition: ease-in-out 0.2s;
    }

    .game-item.mg-1 {
        transition-delay: .3s;
    }

    .game-item.mg-2 {
        transition-delay: .2s;
    }

    .game-item.mg-3 {
        transition-delay: .1s;
    }

.drag-box.active .game-item {
    visibility: visible;
    opacity: 1;
}

    .drag-box.active .game-item.mg-1 {
        transform: translateX(-52px) translateY(-58px);
        transition-delay: .1s;
    }

    .drag-box.active .game-item.mg-2 {
        transform: translateX(-92px) translateY(16px);
        transition-delay: .2s;
    }

    .drag-box.active .game-item.mg-3 {
        transform: translateX(-46px) translateY(89px);
        transition-delay: .3s;
    }


/** Home **/
.annouce-sec {
    padding: 3px 5px;
}

.annouce-top {
    background: #000e3e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1170px;
    margin: 0 auto;
    border: 2px solid #ff9e50;
    border-radius: 35px;
    color: #ffc16d;
    font-size: 13px;
    padding: 5px 15px;
}

.notice-icon {
    margin-right: 10px;
}

    .notice-icon img {
        max-height: 27px;
    }

.sign-btn-wrap {
    text-align: center;
    padding: 1% 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.btn-wrap {
    position: relative;
    display: inline-block;
    margin: 0 2%;
}

    .btn-wrap.btn-1 {
        animation: bounce 1.5s linear infinite;
    }

.light-deco {
    position: absolute;
    pointer-events: none;
    mix-blend-mode: screen;
}

.spark-1 {
    animation: my-sparkle 2s linear infinite;
    left: -16%;
    top: -50%;
    max-width: 45%;
}

.spark-2 {
    animation: my-sparkle 3s linear infinite;
    right: -21%;
    top: 15%;
    max-width: 50%;
}

.spark-3 {
    animation: my-sparkle 2.5s linear infinite;
    left: 7%;
    top: -24%;
    max-width: 29%;
}

.spark-4 {
    animation: my-sparkle 3.5s linear infinite;
    right: -19%;
    top: -7%;
    max-width: 41%;
}

@keyframes my-sparkle {
    0% {
        opacity: 0;
        transform: rotate(0deg) scale(0);
    }

    50% {
        opacity: 1;
        transform: rotate(180deg) scale(0.8);
    }

    100% {
        opacity: 0;
        transform: rotate(360deg) scale(0);
    }
}

@keyframes bounce {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}

button.sign-btn {
    background: url(../images/Register-btn.png)no-repeat;
    background-size: 100%;
    width: 280px;
    height: 95px;
    margin: 0 auto;
    border: none;
    padding-left: 28px;
    color: #000;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    text-shadow: 0 0 3px rgb(255 255 255 / 90%);
}

    button.sign-btn.login {
        background: url("../images/login-btn.png")no-repeat;
        background-size: 100%;
        color: #fff;
    }

.social-wrap {
    padding: 10px 10px;
    text-align: center;
}

    .social-wrap a {
        display: inline-block;
        max-width: 18%;
        margin: 0 2%;
        filter: drop-shadow(0px 0px 7px #000);
    }

.rebate-sec {
    background: url("../images/bg-wave.jpg")no-repeat bottom center;
    background-size: cover;
}

button.lanjut-btn {
    background: url(../images/lanjut-btn.png)no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 80%;
    height: 79px;
    color: #000;
    font-family: 'Roboto Condensed';
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    border: none;
}

    button.lanjut-btn:hover {
        transform: scale(0.98);
        filter: brightness(1.1);
    }

.rebate-sec {
    background: url(../images/bg-wave.jpg)no-repeat bottom center;
    background-size: cover;
    padding: 3% 10px;
    text-align: center;
    display: grid;
    grid-template-columns: 55% 45%;
    position: relative;
    overflow: hidden;
}

.rb-img {
    position: absolute;
}

    .rb-img.coin {
        right: 0;
        top: -46%;
        max-width: 52%;
        animation: float 3s ease-in-out infinite;
    }

    .rb-img.man1 {
        right: 26%;
        top: 26%;
        max-width: 25%;
        animation: float 3.5s ease-in-out infinite;
    }

    .rb-img.man2 {
        right: -10%;
        top: 3%;
        max-width: 51%;
        animation: shake 3s ease-in-out infinite;
    }

.free-credit {
    position: relative;
    padding: 15px 10px;
}

.frc-text {
    font-family: 'Roboto Condensed';
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 20px;
    padding-bottom: 10px;
}

.bonus-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.bonus-box {
    position: relative;
}

.bonus-details {
    position: absolute;
    left: 0;
    right: 0;
    top: 19%;
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
}

.bonus-text {
    font-size: 24px;
    text-transform: uppercase;
    height: 100px;
}

.org-text {
    color: #ffad46;
    font-weight: 700;
    display: block;
    font-size: 30px;
}

.bprize {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Roboto Condensed';
}

.claim-btn-wrap {
    margin-top: 10px;
}

button.claim-btn {
    background: url(../images/clain-btn.png)no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 157px;
    height: 45px;
    font-size: 18px;
    color: #111d32;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    padding: 0;
}

    button.claim-btn:hover {
        transform: scale(0.98);
        filter: brightness(1.1);
    }

a.more-link {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    display: inline-block;
    margin: 5px 0 0;
}

    a.more-link:hover {
        color: #ffc336;
    }

.product-sec {
    padding: 4% 10px;
}

.product-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 1.5% 2%;
}

    .product-wrapper a {
        display: inline-block;
        background: linear-gradient(45deg, rgba(1,254,255,1) 0%, rgba(240,24,153,1) 17%, rgba(240,182,24,1) 38%, rgba(12,217,240,1) 59%, rgba(24,240,24,1) 82%, rgba(206,47,254,1) 100%);
        background-size: 400% 400%;
        padding: 5px;
        animation: gradient 3s ease infinite;
        border-radius: 18%;
        transition: 0.3s;
    }

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-webkit-keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}

.logput {
    position: relative;
}

/** Info Pages **/
.t-body.info {
    background: #014282 url("../images/bg-after.jpg")no-repeat top center;
    background-size: 100%;
}

.info-sec {
    padding: 25px 0;
}

.info-title-wrap {
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    text-transform: uppercase;
}

.title-info {
    color: #f4c22b;
    font-size: 40px;
    text-shadow: 3px 3px 1px #000;
}

.page-flow {
    font-size: 16px;
    text-shadow: 2px 1px 1px #000;
}

.info-content {
    background: rgb(0,0,0,0.36);
    border-radius: 15px;
    padding: 15px;
}

    .info-content ul, .info-content ol {
        padding-left: 17px;
    }

table.banking-table tr th {
    padding: 5px 5px;
    text-align: center;
    background: rgb(0,0,0,0.8);
    border: 1px solid #1996e2;
}

table.banking-table tr td {
    padding: 6px 5px;
    text-align: center;
    background: rgb(0,0,0,0.6);
    border: 1px solid #1996e2;
}

table.banking-table tr.dwbox td {
    background: #1BA4E8;
    color: #fff;
}

/** Promotion **/
.mix {
    display: none;
}

.filter-menu {
    margin: 5px auto 15px;
    text-align: center;
}

.pmbox {
    background: #1996e2;
    border: 1px solid #000f40;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 5px;
    width: 150px;
    height: 42px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 6px #00185e;
    margin: 8px 1%;
}

    .pmbox.active, .pmbox:hover {
        background: linear-gradient(to bottom, rgba(0,24,94,1) 0%, rgba(25,149,226,1) 100%);
        border: 1px solid #000f40;
    }

.promo-wrap {
    position: relative;
    margin-bottom: 5%;
    cursor: pointer;
}

.promo-title-base {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0%;
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
}

.pmtitle-1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 16%;
    color: #f4c22b;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
    text-shadow: 3px 3px 1px #000;
    max-width: 90%;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pmtitle-2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 56%;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: 2px 2px 1px #000;
    max-width: 85%;
    margin: 0 auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/** Referral **/
.t-body.referral {
    background: #014282 url("../images/refer/bg-refer.jpg")no-repeat top center;
    background-size: 100%;
}

.referral-sec {
    padding: 20px 0 30px;
    text-align: center;
}

.divider-light {
    margin: 0px auto 2%;
    max-width: 80%;
}

.social-app {
    text-align: center;
    padding: 10px 0 20px;
}

    .social-app a {
        display: inline-block;
        max-width: 13%;
        margin: 0 1%;
        filter: drop-shadow(1px 2px 1px rgb(0,0,0,0.75));
    }

.linkbar-img {
    max-width: 80%;
    margin: 0 auto 1%;
}

.person-link-wrap {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding-bottom: 15px;
}

.person-wrap.me {
    max-width: 25%;
    margin: auto;
}

.person-text {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 700;
    text-shadow: 2px 1px 1px #000;
}

.cmstext {
    font-size: 14px;
}

.profit-wrap {
    background: #03214b;
    border: 4px solid #ffc522;
    border-radius: 20px;
    padding: 15px;
    margin: 20px auto 15px;
    font-size: 18px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    text-shadow: 2px 2px 1px #000;
}

.pftext-1 {
    font-size: 180%;
    font-weight: 700;
}

.pftext-2 {
    font-size: 125%;
    line-height: 1.3;
}

.benefit-income {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    align-items: flex-start;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 5px 20px;
    box-shadow: 0px 8px 7px rgb(0 0 0 / 80%);
    margin: 0 -10px;
}

.share-wrapper {
    padding: 25px 0 0;
}

.sharetext {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    text-shadow: 2px 2px 1px #000;
    padding-bottom: 10px;
}

button.share-btn {
    background: url(../images/login-btn.png)no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 260px;
    height: 88px;
    border: none;
    padding: 0;
    padding-left: 10px;
    color: #fff;
    font-family: 'Roboto Condensed';
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 2px #fff;
}

    button.share-btn:hover {
        transform: scale(0.98);
    }

/** 4D **/
.toto-btn-wrap {
    text-align: center;
    padding-bottom: 30px;
    margin-top: -9%;
}

button.payout-btn {
    background: url(../images/blue-btn.png)no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 40%;
    height: 89px;
    border: none;
    padding: 4px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    font-size: 33px;
    font-weight: 700;
    color: #000;
    margin: 0 1%;
}

    button.payout-btn.play {
        background: url("../images/submit-btn.png")no-repeat;
        background-size: 100%;
    }

    button.payout-btn:hover {
        filter: brightness(1.1);
        transform: scale(0.98);
    }

ul.nav.lotto-nav {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    background: #03214b;
}

    ul.nav.lotto-nav li a.lotto-link {
        display: inline-block;
        padding: 10%;
    }

        ul.nav.lotto-nav li a.lotto-link.active {
            background: #ffa222;
        }

.lotto-mobile-wrapper .tab-pane {
    padding: 15px 10px;
}

.date-box {
    padding: 0 0 15px;
    color: #ffaf17;
    font-size: 22px;
    font-weight: 700;
}

.table-responsive.lotto-table {
    border: 3px solid #ffa222;
    border-radius: 15px;
    background: #03214b;
    text-align: center;
    text-transform: uppercase;
}

table.table-lotto tr th {
    background: #47493d;
    border: 1px solid #f6c600;
    padding: 9px 2px;
}

table.table-lotto tr td {
    border: 1px solid #f6c600;
    padding: 8px 2px;
}

    table.table-lotto tr td table.table-lotto-prize tr td {
        border: none;
    }

    table.table-lotto tr th:first-child, table.table-lotto tr td:first-child {
        border-left: none;
    }

    table.table-lotto tr th:last-child, table.table-lotto tr td:last-child {
        border-right: none;
    }

table.table-lotto tr:last-child td {
    border-bottom: none;
}

table.table-lotto tr.prize-title th {
    border-top: none;
}

/** Testimony **/
.blog-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
    margin-top: 30px;
}

a.blogbox {
    background: linear-gradient(135deg, rgba(0,15,64,1) 0%, rgba(2,4,39,1) 100%);
    color: #fff;
    display: block;
    padding: 15px;
    max-width: 450px;
    margin: 0 auto;
}

    a.blogbox:hover {
        color: #ffc336;
    }

.blog_m {
    margin: 15px 0 5px;
}

.blog-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
    text-align: center;
}

.blog-img {
    overflow: hidden;
}

    .blog-img img {
        transition: 0.4s;
    }

.blogbox:hover .blog-img img {
    transform: scale(1.04);
    transition: 0.4s;
}

/** After  Login **/
.jmbox {
    text-align: center;
    padding: 0 10px 15px;
}

.jumlah-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffaf17;
}

.jumlah-total {
    background: #03214b;
    border: 4px solid #ffa222;
    border-radius: 18px;
    padding: 10px;
    max-width: 380px;
    margin: 10px auto;
    font-size: 34px;
    font-weight: 700;
}

.smnote {
    font-size: 13px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
}

.dep-wrapper {
    padding: 10px 0;
}

.option-deposit {
    background: #03214b;
    text-align: center;
    display: flex;
    align-items: center;
}

    .option-deposit a {
        width: 50%;
        display: inline-block;
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
        padding: 15px 3px;
    }

        .option-deposit a.active {
            background: #ffa222;
            color: #03214b;
        }

.pilih {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.deposit-wrapper {
    padding: 15px 10px;
}

.cc-selector {
    text-align: center;
    padding-bottom: 15px;
}

.prd-box {
    position: relative;
    display: inline-block;
    width: 18%;
    margin: 0.5% 0.5%;
}

.prouductcard {
    margin: 0;
    filter: grayscale(1);
    cursor: pointer;
}

.cc-selector input[type="radio"], .cc-selector input[type="checkbox"] {
    appearance: none;
    display: none;
}

.cc-selector input:active + .prouductcard, .cc-selector input:checked + .prouductcard {
    filter: none;
}

.prouductcard:hover {
    filter: none;
}

.logput input, .logput select {
    background: #fff;
    padding: 7px 12px;
    height: 40px;
    border-radius: 5px;
    border: none;
    margin-bottom: 20px;
    width: 100%;
    color: #434343;
}

    .logput input:disabled, .logput select:disabled {
        background: #fff;
    }

.dep-wrapper label {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.prod-balance {
    background: #ffa222;
    color: #03214b;
    font-weight: 700;
    font-size: 14px;
    max-width: 90%;
    border-radius: 4px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 0;
}

a.tutorial-btn {
    background: #1996e2;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 2px 9px;
    border-radius: 4px;
    vertical-align: text-top;
}

    a.tutorial-btn:hover {
        background: #fff;
        color: #1996e2;
    }

.submit-btn-wrap {
    text-align: center;
    padding: 0 0 10px;
}

button.submit-btn {
    background: url(../images/submit-btn.png)no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 190px;
    height: 54px;
    border: none;
    color: #111d32;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-size: 23px;
    margin: 0 auto;
}

    button.submit-btn:hover {
        transform: scale(0.98);
        filter: brightness(1.1);
    }

.bonus-wrap {
    background: #010c1f;
    border-radius: 20px;
    border: 4px solid #ffa222;
    overflow: hidden;
    text-align: center;
    margin-top: 15px;
}

.bonus-text-wrap {
    padding: 15px 10px 10px;
    font-size: 16px;
}

.how-bonus {
    font-size: 22px;
    font-weight: 700;
}

.table-responsive.transfer-info {
    max-width: 400px;
    margin: 0 auto 15px;
}

.option-deposit a.full {
    width: 100%;
}

.table-responsive.history-box {
    margin-top: 15px;
}

.bank-detail {
    margin-bottom: 25px;
    background: rgb(0,0,0,0.6);
    border-radius: 10px;
    border: 1px solid #1996e2;
}

.bank-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 10px;
    border-bottom: 1px solid #1996e2;
}

.table-responsive.account-table {
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
}

table.table-account tr th {
    padding: 5px 2px;
    color: #4fe4ff;
    font-weight: 500;
}

table.table-account tr td {
    padding: 8px 2px;
}

.bank-acc-wrapper {
    max-width: 350px;
    margin: 15px auto;
    padding: 0 10px;
}

.download-wrapper {
    max-width: 450px;
    margin: auto;
}

.depo_m {
    display: grid;
    grid-template-columns: 64% 35%;
    grid-gap: 5px;
    margin-bottom: 15px;
}

.baki {
    background: #00011b;
    border: 1px solid #1996e2;
    border-radius: 5px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 20px;
}

button.depo-btn {
    background: url("../images/clain-btn.png");
    background-size: 100% 100%;
    border: none;
    border-radius: 4px;
    color: #000;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 2px;
    height: 40px;
    width: 100%;
}

.maklumat-box {
    overflow: auto;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #1996e2;
    font-size: 14px;
    margin-bottom: 10px;
}

.mk-table tr {
    background: #00011b;
    border-bottom: 1px solid #1996e2;
}

    .mk-table tr:first-child {
        font-size: 20px;
    }

    .mk-table tr td {
        padding: 6px 5px;
    }

    .mk-table tr:last-child {
        border-bottom: none;
    }

td.text-purp {
    color: #4fe4ff;
}

button.copy-btn {
    background: #1996e2;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 4px 20px;
    font-size: 13px;
    width: 100%;
}

    button.copy-btn:hover {
        background: #ffa222;
        color: #000;
    }

.device-box {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
    margin: 0 0 15px;
}

a.device-btn {
    background: url("../images/blue-btn.png")no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    height: 58px;
    color: #000;
    max-width: 220px;
    width: 100%;
    text-align: center;
    font-family: 'Roboto Condensed';
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
}

    a.device-btn i {
        margin-right: 5px;
    }

a.play-btn {
    background: url(../images/submit-btn.png)no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    height: 58px;
    color: #000;
    max-width: 200px;
    width: 100%;
    font-family: 'Roboto Condensed';
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    margin: 0 auto;
}

    a.device-btn:hover, a.play-btn:hover, button.depo-btn:hover {
        filter: brightness(1.1);
        transform: scale(0.98);
    }

.logput.telefon {
    display: flex;
}

.logput select.cntry-code {
    max-width: 100px;
    margin-right: 10px;
}

.logput.verify {
    display: grid;
    grid-template-columns: auto 150px;
    grid-gap: 2%;
}

button.submit-btn.verify {
    height: 40px;
    background-size: 100% 100%;
    font-size: 17px;
}

.login-link {
    color: #fff;
    text-align: center;
    margin: 10px 0 10px;
    text-transform: uppercase;
    font-size: 14px;
}

    .login-link a {
        color: #fd852d;
        font-weight: 500;
    }

.reg-link a {
    color: #FD852D;
    font-weight: 700;
}



@media(max-width: 767px) {
    button.sign-btn {
        height: 14.4vw;
        font-size: 4.8vw;
        width: 43vw;
    }

    button.lanjut-btn {
        max-width: 42vw;
        height: 11vw;
        font-size: 3.5vw;
    }

    .bonus-details {
        top: 15%;
    }

    a.more-link {
        margin: 4% 0 0;
        font-size: 2.5vw;
    }

    .bonus-text {
        font-size: 3.5vw;
        height: 13.5vw;
    }

    span.org-text {
        font-size: 4vw;
    }

    .bprize {
        font-size: 5.5vw;
        line-height: 1;
    }

    button.claim-btn {
        max-width: 95%;
        height: 6vw;
        font-size: 2.5vw;
    }

    .claim-btn-wrap {
        margin-top: 6%;
    }

    .pmtitle-1 {
        font-size: 3.6vw;
        height: 10.5vw;
    }

    .person-text {
        font-size: 3.4vw;
    }

    .cmstext {
        font-size: 2.4vw;
    }

    .profit-wrap {
        font-size: 16px;
    }

    .benefit-income {
        font-size: 11px;
    }

    .bnfbox img {
        margin-bottom: 2%;
    }

    button.payout-btn {
        height: 12vw;
        font-size: 4.5vw;
    }

    #draggable {
        left: 83%;
    }
}

@media(max-width: 480px) {
    .annouce-top {
        font-size: 12px;
        padding: 4px 15px;
    }

    .notice-icon img {
        max-height: 20px;
    }

    .frc-text {
        font-size: 20px;
    }

    .title-info {
        font-size: 28px;
        padding-bottom: 1%;
    }

    .product-wrapper a {
        padding: 3%;
    }

    .page-flow {
        font-size: 12px;
    }

    .pmtitle-1 {
        text-shadow: 1px 1px 1px #000;
    }

    .pmbox {
        width: 31%;
        font-size: 10px;
        height: 30px;
        padding: 8px 1px;
        margin: 1% 0;
    }

    .pmtitle {
        font-size: 18px;
    }

    .profit-wrap {
        font-size: 14px;
    }

    .sharetext {
        font-size: 16px;
    }

    button.share-btn {
        max-width: 55%;
        height: 17.5vw;
        font-size: 6.5vw;
    }

    .date-box {
        font-size: 18px;
    }

    .option-deposit a {
        font-size: 14px;
        padding: 14px 2px;
    }

    .dep-wrapper label {
        font-size: 14px;
    }

    .prod-balance {
        font-size: 3.2vw;
        line-height: 0;
        max-width: 100%;
        height: 20px;
        margin: 5px auto 0;
    }

    .jumlah-title {
        font-size: 17px;
    }

    .jumlah-total {
        font-size: 30px;
    }

    .smnote {
        font-size: 12px;
    }

    .bonus-text-wrap {
        font-size: 14px;
    }

    .how-bonus {
        font-size: 17px;
    }

    table.banking-table {
        font-size: 14px;
    }

    button.submit-btn {
        max-width: 157px;
        height: 46px;
        font-size: 21px;
    }

    .table-responsive.account-table {
        font-size: 13px;
    }

    .option-deposit a.full {
        font-size: 16px;
    }

    .blog-wrapper {
        grid-template-columns: auto;
    }

    .blog-title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .modal-dialog.promo {
        top: 1%;
    }

    .caption-payout, .modal-dialog.payout {
        font-size: 14px;
    }

    table.table-lotto {
        font-size: 14px;
    }

    .mini-game, .game-item {
        transform: scale(0.75);
    }

    #draggable {
        left: 76%;
    }

    .game-item img {
        max-width: 65px;
    }

    .drag-box.active .game-item.mg-1 {
        transform: translateX(-42px) translateY(-48px);
    }

    .drag-box.active .game-item.mg-2 {
        transform: translateX(-82px) translateY(16px);
    }

    .drag-box.active .game-item.mg-3 {
        transform: translateX(-36px) translateY(79px);
    }
}

/** Update Deposit Redemption - 8/11/2023 **/
.point-wrapper {
    margin: 5px 0;
    text-align: center;
}

.ptext {
    color: #fda220;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.point-wrap {
    background: #02224b;
    border: 3px solid #fea31f;
    border-radius: 12px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    max-width: 380px;
    margin: 0 auto;
}

.info-btn-wrap {
    text-align: right;
}

button.info-btn {
    background: none;
    border: none;
    padding: 0;
    max-width: 30px;
}

    button.info-btn:hover {
        transform: scale(0.97);
        filter: brightness(1.07);
    }

.redemption-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 4% 2%;
    text-align: center;
    padding-bottom: 35px;
}

.gift-box {
    position: relative;
    max-width: 330px;
    margin: 0 auto;
    filter: brightness(0.5);
}

.redeem-info-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    color: #000;
    font-size: 30px;
    max-width: 68%;
    margin: 0 auto;
}

.rdtext-1 {
    color: #793e09;
    font-size: 65%;
}

.rdtext-2 {
    color: #a65c19;
    background: #f8e8ca;
    border: 2px solid #f8db9b;
    border-radius: 13px;
    font-weight: 600;
    margin-top: 1%;
    margin-bottom: 2%;
    padding: 1%;
}

.rdtext-3 {
    color: #a8251a;
    font-weight: 600;
    font-size: 75%;
    font-style: italic;
}

.rdtext-4 {
    color: #a8251a;
    font-size: 150%;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
}

button.redeem-claim-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2%;
    max-width: 50%;
    margin: 0 auto;
    height: 40px;
    border: none;
    background: none;
    border-radius: 30px;
    color: #71290c;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
}

.gift-box.active button.redeem-claim-btn:hover {
    text-shadow: 0 1px 2px rgb(0,0,0,0.4);
}

.gift-box.active {
    filter: none;
}

.gift-box.claimed {
    pointer-events: none;
    filter: none;
}

    .gift-box.claimed::after {
        content: '';
        background: url(../images/redemption/claimed.png)no-repeat;
        background-size: 100%;
        width: 285px;
        height: 212px;
        position: absolute;
        left: 7%;
        right: 0;
        top: 20%;
    }

.modal-dialog.info {
    max-width: 700px;
}

.modal-content.info {
    background: url("../images/redemption/popup-info-bg.png")no-repeat;
    background-size: 100% 100%;
    min-height: 500px;
    border: none;
    padding: 45px 50px;
}

.cara-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.cara-wrapper {
    font-size: 22px;
    font-weight: 500;
    margin: 10px auto;
}

.cara-row {
    padding: 6px 0;
    display: flex;
    align-items: center;
}

.numcircle {
    background: url(../images/redemption/circle-num.png)no-repeat;
    background-size: 100%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.penafian-wrap {
    font-size: 16px;
}

.pentext {
    font-weight: 700;
    font-size: 120%;
}

ol.terms {
    padding-left: 17px;
    margin: 5px 0;
}

    ol.terms li {
        padding: 5px 0;
    }

@media(max-width: 690px) {
    .redeem-info-wrap {
        font-size: 4.4vw;
    }

    .gift-box.claimed::after {
        width: 87%;
        height: 66%;
    }

    button.redeem-claim-btn {
        font-size: 4vw;
        height: 6vw;
    }
}

@media(max-width: 480px) {
    .modal-content.info {
        padding: 45px 25px;
        min-height: auto;
    }

    .cara-title {
        font-size: 24px;
    }

    .cara-wrapper {
        font-size: 16px;
        font-weight: 500;
        margin: 5px auto;
    }

    .cara-row {
        padding: 3px 0;
    }

    .numcircle {
        height: 35px;
        width: 35px;
    }

    .penafian-wrap {
        font-size: 15px;
    }
}

/** 26/8/2024 Updated **/
.uuslots-spin {
    padding-bottom: 20px;
}

.fspin-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 1%;
    align-items: center;
    text-align: center;
}

.freespin-box {
    position: relative;
    text-align: center;
    max-width: 233px;
    margin: 0 auto;
}

.fstext-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 8%;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 6%;
}

.fstext {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

    .fstext.sm {
        font-size: 68%;
    }

.freespin-text {
    color: #ffad46;
}

.fstext-2 {
    font-size: 230%;
    font-weight: 700;
    line-height: 1;
}

.fs-claim-btn-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 68%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media(max-width: 767px) {
    .fs-claim-btn-wrap {
        max-width: 80%;
        margin: 0 auto;
    }

    .fstext {
        height: 7.5vw;
    }

    .fstext-wrap {
        font-size: 4.5vw;
    }
}

/** Register Password input update - 28/8/2024 **/
ul.list-valid {
    padding-left: 10px;
    list-style: none;
    margin: 0 0 15px;
    font-weight: 500;
    font-size: 13px;
}

    ul.list-valid li i {
        color: #E20003;
    }

    ul.list-valid li .text-success i {
        color: #28a745 !important;
    }

/** Updated 8/1/2024 - Deposit **/
.milestone-container {
    padding: 0 10px;
}

.milestone-event {
    position: relative;
    padding: 0 10px;
    text-align: center;
    background: rgb(0,0,0,0.6);
    border: 3px solid #0ea2ed;
    border-radius: 15px;
    margin: 30px 0 9%;
}

.minggu-title {
    background: #03214b;
    border: 3px solid #0ea2ed;
    color: #ffaf16;
    border-radius: 45px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 30px;
    max-width: max-content;
    margin: 0 auto;
    box-shadow: 0 3px 5px rgb(0,0,0,0.8);
    margin-top: -20px;
}

.depo-daily-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0 1%;
    padding: 30px 0 0;
    margin-bottom: -4%;
}

.depo-ms {
    border: 2px solid #ffaf16;
    border-radius: 8px;
    background: #000;
    font-size: 21px;
    padding: 4px;
    text-transform: uppercase;
    color: #fff;
    max-width: 75%;
    margin: 0 auto 5px;
}

.dpstext-1 {
    color: #afafaf;
    font-size: 65%;
}

.dpstext-2 {
    font-weight: 600;
}

.dp-prize-box {
    position: relative;
}

.wkprize {
    margin-bottom: -31%;
    position: relative;
    z-index: 1;
}

button.claim-depo-btn {
    background: none;
    border: none;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 82%;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

    button.claim-depo-btn:hover {
        color: #ffaf16;
        transform: scale(0.98);
    }

@media(max-width: 767px) {
    button.claim-depo-btn {
        font-size: 3.3vw;
    }

    .depo-ms {
        font-size: 2.8vw;
    }
}

@media(max-width: 480px) {
    .depo-daily-wrapper {
        padding: 4vw 0 0;
    }

    .milestone-event {
        padding: 0 5px;
    }

    .depo-ms {
        font-size: 3vw;
        max-width: 80%;
        padding: 3px;
    }

    .minggu-title {
        font-size: 4.2vw;
        padding: 5px 6vw;
    }
}
