﻿@charset "utf-8";
/* CSS Document */
.modal.left.fade .modal-dialog{
left: -260px;
-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: 260px;
	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: -260px;
	-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: -260px;
-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: 260px;
	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: -260px;
	-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 Menu **/
.modal-content.modal-menu {
    border-radius: 0;
    border: 0;
    background: linear-gradient(to bottom, rgba(4,70,94,1) 0%, rgba(3,40,56,1) 100%);
    padding: 20px 15px 15px;
	color: #fff;
	font-family: 'Roboto';
}
button.close-btn.menu {
    font-size: 20px;
}
ul.menu-mobile-nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.menu-mobile-nav li.item-nav {
	border-bottom: 1px solid #8af1da;
}
ul.menu-mobile-nav li.item-nav a {
    font-family: 'Roboto';
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
	align-items: center;
    padding: 6px 5px;
}
.mobile-menu-icon {
	margin-right: 5px;
}
.mobile-menu-icon img {
	max-height: 30px;
	filter: brightness(100) contrast(1);
}
.lang-body {
    margin-top: -5px;
    padding-left: 30px;
    padding-bottom: 5px;
}
span.flag-menu {
    margin-right: 8px;
}

/** Account Menu **/
.user-detail-box {
    border-radius: 7px;
    background: rgba(4,10,27);
    border: 1px solid #0578aa;
    box-shadow: 0 0 10px #0578aa;
    display: grid;
    grid-template-columns: 40% 60%;
    text-align: center;
    align-items: center;
	padding: 10px 5px 20px;
	margin-top: 10px;
}
.user-vip-img img {
    max-height: 65px;
}
.user-vip-btm {
    font-size: 14px;
    line-height: 1.3;
}
.user-vip-btm .mptitle-1 {
    font-size: 10px;
	margin-top: 7px;
    margin-bottom: -2px;
}
.user-vip-btm .mptitle-2 {
    font-size: 14px;
}
.user-token-box {
    display: grid;
    grid-template-columns: repeat(2,1fr);
	padding: 10px 0;
	border-radius: 7px;
	background: rgba(4,10,27);
    border: 1px solid #0578aa;
	box-shadow: 0 0 10px #0578aa;
	margin-top: 15px;
}
.user-token-box .mtbox:first-child {
	border-right: 1px solid #0578aa;	
}
.user-token-box .mtbox img {
    max-height: 45px;
}
.balance-user.mobile {
    max-width: 90%;
    margin: -15px auto 0;
    font-size: 13px;
    padding: 3px 15px;
    font-weight: 500;
}
ul.menu-mobile-nav.account {
	margin-top: 25px;
}
ul.menu-mobile-nav.account li.item-nav:first-child {
    border-top: 1px solid #8af1da;
}
.mobile-menu-icon.acct img {
    max-width: 29px;
    margin-right: 5px;
}
.modal-content.qk-balance {
    border: none;
    box-shadow: none;
}
button.close-balance-btn {
    position: absolute;
    z-index: 4;
    color: #fff;
    background: #000;
    height: 35px;
    width: 35px;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #5affbb;
    bottom: -40px;
    left: 0;
    right: 0;
}
.dropdown-balance.mobile {
	display: block;
}
.dropdown-balance.mobile {
	position: relative;
    display: block;
    margin: auto;
    width: 100%;
    max-height: 85vh;
}
.wallet-body {
    padding-left: 25px;
	padding-bottom: 5px;
}
ul.menu-mobile-nav li.item-nav a.wl-item {
    padding: 3px 4px;
}

.depo-menu-wrap {
    text-align: center;
    margin: 10px 0 -15px;
}


/** Login Modal **/
button.close-btn {
    background: none;
    border: none;
    color: #fff;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 5px;
	font-size: 15px;
	z-index: 2;
}
.modal-dialog.login {
    top: 10%;
}
.modal-content.login {
	background: url("../images/login-pop-bg.jpg")no-repeat center;
	background-size: cover;
	border-radius: 12px;
	border: none;
	overflow: hidden;
	padding: 30px 15px;
}
.welcome-login {
    color: #5affbb;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
}

.welcome-login h1 {
    color: #5affbb;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
}

.login-form {
	max-width: 80%;
	margin: 15px auto 0;
	width: 100%;
}
.login-field {
    display: flex;
    align-items: center;
	position: relative;
	margin-bottom: 12px;
}
label.comm-label {
    margin: 0 10px 0 0;
    width: 105px;
}
.inwrap {
	position: relative;
    width: 100%;
}
input.logput, select.logput  {
    background: #032936;
    border: 1px solid #fff;
    border-radius: 6px;
    height: 32px;
	padding: 4px 10px;
	color: #fff;
}
.field-icon {
    position: absolute;
    top: 12px;
    right: 20px;
    z-index: 2;
    font-size: 20px;
    cursor: pointer;
    color: #7d7d7d;
}
.field-icon {
    position: absolute;
    top: 11px;
    right: 8px;
    z-index: 2;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
}
.forgot-row {
    text-align: right;
    margin-top: -5px;
}
a.forgot-link {
    color: #fff;
    font-size: 11px;
    border-bottom: 1px solid #fff;
    font-style: oblique;
}
a.forgot-link:hover {
    color: #5affbb;
	border-bottom: 1px solid #5affbb;
}
button.pop-login-btn {
    background: linear-gradient(to bottom, rgba(4,70,94,1) 0%, rgba(3,40,56,1) 100%);
    color: #5affbb;
    border: 1px solid #8af0da;
    border-radius: 9px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    height: 42px;
}
button.pop-login-btn:hover {
	background: linear-gradient(to top, rgba(4,70,94,1) 0%, rgba(3,40,56,1) 100%);
}
.logput.phone-code {
	max-width: 100px;
	margin-right: 5px;
}

/** Promotion Modal **/
.modal-dialog.promo {
    max-width: 900px;
    top: 1%;
}
.modal-content.promo {
    background: #001422;
    border: 2px solid #00fffc;
    border-radius: 8px;
    box-shadow: 0 0 6px #00fffc;
    font-family: 'Roboto';
    padding: 15px 20px;
	font-size: 14px;
}
.close-promo {
    background: #202020;
    border: 2px solid #00fffc;
    border-radius: 50%;
    box-shadow: 0 0 2px #00fffc;
    color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    position: absolute;
    top: -12px;
    right: -12px;
    z-index: 2;
}
.pm-pop-title {
    color: #00fffc;
    font-size: 21px;
    font-weight: 700;
    max-width: 80%;
    padding-bottom: 10px;
}
.rules-button {
    position: absolute;
    top: 15px;
    right: 20px;
}
button.gr-btn {
    background: #0578aa;
    color: #fff;
    border: none;
    padding: 6px 17px;
    border-radius: 6px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}
button.gr-btn:hover {
    background: #fff;
    color: #0578aa;
}
.pm-period {
    text-align: center;
    padding: 8px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    border: 1px dashed #07dfff;
    margin: 5px 0 15px;
}
.table-promo-comm {
	overflow: auto;
	text-align: center;
	margin-bottom: 10px;
}
table.promo-table tr th {
    border: 1px solid #00fffc;
    padding: 4px 2px;
    background: #0578aa;
}
table.promo-table tr td {
    border: 1px solid #00fffc;
    padding: 4px 2px;
}
.modal-content.promo ul, .modal-content.promo ol {
	padding-left: 18px;
}
.pm-title-sm {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
}

/** Payout Table **/
.modal-dialog.payout {
    max-width: 800px;
}
.modal-content.payout {
	background: url("../images/login-pop-bg.jpg")no-repeat center;
	background-size: cover;
	border-radius: 12px;
	border: none;
	overflow: hidden;
	padding: 30px 30px;
	font-family: 'Roboto';
}
.xtr {
    text-align: center;
    color: #fff;
    padding: 2px;
}
.prize-text {
    text-transform: uppercase;
    margin-top: 15px;
	font-weight: 500;
}
.pred {
    color: #ff0000;
}
.forecast-table {
	text-align: center;
	overflow: auto;
}
table.payoutTable tr th {
	padding: 5px 4px;
	border: 1px solid #0578aa;
	background: #0578aa;
	color: #fff;
}
table.payoutTable tr td {
	padding: 5px 4px;
	border: 1px solid #0578aa;
}
table.payoutTable td img {
    margin-left: 10px;
}


/** Download **/
.modal-dialog.download {
	max-width: 700px;
}
.modal-content.download {
	background: url("../images/login-pop-bg.jpg")no-repeat center;
	background-size: cover;
    border: 2px solid #00fffc;
    border-radius: 8px;
    box-shadow: 0 0 6px #00fffc;
    font-family: 'Roboto';
    padding: 15px 20px;
    font-size: 14px;
}
.provider-title {
    max-width: 400px;
    margin: -25px auto 0;
}
.download-popup-wrap {
    position: relative;
    background: #202020;
    border: 2px solid #5affbb;
    border-radius: 8px;
    padding: 15px;
    max-width: 550px;
    width: 100%;
    margin: 0 auto 10px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
    text-align: center;
    align-items: center;
}

/** Winner List **/
.modal-dialog.winner {
	max-width: 800px;
}
.modal-content.winner {
	background: rgba(5,120,170,0.2);
	border-radius: 10px;
	padding: 10px;
}
.modal-content.winner button.close-btn {
    right: 19px;
    top: 17px;
}
.winner-body {
	background: url("../images/challenge/winner-bg.jpg")no-repeat top center;
	background-size: cover;
	border-radius: 10px;
	border: 2px solid #fff;
	padding: 20px 15px;
}
.topthree-winner {
    display: grid;
    grid-template-columns: 30% 39% 30%;
    text-align: center;
    grid-gap: 1%;
}
.plate-img {
    height: 218px;
}
.notitle {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    padding: 3px 0;
}
.wnbox.silver .plate-img, .wnbox.bronze .plate-img {
    padding-top: 25px;
}
.nmtext {
    background: #001020;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 4px 5px;
    max-width: 170px;
	font-size: 17px;
    margin: 0 auto 8px;
}
.totext {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 2px;
}
.wnbox.gold .nmtext {
	border: 1px solid #e7bf5e;
}
.wnbox.silver .nmtext {
	border: 1px solid #f9f9f8;
}
.wnbox.bronze .nmtext {
	border: 1px solid #958d80;
}
.other-winner {
    overflow: auto;
    border: 2px solid #0578aa;
    border-radius: 8px;
    margin-top: 15px;
    text-align: center;
    max-height: 215px;
	font-size: 16px;
}
.other-winner::-webkit-scrollbar {
    width: 0.2rem;
}
.other-winner::-webkit-scrollbar-thumb {
    background: #073866;
}
.other-winner::-webkit-scrollbar-track {
    background: #000b1d;
}

table.winner-table tr th {
	background: #011427;
	color: #ffef99;
	text-transform: uppercase;
	padding: 6px 3px;
	border: 1px solid #0578aa;
	border-top: none;
}
table.winner-table tr td {
	background: #05294b;
	padding: 6px 3px;
	border: 1px solid #0578aa;
}
table.winner-table tr:last-child td {
	border-bottom: none;
}
table.winner-table tr td:first-child,table.winner-table tr th:first-child {
	border-left: none;
}
table.winner-table tr td:last-child, table.winner-table tr th:last-child {
	border-right: none;
}
.wl-content ol {
	padding-left: 17px;
}

/** Quick Transfer**/
.modal-dialog.qtransfer {
	max-width: 600px
}
.modal-content.qtransfer {
    background: url(../images/login-pop-bg.jpg)no-repeat center;
    background-size: cover;
    border: 2px solid #00fffc;
    border-radius: 8px;
    box-shadow: 0 0 6px #00fffc;
    font-family: 'Roboto';
    padding: 15px 20px;
    font-size: 14px;
}
.qt-title {
    color: #5affbb;
    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;
}
button.transfer-btn {
    background: linear-gradient(to bottom, rgba(90,255,186,1) 0%, rgba(1,167,98,1) 100%);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 15px;
    min-width: 110px;
    margin: 0 5px;
    border-radius: 7px;
    border: none;
}
button.transfer-btn:hover { 
	background: linear-gradient(to top, rgba(90,255,186,1) 0%, rgba(1,167,98,1) 100%);
}
button.play-btn {
    background: #1be2ff;
    color: #001020;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 15px;
    min-width: 110px;
    margin: 0 5px;
    border-radius: 7px;
	border: 1px solid transparent;
}
button.play-btn:hover {
	background: #001625;
    color: #5affbb;
	border: 1px solid #5affbb;
}
.qt-btm-wrap {
    text-align: center;
	margin: 7px 0;
}

/** Annoucement Popup **/
.modal-dialog.annouce {
	max-width: 700px;
}
.modal-content.annouce {
	border: none;
	box-shadow: none;
	padding: 5px;
	border-radius: 0;
	background: none;
}




@media (max-width: 991px) {
.rules-button {
    position: initial;
    text-align: center;
	margin-bottom: 10px;
}
.pm-pop-title {
    max-width: 100%;
}	
.download-popup-wrap {
    grid-template-columns: auto;
}
.dlpop-box.qrcode-box {
    display: none;
}
input.info-pw {
    max-width: 90%;
    margin: auto;
    padding: 2px 10px;
}	
}


@media (max-width: 600px) {
.modal-content.winner {
    padding: 0;
}
.topthree-winner {
    align-items: flex-end;
}
.notitle {
    font-size: 18px;
}
.wnbox .plate-img {
    max-width: 100px;
}	
.wnbox.silver .plate-img, .wnbox.bronze .plate-img {
    padding-top: 0px;
}
.nmtext {
    padding: 3px 3px;
    font-size: 14px;
}	
.plate-img {
    height: auto;
    max-width: 185px;
    margin: auto;
}	
.dropdown-balance.mobile {
    max-height: 80vh;
}	
}

@media (max-width: 480px) {
.login-form {
    max-width: 94%;
}
.modal-content.payout {
	font-size: 14px;
	padding: 30px 15px;
}
.other-winner {
    font-size: 13px;
}
.winner-body {
	padding: 20px 10px;
}
.modal-content.download {
    padding: 15px 10px;
}
.qt-wallet-wrap {
    display: grid;
    grid-template-columns: auto;
	margin-bottom: 5px;
}	
}

/** Daily Login Xmas Event 10/11/2022 **/
.modal-dialog.dailylogin {
    max-width: 700px;
}

.modal-content.dailylogin {
    border: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    background: none;
}

button.close-btn.daily {
    font-size: 20px;
    right: 15px;
}

.calendar-base {
    background: url(/web/assets/m777/images/daily-login/daily-checkin-base.png)no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 603px;
    height: 564px;
    margin: 0 auto;
    position: relative;
}

.daily-login-wrapper {
    text-align: center;
    max-width: 78%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 29%;
}

.daily-day {
    position: relative;
    width: 23%;
    display: inline-block;
    margin: 2% 0.5%;
}

    .daily-day.checked::after {
        content: '';
        background: url("/web/assets/m777/images/daily-login/checkin-img.png")no-repeat;
        background-size: 100%;
        width: 92px;
        height: 62px;
        margin: 0 auto;
        position: absolute;
        left: 14%;
        right: 0;
        top: 26%;
    }

    .daily-day.checked img {
        filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 5px #00ffa2);
    }

    .daily-day.missed img {
        filter: grayscale(1);
    }

.gift-wrapper.hide {
    display: none;
}

.gift-wrapper {
    position: fixed;
    background: rgb(0,0,0,0.75);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.gift {
    background: none;
    border: none;
    padding: 0;
    max-width: 300px;
}

@media(max-width: 620px) {
    .calendar-base {
        height: 92vw;
    }

    .daily-login-wrapper {
        top: 27%;
        max-width: 76%;
    }

    .daily-day {
        position: relative;
        width: 21%;
        display: inline-block;
        margin: 1% 1%;
    }

        .daily-day.checked::after {
            left: 11%;
            top: 28%;
            width: 15vw;
            height: 11vw;
        }
}

@media(max-width: 480px) {
    .modal-dialog.dailylogin {
        top: 5%;
    }
}

/** Annoucement Popup Slider - 27/2/2023 **/
.modal-dialog.annouce-slider {
    max-width: 800px;
}

.modal-content.annouce-slider {
    border: none;
    box-shadow: none;
    padding: 10px;
    border-radius: 8px;
    background: #0578aa;
}


@media (max-width: 991px) {
    .rules-button {
        position: initial;
        text-align: center;
        margin-bottom: 10px;
    }

    .pm-pop-title {
        max-width: 100%;
    }

    .download-popup-wrap {
        grid-template-columns: auto;
    }

    .dlpop-box.qrcode-box {
        display: none;
    }

    input.info-pw {
        max-width: 90%;
        margin: auto;
        padding: 2px 10px;
    }
}


@media (max-width: 600px) {
    .modal-content.winner {
        padding: 0;
    }

    .topthree-winner {
        align-items: flex-end;
    }

    .notitle {
        font-size: 18px;
    }

    .wnbox .plate-img {
        max-width: 100px;
    }

    .wnbox.silver .plate-img, .wnbox.bronze .plate-img {
        padding-top: 0px;
    }

    .nmtext {
        padding: 3px 3px;
        font-size: 14px;
    }

    .plate-img {
        height: auto;
        max-width: 185px;
        margin: auto;
    }

    .dropdown-balance.mobile {
        max-height: 80vh;
    }
}

@media (max-width: 480px) {
    .login-form {
        max-width: 94%;
    }

    .modal-content.payout {
        font-size: 14px;
        padding: 30px 15px;
    }

    .other-winner {
        font-size: 13px;
    }

    .winner-body {
        padding: 20px 10px;
    }

    .modal-content.download {
        padding: 15px 10px;
    }

    .qt-wallet-wrap {
        display: grid;
        grid-template-columns: auto;
        margin-bottom: 5px;
    }

    .modal-content.annouce-slider {
        padding: 5px;
    }
}






























