@charset "utf-8";
/* CSS Document */
.modal.left.fade .modal-dialog{
left: -100%;
-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: 100%;
	height: 100%;
	max-width: 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: -100%;
	-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-side { 
	display: block;
    background: #131723;
    border: none;
    border-radius: 0;
}
button.close-menu {
    position: absolute;
    right: 15px;
    top: 17px;
    color: #9bacc9;
    font-size: 18px;
}
.mobile-menu-top {
    background: #131723;
    border-bottom: 1px solid #42c14a;
    padding: 5px 15px;
    height: 55px;
    display: flex;
    align-items: center;
}
.mb-logo img {
    max-height: 40px;
}
.mobile-sidemenu {
    position: relative;
    overflow: auto;
    height: 90vh;
}
.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;
}

/** Login Modal **/
.modal-dialog.login {
    max-width: 700px;
}
.modal-content.login {
    background: #131723;
    border: none;
    color: #535e76;
	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: #42c14a;
}
.login-logo {
    padding-bottom: 30px;
}
.login-logo img {
    max-height: 55px;
}
.login-wrapper {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 40px;
}
input.login-input {
    background: #2c3247;
    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: #535e76;
}
.forgot-link {
    padding-bottom: 15px;
}
.forgot-link a {
    color: #535e76;
    font-size: 15px;
}
.forgot-link a:hover {
	color: #42c14a;
}
.regnow-text {
    font-size: 16px;
}
.regnow-text a {
    color: #42c14a;
}
.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;
}

/** Payout **/
.modal-dialog.payout {
    max-width: 800px;
}
.modal-content.payout {
    background: #131723;
    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: #2b3248;
    height: 1px;
    margin: 15px auto;
    width: 100%;
}
.pytitle-1 {
    padding-bottom: 10px;
}	
table.payout-table {
    text-align: center;
}
table.payout-table tr th {
	background: #131723;
	font-weight: 600;
	padding: 5px 1px;
	border: 1px solid #2b3248;
}
table.payout-table tr td {
	background: #1b2033;
	font-weight: 500;
	padding: 5px 1px;
	border: 1px solid #2b3248;
}
ol.step {
    padding-left: 17px;
}

/** Promotion **/
.modal-dialog.promo {
    max-width: 850px;
}
.modal-content.promo {
    background: #131723;
    color: #fff;
    border: none;
    border-radius: 0 0 15px 15px;
	max-height: 90vh;
    overflow: auto;
}
.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: #42c14a;
}
.pmcaption {
    text-align: center;
    color: #fff;
}
.pm-dvd-line {
    height: 2px;
    width: 90%;
    background: #2b3248;
    margin: 15px auto;
}
.pmwrap {
    padding: 5px 30px 15px;
}
.gtext {
    color: #42c14a;
	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: #131723;
    padding: 6px 2px;
    border: 1px solid #2b3248;
}
table.table-promo tr td {
    font-weight: 400;
    background: #1b2033;
    padding: 6px 2px;
    border: 1px solid #2b3248;
}
.rules-btn-wrap {
    margin-bottom: 15px;
}
.pmtnc-wrap {
	background: #161b2a;
	padding: 30px;
}
ul.terms {
	padding-left: 17px;
}
.modal-content.promo.rules {
    border-radius: 15px;
    border: 1px solid #42c14a;
}
.pm-content {
	padding: 15px 15px;
}

/** Change Password modal **/
.modal-dialog.edit-popup {
    max-width: 550px;
}
.modal-content.edit-popup {
    background: #131723;
    color: #fff;
    border-radius: 15px;
    padding: 30px;
}

/** Inbox Modal **/
.modal-dialog.mail-popup {
    max-width: 750px;
}
.modal-content.mail-popup {
    background: #131723;
    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: #2b3247;
    border-radius: 15px;
    padding: 30px;
}
.mail-content a {
	color: #42c14a;
}
.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;
}

/** How Deposit Modal **/
.modal-dialog.how-pop {
    max-width: 900px;
}
.modal-content.how-popup {
    background: #131723;
    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: #2b3247;
    position: relative;
    border-radius: 10px;
    padding: 15px 15px 15px;
    font-size: 15px;
    text-align: center;
}
.step-num {
	color: #42c14a;
    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;
}

/** Download Modal **/
.modal-dialog.download {
    max-width: 600px;
}
.downloadbody {
    text-align: center;
}
.downloadbox {
    text-align: center;
    width: 30%;
    margin: 0 1%;
    display: inline-block;
}
a.dllink-btn {
    background: #42c14a;
    border: 1px solid #42c14a;
    color: #fff;
    height: 35px;
    padding: 2px 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    margin: 8px auto;
    border-radius: 8px;
    font-weight: 500;
    text-transform: uppercase;
}
.table-responsive.access-info {
    margin-top: 10px;
	text-align: center;
}
input.access-input {
    background: none;
    border: none;
    color: #fff;
    display: inline-block;
    width: auto!important;
    text-align: center;
}
button.reg-join-btn.password {
    font-size: 14px;
    height: 33px;
    min-width: auto;
}



@media(max-width: 767px) {
.modal-content.promo {
	max-height: 100vh;
}
.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-content {
    padding: 15px;
}	
.mail-title {
    font-size: 18px;
}	
}


@media(max-width: 480px) {
.modal-content.payout {
    padding: 15px;
}	
.pytitle {
    font-size: 20px;
}
button.close-x {
    font-size: 15px;
}
.modal-content.promo {
	font-size: 14px;
}	
.pmwrap {
	padding: 5px 15px 15px;
}
.pmtnc-wrap {
    padding: 20px 15px;
}
.pmtitle {
    font-size: 20px;
}
.table-responsive.promo-table {
	font-size: 13px;
}
.how-title {
    font-size: 20px;
}
a.dllink-btn {
    font-size: 13px;
}	
}

/** Updated - 1/10/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: #535e76;
}

    .check-group label:before {
        content: '';
        -webkit-appearance: none;
        background-color: #535e76;
        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: #42c14a;
}

.check-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 6px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}


/** Rebate Details Popup - Updated -6/11/2024 **/
.modal-dialog.rebate-popup {
    max-width: 700px;
}

.modal-content.rebate-popup {
    background: #131723;
    color: #fff;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
}

.rebate-title {
    text-align: center;
    color: #42c14a;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

table.rebate-table {
    background: #171a2b;
    border-radius: 8px;
}

    table.rebate-table tr th {
        background: #2c3248;
        color: #42c14a;
        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: #22273a;
    }

.total-rb-wrapper {
    padding: 15px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.rbtext-1 {
    color: #42c14a;
    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;
}

@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;
    }
}
























