﻿@charset "utf-8";
/* CSS Document */
.modal.left.fade .modal-dialog {
    left: -280px;
    -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: 280px;
    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: -280px;
    -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.right.fade .modal-dialog {
    right: -280px;
    -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: 280px;
    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: -280px;
    -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;
}


/**  Mobile Side Menu **/
.modal-content.sidemenu {
    background: #1b0f00;
    border: none;
}

button.close-menu {
    background: none;
    color: #f1d59b;
    border: none;
    position: absolute;
    right: 5px;
    top: 4px;
    padding: 2px;
    font-weight: 600;
    font-size: 16px;
    z-index: 2;
}

.menu-logo {
    text-align: center;
    padding: 10px;
    background: #140800;
}

    .menu-logo img {
        max-height: 45px;
    }

.mobilemenu-wrapper {
    padding: 5px 10px;
}

button.mblink-btn {
    background: url(../images/mblink-btn.png)no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 60px;
    color: #edca90;
    font-weight: 600;
    font-size: 14px;
    border: none;
    padding: 5px 10px;
    margin: 5px 0;
    display: grid;
    grid-template-columns: 60px auto;
    align-items: center;
    text-transform: uppercase;
    position: relative;
}

    button.mblink-btn i {
        background: linear-gradient(to bottom, rgba(191,164,132,1) 0%, rgba(254,243,221,1) 22%, rgba(254,243,221,1) 31%, rgba(203,181,136,1) 53%, rgba(170,148,107,1) 79%, rgba(184,151,113,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 18px;
    }

    button.mblink-btn.ddarrow::after {
        content: '\f078';
        font-family: 'Font Awesome 5 Free';
        font-weight: 700;
        transform: rotate(180deg);
        position: absolute;
        right: 15px;
        top: 20px;
        transition: 0.3s;
    }

    button.mblink-btn.ddarrow.collapsed::after {
        transform: rotate(0);
        transition: 0.3s;
    }

.mb-dropdown-body {
    background: #140800;
    padding: 5px 15px;
    text-align: center;
}

span.mbsub-img img {
    max-height: 31px;
}

a.mbsub-item {
    display: grid;
    grid-template-columns: 45px auto;
    align-items: center;
    color: #edca90;
    margin: 7px 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

a.info-item {
    display: block;
    padding: 2px 5px;
    margin: 5px 0;
    color: #edca90;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    text-align: left;
}

button.mblink-btn span {
    position: relative;
}

    button.mblink-btn span .red-notice {
        position: absolute;
        right: 10px;
        top: -3px;
        background: #f00;
        color: #fff;
        font-size: 10px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        padding: 1px;
    }

/** Right User Sidemenu **/
.mobile-acplayer {
    display: grid;
    grid-template-columns: 70px auto;
    grid-gap: 5px;
    text-align: center;
    align-items: center;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #ada78d;
}

.mwbalance {
    text-align: center;
    padding: 15px 10px;
}

.mwtext {
    color: #edca90;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 7px;
}

.mwtext-1 {
    text-transform: uppercase;
    font-weight: 600;
}

span.refresh-icon {
    margin-left: 10px;
    color: #edca90;
}

.mainaf-wrap {
    background: #27110a;
    border-top: 1px solid #4c2c07;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    text-align: center;
    grid-gap: 12px 5px;
    padding: 12px 10px;
}

    .mainaf-wrap a {
        color: #edca90;
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
    }

        .mainaf-wrap a.active {
            color: #fff;
        }

.maftext {
    margin-top: 5px;
}

.maficon {
    background: url(../images/frame-round.png)no-repeat;
    background-size: 100% 100%;
    height: 60px;
    width: 60px;
    margin: 0 auto;
    padding: 8px;
}

button.mblink-btn img {
    max-height: 28px;
}

/** Promotion popup **/
.modal-dialog.promo {
    max-width: 800px;
}

.modal-content.promo {
    background: #26160e;
    border: 1px solid #ffe3a5;
    border-radius: 10px;
    padding: 10px 25px;
    color: #fff;
    font-size: 14px;
}

button.close-btn {
    background: none;
    border: none;
    color: #ffe3a5;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
}

.promo-title-top {
    text-align: center;
    color: #ffe3a5;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 0 15px;
}

.promo-table-wrap {
    margin: 10px 0;
    text-align: center;
}

table.promo-table tr td {
    border: 1px solid #ffe3a5;
    padding: 6px 2px;
}

.promo-img {
    padding-bottom: 15px;
}

ul.terms {
    padding-left: 17px;
}


/** VIP Example Popup **/
.modal-dialog.vip {
    max-width: 850px;
}

.modal-content.vip {
    background: #191002;
    border-bottom: 1px solid #3e260c;
    border-left: 1px solid #564e3c;
    border-right: 1px solid #130902;
    border-top: 1px solid #3e3128;
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    font-size: 13px;
}

.exp-title {
    color: #ebd193;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 21px;
    padding: 10px 10px;
}

.vip-example-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.top-title {
    background: linear-gradient(to bottom, rgba(191,164,132,1) 0%, rgba(254,243,221,1) 22%, rgba(254,243,221,1) 31%, rgba(203,181,136,1) 53%, rgba(170,148,107,1) 79%, rgba(184,151,113,1) 100%);
    height: 50px;
    color: #311c13;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vrow-1 {
    padding: 10px 10px;
    min-height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vrow-2 {
    padding: 10px 10px;
    min-height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exp-line {
    height: 1px;
    background: #ebd193;
    width: 100%;
}

/** Mail Popup **/
.modal-dialog.inbox {
    max-width: 700px;
}

.modal-content.inbox {
    background: #26160e;
    border-radius: 15px;
    border: 2px solid #ffe3a5;
    padding: 15px 20px;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 20%);
    color: #ffe5ab;
    font-size: 15px;
}

    .modal-content.inbox a {
        color: #fff;
    }

.mailbox-title {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 5px;
    line-height: 1;
}

.mtext {
    color: #fff;
    font-size: 14px;
}

.mail-content {
    padding: 10px 0;
}

/** Download Device modal **/
.modal-dialog.download {
    max-width: 600px;
}

.modal-content.download {
    background: #26160e;
    border: 2px solid #ffe3a5;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 14px;
}

.download-popup-wrap {
    text-align: center;
    border: 2px solid #ffe3a5;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 15px 5px;
}

.dlpop-box {
    position: relative;
    display: inline-block;
    max-width: 155px;
    margin: 0 1%;
}

.provider-title {
    text-align: center;
    padding: 0 5px 5px;
    margin: 0 auto;
}

.osbox {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.click-text {
    font-size: 13px;
    font-weight: 700;
    padding: 8px 0;
}

a.download-btn {
    background: linear-gradient(to bottom, rgba(191,164,132,1) 0%, rgba(254,243,221,1) 22%, rgba(254,243,221,1) 31%, rgba(203,181,136,1) 53%, rgba(170,148,107,1) 79%, rgba(184,151,113,1) 100%);
    color: #311c13;
    border: none;
    border-radius: 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    padding: 8px 20px;
}

    a.download-btn:hover {
        background: linear-gradient(to top, rgba(176,176,176,1) 0%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 79%, rgba(192,192,192,1) 100%);
        color: #242424;
    }

.qrdl-img img {
    max-height: 120px;
}

.bank-table-wrapper.info-access {
    font-size: 14px;
}

table.bank-table.info-access tr td {
    border: 1px solid #ffe5ab;
}

input.pw-input {
    max-width: 90%;
    height: 30px;
    border: none;
    border-radius: 35px;
    padding: 2px 15px;
}

.pwnote {
    font-size: 13px;
    padding: 5px;
}

button.reg-submit-btn.access {
    font-size: 12px;
    padding: 10px 10px;
    min-width: auto;
}

.os-icon-mb {
    display: none;
}

/** Payout **/
.modal-dialog.payout {
    max-width: 800px;
}

.modal-content.payout {
    background: #26160e;
    border: 1px solid #ffe3a5;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 14px;
    text-align: center;
}

.payout-title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #ffe3a5;
}

.payout-content {
    background: #1a0e09;
    border-radius: 8px;
    border: 1px solid #ffe3a5;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.payout-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
    margin: 5px 0;
}

    .payout-wrapper.style-2 {
        grid-template-columns: repeat(3,1fr);
    }

.pytitle {
    background: linear-gradient(to bottom, rgba(191,164,132,1) 0%, rgba(254,243,221,1) 22%, rgba(254,243,221,1) 31%, rgba(203,181,136,1) 53%, rgba(170,148,107,1) 79%, rgba(184,151,113,1) 100%);
    color: #30221a;
    border-radius: 35px;
    margin-bottom: 6px;
    font-weight: 700;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pyrow {
    background: #311c13;
    border-radius: 5px;
    font-weight: 500;
}

    .pyrow div {
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.bet-prize {
    font-weight: 700;
}

.noted-bonus {
    color: #ff0000;
    font-size: 13px;
    font-weight: 500;
}

.red-bonus {
    color: #ff0000;
    font-weight: 700;
    margin-left: 2px;
    animation: blinkingText 1s infinite;
}

@keyframes blinkingText {
    0% {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

/** Transfer Wallet Popup **/
.modal-content.wallet {
    background: #26160e;
    border: 2px solid #ffe3a5;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 14px;
    text-align: center;
}

.quick-title {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #fbd699;
    text-align: center;
}

.wl-box-wrap {
    text-align: center;
    background: #1e1200;
    border-radius: 15px;
    color: #fff;
    padding: 10px 5px;
    box-shadow: inset 0 0 6px rgb(0,0,0,0.2);
}

.prov-img {
    margin: 0 0 7px;
}

.transfer-quick {
    padding: 10px 0 15px;
}

.trans-text {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
}

.notice-quick {
    text-align: left;
    color: #fbd699;
    font-size: 12px;
}



@media(max-width: 991px) {
    .click-text.scan, .qrdl-img {
        display: none;
    }

    a.download-btn {
        font-size: 12px;
        padding: 8px 10px;
    }

    .os-icon-mb {
        display: block;
        font-size: 40px;
    }

    .osbox i {
        display: none;
    }
}

@media(max-width: 767px) {
    .modal-content.download {
        padding: 10px 10px;
    }

    .vip-example-wrapper {
        grid-template-columns: auto;
    }

    .dlpop-box {
        max-width: 45%;
        margin: 5px 1%;
    }

    .modal-content.payout {
        padding: 15px 10px;
    }

    .payout-wrapper {
        font-size: 14px;
        grid-gap: 2px;
        line-height: 1.1;
    }
}

@media(max-width: 480px) {
    .modal-content.promo {
        font-size: 13px;
        padding: 10px 10px;
    }

    .promo-title-top {
        font-size: 17px;
    }

    .modal-content.inbox {
        padding: 15px 15px;
        font-size: 14px;
    }

    .click-text {
        font-size: 12px;
        font-weight: 600;
    }

    .payout-content {
        padding: 10px 5px;
    }

    .bet-prize {
        font-size: 13px;
    }

    .pyrow div {
        height: 35px;
        flex-flow: column;
    }

    .payout-wrapper {
        font-size: 11px;
    }

    .noted-bonus {
        font-size: 12px;
    }
}

/** 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: #fff;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 2;
}

.title-guide {
    position: absolute;
    left: 5%;
    top: 24%;
    color: #000;
    font-size: 34px;
    font-weight: 700;
}

.gdtext {
    color: #d4bd86;
}

.guide-step {
    height: 560px;
    position: relative;
    color: #000;
}

.step-info {
    position: absolute;
    left: 3%;
    top: 44%;
    max-width: 48%;
    font-size: 19px;
}

.sptitle {
    font-weight: 700;
    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%;
}

a.carousel-control-prev.btn-left {
    left: 49%;
}

a.carousel-control-next.btn-right {
    right: -4%;
}


@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: 34vw;
    }

    .phone-img {
        max-width: 50%;
        margin: 0 auto 1vw;
        position: initial;
    }

    a.carousel-control-prev.btn-left {
        left: 0%;
    }

    a.carousel-control-next.btn-right {
        right: 0%;
    }

    .btn-right .carousel-control-next-icon, .btn-left .carousel-control-prev-icon {
        width: 25px;
        height: 25px;
    }
}
