﻿@charset "utf-8";
/* CSS Document */
.modal.left.fade .modal-dialog {
left: -300px;
-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: 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.left .modal-content {
	height: 100%;
	overflow-y: auto;
}
.modal.left.fade.show .modal-dialog {
	left: 0;
}
.modal-content.sidemenu {
    background: linear-gradient(38deg, rgba(18,19,55,1) 0%, rgba(39,18,73,1) 50%, rgba(64,17,94,1) 100%);
    border: none;
    border-radius: 0;
	color: #fff;
}
.mbm-top-welcome {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.welctext {
    font-size: 22px;
    text-shadow: 0 2px 3px rgb(0,0,0,0.8);
}
button.mbmlogin-btn {
    background: linear-gradient(to bottom, rgba(30,245,239,1) 0%, rgba(17,86,144,1) 100%);
    border: none;
    border-radius: 35px;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 1px 15px;
    min-width: 81px;
    height: 28px;
}
.modal-content.sidemenu::-webkit-scrollbar {
	display: none;
}
ul.nav.sidemenu-nav {
    flex-direction: column;
    justify-content: center;
}
a.menu-link {
    display: grid;
    grid-template-columns: 60px auto;
    align-items: center;
    color: #00f0ff;
    border-top: 1px solid #585ec4;
    padding: 7px 0;
    position: relative;
	font-size: 18px;
}
a.menu-link.toggle-expand::after {
    content: '\f068';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 15px;
    transform-origin: center;
    transform: rotate(180deg);
    transition: 0.3s;
}
a.menu-link.toggle-expand.collapsed::after {
    content: '\f067';
    transform: rotate(0);
    transition: 0.3s;
}
.mbmicon {
    text-align: center;
}
.mbmicon img {
    height: 31px;
}
.collapse-card {
    padding: 0px 15px 5px 60px;
}
a.sub-link {
    display: block;
    padding: 6px 0;
    color: #00f0ff;
    font-size: 18px;
}
.social-media.sidemenu {
    margin: -5px 0 0;
    padding: 0 10px 5px 40px;
}
.social-media.sidemenu a {
    display: inline-block;
    margin-right: 5px;
}
.social-media.sidemenu img {
    height: 43px;
}
.mbm-user-wrap {
    display: grid;
    grid-template-columns: 70px auto;
    align-items: center;
    grid-gap: 6px;
}
.vipstat {
    color: #00ffc0;
    text-transform: uppercase;
    font-size: 14px;
    padding: 1px 0;
}
button.logout-btn {
    background: #12052b;
    border: 1px solid #26ddd7;
    border-radius: 35px;
    color: #fff;
    font-size: 13px;
    padding: 2px 10px;
}
.userpt-wrapper {
    background: #12052b;
    margin: 0 10px 10px;
    border-radius: 6px;
    padding: 4px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
}
.amtext {
    color: #00f0ff;
}
.mbm-aflink-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    background: #12052b;
    border-top: 1px solid #585ec4;
    text-align: center;
    padding: 10px 5px;
    font-size: 14px;
}
.mbm-aflink-wrapper a {
    color: #00f0ff;
}
.neon-circle {
    background: url(../images/neon-frame.png)no-repeat;
    background-size: 100%;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.neon-circle img {
    max-height: 30px;
}


/** 4D Payout Popup **/
.modal-dialog.payout {
    max-width: 700px;
}
.modal-content.payout {
    border: 2px solid #56ecf4;
    background: #100f2c;
    box-shadow: 0 0 5px #56ecf4, inset 0 0 5px #56ecf4;
    border-radius: 30px;
    padding: 15px;
    text-align: center;
}
button.close-popup {
    background: none;
    border: none;
    padding: 0;
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 7px;
    z-index: 2;
}
.title-payout {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
}
.forecast {
    font-weight: 500;
    text-align: left;
    padding: 5px 0;
}
.pytext {
    color: #00f0ff;
}
table.payout-table tr td {
	padding: 3px;
	width: 50%;
}
.top-py {
    background: linear-gradient(to bottom, rgba(29,43,82,1) 0%, rgba(25,19,59,1) 100%);
    border: 1px solid #10caee;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 2px;
    height: 32px;
}
.rowpy {
    background: linear-gradient(to bottom, rgba(28,42,81,1) 0%, rgba(37,51,106,1) 100%);
    border: 1px solid #425fb2;
    border-radius: 4px;
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 2px;
    height: 32px;
}
.note-bonus {
    padding: 3px 0;
}
.bonus-py {
    background: #00f0ff;
    padding: 0 2px;
    font-size: 11px;
    font-weight: 500;
    color: #000;
    margin-left: 5px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}
.rowpy .bonus-py {
	animation: blinking 1.5s ease-in-out infinite;
}
@keyframes blinking {
0% {
	opacity: 1;
}

50% {
	opacity: 0;
}

100% {
	opacity: 1;
}
}

/** Promotion Popup **/
.modal-dialog.promo {
    max-width: 800px;
}
.modal-content.promo {
    border: 2px solid #56ecf4;
    background: #100f2c;
    box-shadow: 0 0 5px #56ecf4, inset 0 0 5px #56ecf4;
    border-radius: 10px;
    padding: 15px;
	overflow: hidden;
}
button.close-promo {
    background: none;
    border: none;
    color: #fff;
    padding: 0;
    font-size: 17px;
    position: absolute;
    right: 8px;
    top: 6px;
    z-index: 2;
}
.pm-title-wrapper {
    background: linear-gradient(to bottom, rgba(29,43,82,1) 0%, rgba(25,19,59,1) 100%);
    border-bottom: 2px solid #56ecf4;
    margin: -15px -15px 15px;
    padding: 15px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
	box-shadow: 0 1px 5px #56ecf4, inset 0 -1px 5px #56ecf4;
}
table.promo-table tr td {
    background: #171740;
    border: 1px solid #585ec4;
    padding: 7px 6px;
    text-align: center;
}
.gr-title {
    color: #8efe58;
    font-size: 110%;
    font-weight: 700;
    padding-bottom: 10px;
}
ul.terms {
	padding-left: 17px;
}

/** JR Shop redeem popup **/
.modal-dialog.redeem {
    max-width: 800px;
}
.modal-content.redeem {
    border: 2px solid #56ecf4;
    background: #100f2c;
    box-shadow: 0 0 5px #56ecf4, inset 0 0 5px #56ecf4;
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
}
.rdm-content {
    display: grid;
    grid-template-columns: 33% auto;
    grid-gap: 15px;
}
.rdbox-1 {
    text-align: center;
}
.rdm-credit {
    margin-top: 10px;
}
.point-rdm {
	color: #00f0ff;
	padding: 5px 0;
}
button.redeem-btn {
	background: url(../images/promo/pm-base.png)no-repeat;
    background-size: 100% 100%;
    border: none;
    width: 100%;
    max-width: 182px;
    height: 68px;
    color: #fff;
    font-size: 17px;
    padding: 7px 10px 0;
}
button.redeem-btn:hover {
    background: url(../images/promo/pm-base-active.png)no-repeat;
    background-size: 100% 100%;
}
.prdtext {
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 5px;
}

/** Inbox **/
.modal-dialog.inbox {
    max-width: 750px;
}
.modal-content.inbox {
    border: 2px solid #56ecf4;
    background: #100f2c;
    box-shadow: 0 0 5px #56ecf4, inset 0 0 5px #56ecf4;
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
}
button.close-btn {
    background: none;
    padding: 0;
    color: #fff;
    border: none;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 2;
}
.mbtext {
    color: #AFAFAF;
}
.mail-content {
    padding: 10px 0;
}
.mail-content a {
	color: #00f0ff;
}

/** Download Popup **/
.modal-dialog.mobile {
	max-width: 629px;
}
.modal-content.mobile {
	background: url("../images/download/dl-popup-base.png")no-repeat;
	background-size: 100% 100%;
	padding: 35px 15px 20px;
	border: none;
}
button.mobile-close-btn {
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    right: -18px;
    top: -14px;
    z-index: 2;
}
.mobile-title {
    background: url(../images/download/dl-logo-box.png)no-repeat;
    background-size: 100% 100%;
    max-width: 300px;
    height: 95px;
    margin: 0 auto 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 25px;
}
.mobile-title img {
	max-height: 92px;
}
.mobile-dl-wrapper {
    text-align: center;
}
.mobox {
    margin: 0 10px;
    text-align: center;
    display: inline-block;
}
.qrbox {
    background: url("../images/download/qr-frame.png")no-repeat center;
    width: 165px;
    height: 169px;
    margin: auto;
    padding: 3px;
    display: flex;
}
.qrbox img {
	max-width: 111px;
	margin: auto;
}
.mdl-title {
    display: grid;
    grid-template-columns: 50px auto;
    justify-content: center;
    margin-top: 10px;
    color: #fff;
}
.mdl-title:hover {
	color: #00ffe4;
}
.device-icon {
    position: relative;
}
.gtitle {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
    background: #0d2734;
    border: 1px solid #00c34e;
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.75);
    align-self: center;
    padding: 4px 6px 4px 13px;
    border-radius: 5px;
    margin-left: -12px;
}
.osbox {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
	padding: 0 0 5px;
}
.click-text {
	padding: 3px 0 0;
}
a.download-btn {
    background: url(../images/play-btn.png)no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 165px;
    height: 35px;
    color: #fff;
    padding: 4px;
    font-size: 15px;
    margin: 5px auto 0;
}
.access-info-box {
    padding: 20px 0;
}
.access-info-box table tr th {
	background: #001824;
	color: #00ffe4;
	font-weight: 500;
	border: 1px solid #449fc4;
	text-align: center;
	padding: 10px 5px;
}
.access-info-box table tr td {
	padding: 10px;
	border: 1px solid #449fc4;
	color: #fff;
	background: #002334;
}

/** Transfer Provider Popup**/
.modal-content.wallet {
    border: 2px solid #56ecf4;
    background: #100f2c;
    box-shadow: 0 0 5px #56ecf4, inset 0 0 5px #56ecf4;
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
}
.quick-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
}
.wl-box-wrap {
    background: linear-gradient(to bottom, rgba(29,43,82,1) 0%, rgba(25,19,59,1) 100%);
    border-radius: 15px;
    color: #fff;
    padding: 10px 5px;
    box-shadow: inset 0 0 4px rgb(0,0,0,0.4);
    text-align: center;
}
.transfer-quick {
    padding: 10px 0 15px;
}
.prov-img {
    margin: 0 0 7px;
}
.trans-text {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
}
.notice-quick {
    text-align: left;
    color: #56ecf4;
    font-size: 12px;
}




@media(max-width: 991px) {
.qrbox, .click-text.scan {
	display: none;
}
.osbox {
    padding: 5px 0 10px;
}	
.osbox i {
    font-size: 36px;
    display: block;
}	
}



@media(max-width: 480px) {
.modal-content.payout {
    font-size: 13px;
}
.title-payout {
    font-size: 19px;
}
.rowpy .bonus-py {
    font-size: 10px;
}
.modal-content.mobile {
    font-size: 14px;
}	
.access-info-box {
    font-size: 14px;
}
.mobox {
    width: 47%;
    margin: 0 1%;
}	
.mobile-title {
    max-width: 72%;
    height: auto;
}	
.modal-content.promo {
    font-size: 14px;
}
.pm-title-wrapper {
    font-size: 18px;
}
.rdm-content {
    grid-template-columns: auto;
}
button.mobile-close-btn {
    right: -9px;
    top: -14px;
    max-width: 38px;
}	
}

/** Popup Banner **/
.modal-dialog.annouce-slider {
    max-width: 800px;
}

.modal-content.annouce-slider {
    box-shadow: none;
    padding: 10px;
    border-radius: 8px;
    background: linear-gradient(to bottom, rgba(22,0,47,1) 0%, rgba(18,0,44,1) 100%);
    border: 1px solid #68c8ea;
}

.carousel-indicators.popupslider {
    margin-bottom: 0;
}

/** App Download Guide Popup - Update - 25/7/2024 **/
.modal-dialog.instruct {
    max-width: 900px;
}

.modal-content.instruct {
    border: none;
    background: url("../images/app/ios-base.png") no-repeat;
    background-size: 100% 100%;
    height: 600px;
    padding: 15px 15px;
    border-radius: 10px;
    color: #fff;
}

    .modal-content.instruct.android {
        border: none;
        background: url("../images/app/android-base.png") no-repeat;
        background-size: 100% 100%;
    }

button.close-instruct {
    background: none;
    font-size: 24px;
    padding: 0;
    border: none;
    color: #4cc58b;
    line-height: 1;
    position: absolute;
    right: 8px;
    top: 40px;
    z-index: 2;
}

.title-guide {
    position: absolute;
    left: 11%;
    top: 16%;
    font-size: 34px;
    font-weight: 700;
}

.gdtext {
    color: #00f0ff;
}

.guide-step {
    height: 600px;
    position: relative;
}

.step-info {
    position: absolute;
    left: 10%;
    top: 39%;
    max-width: 45%;
    font-size: 18px;
}

.sptitle {
    color: #0affb1;
    font-weight: 700;
    font-size: 120%;
    margin-bottom: 5px;
}

.phone-img {
    position: absolute;
    right: 8%;
    top: 8%;
    max-width: 29%;
    filter: drop-shadow(0px 3px 8px rgb(0, 0, 0, 0.4));
}

.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%;
}

.btn-right .carousel-control-next-icon {
    background: url("../images/app/next-btn.png")no-repeat;
    background-size: 100%;
    height: 60px;
    width: 60px;
}

.btn-left .carousel-control-prev-icon {
    background: url("../images/app/prev-btn.png")no-repeat;
    background-size: 100%;
    height: 60px;
    width: 60px;
}

a.carousel-control-prev.btn-left {
    left: 51%;
    opacity: 1;
}

a.carousel-control-next.btn-right {
    right: -3%;
    opacity: 1;
}


@media(max-width: 767px) {
    .modal-content.instruct, .modal-content.instruct.android {
        background: url("../images/app/popup-m.jpg")no-repeat;
        background-size: cover;
        border: 2px solid #5b6ce8;
        height: auto;
    }

    button.close-instruct {
        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 1.5vw;
        position: initial;
    }

        .phone-img img {
            height: auto !important;
        }

    a.carousel-control-prev.btn-left {
        left: 0%;
    }

    a.carousel-control-next.btn-right {
        right: 0%;
    }
}














