﻿@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-content.mobile-menu {
	background: #07141d;
	color: #fff;
    border-radius: 0;
    border: none;
}
.dropdown.language.mobile {
    position: absolute;
    max-width: 60px;
    top: 11px;
    left: 10px;
}
button.close-menu {
    background: none;
    border: none;
    color: #fff;
    padding: 0;
    font-size: 18px;
    position: absolute;
    right: 14px;
    top: 16px;
    z-index: 2;
}
.menu-top-wrapper {
    background: linear-gradient(135deg, rgba(6,32,51,1) 0%, rgba(4,23,38,1) 100%);
    padding: 7px 10px;
}
.menu-logo {
    text-align: center;
}
.menu-logo img {
    max-height: 40px;
}
.welcome-wrapper {
    text-align: center;
    padding: 15px 10px;
}
.btn-top.mobile {
    justify-content: center;
}
.wctext {
    font-size: 23px;
    color: #ffe27f;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
}
.btn-top.mobile button.join-btn {
    box-shadow: 0 0 8px -1px #ffed7d;
}
.menu-box-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 8px;
    text-align: center;
    padding: 10px 15px;
}
a.mb-menu-link {
    display: inline-block;
    background: #08202f;
    border-radius: 8px;
    color: #f8f8f8;
    font-size: 11px;
    padding: 6px 4px;
	position: relative;
}
a.mb-menu-link img {
    max-height: 30px;
}
.menubtext {
    margin-top: 8px;
}
.hot-icon-mb {
    position: absolute;
    background: #ff9600;
    color: #000;
    border-radius: 8px 0;
    padding: 0px 6px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    left: 2px;
    top: 1px;
    z-index: 2;
    animation: blink 0.9s ease-in-out infinite;
}
.mobileside-nav-wrapper {
    padding: 10px 15px 15px;
}
ul.nav.mobileside-nav {
    flex-direction: column;
}
ul.nav.mobileside-nav li.nav-item {
    margin: 7px 0;
}
a.nav-mlink {
    display: block;
	color: #fff;
}
a.nav-mlink.expand-arrow {
	position: relative;
}
a.nav-mlink.expand-arrow::after {
	content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 5px;
	transform: rotate(180deg);
	transition: 0.2s;
}
a.nav-mlink.expand-arrow.collapsed::after {
    transform: rotate(0);
	transition: 0.2s;
}
.ms-icon {
	margin-right: 15px;
}
.ms-icon img {
	height: 30px;
}
.submenu-box {
    padding: 5px 5px 0 48px;
}
.submenu-box a {
    display: block;
    color: #fff;
    margin: 0px 0 11px;
}
.social-side {
    max-width: 85%;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #183343;
    padding: 15px 0;
}
.welcome-player {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0px 10px;
    border-bottom: 1px solid #183343;
}
.player-vip-m {
    background: url(../images/uservip-base-bg.jpg)no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    margin: 15px 0 0;
    justify-content: center;
    padding: 12px 10px;
    border-radius: 15px;
}
.hiuser .mblvl-text-1 {
    font-size: 13px;
}
.hiuser .mblvl-text-2 {
    font-size: 22px;
}
.vip-user-badge {
    max-width: 80px;
    margin-right: 15px;
}
.vip-user-text {
    text-align: left;
    font-size: 17px;
	width: 90%;
}
a.info-vip {
    font-size: 10px;
    color: #fff;
    margin-left: 3px;
}
.vipuser {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 0 0;
}
.mw-wrapper {
    background: #08202f;
	border-radius: 15px;
	overflow: hidden;
}
.mw-wrap {
    background: linear-gradient(to bottom, rgba(14,33,48,1) 0%, rgba(6,50,83,1) 100%);
    text-align: left;
    padding: 10px 15px 10px 25px;
}
.mw-wrap-1 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: 13px 0;
}
a.afmb-item {
    color: #fff;
    font-size: 13px;
    padding: 5px 3px;
    border-right: 1px solid #1a3346;
}
a.afmb-item img {
	margin-bottom: 4px;
}
a.afmb-item:last-child {
	border: none;
}
.welcome-player .mwbalance {
    font-size: 33px;
}
.mb-welcome-user {
	font-size: 22px;
	text-align: center;
	font-weight: 700;
	padding-bottom: 10px;
}
.mb-achieve-text {
	color: #ffe27f;
    font-size: 10px;
	padding: 5px 0;
}
.mb-achieve-text-2 {
    font-size: 10px;
	padding: 5px 0;
}
.mb-lvlbar-wrap {
    height: 5px;
    background: #07141d;
    width: 100%;
    border-radius: 25px;
}



/** Login Modal **/
.modal-dialog.login {
    max-width: 700px;
}
.modal-content.login {
    background: #08202f;
    border: none;
    color: #c7dbe0;
	padding: 25px;
	text-align: center;
}
button.close-x {
    background: none;
    color: #fff;
    border: none;
    padding: 0;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 10px;
	z-index: 2;
}
button.close-x:hover {
	color: #ffe27f;
}
.login-logo {
    padding-bottom: 15px;
}
.login-logo img {
    max-height: 55px;
}
.login-wrapper {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 45px;
}
input.login-input {
    background: #0b2e42;
    color: #fff;
    border: none;
    height: 40px;
    padding: 4px 15px 4px 50px;
	border-radius: 8px;
}
input.login-input::placeholder {
	color: #c7dbe0;
}
span.log-icon {
    position: absolute;
    left: 17px;
    top: 9px;
    font-size: 18px;
}
.forgot-link {
    padding-bottom: 15px;
}
.forgot-link a {
    color: #94b6be;
    font-size: 15px;
}
.forgot-link a:hover {
	color: #ffe27f;
}
.regnow-text {
    font-weight: 700;
    font-size: 16px;
}
.regnow-text a {
    color: #ffe27f;
}
.reg-line.login {
    background: #0b2e42;
    height: 2px;
    width: 100%;
    margin: 20px 0 20px;
}
.note-issues {
	color: #94b6be;
    font-size: 13px;
    max-width: 400px;
    margin: 0 auto;
}
.title-forgot {
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 5px;
	color: #fff;
}
.reset-text {
	font-size: 16px;
	padding-bottom: 15px;
}
.vcode-img {
    position: absolute;
    right: 15px;
    top: 9px;
}



/** Promotion Modal **/
.modal-dialog.promo {
    max-width: 850px;
}
.modal-content.promo {
    background: #08202f;
    color: #fff;
    border: none;
	border-radius: 0 0 15px 15px;
	overflow: hidden;
}
.promo-popup-content {
	padding: 15px 0 0;
}
.pmtitle-wrap {
	padding: 0 20px;
}
.pmtitle {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.pmcaption {
    text-align: center;
    color: #ffe27f;
}
.pm-dvd-line {
    height: 2px;
    width: 80%;
    background: #0b2e42;
    margin: 15px auto;
}
.pm-dvd-line-gold {
    height: 2px;
    width: 99%;
    background: #e3d311;
    margin: 15px auto;
}
.pmwrap {
    padding: 5px 30px 15px;
}
.gtext {
    color: #e6920b;
    padding: 5px 0;
    text-align: left;
}
.table-responsive.promo-table {
    text-align: center;
	font-size: 14px;
}
table.table-promo tr th {
    font-weight: 400;
    background: #08273f;
    padding: 6px 2px;
    border: 1px solid #78848b;
}
table.table-promo tr td {
    font-weight: 400;
    background: #020c14;
    padding: 6px 2px;
    border: 1px solid #78848b;
}
.pmtnc-wrap {
	background: #061c2a;
	padding: 30px;
	color: #94b6be;
    text-align: left;
}
ul.terms {
	padding-left: 17px;
}

/** Mobile Download Modal **/
.modal-content.download {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #ffe27f;
    background: #14283c;
    color: #fff;
}
.modal-content.download button.close-x {
	color: #000;
}
.pvd-dl-logo {
    background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    text-align: center;
    padding: 15px 15px;
}
.mb-download-wrapper {
    text-align: center;
    padding: 15px;
}
.dl-box {
    display: inline-block;
	max-width: 140px;
    width: 48%;
    margin: 5px 10px;
}
.mbdl-icon {
    display: none;
}
.dl-btn-wrap {
    padding-top: 10px;
}
button.dl-btn {
    background: linear-gradient(to left, rgba(248,236,127,1) 0%, rgba(201,158,66,1) 100%);
    border: none;
    color: #0a1941;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    padding: 4px 15px;
    border-radius: 8px;
    min-width: 140px;
}
button.dl-btn i {
	margin-right: 5px;
	font-size: 20px;
}
button.dl-btn:hover {
	background: linear-gradient(to left, rgba(218,149,74,1) 0%, rgba(255,236,173,1) 100%);
    transform: scale(0.98);
    filter: brightness(1.07);
    box-shadow: 0 0 10px -1px #ffed7d;
}
.access-info {
    background: linear-gradient(to right, rgba(6,32,51,1) 0%, rgba(4,23,38,1) 100%);
    text-align: center;
    border-top: 1px solid #ffe27f;
    border-bottom: 1px solid #ffe27f;
    color: #ffe27f;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 5px;
}
table.info-table tr td {
    border: 1px solid #7d7220;
    padding: 7px 3px;
    text-align: center;
    font-size: 14px;
}
input.info-pw {
    background: #0b2e42;
    color: #fff;
    border: none;
    padding: 0 10px;
	text-align: center;
}
input.info-pw::placeholder {
	color: #c7dbe0;
}

/** Payout Table Modal**/
.modal-dialog.payout {
    max-width: 800px;
}
.modal-content.payout {
    background: #08202f;
    border: none;
    border-radius: 20px;
    padding: 25px;
    color: #fff;
}
.pytitle {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
	text-align: center;
}
.pytitle-1 {
    padding-bottom: 10px;
}
table.payout-table {
    text-align: center;
}
table.payout-table tr th {
	background: #051a27;
	font-weight: 600;
	padding: 5px 1px;
	border: 1px solid #465a66;
}
table.payout-table tr td {
	background: #0c293b;
	font-weight: 500;
	padding: 5px 1px;
	border: 1px solid #465a66;
}
ol.step {
    padding-left: 17px;
}

/** Edit Modal**/
.modal-dialog.edit-popup {
    max-width: 550px;
}
.modal-content.edit-popup {
    background: #08202f;
    color: #fff;
    border-radius: 15px;
    padding: 30px;
}
.note-edit {
    text-align: center;
    padding-bottom: 15px;
}
button.join-reg-btn.update {
    height: 37px;
    font-size: 18px;
    padding: 4px 15px;
    min-width: 180px;
	text-transform: none;
}

/** Inbox Modal **/
.modal-dialog.mail-popup {
    max-width: 750px;
}
.modal-content.mail-popup {
    background: #08202f;
    border: none;
    color: #fff;
    padding: 20px 20px;
    border-radius: 15px;
}
.mail-title {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 15px;
}
.mail-content {
    background: #0b2e42;
    border-radius: 15px;
    padding: 30px;
}
.mail-content a {
	color: #fac462;
}
.close-btn-wrap {
    padding-top: 15px;
    text-align: center;
}
button.close-pm-btn {
    background: #fac462;
    border: none;
    font-size: 18px;
    font-weight: 600;
    padding: 6px 17px;
    border-radius: 8px;
    text-transform: uppercase;
}
button.close-pm-btn:hover {
    background: #081420;
	color: #fff;
}

/** How Deposit Modal **/
.modal-dialog.how-pop {
    max-width: 900px;
}
.modal-content.how-popup {
    background: #08202f;
    color: #fff;
    border: none;
    border-radius: 15px;
    padding: 20px 30px;
}
.how-title {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.how-depo-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
	padding-bottom: 10px;
}
.dep-box {
    background: #0b2e42;
    position: relative;
    border-radius: 10px;
    padding: 45px 15px 15px;
    font-size: 15px;
    text-align: center;
    border: 2px solid #ffe27f;
}
.step-num {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 4px;
    background: #ffe27f;
    color: #0a1941;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0 0 8px 8px;
    max-width: 100px;
    margin: 0 auto;
}
.depo-img {
    margin-bottom: 10px;
}
.don-show-tick {
    color: #94b6be;
}
.don-show-tick .game-option {
    font-size: 13px;
}

/** Live Stream TNC modal **/
.claim-text {
    color: #ffe27f;
    padding-bottom: 10px;
	font-weight: 600;
}
.claim-text a {
	color: #fff;
}
ol.terms {
	padding-left: 17px;
}
ol.terms li {
	padding-bottom: 4px;
}

/** Responsive **/
@media(max-width: 767px) {
.modal-content.login {
    padding: 25px 20px;
}
.modal-content.how-popup {
    padding: 20px 15px;
}	
.how-depo-wrapper {
    grid-template-columns: repeat(2,1fr);
}	
.don-show-tick {
    text-align: center;
    margin-top: 15px;
}	
.mail-title {
    font-size: 18px;
}
.modal-content.mail-popup {
	font-size: 14px;
}
.mail-content {
    padding: 20px;
}	
	
	
}


@media(max-width: 480px) {
.regnow-text, .reset-text {
    font-size: 15px;
}
.modal-content.promo {
    font-size: 14px;
}
.pmtitle-wrap {
    padding: 0 15px;
}	
.pmtitle {
    font-size: 20px;
}
.pmwrap {
    padding: 5px 15px 15px;
}	
.pmtnc-wrap {
    padding: 25px 15px;
}
.dep-box {
    padding: 45px 10px 15px;
}
}


/** 2/9/2022 popup notice **/
.modal-content.annouce {
    border: 1px solid #e6c43c;
	padding-bottom: 15px;
	border-radius: 0;
}
button.close-btn {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 0 3px;
	z-index: 2;
}
.annbox {
    background: linear-gradient(to bottom, rgba(30,66,110,1) 0%, rgba(16,33,66,1) 100%);
    color: #e6c43c;
    border-bottom: 1px solid #e6c43c;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 15px 5px;
}
.annouce-wrapper {
	padding: 15px;
	font-size: 16px;
}
button.annouce-close-btn {
	border: none;
    background: #e6c43c;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 25px 2px;
    line-height: 1;
    height: 33px;
    border-radius: 8px;
}


/** Updated - 12/9/2023 **/
.modal-content.promo {
	max-height: 90vh;
	overflow: auto;
}
.modal-content.promo::-webkit-scrollbar {
  width: 4px;
}
.modal-content.promo::-webkit-scrollbar-track {
  background: #0e212f;
}
.modal-content.promo::-webkit-scrollbar-thumb {
  background: #08273f;
}
.modal-content.promo::-webkit-scrollbar-thumb:hover {
  background: #08273f;
}
.pm-content {
    padding: 15px;
}
.rules-btn-wrap {
	margin-bottom: 15px;
}
button.pm-more-btn.rules {
    margin: 0 0 0 auto;
}
.modal-content.promo.rules {
    border-radius: 15px;
    border: 1px solid #ffe27f;
}

@media(max-width: 767px){
.modal-content.promo {
    max-height: 100vh;
}	
.modal-content.promo.rules {
	max-height: 95vh;
}
.modal-content.promo::-webkit-scrollbar {
	display: none;
}	
}

/** Notice Popup Updated - 9/8/2024 **/
.modal-dialog.notice {
    max-width: 600px;
}

.modal-content.notice {
    background: url("../images/notice-bg.jpg")no-repeat center;
    background-size: cover;
    border-radius: 14px;
    border: 1px solid #33687b;
    color: #fff;
}

.notice-logo {
    text-align: center;
    max-width: 170px;
    margin: 0 auto;
    padding: 15px 10px;
}

.notice-title {
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 30px;
}

    .notice-title img {
        max-height: 35px;
        margin-right: 10px;
        margin-bottom: 5px;
    }

.notice-content {
    background: rgb(8, 20, 32, 0.6);
    padding: 15px 15px;
    font-size: 16px;
}

.notice-inner {
    height: 380px;
    overflow: auto;
}

    .notice-inner::-webkit-scrollbar {
        width: 4px;
    }

    .notice-inner::-webkit-scrollbar-track {
        background: #2f3d4d;
        border-radius: 15px;
    }

    .notice-inner::-webkit-scrollbar-thumb {
        background: #526b87;
        border-radius: 15px;
    }

        .notice-inner::-webkit-scrollbar-thumb:hover {
            background: #0d334e;
        }

.close-wrap {
    text-align: center;
    padding: 20px 0;
}

button.close-notice-btn {
    background: linear-gradient(to left, rgba(248, 236, 127, 1) 0%, rgba(201, 158, 66, 1) 100%);
    border: none;
    border-radius: 8px;
    color: #0a1941;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    min-width: 110px;
    height: 35px;
}

    button.close-notice-btn:hover {
        background: linear-gradient(to right, rgba(248, 236, 127, 1) 0%, rgba(201, 158, 66, 1) 100%);
        filter: brightness(1.07);
        box-shadow: 0 0 10px -1px #ffed7d;
    }

@media(max-width: 480px) {
    .notice-logo {
        max-width: 150px;
        padding: 15px 10px 10px;
    }

    .notice-title img {
        max-height: 30px;
    }

    .notice-title {
        font-size: 22px;
        padding: 6px 30px;
    }

    .notice-inner {
        height: 85vw;
    }
}


/** 27/9/2024 **/
.rmb-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}

    .rmb-group .forgot-link {
        padding-bottom: 0;
    }

.check-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.check-group label {
    position: relative;
    cursor: pointer;
    margin: 0;
    color: #94b6be;
}

    .check-group label:before {
        content: '';
        -webkit-appearance: none;
        background-color: #c5d9de;
        border: none;
        border-radius: 4px;
        padding: 10px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px;
    }

.check-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 6px;
    height: 14px;
    border: solid #0b2e42;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/** Reward Club **/
.modal-dialog.rd-history {
    max-width: 750px;
}

.modal-content.history-popup {
    background: #061826;
    border: none;
    color: #fff;
    padding: 20px 20px;
    border-radius: 15px;
}

.rwc-total {
    background: #0a1e2e;
    text-align: center;
    border-radius: 10px;
    padding: 20px 10px;
    margin: 0 0 5px;
}

.pt-text-1 {
    color: #ffe27f;
    font-size: 18px;
}

.pt-text-2 {
    font-size: 25px;
    font-weight: 700;
}



























