@charset "utf-8";
/* CSS Document */
.modal.register {
	transition: all 0.5s;
}
.reg-tabs {
	display: none;
}
.modal-dialog.register {
    background: #081022;
    border: 3px solid #00bfff;
    border-radius: 20px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.55);
    max-width: 693px;
}
.modal-content.register {
    max-width: 600px;
    max-height: 400px;
    margin: auto;
    background: transparent;
    border: none;
    color: #fff;
    padding: 20px 0 20px;
}
.reg-title {
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	padding: 0 0 20px;
}
form.reg-form {
    display: grid;
    grid-template-columns: 125px auto;
    font-size: 15px;
    grid-gap: 14px 10px;
    max-width: 515px;
    margin: auto;
	color: #fff;
}
.f-label {
    text-align: right;
	font-weight: 600;
	font-size: 16px;
	align-self: center;
}
.f-field {
    position: relative;
}
.reg-form input, .reg-form select {
    border-radius: 10px;
    background: #f5f5f5;
    border: 1px solid #969696;
    box-shadow: inset 0px 1px 5px 0px rgba(0,0,0,0.14);
    padding: 0px 20px;
    height: 30px;
}
.reg-form input:focus, .reg-form select:focus {
	outline: none;
	box-shadow: none;
	border: 1px solid #1debff;
}
select.phone-code {
    width: 27%;
    display: inline-block;
}
input.phone-field {
    width: 71% !important;
    display: inline-block;
}
.f-button {
    grid-column: 1/3;
    text-align: center;
}
button.login-submit {
    background: linear-gradient(45deg, rgba(245,245,245,1) 0%, rgba(232,232,232,1) 100%);
    background-size: cover;
    position: relative;
    width: 135px;
    height: 42px;
    margin: auto;
    border-radius: 35px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 900;
    color: #3e3e3e;
    border: none;
}
button.login-submit:hover {
	box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.5);
}
button.login-submit:focus {
	outline: none;
}
span.toggle-password {
    position: absolute;
    right: 0;
    height: 30px;
    padding: 8px 10px;
    font-size: 18px;
	color: #707070;
    border-radius: 0 10px 10px 0;
    border: 1px solid #969696;
}

.nav-tabs.active-tabs {
    border-bottom: none;
    max-width: 480px;
    margin: auto;
    padding-bottom: 15px;
}
.nav-tabs.active-tabs li.nav-item {
    margin: auto;
}
.nav-tabs.active-tabs .nav-item.show .nav-link, .nav-tabs.active-tabs .nav-link.active {
    color: #fff;
    background: #28adec;
    border-color: #28adec;
}
.nav-tabs.active-tabs .nav-link {
    border: 1px solid #28adec;
    width: 200px;
    height: 30px;
    font-size: 15px;
    color: #fff;
    background: #000;
    padding: 4px 10px;
    text-align: center;
    margin: 0 10px;
    border-radius: 30px;
    text-transform: uppercase;
}
.sms-activate {
    text-align: center;
}
.sms-activate input {
    max-width: 75px;
    height: 75px;
    display: inline-block;
    margin: auto 5px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #a7a7a7;
    font-size: 35px;
    font-weight: 600;
    color: #252525;
}
.sms-activate input:focus {
	outline: none;
	border: 1px solid #ffd906;
}
.next-active {
	text-align: center;
	padding: 15px 0 10px;
}
.finish-hide {
    display: none;
}
.nav-tabs.active-tabs li.nav-item {
    margin: auto;
}
.activate-wrapper {
    padding: 10px;
    width: 451px;
    margin: auto;
}
.step-activate {
	display: grid;
	grid-template-columns: 100px auto;
	grid-gap: 10px 4px;
}
.activ {
    color: #54a2fb;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    padding: 13px 0;
}
.activ h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1px;
}
.simple {
    text-align: center;
    color: #6a6a6a;
    border-bottom: 1px solid #959595;
    margin: auto;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
    padding-bottom: 5px;
}
.step-activate {
    display: grid;
    grid-template-columns: 100px auto;
    grid-gap: 12px 5px;
    color: #686868;
    font-size: 16px;
	line-height: 1.2;
}
.st1 {
    text-align: right;
}
a.live-btn {
    display: inline-block;
    background: #252a2f;
    color: #fff;
    padding: 5px 21px;
    border-radius: 30px;
    border: 1px solid #ffc001;
    height: 26px;
    margin-top: 5px;
    font-size: 14px;
}

a.live-btn:hover {
	background: #28adec;
	color: #fff;
}
.captcha-img {
	max-width: 150px;
	margin-top: 10px;
}
.finish-hide {
	display: none;
}
.finish-wrapper {
    color: #000;
    text-align: center;
    font-size: 20px;
    max-width: 450px;
    margin: auto;
    border-radius: 10px;
    padding: 20px;
}
.finish-wrapper h1 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 900;
	color: #fff;
}
.acc-activ {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    padding: 5px 0;
}
.acc-activ img {
	padding: 10px;
}
.congrazt {
    line-height: 1;
    border-bottom: 1px solid #cacaca;
    padding: 0 0 9px;
    width: 400px;
	color: #fff;
}
button.login-submit.play-now {
    width: 190px;
    background-size: 100% 100%;
    height: 60px;
}
form.reg-form.forgot-pass {
    margin-top: 25px;
}
.verify-img {
    max-width: 100px;
}

/** Payout **/
.modal-dialog.modal-payout {
    max-width: 575px;
	background: #081022;
    border: 3px solid #00bfff;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
}
.modal-payout .modal-content {
	border: none;
	background-color: transparent;
}
.modal-dialog.modal-payout button.close {
	color: #fff;
	opacity: 1;
}
.modal-dialog.modal-payout button.close:hover, .modal-dialog.modal-payout button.close:focus {
	color: #00bfff;
	border: none;
	outline: none;
}
.payout-container {
    padding: 7px 20px;
}
.payout-container h3 {
    color: #fff;
    font-weight: 900;
    text-transform: none;
    font-size: 26px;
    text-align: center;
}
.prize-text {
    font-size: 15px;
    text-transform: uppercase;
	margin-top:30px;
}
.pred {
    color: #ff0000;
}
table.payoutTable {
	text-align: center;
}
table.payoutTable th, table.payoutTable td {
	padding: 4px;
}
table.payoutTable th {
    text-align: inherit;
    background: #000;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
	border: 1px solid #00bfff;
}
table.payoutTable td {
	border: 1px solid #00bfff;
	font-size: 15px;
	color: #fff;
} 
table.payoutTable td img {
	margin-left: 10px;
}
.xtr {
	text-align: center;
	padding: 2px;
}

/** Mobile download **/
.modal-dialog.mobile {
	background: linear-gradient(to bottom, rgba(43,43,43,1) 0%, rgba(8,8,8,1) 100%);
	background-size: cover;
	color: #fff;
	max-width:620px;
	min-height: 485px;
	border: 2px solid #28adec;
	filter: drop-shadow(0 0 4px #28adec);
	border-radius: 15px;
	position: relative;
}
.modal-content.mobile {
	background-color: transparent;
}
.mobile-close-btn {
    background: none;
    color: #fff;
    font-size: 24px;
    border: none;
    line-height: 1;
    position: absolute;
    right: 0px;
    top: 6px;
}
.mobile-close-btn:focus, .mobile-close-btn:hover {
	outline: none;
	box-shadow: none;
	color:#00c34e;
}
.mobile-title {
    text-align: center;
    margin: -15px 0 -5px;
}
.mobile-title img {
	height: 130px;
}
.mobile-dl-wrapper {
    text-align: center;
}
.mobox {
	width: 32%;
    margin: 0 auto;
	text-align: center;
	display: inline-block;
}
.qrbox {
    background: rgba(0,0,0,0.5);
    border: 2px solid #28adec;
    width: 165px;
    height: 169px;
    margin: auto;
    padding: 3px;
    display: flex;
}
.qrbox img {
	max-width: 111px;
	margin: auto;
}
.qrbox.window {
	background: url("../images/mobile/pc-frame.png")no-repeat center;
}
.mdl-title {
    display: grid;
    grid-template-columns: 50px auto;
    justify-content: center;
    margin-top: 10px;
	color: #fff;
}
.mdl-title:hover {
	color: #28adec;
}
.device-icon {
    position: relative;
    background: #0d2734;
    border: 1px solid #28adec;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gtitle {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 75%);
    background: #0d2734;
    border: 1px solid #28adec;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 75%);
    align-self: center;
    padding: 4px 10px 4px 20px;
    border-radius: 5px;
    margin-left: -12px;
}
.access-info-box {
    padding: 20px 30px;
}
.access-info-box table tr th {
    background: #001824;
    color: #28adec;
    font-weight: 500;
    border: 1px solid #28adec;
    text-align: center;
    padding: 10px 5px;
}
.access-info-box table tr td {
	padding: 10px;
	border: 1px solid #28adec;
	color: #fff;
	background: #002334;
}
button.cp-btn {
    background: #28adec;
    width: auto;
    height: 30px;
    margin: auto;
    border: none;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 14px;
    border-radius: 5px;
    transition: 0.3s;
}
button.cp-btn:hover, button.cp-btn:focus {
	outline: none;
	box-shadow: none;
	filter: drop-shadow(0 0 2px rgb(255,255,255,0.5));
    transform: scale(0.97);
    transition: 0.3s;
} 

/** Promotion **/
.close-promo {
    background: none;
    border: none;
    border-radius: 50%;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    font-size: 24px;
    position: absolute;
    right: 2px;
    top: 5px;
    z-index: 2;
	cursor: pointer;
}
.close-promo:hover {
	color: #00bfff;
}
.close-promo:focus {
	outline: none;
}
.modal-dialog.promo {
    color: #fff;
    max-width: 800px;
    min-height: 611px;
    filter: drop-shadow(0 0 4px #00bfff);
    border-radius: 15px;
    top: 10%;
    position: relative;
    overflow: hidden;
    background: #081022;
    border: 2px solid #00bfff;
}
.modal-content.promo {
    background: none;
    padding: 20px;
}
.pm-title-wrapper {
    font-size: 25px;
	line-height: 1.2;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #002334;
    border-bottom: 1px solid #449fc4;
    padding: 12px 2px;
    margin: -20px -20px 25px;
}
.promo-table tr td {
	background: #002334;
	border: 1px solid #449fc4;
	padding:7px 10px;	
}
.pmtable-wrapper {
	margin-bottom: 15px;
}
.gr-title {
    color: #00bfff;
    font-size: 18px;
    font-weight: 700;
    padding: 0 5px;
}
.grlist ul {
    padding: 0 20px;
	font-size: 13px;
}

/*** Wallet ***/
.modal.wallet {
	overflow: hidden;
	top: 13%;
}
.modal-dialog.modal-wallet {
	max-width: 430px;
	min-height: 369px;
    background-size: cover;
    color: #fff;
	background: #081022;
    border: 3px solid #00bfff;
	border-radius: 15px;
}
.modal-content.wallet-content {
	background: none;
	padding: 15px;
}
.quick-title {
    text-align: center;
    font-size: 26px;
    color: #3dff8f;
    font-weight: 700;
    padding: 6px;
	text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.95);
}
.wl-box-wrap {
    display: grid;
    grid-template-columns: 135px auto;
    align-self: center;
    grid-gap: 14px;
    align-items: center;
    font-size: 15px;
    background: #022330;
    color: #fff;
    line-height: 1.3;
    box-shadow: inset 1px 2px 5px -2px rgba(0,0,0,0.7);
    border-radius: 10px;
    padding: 15px 10px;
    margin: 5px 15px;
    width: 100%;
	text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.95);
}
.cwb {
    background: #011720;
    color: #fff;
    font-size: 20px;
    padding: 3px 7px;
    border-radius: 30px;
    margin-top: 5px;
    text-align: center;
}
.transfer-quick {
    padding: 15px 15px;
    font-size: 15px;
}
.transfer-quick h4 {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1;
}
.notice-quick {
    color: #ebff3e;
    display: block;
    font-size: 12px;
}
.great-num {
	color: #3effcb;
	font-size: 12px;
	margin: 3px 0;
}
input.num-trans {
    max-width: 160px;
    text-align: center;
    display: block;
    border-radius: 25px;
    border: none;
    font-size: 21px;
    padding: 2px 10px;
    background: #011720;
    color: #fff;
    margin-top: 5px;
}
input.num-trans:focus {
	outline: none;
}
input[type=range] {
    -webkit-appearance: none;
    background: none;
    width: 100%;
    max-width: 200px;
	margin: 0 5px;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 5px;
  background: #a9a8a8;
  border: none;
  border-radius: 3px;
}

input[type=range]::-ms-track {
  height: 5px;
  background: #a9a8a8;
  border: none;
  border-radius: 3px;
}

input[type=range]::-moz-range-track {
  height: 5px;
  background: #a9a8a8;
  border: none;
  border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #fff;
  margin-top: -5px;
  position: relative;
	cursor: pointer;
}

input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #fff;
  margin-top: -5px;
  position: relative;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #fff;
  margin-top: -5px;
  position: relative;
}

input[type=range]:focus {
  outline: none;
  &::-webkit-slider-thumb:after {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: #eee;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    border: 2px solid #555;
  }
  &::-ms-thumb:after {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: #eee;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    border: 2px solid #555;
  }
  &::-moz-range-thumb:after {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: #eee;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    border: 2px solid #555;
  }
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #a9a8a8;
}

input[type=range]:focus::-ms-track {
  background: #a9a8a8;
}

input[type=range]:focus::-moz-range-track {
  background: #a9a8a8;
}
span.min-rm, span.max-rm {
    vertical-align: sub;
    font-size: 18px;
}
button.submit-form-btn {
    background: linear-gradient(to bottom, rgba(255,232,83,1) 0%, rgba(252,177,16,1) 100%);
    color: #000;
    border: none;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 25px;
    border-radius: 30px;
    box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.6);
}
button.submit-form-btn:hover {
	box-shadow: none;
	background: linear-gradient(to top, rgba(255,232,83,1) 0%, rgba(252,177,16,1) 100%);
}
button.submit-form-btn:focus {
	outline: none;
}
button.close-X {
    background: transparent;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    position: absolute;
    right: 6px;
    top: 2px;
    font-weight: 400;
}
button.close-X:hover, button.close-X:focus { 
	outline: none;
	box-shadow: none;
	color: #3dff8f;
}

@media (min-width: 576px) {
.modal-dialog {
    max-width: initial;
}
}

/** Inbox **/
.modal-dialog.modal-inbox {
    max-width: 900px;
}
.modal-content.inbox-content {
    background: #081022;
    border: 2px solid #00bfff;
    color: #fff;
    border-radius: 8px; 
	overflow: hidden;
}
.inbx-title {
    font-size: 24px;
    font-weight: 700;
    padding: 12px 20px;
    border-bottom: 1px solid #fff;
}
.inbox-message {
    padding: 15px 30px 15px;
    min-height: 200px;
    font-size: 16px;
}
.message-wrapper {
	max-height: 500px;
    overflow: auto;
}
.message-wrapper::-webkit-scrollbar {
    width: 2px;
}
.message-wrapper::-webkit-scrollbar-thumb {
    background: #00d947;
    border-radius: 10px;
}
.message-wrapper::-webkit-scrollbar-track {
    background: #2c2c2c;
}






















