﻿@charset "utf-8";
/* CSS Document */
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

.modal.left .modal-body {
    padding: 0;
    text-align: center;
}

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    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.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.modal.right .modal-body {
    padding: 0;
    text-align: center;
}

.modal-content.modal-menu {
    border-radius: 0;
    border: 0;
    background: #313238;
    box-shadow: inset 6px 0px 30px rgb(0 0 0 / 20%);
}

button.close-menu-btn {
    border: none;
    background: none;
    padding: 0;
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 10px;
    top: 5px;
    z-index: 2;
}

.mobile-menu-wrapper {
    padding: 30px;
}

ul.nav.mobile-menu {
    display: flex;
    flex-flow: column;
    padding-left: 30px;
}

    ul.nav.mobile-menu li.nav-item {
        margin: 10px 0;
    }

a.menu-link {
    color: #fff;
    display: flex;
    align-items: center;
}

    a.menu-link img {
        max-height: 28px;
        margin-right: 20px;
    }

.vip-card-user {
    display: grid;
    grid-template-columns: 90px auto;
    grid-gap: 10px;
    align-items: center;
}

.vip-state {
    color: #aaaaaa;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.welcome-user-mobile {
    font-size: 15px;
    color: #fff;
}

.divider-dark {
    background: #1a130a;
    height: 1px;
    max-width: 200px;
    margin: 15px auto;
    box-shadow: 0px 2px 2px rgb(255 255 255 / 14%);
}

a.inbox-msg {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.inbox-relative {
    position: relative;
    max-width: 30px;
    margin-right: 15px;
}

.log-info-wrap {
    padding: 10px 0 5px;
    display: flex;
    justify-content: space-around;
}

    .log-info-wrap button.comm-btn {
        display: block;
        margin: 0 5px;
        min-width: 115px;
        box-shadow: none;
        color: #345a7c;
        height: 24px;
        font-size: 13px;
        padding: 5px;
    }

button.comm-btn.red.mobile {
    box-shadow: none;
    min-width: 110px;
}

.expand-menu {
    padding-left: 45px;
}

    .expand-menu a {
        color: #fff;
        display: flex;
        align-content: center;
        padding: 6px 3px;
    }

        .expand-menu a img {
            max-height: 22px;
            max-width: 22px;
            margin-right: 8px;
        }

.social-menu {
    text-align: center;
    color: #fff;
    border-top: 1px solid #464646;
    margin: 0 20px;
    padding-top: 15px;
}

    .social-menu .social-icon img {
        max-height: 33px;
        margin: 0 5px;
    }



/** Promotion **/
.modal-dialog.promo {
    max-width: 800px;
}

.modal-content.promo {
    border: none;
    background: #313238;
    padding: 20px 15px;
    color: #fff;
}

button.close-btn {
    background: none;
    border: none;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 18px;
    z-index: 2;
}

.pm-title-wrapper {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.modal-content.promo ul, .modal-content.promo ol {
    padding-left: 17px;
}

/** Balance Popup **/
.modal-content.qk-balance {
    background: linear-gradient(to right, rgba(200,208,234,1) 0%, rgba(233,236,243,1) 50%, rgba(200,208,234,1) 100%);
    border-radius: 8px;
    border: 1px solid #d1d6e3;
    overflow: hidden;
    padding-bottom: 5px;
}

.qk-balance-inner {
    background: linear-gradient(to bottom, rgba(242,245,252,1) 0%, rgba(242,245,252,1) 70%, rgba(231,236,251,1) 100%);
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #d1d6e3;
    padding: 30px 20px 20px;
    border-radius: 0 0 8px 8px;
}

button.close-balance-btn {
    background: none;
    border: none;
    position: absolute;
    right: 5px;
    top: 3px;
    font-size: 20px;
}

.mw-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    padding: 0 5px;
}

.total-amt-wrap {
    display: flex;
    align-items: center;
}

button.base-btn.allout {
    min-width: 100px;
    height: 30px;
    font-size: 13px;
    padding: 1px;
    margin-left: 10px;
    box-shadow: none;
}

    button.base-btn.allout::before {
        top: 2px;
    }

.divider-blc {
    background: #656565;
    height: 0.5px;
    max-width: 100%;
    margin: 10px auto 20px;
    box-shadow: 0px 2px 2px rgb(255 255 255 / 50%);
}

table.wallet-prod tr td {
    text-align: right;
    padding: 2px;
    font-weight: 500;
    text-transform: uppercase;
}

    table.wallet-prod tr td:first-child {
        text-align: left;
        font-weight: 600;
    }

    table.wallet-prod tr td:nth-child(2) {
        padding-right: 8px;
    }

button.trs-btn {
    background: #35c743;
    border: none;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    padding: 2px;
}

    button.trs-btn:hover {
        background: #4d4d4d;
    }

button.out {
    background: #c73535;
}

button.delete-btn {
    background: linear-gradient(to bottom, rgba(242,245,252,1) 0%, rgba(242,245,252,1) 70%, rgba(231,236,251,1) 100%);
    border: 1px solid #d1d6e3;
    padding: 5px 15px;
    border-radius: 40px;
}

.modal-content.bank {
    background: url("../images/bg_light.jpg")no-repeat;
    background-size: cover;
    border: none;
    border-radius: 8px;
    padding: 25px 15px 30px;
}

.addbank-form {
    max-width: 340px;
    margin: auto;
    width: 100%;
}

.add-bank-title {
    color: #444444;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}

.addbank-form .rf-wrap {
    margin-bottom: 10px;
}

/** Payout Table **/
.modal-dialog.payout {
    max-width: 800px;
}

.modal-content.payout {
    background: url("../images/bg_light.jpg")no-repeat;
    background-size: cover;
    border-radius: 10px;
    border: none;
    padding: 25px 15px;
}

.payout-title {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #444444;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.mail-wrapper.payout {
    text-align: center;
    padding-bottom: 4px;
    border: 1px solid #e9efff;
    font-weight: 500;
}

.bet-note {
    padding-bottom: 10px;
}

.payout-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 5px;
    margin-top: 18px;
}

    .payout-wrapper.pay2 {
        grid-template-columns: repeat(3,1fr);
    }

.pybox {
    position: relative;
}

.pygold {
    background: linear-gradient(to bottom, rgba(248,209,150,1) 0%, rgba(222,166,101,1) 100%);
    box-shadow: 0 3px 5px rgb(219 164 97 / 40%);
    color: #fff;
    border: 2px solid #fff;
    border-radius: 35px;
    padding: 4px 1px;
    max-width: 85%;
    position: absolute;
    width: 100%;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1;
}

.pygrey {
    background: #d5d8e3;
    border: 1px solid #c6c8cd;
    padding: 2px;
    min-height: 33px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bonus {
    color: #ff4444;
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
    margin-left: 2px;
    animation: blink 1s infinite;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.pybox .pygrey:nth-child(2) {
    padding-top: 20px;
}

.note-red {
    font-size: 12px;
    padding: 5px 10px;
    font-weight: 500;
    color: #ff4444;
}

sup {
    margin-right: 3px;
}

/** Download page **/
.modal-content.download {
    background: url("../images/bg_light.jpg")no-repeat;
    background-size: cover;
    padding: 15px;
    border: none;
    border-radius: 5px;
    overflow: hidden;
}

.logo-title {
    background: linear-gradient(to bottom, rgba(248,209,150,1) 0%, rgba(222,166,101,1) 100%);
    text-align: center;
    padding: 5px;
    margin: -15px -15px 0;
}

.device-mobile {
    display: flex;
    justify-content: space-evenly;
    padding: 15px 0;
}

.dmbox-wrap {
    background: linear-gradient(to right, rgba(200,208,234,1) 0%, rgba(233,236,243,1) 50%, rgba(200,208,234,1) 100%);
    border-radius: 8px;
    padding-bottom: 4px;
    width: 43%;
}

.dmbox {
    background: #eef2fb;
    border: 1px solid #cdd4ea;
    border-radius: 8px;
    padding: 10px 5px;
    width: 100%;
    margin: auto;
    text-align: center;
}

button.download-btn {
    background: linear-gradient(to bottom, rgba(248,209,150,1) 0%, rgba(222,166,101,1) 100%);
    box-shadow: inset 0px -1px 3px rgb(0 0 0 / 15%), 0px 2px 5px rgb(0 0 0 / 20%);
    border: 2px solid #fff;
    border-radius: 40px;
    padding: 5px 9px;
    min-width: 100px;
    color: #151515;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    margin: auto;
}

.osicon {
    border-radius: 50%;
    background: #e0e5f4;
    border: 1px solid #d1d6e3;
    color: #8d8d8d;
    width: 80px;
    height: 80px;
    font-size: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
}

.access-info {
    max-width: 550px;
    width: 100%;
    margin: 10px auto;
    overflow: auto;
    border-radius: 8px;
    text-align: center;
    font-size: 13px;
}

table.info-table tr th {
    background: linear-gradient(to bottom, rgba(246,202,145,1) 0%, rgba(221,166,102,1) 100%);
    border: 1px solid #d7dbe7;
    padding: 10px 3px;
}

table.info-table tr td {
    background: linear-gradient(to bottom, rgba(242,245,252,1) 0%, rgba(242,245,252,1) 70%, rgba(231,236,251,1) 100%);
    border: 1px solid #d7dbe7;
    padding: 6px 5px;
}

input.info-pw {
    background: #fff;
    border: none;
    padding: 3px;
    text-align: center;
}

button.password-btn {
    background: linear-gradient(to bottom, rgba(163,247,255,1) 0%, rgba(141,216,251,1) 100%);
    border: 1px solid #b8e0f9;
    padding: 5px 15px;
    border-radius: 35px;
    font-weight: 500;
}

.dmbox-wrap.suite {
    width: 100%;
}

.dmbox.suite {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.qr-download {
    max-width: 140px;
    padding: 10px 0;
}


/** 14/3/2023 Update - Popup slider **/
.modal-dialog.annouce-slider {
    max-width: 900px;
}

.modal-content.annouce-slider {
    box-shadow: none;
    padding: 10px;
    border-radius: 8px;
    background: #f3f6fd;
    border: 2px solid #fedaa2;
}

button.close-btn {
    background: none;
    border: none;
    color: #000;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 18px;
    font-weight: 700;
    z-index: 2;
}


/** Mall Page  Popup 11/4/2023 **/
.modal-dialog.redeem {
    max-width: 850px;
}

.modal-content.redeem {
    background: url("../images/mall/popup-bg_1.jpg")no-repeat top center;
    background-size: cover;
    border: none;
    border-radius: 15px;
    padding: 15px 15px 20px;
}

.redeem-item-info {
    display: grid;
    grid-template-columns: 40% auto;
    grid-gap: 1%;
    font-size: 13px;
}

.rdtext-1 {
    font-size: 21px;
    font-weight: 500;
}

.rdtext-2 {
    font-size: 17px;
    padding: 5px 0;
}

.rd-btn-wrap {
    padding: 10px 0;
}


.modal-dialog.howredeem {
    max-width: 850px
}

.modal-content.howredeem {
    background: url("../images/mall/popup-bg_2.jpg")top center no-repeat;
    background-size: cover;
    border: none;
    padding: 15px;
    text-align: center;
    border-radius: 12px;
}

.howstep-box {
    display: inline-block;
    max-width: 245px;
    margin: 10px 5px;
    vertical-align: text-top;
}

.stepcap {
    padding: 1px;
    border-radius: 10px;
    background: linear-gradient(to right, rgba(200,208,234,1) 0%, rgba(233,236,243,1) 50%, rgba(200,208,234,1) 100%);
    border-bottom: 1px solid #d1d6e3;
    max-width: 100%;
    text-align: center;
    padding-bottom: 4px;
    vertical-align: text-top;
}

.stepcap-inner {
    background: linear-gradient(to bottom, rgba(242,245,252,1) 0%, rgba(242,245,252,1) 70%, rgba(231,236,251,1) 100%);
    border-radius: 9px;
    height: 150px;
    padding: 20px 15px 10px;
    line-height: 1.1;
    border-bottom: 1px solid #d1d6e3;
}

.step-img {
    margin-bottom: -20px;
}

.hrtext-1 {
    font-size: 21px;
    font-weight: 900;
    padding-bottom: 5px;
}

.hrtext-2 {
    font-size: 15px;
    font-weight: 500;
}

.modal-content.rwtnc {
    background: #e9ecf5;
    border: none;
    border-radius: 12px;
    padding: 15px 25px;
    color: #444;
    font-weight: 500;
}

.tnc-title {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 5px;
}

.dark-mode .modal-content.howredeem {
    background: url("../images/mall/popup-bg_2-dark.jpg")top center no-repeat;
    background-size: cover;
}

.dark-mode .modal-content.redeem {
    background: url("../images/mall/popup-bg_1-dark.jpg")no-repeat top center;
    background-size: cover;
    color: #f4c88e;
}

.dark-mode .modal-content.rwtnc {
    background: #222320;
    color: #f4c88e;
}

.dark-mode button.close-btn {
    color: #fff;
}

/** App Download Guide Popup - Update - 23/7/2024 **/
.modal-dialog.instruct {
    max-width: 800px;
}

.modal-content.instruct {
    border: none;
    background: url(../images/app/step-bg.jpg) no-repeat;
    background-size: 100% 100%;
    height: 600px;
    padding: 15px 15px;
    border-radius: 10px;
}

button.close-instruct {
    background: none;
    font-size: 24px;
    padding: 0;
    border: none;
    color: #3a3a3a;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 2;
}

.title-guide {
    position: absolute;
    left: 5%;
    top: 20%;
    color: #1b1e1e;
    font-size: 22px;
    line-height: 1.1;
}

.gdtext {
    color: #4d5061;
    font-family: 'Impact';
    font-weight: 400;
    font-size: 200%;
}

.guide-step {
    height: 560px;
    position: relative;
    color: #000;
}

.step-info {
    position: absolute;
    left: 3%;
    top: 47%;
    max-width: 48%;
    font-size: 19px;
}

.sptitle {
    font-weight: 500;
    font-size: 120%;
    margin-bottom: 5px;
}

.phone-img {
    position: absolute;
    right: 8%;
    top: 8%;
    max-width: 33%;
}

.btn-right .carousel-control-next-icon, .btn-left .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
    background-color: #d4bd86;
    border-radius: 50%;
    background-size: 60%;
}

.btn-right .carousel-control-next-icon {
    background: url(../images/app/next-icon.png) no-repeat;
    background-size: 100%;
    height: 40px;
    width: 40px;
}

.btn-left .carousel-control-prev-icon {
    background: url("../images/app/prev-icon.png") no-repeat;
    background-size: 100%;
    height: 40px;
    width: 40px;
}

a.carousel-control-prev.btn-left {
    left: -4%;
    bottom: 0;
    top: unset;
}

a.carousel-control-next.btn-right {
    right: -4%;
    bottom: 0;
    top: unset;
}

.guide-slider .carousel-indicators li {
    height: 10px;
    width: 10px;
    border: none;
    border-radius: 50%;
    background-color: #839dab;
    opacity: 1;
}

    .guide-slider .carousel-indicators li.active {
        opacity: 1;
        background-color: #fff;
    }


@media(max-width: 767px) {
    .modal-content.instruct {
        background-size: cover;
        height: auto;
    }

    button.close-instruct {
        color: #000;
        top: 7px;
        right: 6px;
    }

    .title-guide {
        text-align: center;
        font-size: 5vw;
        position: initial;
        margin-bottom: 3vw;
    }

    .guide-step {
        display: flex;
        flex-direction: column-reverse;
        height: auto;
    }

    .step-info {
        max-width: 90%;
        margin: 0 auto;
        position: initial;
        text-align: center;
        font-size: 3.5vw;
        min-height: 36vw;
        padding-bottom: 15px;
    }

    .phone-img {
        max-width: 40%;
        margin: 0 auto 1vw;
        position: initial;
    }

        .phone-img img {
            height: auto !important;
        }

    .btn-right .carousel-control-next-icon, .btn-left .carousel-control-prev-icon {
        width: 25px;
        height: 25px;
    }
}

@media(max-width: 480px) {
    .guide-slider .carousel-indicators {
        margin-bottom: 0;
    }

        .guide-slider .carousel-indicators li {
            height: 7px;
            width: 7px;
        }
}
