﻿@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 .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.show .modal-dialog {
	left: 0;
}

.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;
}

button.close-menu {
    position: absolute;
    background: rgb(0,0,0,0.6);
    border: none;
    font-size: 22px;
    width: 35px;
    height: 35px;
    right: -35px;
    padding: 0;
    color: #fff;
    z-index: 2;
}
.modal-content.menu-content {
	background: #2d2d2d;
	border: none;
	border-radius: 0;
	color: #fcd656;
}
.logo-menu {
    padding: 15px 15px 10px;
	text-align: center;
}
.logo-menu img {
	max-height: 70px;
}
.divider-yellow {
    background: #fcd656;
    max-height: 1px;
    height: 100%;
    max-width: 90%;
    margin: 10px auto;
    width: 100%;
}
ul.nav.mobile-menu {
    flex-direction: column;
}
ul.nav.mobile-menu li.nav-item a {
    display: block;
    color: #eac357;
	text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    padding: 6px 10px 6px 20px;
}
ul.nav.mobile-menu li.nav-item a:hover {
    color: #000;
	background: #eac357;
}
button.close-menu.right {
    left: -35px;
    right: auto;
}
.userplayer-wrap {
    padding: 20px 15px 15px;
    text-align: center;
}
.username-text {
    font-size: 17px;
    font-weight: 600;
}
.uservip-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.uservip-text {
    margin-left: 5px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
	padding-top: 10px;
}
.vpgrey-text {
    font-size: 14px;
    color: #7a7a7a;
}
.balance-user {
    background: #171615;
    border-radius: 35px;
    color: #fff;
    padding: 3px;
    margin: 6px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.ptw-wrapper {
    background: #171615;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
    padding: 15px 5px;
}
.ptw-img img {
    max-height: 55px;
}
.ptw-img {
	padding-bottom: 5px;
}
.point-text {
    font-size: 13px;
    font-weight: 500;
}
.ptw-grey {
    color: #7a7a7a;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}
a.yellow-quick-btn {
    background: #fedd5c;
    color: #000;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px;
}
.account-menu-mobile {
    padding: 15px 0;
}
ul.nav.mobile-menu.account {
    text-align: center;
}
ul.nav.mobile-menu.account li.nav-item a {
    font-size: 16px;
}

/** Quick Transfer **/
.modal-dialog.qtransfer {
    max-width: 600px;
}
button.close-btn {
    background: none;
    border: none;
    color: #000;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 16px;
    z-index: 2;
}
.modal-content.qtransfer {
	background: #e0d6bb;
    border: 2px solid #ffe5b8;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 14px;
}
.qt-title {
    color: #944a05;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}
.qt-wallet-wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 0 15px;
    margin-bottom: 10px;
}
.label-qt {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: center;
}
.quick-trans input.afinput {
    text-align: center;
}
.qt-btm-wrap {
    text-align: center;
    margin: 7px 0;
}
button.transfer-btn {
    background: #fedd5c;
    border: none;
    color: #000;
    text-transform: uppercase;
    border-radius: 40px;
    height: 35px;
    font-size: 14px;
    font-weight: 700;
    min-width: 115px;
    padding: 2px;
}
button.transfer-btn.org {
    background: #ffb400;
}
button.transfer-btn:hover {
    background: #1b1b1b;
    color: #fff;
}

/** Download Device modal **/
.modal-dialog.download {
    max-width: 600px;
}
.modal-content.download {
    background: #fef8ee;
    border: 2px solid #ffe5b8;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 14px;
}
.download-popup-wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    text-align: center;
    align-items: center;
    background: #fff9ee;
    border: 2px solid #a69784;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 15px 5px;
}
.provider-title {
    text-align: center;
    padding: 15px 5px;
    max-width: 300px;
    margin: 0 auto;
}
.osbox {
    background: #fff9ee;
    border: 2px solid #a69784;
    max-width: 100px;
    height: 90px;
    margin: 0 auto;
    font-size: 46px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	box-shadow: 0 3px 8px rgb(0 0 0 / 20%);
}
.click-text {
    font-size: 13px;
    font-weight: 700;
    padding: 8px 0;
}
a.download-btn {
    background: #fedd5c;
    border: none;
    border-radius: 40px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    height: 36px;
    padding: 9px 20px;
}
a.download-btn:hover {
	background: #1b1b1b;
    color: #fff;
}
.qrdl-img img {
    max-height: 120px;
}
.table-responsive.access-info-popup {
    background: #fff9ee;
}

/** Payout Table Modal **/
.modal-dialog.payout {
	max-width: 800px;
}
.modal-content.payout {
    background: #fef8ee;
    border: 2px solid #ffe5b8;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 14px;
	text-align: center;
	font-weight: 500;
}
.payout-title {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.prize-text {
    font-size: 18px;
    padding: 5px 0;
}
.xtr {
    padding: 5px;
}

/** Quick Transfer **/
.modal-content.wallet {
	background: #fef8ee;
    border: 2px solid #ffe5b8;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 14px;
}
.quick-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.wl-box-wrap {
    display: grid;
    grid-template-columns: 135px auto;
    align-self: center;
    grid-gap: 15px;
    align-items: center;
    font-size: 15px;
    line-height: 1.3;
    box-shadow: inset 1px 2px 5px -2px rgb(0 0 0 / 50%);
    border: 2px solid #a69784;
    border-radius: 10px;
    padding: 15px 10px;
    font-weight: 600;
    margin: auto;
}
.wp-logo {
    text-align: center;
}
.cwb {
    font-size: 17px;
    font-weight: 700;
}
.transfer-quick {
    padding: 15px 0;
}
.trans-title {
    font-size: 16px;
    font-weight: 700;
	padding-bottom: 10px;
}
.notice-quick {
    font-size: 13px;
    font-weight: 500;
	padding: 3px 0;
}
.amt-btn-wrapper {
    padding: 10px 0;
}
button.amount-btn {
    background: #fedd5c;
    border: none;
    border-radius: 40px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    width: 24%;
    height: 34px;
    margin: 0 0.5%;
}
.qtrans-btn {
	background: #fedd5c;
    border: none;
    border-radius: 40px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 25px;
}
button.amount-btn:hover, .qtrans-btn:hover {
	background: #1b1b1b;
    color: #fff;
}

/** Balance Modal **/
.modal-content.balance {
	border: none;
	background: none;
}
button.wallet-close-btn {
    background: #2b2b2b;
    border: 2px solid #fedd5c;
    border-radius: 50%;
    color: #fedd5c;
    height: 38px;
    width: 38px;
    font-weight: 500;
    font-size: 17px;
    margin: 5px auto;
	padding: 0;
}
.dropdown-balance {
	background: #fef8ee;
    border: 2px solid #ffe5b8;
    border-radius: 8px;
    font-size: 14px;
	overflow: hidden;
}
.summary-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 9px 0px;
    font-size: 14px;
    padding-bottom: 10px;
    max-height: 80vh;
    overflow: auto;
}
.summary-wrapper::-webkit-scrollbar {
	width: 2px;
}
.summary-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.summary-wrapper::-webkit-scrollbar-thumb {
  background: #a59683;
}
.summary-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.main-item, .main-amount {
    background: #272727;
    color: #fff;
    padding: 6px 10px;
    font-size: 15px;
    font-weight: 600;
}
.platform-item {
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px 10px;
}
.amount-item {
    text-align: right;
    height: 25px;
    padding: 0px 10px;
}
.balc {
    display: inline-block;
    margin: 0 3px;
    font-weight: 600;
}
button.btn-in {
    display: inline-block;
    border: none;
    margin: 0 5px;
    height: 100%;
    padding: 0px 10px;
    background: #78b714;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
button.btn-in:hover {
	background: #9de032;
}
button.btn-out {
    display: inline-block;
    border: none;
    margin: 0 2px;
    height: 100%;
    padding: 0px 10px;
    background: #b71414;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
button.btn-out:hover { 
	background: #e61b1b;
}

/** Inbox Modal **/
.modal-dialog.inbox {
    max-width: 700px;
}
.modal-content.inbox {
    background: #fef8ee;
    border-radius: 15px;
    border: 2px solid #ffeac6;
    padding: 15px 20px;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 20%);
    color: #242424;
	font-weight: 500;
}
.modal-content.inbox a {
	color: #ffb400;
}
.mailbox-title {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 5px;
	line-height: 1;
}
.mtext {
    color: #8d8d8d;
    font-size: 14px;
}
.mail-content {
    padding: 10px 0;
}
.modal-content.referral {
	background: #fef8ee;
    border: 2px solid #ffe5b8;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 500;
}




@media (max-width: 991px) { 
.download-popup-wrap {
    display: block;
}
.dlpop-box.qrcode-box {
    display: none;
}
}


@media (max-width: 480px) { 
.qt-wallet-wrap {
    grid-template-columns: auto;
}
.modal-content.payout {
    font-size: 14px;
    padding: 15px 10px;
}
.payout-title {
	font-size: 18px;
}
.prize-text {
    font-size: 15px;
}
.modal-content.inbox {
    font-size: 14px;
}	
.mailbox-title {
    font-size: 18px;
}	
}

/** Annoucement Popup Slider - 27/2/2023 **/
.modal-dialog.annouce-slider {
    max-width: 800px;
}

.modal-content.annouce-slider {
    border: 1px solid #eac357;
    box-shadow: none;
    padding: 10px;
    border-radius: 8px;
    background: #fff9ee;
}


@media (max-width: 991px) {
    .download-popup-wrap {
        display: block;
    }

    .dlpop-box.qrcode-box {
        display: none;
    }
}


@media (max-width: 480px) {
    .qt-wallet-wrap {
        grid-template-columns: auto;
    }

    .modal-content.payout {
        font-size: 14px;
        padding: 15px 10px;
    }

    .payout-title {
        font-size: 18px;
    }

    .prize-text {
        font-size: 15px;
    }

    .modal-content.inbox {
        font-size: 14px;
    }

    .mailbox-title {
        font-size: 18px;
    }

    .modal-content.annouce-slider {
        padding: 5px;
    }
}

/** Checkin Event **/
.checkin-float {
    position: fixed;
    z-index: 99;
    left: 5px;
    bottom: 100px;
    max-width: 250px;
}

    .checkin-float a:hover img, button.close-checkin:hover, button.rdbtn:hover {
        filter: brightness(1.07);
        transform: scale(0.98);
    }

.modal-dialog.checkin {
    max-width: 900px;
}

.modal-content.checkin {
    background: url(../images/checkin/frame.png) no-repeat top center;
    background-size: 100%;
    min-height: 568px;
    text-align: center;
    border: none;
    padding: 18% 6% 0;
}

button.close-checkin {
    background: none;
    border: none;
    padding: 0;
    z-index: 2;
    max-width: 5%;
    position: absolute;
    right: 8%;
    top: -1%;
}

.checkday {
    position: relative;
    display: inline-block;
    max-width: 167px;
    margin: 3px 0px;
    width: 24%;
    filter: brightness(0.3) drop-shadow(0 3px 3px rgb(0,0,0,0.5));
}

    .checkday.missed {
        filter: grayscale(1) drop-shadow(0 3px 3px rgb(0,0,0,0.5));
    }

    .checkday.active {
        filter: brightness(1) drop-shadow(0 3px 3px rgb(0,0,0,0.3)) drop-shadow(0 0px 2px #ffdf2e) drop-shadow(0 0px 4px #ffdf2e);
    }

    .checkday.checked {
        filter: brightness(1) drop-shadow(0 3px 3px rgb(0,0,0,0.5));
    }

        .checkday.checked::after {
            content: '';
            background: url(../images/checkin/checked.png) no-repeat top center;
            background-size: 100%;
            width: 90px;
            height: 110px;
            position: absolute;
            z-index: 2;
            right: 0;
            top: -6%;
        }

.redeem-btn-wrap {
    margin-top: 2%;
}

button.rdbtn {
    position: relative;
    background: none;
    border: none;
    padding: 0;
    margin: 0 1%;
}

.rdnum {
    position: absolute;
    left: 80%;
    top: 18%;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-shadow: -1px 0 #89001c, 0 1px #89001c, 1px 0 #89001c, 0 -1px #89001c, -2px 0 #89001c, 0 2px #89001c, 2px 0 #89001c, 0 -2px #89001c;
    filter: drop-shadow(0 0 1px #89001c) drop-shadow(0 0 1px #89001c);
}

@media(max-width: 991px) {
    .checkin-float {
        max-width: 200px;
    }
}

@media(max-width: 767px) {
    .modal-content.checkin {
        background-size: 120%;
        padding: 22% 6% 0;
        min-height: 76vw;
    }

    button.rdbtn {
        max-width: 38%;
        font-size: 3.2vw;
    }

    .rdnum {
        font-size: 3.3vw;
    }

    button.close-checkin {
        right: 1%;
    }

    .checkday.checked::after {
        width: 11.5vw;
        height: 14.2vw;
    }
}

@media(max-width: 480px) {
    .checkin-float {
        max-width: 150px;
    }
}














