﻿@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.show .modal-dialog {
	left: 0;
}
.modal.left .modal-body {
	padding: 0;
    text-align: center;
}
.modal-content.modal-menu {
    border-radius: 0;
    border: 0;
    background: rgba(0,0,0,0.8);
}
.modal-dialog.menu {
	background: url("../images/menubg.png")no-repeat top center;
	background-size: 100% 200%;
	padding-right: 55px;
}
.modal-content.menu {
    border: none;
    background: transparent;
    border-radius: 0;
}

.logo-menu {
    text-align: center;
    max-width: 100px;
    margin: 15px auto 0;
}
.reg_wrapepr {
    margin: 15px 0 40px;
}
button.reg-menu-btn {
    background: #782a67;
    color: #fff;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 2px 5px;
    width: 140px;
	height: 33px;
	display: block;
	margin: auto;
	margin-top: 15px;
	transition: 0.3s;
}
button.reg-menu-btn:hover {
	background: #c03fa4;
	color: #fff;
	transition: 0.3s;
}
button.login-menu-btn {
    background: #fff;
    color: #6841cd;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 2px 5px;
    width: 140px;
	height: 33px;
	display: block;
	margin: auto;
	margin-top: 15px;
	transition: 0.3s;
}
button.login-menu-btn:hover {
	background: #782a67;
	color: #fff;
	transition: 0.3s;
}
.promo-bar {
    background: linear-gradient(to right, rgba(79,58,133,0.8) 0%, rgba(79,58,133,0.05) 100%);
    padding: 9px;
    padding-left: 16%;
}
.promo-bar a {
	color: #cec3f5;
	text-transform: uppercase;
	font-weight: 600;
}
.promo-bar a img {
	margin-right: 10px;
}
.promo-bar a:hover {
	color: #fff;
}
ul.menu-nav {
    list-style-type: none;
    padding: 0;
    text-align: left;
	margin-top: 20px;
}
ul.menu-nav li {
    margin: 15px 0;
    padding-left: 16%;
}
ul.menu-nav li a {
    color: #fff;
	font-weight: 500;
}
ul.menu-nav li a img {
    margin-right: 10px;
}
ul.menu-nav li a:hover {
	color: #d255cb;
}
.langbox {
    padding-left: 29px;
}
a.langlink {
    display: block;
    margin-top: 8px;
}
.socialbox {
    background: #261f44;
    padding: 5px;
    max-width: 73px;
    text-align: center;
    border-radius: 5px;
    margin: 5px 0 0 27px;
}
.socialbox a {
    display: inline-block;
    max-width: 24px;
    margin: 2px;
}

/** Side Menu - After Login **/
.user-wrapper {
    background: linear-gradient(to right, rgba(79,58,133,0.8) 0%, rgba(79,58,133,0.05) 100%);
    margin: 20px 0 20px 0;
    padding: 12px 0 5px;
    text-align: center;
}
.bln-amount {
    background: #8671c9;
    color: #000;
    padding: 5px 20px;
    border-radius: 30px;
    position: relative;
    font-weight: 600;
    max-width: 170px;
    margin: 6px auto;
    height: 29px;
    display: inline-block;
}
a.topup-btn {
    display: block;
    position: absolute;
    color: #32005e;
    background: #d0d0d0;
    border: 1.5px solid #fff;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    line-height: 1;
    font-weight: 600;
    font-size: 19px;
    padding: 1px;
    right: -9px;
    top: 3px;
}
a.topup-btn:hover {
	background: #782a67;
	color: #fff;
}
.quick-wrapper {
    display: grid;
    grid-template-columns: 45% 10% 45%;
    max-width: 50%;
    margin: 10px auto;
    text-align: center;
}
.quick-link a {
    color: #fff;
    font-size: 13px;
}
.quick-link a img {
    display: block;
	margin: auto;
}
.quick-link a:hover img {
	filter: brightness(10) contrast(2);
}
.quick-divider {
    border: 0.5px solid;
    border-image-source: linear-gradient(to top, rgb(52 40 90) 0%, rgba(175,175,175,1) 35%, rgba(175,175,175,1) 65%, rgb(51 40 89) 100%);
    border-image-slice: 1;
    height: 40px;
    margin: auto;
}
.reg-btn.deposit {
	width: 170px;
}



/** Login **/
button.close-x {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
}
.modal-dialog.login {
	background: url("../images/popup-bg.png")no-repeat top center;
	background-size: 100% 100%;
}
.modal-content.login {
    border: none;
    background: transparent;
    border-radius: 0;
    padding: 30px 20px;
}
.login-title {
    width: 55%;
    margin: auto;
	margin-bottom: 15px;
    text-align: center;
	filter: drop-shadow(0px 3px 10px black);
}
.log-field {
    margin-bottom: 10px;
}
label.loglabel {
    margin-bottom: 3px;
    text-transform: uppercase;
    font-size: 12px;
}
.lgfield {
    position: relative;
}
.lgfield input, .lgfield select {
    background: #74a3de;
    color: #000;
    border: none;
    height: 33px;
    font-weight: 500;
    border-radius: 5px;
    padding: 5px 10px;
}
input::placeholder {
	color: #170537;
}
.toggle-password {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #000;
    font-size: 18px;
}
.fgpassword {
    font-size: 11px;
    text-transform: uppercase;
    cursor: pointer;
}
.green-btn {
    font-family: 'Orbitron';
    color: #fff;
    background: url(../images/green-btn.png)no-repeat center;
    background-size: 100% 100%;
    width: 140px;
    height: 50px;
    margin: 15px auto;
    text-transform: uppercase;
    font-size: 13px;
    border: none;
}
.red-btn {
    font-family: 'Orbitron';
    color: #fff;
    background: url(../images/pink-btn.png)no-repeat center;
    background-size: 100% 100%;
    width: 140px;
    height: 50px;
    margin: 15px auto;
    text-transform: uppercase;
    font-size: 13px;
    border: none;
}
.green-btn:hover, .red-btn:hover {
	filter: brightness(1.12);
} 
.member-wrapper {
    background: rgba(255,255,255,0.03);
    color: #fff;
    text-align: center;
    padding: 25px 0 15px;
    margin: 20px -20px -30px;
}
.member-wrapper h3 {
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
	margin-bottom: 0;
}
select.num {
    width: 30%;
}
input.contact {
    width: 68%!important;
}
input.verify-input {
    width: 60%!important;
}
button.veri-btn {
    background: linear-gradient(to bottom, rgba(250,230,185,1) 0%, rgba(248,149,27,1) 100%);
    border: 1px solid #e68c4d;
    font-weight: 600;
    width: 35%;
    margin-left: 5px;
    border-radius: 6px;
    height: 35px;
}
button.veri-btn:hover {
    background: linear-gradient(to top, rgba(250,230,185,1) 0%, rgba(248,149,27,1) 100%);
}
span.vcode {
    position: absolute;
    max-width: 90px;
    right: 10px;
    top: 5px;
}


/** Promotions **/
.modal-dialog.promo {
    background: linear-gradient(to bottom, rgba(46,72,139,1) 0%, rgba(39,19,73,1) 34%, rgba(39,19,73,1) 65%, rgba(46,64,126,1) 100%);
    border: 1px solid #4DFFFF;
	font-size: 13px;
}
.modal-content.login.promo {
    padding: 20px 20px;
}
.title-promo {
    font-family: 'Orbitron';
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
}
.promo-img {
    margin-bottom: 10px;
}
ol.tnc {
    padding: 0;
    padding-left: 15px;
	font-size: 13px;
}
ol.tnc li {
    padding-bottom: 6px;
}
table.promo-table tr th {
    background: rgba(0,0,0,0.7);
    border: 1px solid #6b6b6b;
    text-align: center;
    padding: 7px 5px;
    color: #4cffff;
}
table.promo-table tr td {
    background: rgba(0,0,0,0.4);
    border: 1px solid #6b6b6b;
    text-align: center;
    padding: 7px 5px;
}

/** Download **/
.dl-button {
    text-align: center;
    margin-top: -24px;
}
.dl-button a {
    display: inline-block;
    width: 42%;
    margin: auto 2px;
    filter: drop-shadow(0px 3px 5px rgb(0,0,0,0.6));
}
.table-accs {
    text-align: center;
}
.access-wrapper {
    max-width: 500px;
    width: 100%;
    margin: 17px auto 10px;
    color: #bcdef6;
    font-size: 13px;
}
.access-info {
    font-family: 'Orbitron';
    color: #fff;
    text-align: left;
    font-size: 11px;
    margin-bottom: 3px;
    font-weight: 500;
}
.access-info i {
	color: #4cffff;
    margin-right: 8px;
}
.info-table tr td {
    background: #141531;
    border: 1px solid #48b3e1;
    padding: 4px 7px;
    font-size: 11px;
}
input.access-field {
    padding: 3px 10px;
    background: rgba(255,255,255,0.15);
    color: #fff!important;
    border: none;
}
input.access-field::placeholder {
	color: #fff;	
}
.password-button {
    background: #fff;
    text-transform: uppercase;
    color: #6841cd;
    font-size: 12px;
    font-weight: 700;
    border: none;
    border-radius: 30px;
    padding: 7px 20px;
}
.password-button:hover {
	background: #6841cd;
    color: #fff;
}

/** Balance **/
.balance-title {
    font-family: 'Orbitron';
    margin-top: -16px;
    margin-bottom: 8px;
}
.balance-title i {
	color: #4dffff;
    margin-right: 5px;
}
.summary-wrapper {
    display: grid;
    grid-template-columns: 37% 63%;
    grid-gap: 3px 0px;
    font-size: 14px;
	padding: 5px 0;
}
.amount-item {
	text-align: right;
}
.main-item {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    padding: 5px 5px;
    margin-bottom: 2px;
}
.mw-amount {
    grid-column: 2/3;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 2px;
}
.mainb {
	float: none;
}
.platform-item {
    text-transform: uppercase;
	padding-left: 5px;
}
.balc {
	display: inline-block;
	margin: 0 3px;
	padding: 0 10px;
}
button.btn-in {
    display: inline-block;
    background: #78b714;
    color: #fff;
    border: none;
    text-transform: uppercase;
    height: 100%;
    width: 36px;
    line-height: 1;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    margin: 0 2px;
    padding: 3px 0 1px;
}
button.btn-out {
    display: inline-block;
    background: #b71414;
    color: #fff;
    border: none;
    text-transform: uppercase;
    height: 100%;
    width: 36px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 2px;
    padding: 3px 0 1px;
}
button.btn-in:focus ,button.btn-out:focus {
	outline: none;
	box-shadow: none;
}
button.btn-out:hover,button.btn-in:hover {
	filter: brightness(1.1);
	outline: 1px solid #fff;
}

/** Payout **/
.title-payout {
    color: #fff;
    font-family: 'Orbitron';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
}
.title-payout i {
	color: #4DFFFF;
}
.payout-container {
    padding: 7px 20px;
}
.payout-container h3 {
    color: #3e3e3e;
    font-weight: 900;
    text-transform: none;
    font-size: 26px;
    text-align: center;
}
.prize-text {
    font-size: 12px;
    text-transform: uppercase;
	margin-top:15px;
}
.pred {
    color: #ff0000;
}
table.payoutTable {
	text-align: center;
}
table.payoutTable th, table.payoutTable td {
	padding: 4px;
}
table.payoutTable th {
    text-align: inherit;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #a427a5;
    background: #a427a5;
}
table.payoutTable td {
    border: 1px solid #a427a5;
    font-size: 13px;
    color: #fff;
    background: rgba(0,0,0,0.3);
}
table.payoutTable td img {
	margin-left: 10px;
}
.xtr {
	text-align: center;
	padding: 2px;
}




















