﻿@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;
}
/** MObile Menu **/
.modal-content.mobile-side { 
	display: block;
    background: #22073f;
    border: none;
    border-radius: 0;
}
button.close-menu {
    position: absolute;
    right: 15px;
    top: 17px;
    color: #fff;
    font-size: 18px;
}
.mobile-menu-top {
    background: #4a0791;
    padding: 5px 15px;
    height: 55px;
    display: flex;
    align-items: center;
}
.mb-logo img {
    max-height: 40px;
}
.mobile-sidemenu {
    position: relative;
    overflow: auto;
}
.mobile-sidemenu .member-info-wrapper {
    margin: 15px 15px;
}
.mobile-sidemenu .sidemenu-wrapper {
    overflow-x: visible;
    height: auto;
	margin: 0 15px;
}
.mobile-sidemenu .language-wrap {
    margin: 0 15px;
}
ul.nav.sidemenu-nav {
    flex-direction: column;
}
ul.nav.sidemenu-nav li {
    position: relative;
    width: 100%;
}
ul.nav.sidemenu-nav li a.smenu-item {
    display: flex;
    align-items: center;
    color: #fff;
	border-radius: 40px;
	border: 1px solid transparent;
    padding: 10px 10px 10px 25px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}
ul.nav.sidemenu-nav li a.smenu-item img, .smenu-wrap a img {
    max-height: 27px;
    margin-right: 15px;
}
ul.nav.sidemenu-nav li a.smenu-item.collapsed {
    background: none;
}
ul.nav.sidemenu-nav li a.smenu-item:hover {
	background: #380f65;
	border: 1px solid #5f269b;
}
a.smenu-item.droparrow::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    transform: rotate(90deg);
    transform-origin: center;
    font-size: 11px;
    color: #ccc;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    transition: linear 0.3s;
}
a.smenu-item.droparrow.collapsed::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    transform: rotate(0);
    transition: linear 0.3s;
}
.smenu-wrap {
    position: relative;
	padding-left: 10px;
}
.smenu-wrap a {
    display: flex;
	align-items: center;
	padding: 10px 10px 10px 25px;
    font-size: 14px;
    font-weight: 500;
	color: #fff;
	border-radius: 40px;
	transition: 0.3s;
}
.smenu-wrap a:hover {
	background: #380f65;
	transition: 0.3s;
	transform: translateX(-10px);
}
.language-wrap {
    position: relative;
    padding: 10px 0;
}
button.lang-btn.dropup {
    position: relative;
	background: #380f65;
    border: 1px solid #5f269b;
    border-radius: 45px;
    width: 100%;
    padding: 3px 20px;
    height: 45px;
    text-align: left;
	color: #fff;
}
button.lang-btn.dropup img {
	max-height: 30px;
	margin-right: 15px;
	transition: 0.3s;
}
button.lang-btn.dropup::after {
    content: '\f077';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 10px;
    color: #cccccc;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    transition: linear 0.3s;
}
.dropdown-menu.language {
    background: #380f65;
    padding: 0;
    margin: 5px 0;
    border: 0;
    border-radius: 10px;
    min-width: 100%;
    overflow: hidden;
	font-size: 15px;
}
a.lang-link {
    display: block;
    width: 100%;
    color: #fff;
    padding: 8px 20px;
}
a.lang-link img {
    max-height: 30px;
    margin-right: 15px;
}
a.lang-link:hover {
	background: #2b3248;
	color: #42c14a;
}
.member-info-wrapper {
    background: #380f65;
    border-radius: 15px;
    display: grid;
    grid-template-columns: 97px auto;
    grid-gap: 15px;
    align-items: center;
    padding: 15px 10px;
    margin-bottom: 15px;
}
.mb-vip-img {
    max-width: 97px;
    margin: 0 auto;
	transition: 0.3s;
}
.mbinfo-wrap {
    position: relative;
    font-size: 15px;
}
.mb-name {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
}
.mb-lvl {
    font-size: 13px;
}
.mbvip-info a {
    color: #ffd338;
}
.mb-stvip {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fc00ff;
}
.mb-wallet {
    margin-top: 10px;
}
button.wdepo-btn {
    background: #ffd338;
    color: #000;
    min-width: 85px;
    padding: 0 10px;
    border-radius: 6px;
    height: 28px;
    font-size: 14px;
    font-weight: 700;
}


/** Login Modal **/
.modal-dialog.login {
    max-width: 700px;
}
.modal-content.login {
    background: #230741;
    border: none;
    color: #fff;
	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: #ffd338;
}
.login-logo {
    padding-bottom: 20px;
}
.login-logo img {
    max-height: 65px;
}
.login-wrapper {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 40px;
}
input.login-input {
    background: #4a0792;
    color: #fff;
    border: none;
    height: 40px;
    padding: 4px 15px 4px 50px;
    border-radius: 8px;
}
input.login-input::placeholder {
	color: #CBCBCB;
}
span.log-icon {
    position: absolute;
    left: 17px;
    top: 9px;
    font-size: 18px;
	color: #8940d7;
}
.forgot-link {
    padding-bottom: 15px;
}
.forgot-link a {
    color: #fff;
    font-size: 15px;
}
.forgot-link a:hover {
	color: #ffd338;
}
.regnow-text {
    font-size: 16px;
}
.regnow-text a {
    color: #ffd338;
}
.reg-line.login {
    background: #535e76;
    height: 1px;
    width: 100%;
    margin: 20px 0 20px;
}
.note-issues {
    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: 15px;
	padding-bottom: 15px;
}
.vcode-img {
    position: absolute;
    right: 15px;
    top: 9px;
}
.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: #fff;
}
.check-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
.check-group input:checked + label:before {
	background-color: #4a0792;
}
.check-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/** Promotion **/
.modal-dialog.promo {
    max-width: 850px;
}
.modal-content.promo {
    background: #502380;
    color: #fff;
    border: none;
    border-radius: 0 0 15px 15px;
	max-height: 90vh;
    overflow: auto;
}
.modal-content.promo::-webkit-scrollbar {
	display: none;
}
.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;
	color: #ffd338;
}
.pmcaption {
    text-align: center;
    color: #fff;
}
.pm-dvd-line {
    height: 1px;
    width: 90%;
    background: #fff;
    margin: 15px auto;
}
.pmwrap {
    padding: 5px 30px 15px;
}
.gtext {
    color: #ffd338;
	font-weight: 500;
    padding: 5px 0;
}
.table-responsive.promo-table {
    text-align: center;
	font-size: 14px;
}
table.table-promo tr th {
    font-weight: 400;
    background: #66298c;
    padding: 6px 2px;
    border: 1px solid #4a0791;
}
table.table-promo tr td {
    font-weight: 400;
    background: #36046b;
    padding: 6px 2px;
    border: 1px solid #4a0791;
}
.rules-btn-wrap {
    margin-bottom: 15px;
}
.pmtnc-wrap {
    background: #3d1667;
    padding: 30px;
}
ul.terms {
	padding-left: 17px;
}
.modal-content.promo.rules {
    border-radius: 15px;
    border: 1px solid #ffd338;
}
.pm-content {
	padding: 15px 15px;
}

/** How Deposit Modal **/
.modal-dialog.how-pop {
    max-width: 900px;
}
.modal-content.how-popup {
    background: #310a5b;
    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: #66298c;
    position: relative;
    border-radius: 10px;
    padding: 15px 15px 15px;
    font-size: 15px;
    text-align: center;
}
.step-num {
	color: #ffd338;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
	margin-bottom: 5px;
}
.depo-img {
    margin-bottom: 10px;
}
.don-show-tick {
    color: #fff;
}
.don-show-tick .game-option {
    font-size: 13px;
}
.close-btn-wrap {
    padding-top: 15px;
    text-align: center;
}
button.close-pm-btn {
    background: #42c14a;
	color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 20px;
    border-radius: 40px;
	border: 1px solid #42c14a;
    text-transform: uppercase;
}
button.close-pm-btn:hover {
    background: transparent;
	color: #42c14a;
}
.modal-dialog.rebate-popup {
    max-width: 700px;
}
.modal-content.rebate-popup {
    background: #310a5b;
    color: #fff;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
}
.rebate-title {
    text-align: center;
    color: #ffd338;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
table.rebate-table {
    background: #4a0791;
	border-radius: 8px;
}
table.rebate-table tr th {
    background: #66298c;
	color: #ffd338;
	padding: 10px 2px;
}
table.rebate-table tr th:first-child {
	border-radius: 8px 0 0 8px;
}
table.rebate-table tr th:last-child {
	border-radius: 0 8px 8px 0;
}
table.rebate-table tr td {
	color: #fff;
	padding: 12px 2px;
	font-weight: 500;
}
table.rebate-table tr:nth-child(odd) td {
	background: #5f15ad;
}
.total-rb-wrapper {
    padding: 15px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.rbtext-1 {
    color: #ffd338;
    font-size: 16px;
    font-weight: 700;
}
.rbtext-2 {
    padding: 10px 0;
    font-size: 26px;
    font-weight: 600;
}
button.join-reg-btn.closebtn {
	height: 35px;
    font-size: 16px;
    min-width: 120px;
}
.modal-dialog.mail-popup {
    max-width: 750px;
}
.modal-content.mail-popup {
    background: #310a5b;
    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: #66298c;
    border-radius: 15px;
    padding: 30px;
}
.mail-content a {
	color: #ffd338;
}
.close-btn-wrap {
    padding-top: 15px;
    text-align: center;
}
button.close-pm-btn {
    background: #ffd338;
	color: #000;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 20px;
    border-radius: 40px;
	border: 1px solid #ffd338;
    text-transform: uppercase;
}
button.close-pm-btn:hover {
    background: transparent;
	color: #ffd338;
}
.modal-dialog.edit-popup {
    max-width: 550px;
}
.modal-content.edit-popup {
    background: #310a5b;
    color: #fff;
    border-radius: 15px;
    padding: 30px;
}

/** Payout **/
.modal-dialog.payout {
    max-width: 800px;
}
.modal-content.payout {
    background: #310a5b;
    border: none;
    border-radius: 20px;
    padding: 25px;
    color: #fff;
}
.pytitle {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.lotto-divider {
    background: #ffd338;
    height: 1px;
    margin: 15px auto;
    width: 100%;
}
.pytitle-1 {
    padding-bottom: 10px;
}	
table.payout-table {
    text-align: center;
}
table.payout-table tr th {
	background: #66298c;
	font-weight: 600;
	padding: 5px 1px;
	border: 1px solid #2b3248;
}
table.payout-table tr td {
    background: #310a5b;
    font-weight: 500;
    padding: 5px 1px;
    border: 1px solid #4a0791;
}
ol.step {
    padding-left: 17px;
}

@media(max-width: 767px) {

}

@media(max-width: 480px) {
.modal-content.rebate-popup {
    padding: 20px 15px;
}
.rebate-title {
    font-size: 20px;
}	
.rbtext-1 {
    font-size: 15px;
}
.rbtext-2 {
    font-size: 22px;
}
table.rebate-table {
    font-size: 13px;
}
.modal-content.payout {
	padding: 15px;
}	
.pytitle {
	font-size: 20px;
}
.modal-content.promo {
	font-size: 14px;
}	
.pmtitle {
    font-size: 20px;
}
.table-responsive.promo-table {
	font-size: 13px;
}	
.pmwrap {
    padding: 5px 15px 15px;
}
.pmtnc-wrap {
	padding: 20px 15px;
}	
}

/** Annoucement Popup **/
.modal-dialog.annouce {
    max-width: 600px;
}
.modal-content.annouce {
	background: #000;
	color: #fff;
	border: none;
	border-radius: 12px;
	overflow: hidden;
}
.anc-header {
	position: relative;
    background: url(../images/an-bg_01.png) no-repeat top center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 15px 10px;
}
.anc-logo img {
    max-height: 85px;
}
.anc-title {
    background: #ffd338;
    color: #000;
    border-radius: 10px 10px 0 0;
    padding: 6px 25px;
    position: absolute;
	right: 12%;
    bottom: 0;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
	max-width: max-content;
	margin: 0 auto;
}
.anc-title img {
    max-width: 25px;
    margin-right: 8px;
}
.anc-footer {
    background: url("../images/an-bg_02.png") no-repeat top center;
    background-size: cover;
    height: 100px;
    display: flex;
    align-items: center;
	justify-content: center;
    padding: 0 10px;
}
.anc-content {
    position: relative;
	min-height: 400px;
    border-top: 3px solid #ffd338;
    border-bottom: 3px solid #ffd338;
	padding: 20px 20px;
}
button.close-anc-btn {
    position: relative;
    min-width: 115px;
    height: 35px;
    background: #ffd338;
    border: 1px solid #ffd338;
    border-radius: 45px;
    margin: 0 auto;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
button.close-anc-btn:hover {
    background: #fff;
}
@media(max-width: 480px) {
.anc-header {
    padding: 10px 10px;
}	
.anc-logo img {
    max-height: 55px;
}
.anc-title {
    padding: 5px 15px;
	right: 8%;
}
.anc-footer {
    height: 80px;
}
}

@media(max-width: 767px) {
.modal-content.how-popup {
    padding: 20px 15px;
}
.how-depo-wrapper {
    grid-template-columns: repeat(2, 1fr);
}	
}












