@charset "utf-8";
/* CSS Document */

.login-title {
    text-align: center;
    padding-bottom: 15px;
}
.login-title img {
	max-width: 120px;
	margin: auto;
}
.login-field {
	position: relative;
}
.field-icon {
    position: absolute;
    top: 12px;
    right: 20px;
    z-index: 2;
    font-size: 20px;
    cursor: pointer;
    color: #7d7d7d;
}
.login-field {
	margin-bottom: 15px;
}
.login-field input {
    border-radius: 5px;
    border: 1px solid #aaaaaa;
    padding: 6px 9px;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.16);
}
.login-field input:focus {
	outline: none;
	border: 1px solid #00999f;
}
button.login-submit {
    background: #0bbab4;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px;
    border-radius: 4px;
    font-weight: 500;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.32);
}
button.login-submit:hover {
	background: #16455c;
	box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.3);
}
button.login-submit:focus {
	outline: none;
}
button.close-modal {
    background: none;
    border: none;
    position: absolute;
    right: 4px;
    top: 0px;
    font-size: 24px;
    font-weight: 700;
    color: #0d2734;
}
button.close-modal:focus {
	outline: none;
	box-shadow: none;
}
button.close-modal.white {
	color: #fff;
    top: -3px;
}
.fj-wrapper {
    position: relative;
}
.fj-wrapper a:hover {
	color: #0d2734;
}
.forgot-link {
    font-size: 12px;
    float: left;
    color: #4f4f4f;
    text-decoration: underline;
}
.join-link {
    font-size: 12px;
    float: right;
    color: #4f4f4f;
    text-decoration: underline;
}

.modal-register {
	background: url("../images/register_bg.png")no-repeat bottom center;
	background-size: cover;
	border-radius: 12px;
	border: 1px solid #0bbab4;
}
.reg-title {
    text-align: center;
	padding-bottom: 15px;
}
.reg-title img {
    width: 230px;
    margin: auto;
}
.nav-tabs.step-nav {
    border-bottom: none;
}
ul.step-nav li {
	width: 33%;
	position: relative;
	z-index: 5;
}
ul.step-nav li a {
    font-size: 21px;
    font-weight: 700;
    background: #f8f8f8;
    display: block;
    border-radius: 50%;
	margin: auto;
    width: 40px;
    height: 40px;
    padding: 4px 4px;
    color: #d3d3d3;
    text-align: center;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
}
ul.step-nav li a.active {
	background: #0bbab4;
	color: #fff;
} 
li.s1 a::before {
    content: '';
    width: 82%;
    border: 1px solid #d3d3d3;
    display: block;
    position: absolute;
    top: 50%;
    right: -50%;
    z-index: -1;
}
li.s1 a.active::before {
    content: '';
    border: 1px solid #00999f;
}
li.s2 a::before {
    content: '';
    width: 82%;
    border: 1px solid #d3d3d3;
    display: block;
    position: absolute;
    top: 50%;
    right: -50%;
    z-index: -1;
}
li.s2 a.active::before {
    content: '';
    border: 1px solid #00999f;
}
.tab-content.reg {
    padding-top: 24px;
}
.reg-field {
	margin-bottom: 18px;
	position: relative;
}
.reg-field input {
    border-radius: 5px;
    border: 1px solid #aaaaaa;
    padding: 6px 9px;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.16);
	background: #fff;
}
.reg-field input:focus, .reg-field select:focus {
	border:1px solid #00999f;
	outline: none;
} 

.reg-field select {
	border-radius: 5px;
    border: 1px solid #aaaaaa;
    padding: 8px 9px;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.16);
	background: #fff;
}
.reg-field .num1 {
    width: 35%;
    display: inline-block;
}
.reg-field .num2 {
    width: 63%;
    display: inline-block;
    margin-left: 0px;
}
.accept-line {
    position: relative;
	margin-bottom: 30px;
}
.accept-box {
    float: left;
    margin-right: 7px;
    margin-top: -3px;
	height: 45px;
}
.accept-terms {
    line-height: 1.1;
    font-size: 13px;
}
.accept-terms a {
	color: #ff1111;
}
.verify-wrap label {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 2px;
}
.verify-number {
    text-align: center;
}
span.verf input {
    width: 15%;
    height: auto;
    font-size: 26px;
    text-align: center;
    margin: 1px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.16);
}
span.verf input:first-child {
	margin-left: 0;
}
span.verf input:last-child {
	margin-right: 0;
}
span.verf input:focus {
	border: 1px solid #00999f;
	outline: none;
}
/*Start | On-Off Button Design*/
.btn-onoff{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}
.btn-onoff input{
	display: block;
	position: absolute;
	opacity:0
}
.btn-onoff span {
    position: relative;
    display: block;
    width: 48px;
    height: 20px;
    border-radius: 40px;
    background: #ccc;
    border: 1px solid #ccc;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    transition: 400ms;
}
.btn-onoff input:checked ~ span{
	border: 1px solid #4CAF50;
	background: #4CAF50
}
.btn-onoff input ~ span:before {
    content: 'Off';
    display: block;
    width: 33px;
    height: 20px;
    position: absolute;
    right: 0px;
    font-size: 10px;
    font-family: "Arial";
    font-weight: bold;
    line-height: 20px;
    color: #444;
    padding: 0px 4px;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -ms-transition: 500ms;
    transition: 500ms;
}
.btn-onoff input:checked ~ span:before{
	content: 'On';
	right: 15px;
	color: #fff
}
.btn-onoff input ~ span:after{
	content: '';
	position: absolute;
	width: 16px;
    height: 16px;
    top: 1px;
    left: 1px;
	background: #fff;
	border-radius: 50%;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-ms-transition: 400ms;
	transition: 400ms
}
.btn-onoff:hover input ~ span:after{
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9);
	-ms-transform:scale(0.9);
	transform:scale(0.9)
}
.btn-onoff input:checked ~ span:after{
	content: '';
	left: 29px;
}
/*End | On-Off Button Design*/

.prob {
    font-size: 12px;
    line-height: 1.2;
    max-width: 200px;
    text-align: center;
    margin: auto;
    margin-top: 11px;
}
.subscribe {
    display: grid;
    grid-template-columns: 60px auto 75px;
    max-width: 344px;
    margin: auto;
    background: #fff;
    border: 1px solid #57b6bc;
    margin-top: 24px;
    border-radius: 5px;
	margin-bottom: 30px;
}
.want {
    line-height: 1;
    font-size: 12px;
    padding: 6px 0;
    color: #aaaaaa;
	font-weight: 300;
}
.letter {
	text-align: center;
	align-self: center;
}
.letter i {
    color: #57b6bc;
	font-size: 40px;
}
.subs-on {
    text-align: center;
    align-self: center;
}
.congrat {
    text-align: center;
}
.congrat img {
	width: 380px;
	margin: auto;
}
.congrat h2 {
    font-size: 16px;
}
.check-tick {
    text-align: center;
	padding: 10px 0;
}
.check-tick i {
    font-size: 150px;
    color: #006ea5;
}
.deposit-btn {
    background: #0bbab4;
    display: block;
    color: #fff;
    font-size: 17px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.deposit-btn:hover {
	background: linear-gradient(to top, rgba(0,111,167,1) 0%, rgba(0,84,126,1) 100%);
	box-shadow: none;
}
.deposit-btn img {
    max-width: 35px;
    margin-right: 12px;
}
.dashboard-btn {
    background: linear-gradient(to bottom, rgba(0,161,167,1) 0%, rgba(3,108,112,1) 100%);
    display: block;
    color: #fff;
    font-size: 17px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
    text-transform: uppercase;
    font-weight: 500;
	height: 45px;
	display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
	margin-bottom: 15px;
}
.dashboard-btn:hover {
    background: linear-gradient(to top, rgba(0,161,167,1) 0%, rgba(3,108,112,1) 100%);
	box-shadow: none;
}
.dashboard-btn img {
    max-width: 30px;
    margin-right: 12px;
}
.deposit-btn:hover, .dashboard-btn:hover, .deposit-btn:focus, .dashboard-btn:focus {
	color: #fff;
	outline: none;
}
.captcha-img {
	max-width: 120px;
	text-align: center;
	margin: auto;
	margin-bottom: 10px;
}
.forgot-title {
	max-width: 270px;
	margin: auto;
	text-align: center;
	padding-bottom: 15px;
}
.modal-content.modal-payout {
    background: #273775;
}
.modal-content.modal-payout .close-modal {
	color: #fff;
}
.payout-container {
    padding: 7px 20px;
}
.payout-container h3 {
	color: #ffc600;
	font-weight: 600;
	text-transform: none;
	font-size: 26px;
	text-align: center;
}
.prize-text {
    font-size: 14px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}
.pred {
    color: #ff0000;
}
table.payoutTable {
    text-align: center;
}
table.payoutTable th, table.payoutTable td {
	padding: 4px;
}
table.payoutTable th {
	text-align: inherit;
	background: #3c93c5;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	border: 1px solid #3c93c5;
}
table.payoutTable td {
	border: 1px solid #3c93c5;
	font-size: 15px;
	color: #fff;
	background: #1d2a5a;
	line-height: 1.4;
}
table.payoutTable td img {
	margin-left: 10px;
	
}
.xtr {
    text-align: center;
    color: #fff;
    padding: 2px;
}

.modal-content.modal-summary {
    background: #0d2734;
    color: #fff;
	border: none;
	border-radius: 0;
	
}
.modal-content.modal-summary {
    background: #0d2734;
    color: #fff;
    padding-bottom: 10px;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #005c89;
    max-height: 490px;
    overflow: auto;
}
.summary-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 12px 0px;
	font-size: 14px;
}
.main-item {
	background: #fff;
	background: linear-gradient(to bottom, rgba(0,111,167,1) 0%, rgba(0,84,126,1) 100%);
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.main-amount {
	text-align: right;
	background: linear-gradient(to bottom, rgba(0,111,167,1) 0%, rgba(0,84,126,1) 100%);
	padding: 5px;
	font-size: 16px;
	align-self: center;
	padding: 5px 10px;
}
.platform-item {
	text-transform: uppercase;
	font-weight: 600;
	padding: 0px 10px;
}
.amount-item {
    text-align: right;
	height: 25px;
	padding: 0px 10px;
}
.balc {
    display: inline-block;
    margin: 0 3px;
}
button.btn-in {
    display: inline-block;
    border: none;
    margin: 0 5px;
	height: 100%;
    padding: 0px 10px;
    background: #78b714;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
button.btn-out {
    display: inline-block;
    border: none;
    margin: 0 2px;
	height: 100%;
    padding: 0px 10px;
    background: #b71414;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

.modal-promo .close-modal {
	color: #fff;
}
.promo-wrapper {
    background: #090909;
    color: #fff;
    padding: 0 15px;
	line-height: 1.4;
}
.title-promo-top {
    background: linear-gradient(to bottom, rgba(0,111,167,1) 0%, rgba(0,84,126,1) 100%);
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 6px 25px;
    margin: 0 -15px;
    font-size: 18px;
}
.promo-table-roll {
    margin: 15px 0;
}
.promo-table-roll table tr td {
    border: 1px solid #135271;
	background: #0d2734;
    line-height: 1.1;
    padding: 4px 5px;
    text-align: center;
    font-size: 14px;
}
.promo-table tr th {
    text-align: center;
    background: linear-gradient(to bottom, rgba(0,111,167,1) 0%, rgba(0,84,126,1) 100%);
    padding: 5px;
    font-weight: 600;
	border:1px solid #135271;
}
.promo-table tr td {
	border:1px solid #135271;
	padding: 5px;
	text-align: center;
	background: #0d2734;
}
.tnc-content ul {
    padding: 0 0 0 20px;
}

.modal-content.modal-winner {
    background: #061c27;
    color: #fff;
	overflow: auto;
}
.modal-content.modal-winner .close-modal {
	color: #fff;
}

.modal-body.winner {
    padding: 0;
}
.modal-content.winner {
    background: transparent;
    color: #fff;
    border: none;
}
button.wxclose {
    background: transparent;
    color: #fff;
    border: none;
    line-height: 1;
    font-size: 23px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 500;
}
.winner-bg {
    background: url(../images/winner/winner-mobile-bg.png)no-repeat top center;
    background-size: 100% 100%;
    min-height: 520px;
    margin: auto;
    position: relative;
}
.plcm-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    max-width: 290px;
    margin: auto;
    text-align: center;
    padding: 32px 10px 0 10px;
    color: #fff;
    grid-gap: 5px;
}
.tpn {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.nom-info-1 {
    border: 1px solid #fff;
    border-radius: 7px;
    font-size: 13px;
	margin: auto;
    margin-bottom: 10px;
	width: 86px;
    height: 22px;
    padding: 0 2px;
}
.nom-info-1.silver {
	border-color: #acaead;
}
.nom-info-1.bronze {
	border-color: #816249;
}
.nom-info-1.gold {
	border-color: #d1ab4f;
}
.nom-info-2 {
    border: 1px solid #0ac1b8;
	background: #0f0c25;
    border-radius: 7px;
	margin: auto;
    font-size: 13px;
	width: 100%;
    height: 22px;
    padding: 0 2px;
    box-shadow: 0 3px 6px rgb(0,0,0,0.5);
}
.rank-wrapper {
    background: url(../images/winner/list-frame.png)no-repeat top center;
    background-size: contain;
    width: 260px;
    overflow: auto;
    margin: auto;
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 35px 0 15px;
}
.rank-wrapper-1 {
	background: url(../images/winner/list-frame.png)no-repeat top center;
    background-size: contain;
    width: 260px;
    overflow: auto;
    margin: auto;
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 35px 0 15px;
}
.winner-rank {
    height: 196px;
    overflow: auto;
}
.winner-rank-1 {
    height: 375px;
    overflow: auto;
}
.rank-top {
    display: grid;
    grid-template-columns: 40px 125px auto;
    overflow: hidden;
	border-radius: 5px;
    border: 1px solid #d8a660;
    font-weight: 700;
    max-width: 380px;
    margin: auto;
	font-size: 13px;
    padding: 2px;
    margin-top: 8px;
    margin-bottom: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #000a1a;
}
.rank-top-1 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    overflow: hidden;
	border-radius: 5px;
    border: 1px solid #d8a660;
    font-weight: 700;
    max-width: 380px;
    margin: auto;
	font-size: 13px;
    padding: 2px;
    margin-top: 8px;
    margin-bottom: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #000a1a;
}
.rank-row {
    display: grid;
    grid-template-columns: 40px 125px auto;
    overflow: hidden;
    padding: 2px;
    border: 1px solid #d8a660;
    max-width: 365px;
    margin: 8px auto;
    border-radius: 5px;
    background: #000a1a;
}
.rank-row2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    overflow: hidden;
    padding: 2px;
    border: 1px solid #d8a660;
    max-width: 365px;
    margin: 8px auto;
    border-radius: 5px;
    background: #000a1a;
}
.rb2 {
	border-left: 1px solid #d8a660;
	border-right: 1px solid #d8a660;
}
.rank-row2 .rb2, .rank-top-1 .rb2 {
	border-left: none;
}
.rank-box {
    padding-top: 17px;
}
.modal-dialog.modal-winner {
    top: 7%;
}
.modal-body.tcwinner {
    background: url(../images/winner/tnc-frame.png)no-repeat top center;
    background-size: 100% 100%;
    color: #fff;
    padding: 20px 25px;
}
button.tcxclose {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 25px;
    margin-top: -9px;
    position: absolute;
    right: 17px;
}
.winner-title-bar {
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}
.wterm-wrapper {
    font-size: 13px;
    text-align: center;
}
.modal-content.tnc {
	background: transparent;
}


.modal-content.modal-download {
    background: #090909;
	color: #fff;
}
.modal-content.modal-download .close-modal {
	color: #fff;	
}
.dl-info-box {
    position: absolute;
    max-width: 45%;
    right: 8%;
    top: 0;
    text-align: center;
}
.dld-box {
    margin-top: 7px;
}
.dl-device {
    display: inline-block;
    width: 35%;
    margin: 5px;
    text-align: center;
}
.dl-device:hover img {
	filter: brightness(1.15) drop-shadow(0 0 2px rgb(255,255,255));
}
.dl-title-top {
    background: linear-gradient(to bottom, rgba(0,111,167,1) 0%, rgba(0,84,126,1) 100%);
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    padding: 3px;
    text-transform: uppercase;
}
.modal-backdrop.show {
    opacity: .7;
}
button.close-modal.smry { 
	color: #fff;
    left: 0;
    right: 0;
    bottom: -33px;
    top: initial;
    margin: auto;
    width: 30px;
}
/** No Record **/
.record-box {
    text-align: center;
    padding-top: 100px;
}
.record-box h3 {
    font-size: 32px;
    margin-top: 16px;
    letter-spacing: 1px;
}
.record-box img {
    max-width: 200px;
}
.form .modal-dialog{
    z-index: 99;
}

/** Download **/

button.close-modal {
    background: none;
    border: none;
    position: absolute;
    right: 4px;
    top: 0px;
    font-size: 24px;
    font-weight: 900;
    color: #cbcbcb;
    z-index: 2;
}

button.close-modal:focus {
    outline: none;
    box-shadow: none;
}

.modal-dialog.dl-dialog {
    top: 6%;
}

.modal-content.modal-download {
    padding: 0 15px 15px;
    background: #0a0a0a;
    color: #fff;
    border: 1px solid #0bbab4;
}

.access-info-wrapper {
    display: block;
    max-width: 500px;
    margin: 15px auto 0;
}

table.access-table tr td {
    border: 1px solid #fff;
    background: #0a0a0a;
    color: #ffffff;
    padding: 4px 5px;
    font-size: 13px;
    line-height: 1.3;
}

.main-text {
    color: #000000;
}

.dld-wrap {
    position: relative;
    margin: 10px auto;
}

.dld-box {
    position: absolute;
    bottom: 5%;
    left: 6%;
}

.dl-device {
    background: #0bbab4;
    background-size: contain;
    display: block;
    color: #fff;
    width: 150px;
    height: 42px;
    margin: 10px auto 0;
    padding: 6px 5px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

.dl-device:hover {
    color: #fff;
}

.dl-device img {
    max-width: 18px;
    vertical-align: sub;
}

.download-wrap {
    padding-top: 15px;
    text-align: center;
}

a.devide-btn {
    background: #0bbab4;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0px;
    display: inline-block;
    width: 120px;
    padding: 5px 2px;
    margin: 0 5px;
    border-radius: 5px;
}





















