﻿@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;
}

/** Right Modal **/
.modal.right.fade .modal-dialog {
    right: -300px;
    -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: 300px;
    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: -300px;
    -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.sidemenu {
    background: linear-gradient(to right, rgba(64,178,180,1) 0%, rgba(45,112,160,1) 100%);
    border-radius: 0;
    border: 0;
}

button.close-menu {
    background: none;
    border: none;
    color: #fff;
    position: absolute;
    font-size: 20px;
    left: -35px;
    z-index: 2;
    background: rgb(0,0,0,0.5);
    width: 35px;
    height: 35px;
    padding: 2px;
}

ul.mobile-menu li.nav-item {
    width: 100%;
    border-bottom: 1px solid rgb(255,255,255,0.35);
}

    ul.mobile-menu li.nav-item a.item-link {
        position: relative;
        padding: 10px 15px;
        color: #fff;
        font-size: 17px;
        display: flex;
        align-items: center;
    }

a.item-link.dropdown-arrow::after {
    content: '\f077';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    right: 15px;
    font-size: 14px;
    transition: 0.3s;
}

a.item-link.dropdown-arrow.collapsed::after {
    transform: rotate(180deg);
    transform-origin: center;
    transition: 0.3s;
}

span.menu-icon {
    margin-right: 15px;
}

.menu-icon img {
    max-height: 30px;
}

.submenu-wrapper {
    background: rgb(0,0,0,0.2);
    padding: 5px 20px;
}

    .submenu-wrapper a.subitem {
        display: block;
        padding: 4px 10px 4px 40px;
        color: #fff;
        font-size: 15px;
    }

.player-info-wrapper {
    border-bottom: 1px solid rgb(255,255,255,0.35);
}

.player-level {
    display: grid;
    grid-template-columns: 80px auto;
    align-items: center;
    grid-gap: 15px;
    padding: 8px 10px;
    color: #fff;
}

.playervip {
    color: #ffcc7c;
    font-weight: 500;
    font-size: 21px;
    text-shadow: 1px 2px 3px rgb(0 0 0 / 50%);
}

.playername {
    font-size: 16px;
    margin-bottom: 2px;
}

.balance-wrap {
    text-align: center;
    background: #ff9c00;
    color: #fff;
    font-size: 20px;
    padding: 9px 10px;
}

.pcwrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 10px;
}

.point-box {
    background: #fff;
    border: 1px solid #ff9c00;
    border-radius: 5px;
    width: 45%;
    height: 35px;
    font-size: 16px;
    text-align: center;
    color: #ff9c00;
    display: flex;
    justify-content: center;
    align-items: center;
}


/** Download Modal **/
.modal-dialog.download {
    max-width: 750px;
}

.modal-content.download {
    background: url("../images/bg-popup.jpg")no-repeat;
    background-size: cover;
    border: 1px solid #ff9c00;
    border-radius: 8px;
    overflow: hidden;
    padding: 15px;
}

button.close-pop {
    position: absolute;
    right: 10px;
    top: 5px;
    background: none;
    border: none;
    padding: 2px;
    font-size: 20px;
    z-index: 2;
}

.dl-pvd-logo {
    text-align: center;
    padding-bottom: 10px;
}

.dl-wrapper {
    display: flex;
    align-items: flex-start;
    grid-gap: 40px;
    text-align: center;
    margin: 15px auto;
    max-width: 650px;
}

.dl-card {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    color: #fff;
}

.dlback {
    background: linear-gradient(to bottom, rgba(64,179,180,1) 0%, rgba(45,112,160,1) 100%);
    border-radius: 15px;
    height: 200px;
    position: absolute;
    bottom: 6%;
    left: 0;
    right: 0;
}

.dl-info {
    position: relative;
    z-index: 2;
    padding: 0 15px;
}

.dl-qrcode {
    box-shadow: 1px 2px 4px rgb(0 0 0 / 31%);
}

    .dl-qrcode img {
        max-height: 200px;
    }

a.dl-button {
    background: #fff;
    background-image: url("../images/os-bg.jpg");
    background-size: 100%;
    background-position: right center;
    display: block;
    max-width: 160px;
    height: 48px;
}

.access-text {
    text-align: center;
    color: #464646;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 0;
}

.dltext {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 500;
}

a.dl-button {
    background: #fff;
    background-image: url(../images/os-bg.jpg);
    background-repeat: no-repeat;
    background-size: 31%;
    background-position: right center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 200px;
    height: 37px;
    padding: 3px 10px 3px 25px;
    color: #464646;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
}

span.os-icon {
    color: #fff;
    font-size: 24px;
    width: 32px;
    text-align: center;
}

a.dl-button:hover {
    color: #ff9c00;
}

.access-form {
    max-width: 650px;
    margin: auto;
    width: 100%;
    padding-bottom: 15px;
}

.access-field {
    background: #464646;
    display: grid;
    grid-template-columns: 150px auto;
    align-items: center;
    margin-bottom: 5px;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
}

.ace-label {
    border-right: 1px solid #fff;
    height: 33px;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding: 0 15px 0 0px;
    text-transform: uppercase;
    font-size: 14px;
}

.ace-fill {
    height: 33px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

input.access-input {
    background: none;
    border: none;
    color: #fff;
}

button.pw-button {
    background: #ff9c00;
    border: 1px solid #ff9c00;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 14px;
}

    button.pw-button:hover {
        background: #fff;
        color: #ff9c00;
    }

.device-os-m {
    display: none;
}

/** Promotion Modal **/
.modal-dialog.promo {
    max-width: 800px;
}

.modal-content.promo {
    background: #fff url("../images/info-bg_01.jpg")no-repeat top right;
    background-size: 100%;
    padding: 15px;
    border: 1px solid #ffcc7c;
    border-radius: 15px;
}

.pm-title-wrapper {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #ff9c00;
}

/** Reward Modal **/
.modal-dialog.reward {
    max-width: 400px;
}

.modal-content.reward {
    border-radius: 15px;
    border: 1px solid #000;
    overflow: hidden;
    font-size: 14px;
    color: #686767;
}

.rwprod-detail {
    padding: 15px;
}

.reward-item-name {
    text-align: center;
    color: #2d71a0;
    font-weight: 500;
    text-transform: uppercase;
}

.rw-point {
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    color: #686767;
}

.rwtitle-1 {
    color: #2d71a0;
    font-weight: 500;
    padding: 10px 0 5px;
    text-transform: uppercase;
    border-top: 1px solid #bdbdbd;
}

button.rdm-btn {
    background: #ff9c00;
    border: 1px solid #ff9c00;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 30px;
    border-radius: 40px;
}

    button.rdm-btn:hover {
        color: #ff9c00;
        background: #ffff;
    }

/** Balance Modal **/
.modal-content.balance {
    background: none;
    border: none;
}

button.close-balance-btn {
    background: none;
    padding: 0;
    font-size: 27px;
    border: none;
    color: #fff;
    margin: 4px 0;
}

/** Inbox Modal **/
.modal-dialog.inbox {
    max-width: 700px;
}

.modal-content.inbox {
    background: #40b1b4;
    border: none;
    border-radius: 12px;
    padding: 15px;
    color: #fff;
}

    .modal-content.inbox button.close-pop {
        color: #fff;
    }

.mail-title-pop {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
    padding: 10px 0 15px;
}

.mail-inner-content {
    background: #2d7c7e;
    border-radius: 10px;
    padding: 25px 15px;
}

.date-info-wrap {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 10px;
}

/** Payout Table Modal **/
.modal-dialog.payout {
    max-width: 700px;
}

.modal-content.payout {
    background: #40b1b4;
    border: none;
    border-radius: 12px;
    padding: 15px;
    color: #fff;
}

.py-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
    padding: 10px 0 15px;
}

.payout-wrapper {
    background: #2d7c7e;
    border-radius: 10px;
    padding: 20px 15px;
    text-align: center;
}

table.payout-table tr td {
    padding: 5px;
    border: 1px solid #fff;
    text-transform: uppercase;
}

/** Transfer Modal **/
.modal-content.wallet {
    background: #fff url(../images/info-bg_01.jpg)no-repeat top right;
    background-size: 100%;
    padding: 15px;
    border: 1px solid #ffcc7c;
    border-radius: 15px;
}

.quick-title {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #ff9c00;
    text-align: center;
}

.wl-box-wrap {
    text-align: center;
    background: linear-gradient(to bottom, rgba(64,179,180,1) 0%, rgba(45,112,160,1) 100%);
    border-radius: 15px;
    color: #fff;
    padding: 10px 5px;
}

span.cwb {
    font-size: 17px;
}

.transfer-quick {
    padding: 10px 0 15px;
}

.trans-text {
    font-size: 18px;
    font-weight: 500;
}

.notice-quick {
    color: #ff9c00;
    font-size: 12px;
}



@media(max-width: 1080px) {
    .dl-qrcode {
        display: none;
    }

    .dl-card {
        background: linear-gradient(to bottom, rgba(64,179,180,1) 0%, rgba(45,112,160,1) 100%);
        padding: 15px 0;
        border-radius: 10px;
        min-height: 175px;
        width: 50%;
    }

    .dlback {
        display: none;
    }

    .device-os-m {
        display: block;
        font-size: 58px;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    a.dl-button {
        background: #fff;
        background-image: none;
        padding: 2px 5px;
        justify-content: center;
    }

    span.os-icon {
        display: none;
    }
}

@media(max-width: 480px) {
    .access-text {
        font-size: 15px;
        padding: 10px 0;
    }

    .dl-pvd-logo img {
        max-height: 80px;
    }

    .dl-wrapper {
        grid-gap: 5%;
        margin: 15px 0;
    }

    .dlback {
        height: 140px;
    }

    .dltext {
        font-size: 15px;
        min-height: 56px;
    }

    a.dl-button {
        font-size: 16px;
        height: 30px;
    }

    .mail-title-pop {
        font-size: 18px;
        text-shadow: 2px 2px 2px rgb(0 0 0 / 40%);
    }

    .modal-content.payout {
        padding: 10px;
    }

    .payout-wrapper {
        padding: 10px 10px;
        font-size: 13px;
    }

    .py-title {
        font-size: 22px;
    }
}

/** Annoucement Popup Slider - 12/6/2023 **/
.modal-dialog.annouce-slider {
    max-width: 800px;
}

.modal-content.annouce-slider {
    background: linear-gradient(to right, rgba(64,179,180,1) 0%, rgba(45,112,160,1) 100%);
    border: none;
    box-shadow: none;
    padding: 10px;
    border-radius: 8px;
}

.notshow-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    z-index: 2;
    color: #fff;
    padding: 10px 0 0;
}

    .notshow-wrapper input {
        vertical-align: text-top;
        display: inline-block;
        margin: 0;
        max-width: 20px;
    }

    .notshow-wrapper label {
        margin: 0 0 0 4px;
        font-size: 15px;
        display: inline-block;
    }

button.close-popup {
    background: none;
    border: none;
    padding: 0;
    color: #fff;
    font-size: 18px;
    margin-left: 8px;
    line-height: 1;
    z-index: 2;
}

/** App Download Guide Popup - Update - 24/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: #ff9c00;
}

.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: #ff9c00;
    border-radius: 50%;
    background-size: 60%;
}

a.carousel-control-prev.btn-left {
    left: 49%;
}

a.carousel-control-next.btn-right {
    right: -3%;
}


@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;
    }

        .phone-img img {
            height: auto !important;
        }

    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;
    }
}