@charset "utf-8";
/* CSS Document */
.modal.right.fade .modal-dialog{
right: -290px;
-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	 -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog{right: 0;}      

.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 290px;
	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.right .modal-content {
	height: 100%;
	overflow-y: auto;
}
.modal.right.fade.show .modal-dialog {
	right: 0;
}
.modal-content.modal-menu {
    border-radius: 0;
    border: 0;
    background: #06141b;
}

.modal.left.fade .modal-dialog {
left: -120px;
-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: 120px;
	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;
}

.player-info-wrapper {
    display: grid;
    grid-template-columns: 200px auto;
    grid-gap: 10px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    border-bottom: 1px solid #00999f;
    padding: 15px 10px;
}
.player-box {
    align-self: center;
    display: grid;
    font-size: 17px;
}
.player-name {
	text-transform: none;
}
.player-name span {
    color: #fccb4d;
}
.stitle {
	font-size: 13px;
}
.vip-img {
	background: #0d2734;
    border-radius: 50%;
}
button.btn.btn-collap img {
    max-width: 20px;
}
.btn.btn-collap {
    position: relative;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: left;
    color: #fff;
    padding: 5px 25px;
	font-size: 15px;
}
.btn.btn-collap:focus {
	outline: none;
	box-shadow: none;
}
.btn-collap.collapsed {
	color: #fff;
}
.btn-collap.collapsed img {
	filter: contrast(1) brightness(100);
}
.btn.btn-collap:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 9px;
    position: absolute;
    right: 30px;
    top: 10px;
    transition: 0.3s;
    transform: rotate(45deg);
}
.btn.btn-collap.collapsed:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    transition: 0.3s;
    font-size: 9px;
    transform: rotate(0);
}

span.coll-title {
    vertical-align: middle;
    padding-left: 11px;
}
.wcard {
	margin-bottom: 7px;
}
.wcard-body {
    padding: 10px 25px;
    background: rgba(0,0,0,0.25);
}
.wcard-body a {
    display: block;
    padding: 2px 30px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}
.wcard-body a img {
    max-width: 45px;
}
.welcome-info-wrapper {
    border-bottom: 1px solid;
    border-color: rgba(255,255,255,0.2);
}
.welcome-box {
    font-size: 25px;
    text-transform: uppercase;
    padding: 9px 25px;
}
.join-login-wrapper {
    padding: 20px 25px;
}
.join-menu {
    background: linear-gradient(to top, rgba(254,170,1,1) 0%, rgba(253,194,0,1) 100%);
    display: block;
    margin: auto;
    text-align: center;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px;
    border-radius: 35px;
    margin-bottom: 8px;
}
.join-menu:hover {
	background: linear-gradient(to bottom, rgba(254,170,1,1) 0%, rgba(253,194,0,1) 100%);
	color: #fff;
}
.login-menu {
    background: #262626;
    display: block;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px;
    border-radius: 35px;
    margin-bottom: 8px;
}
.login-menu:hover {
	background: #000;
	color: #fff;
}
.menu-link {
	position: relative;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: left;
	padding: 5px 25px;
	color: #fff;
	margin-bottom: 7px;
	font-size: 15px;
}
.menu-link img {
    max-width: 20px;
}
.contact-us-box {
    border-bottom: 1px solid;
    border-color: rgba(255,255,255,0.2);
}
.contact-title {
    font-size: 25px;
    text-transform: uppercase;
    padding: 9px 25px;
}
.contact-info-wrapper {
    display: grid;
    grid-gap: 30px;
    padding: 20px 30px;
}
.fc-box {
    display: grid;
    grid-template-columns: 50px auto;
    align-self: center;
}
.circle-social {
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    display: block;
    text-align: center;
    padding: 3px 0 0 0px;
    transition: 0.3s;
}
.social-info {
    line-height: 1;
    align-self: center;
}
.social-info {
    line-height: 1;
    align-self: center;
}
.social-info h5 {
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}
.social-info a {
    color: #fff;
    font-size: 15px;
}

.login-option-active {
    color: #000;
    background: #999999;
    box-shadow: inset 1px -1px 5px -1px rgba(0,0,0,0.44);
    font-size: 18px;
    text-transform: uppercase;
    width: 46%;
    margin: 0 3px;
    display: inline-block;
    text-align: center;
	line-height: 1.4;
    padding: 9px 5px;
    border-radius: 3px;
}
.login-option-active:hover, .login-option-active:focus {
	color: #000;
}
.join-option {
	color: #000;
    background: linear-gradient(to bottom, rgba(253,194,0,1) 0%, rgba(254,170,1,1) 100%);
    font-size: 18px;
    text-transform: uppercase;
    width: 46%;
    margin: 0 3px;
    display: inline-block;
    text-align: center;
	line-height: 1.4;
    padding: 9px 5px;
    border-radius: 3px;
}
.join-option:hover, .join-option:focus {
	box-shadow: inset 1px -1px 5px -1px rgba(0,0,0,0.44);
	color: #000;
	background: linear-gradient(to top, rgba(253,194,0,1) 0%, rgba(254,170,1,1) 100%);
}

.modal.login {
	top: 6%;
}
.modal-login {
	background: linear-gradient(to bottom, #3db3b6 0%,#196e73 100%);
	background-size: cover;
	border-radius: 12px;
	padding: 30px;
}
.login-title {
    text-align: center;
    padding-bottom: 15px;
}
.login-title img {
	max-width: 120px;
	margin: auto;
}
.login-field {
	position: relative;
	margin-bottom: 15px;
}
.lj-option-wrapper {
    margin-bottom: 20px;
}
.field-icon {
    position: absolute;
    top: 12px;
    right: 15px;
    z-index: 2;
    font-size: 20px;
    cursor: pointer;
    color: #7d7d7d;
}
span.form-icon {
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(207,207,207,1) 100%);
    height: 39px;
    padding: 0px 10px 0 14px;
    font-size: 20px;
    border-radius: 35px 0 0 35px;
    box-shadow: inset 0px -2px 5px -3px rgba(0,0,0,0.20);
    border: 1px solid #dedede;
}

.form-icon img {
    max-width: 24px;
}
.login-field input {
    border-radius: 35px;
    border: 1px solid #dadada;
    padding: 6px 30px 6px 66px;
    box-shadow: inset 1px -1px 2px 0px rgba(0, 0, 0, 0.11);
    height: 39px;
    background: #e5e5e5;
}
.login-field input:focus {
	outline: none;
}
button.login-submit {
    background: linear-gradient(to bottom, #f41414 0%,#830505 60%,#f30505 100%);
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px;
    border-radius: 45px;
    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;
}
.forgot-link {
    font-size: 14px;
    float: right;
    color: #d2d2d2;
    text-decoration: underline;
    margin-bottom: 12px;
    padding-top: 5px;
}
.join-link {
    font-size: 12px;
    float: right;
    color: #4f4f4f;
    text-decoration: underline;
}

.login-option {
    color: #fff;
    background: #262626;
    font-size: 18px;
    text-transform: uppercase;
    width: 46%;
    margin: 0 3px;
    display: inline-block;
    text-align: center;
	line-height: 1.4;
    padding: 9px 5px;
    border-radius: 3px;
}
.login-option:hover, .login-option:focus {
	box-shadow: inset 1px -1px 5px -1px rgba(0,0,0,0.44);
	color: #fff;
	background: #999;
}
.join-option-active {
	color: #000;
    background: linear-gradient(to bottom, rgba(253,194,0,1) 0%, rgba(254,170,1,1) 100%);
	box-shadow: inset 1px -1px 5px -1px rgba(0,0,0,0.44);
    font-size: 18px;
    text-transform: uppercase;
    width: 46%;
    margin: 0 3px;
    display: inline-block;
    text-align: center;
	line-height: 1.4;
    padding: 9px 5px;
    border-radius: 3px;
	filter: brightness(0.7);
}
.join-option-active:hover, .join-option-active:focus {
	color: #000;
}
button.login-next {
    background: linear-gradient(to bottom, rgba(190,22,22,1) 0%, rgba(118,43,18,1) 100%);
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
    border: none;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 7px;
    border-radius: 35px;
}
button.login-next:hover {
	background: linear-gradient(to top, rgba(190,22,22,1) 0%, rgba(118,43,18,1) 100%);
    color: #fff;
}
.activate-wrapper {
    background: rgba(0,0,0,0.1);
    box-shadow: inset -1px 1px 4px 0px rgba(0,0,0,0.3);
    padding: 17px;
    max-width: 451px;
    margin: auto;
	margin-bottom: 20px;
}
.step-activate {
	display: grid;
	grid-template-columns: 100px auto;
	grid-gap: 10px 4px;
}
.simple {
    text-align: center;
    color: #2e2e2e;
    border-bottom: 1px solid #959595;
    max-width: 270px;
    margin: auto;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.step-activate {
    display: grid;
    grid-template-columns: 45px auto;
    grid-gap: 12px 5px;
    color: #000;
    font-size: 14px;
	line-height: 1.2;
}
a.live-btn {
    display: inline-block;
    background: #252a2f;
    color: #fff;
    padding: 4px 3px;
    border-radius: 30px;
    border: 1px solid #ffc001;
    height: 26px;
    margin-top: 5px;
    width: 47%;
    text-align: center;
}
a.live-btn:hover {
	background: #ffc001;
	color: #0F0F0F;
}
.submit-form-btn {
    background: linear-gradient(to bottom, rgba(253,194,0,1) 0%, rgba(254,170,1,1) 100%);
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 30px;
    border: none;
    padding: 3px;
    color: #000;
    width: 164px;
    margin: auto;
    display: block;
    margin-top: 15px;
    transition: 0.3s;
}
.submit-form-btn:hover, .submit-form-btn:focus {
    background: linear-gradient(to top, rgba(253,194,0,1) 0%, rgba(254,170,1,1) 100%);
    color: #000;
    outline: none;
    letter-spacing: 2px;
    transition: 0.3s;
}
.modal-register {
	background: linear-gradient(to bottom, #3db3b6 0%,#196e73 100%);
	border-radius: 12px;
	padding: 30px;
}
.reg-title {
    text-align: center;
	padding-bottom: 15px;
}
.reg-title img {
    width: 230px;
    margin: auto;
}
.nav-tabs.step-nav {
    border-bottom: none;
	display: none;
}
.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;
}
.nav-tabs.active-tabs {
    border-bottom: none;
    max-width: 480px;
    margin: auto;
    padding-bottom: 15px;
}
.nav-tabs.active-tabs li.nav-item {
    margin: 0;
	width: 50%;
}
.nav-tabs.active-tabs .nav-item.show .nav-link, .nav-tabs.active-tabs .nav-link.active {
    color: #000;
    background-color: #fff;
    border-color: #ffc001;
    background: linear-gradient(to bottom, rgba(253,194,0,1) 0%, rgba(254,170,1,1) 100%);
}
.nav-tabs.active-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    width: 96%;
    height: 30px;
    color: #fff;
    background: #000;
    border: 1px solid #ffc001;
    padding: 5px 0px;
    text-align: center;
    margin: 0 0px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
}
.sms-activate {
    text-align: center;
}
.sms-activate input {
    max-width: 35px;
    height: 35px;
    display: inline-block;
    margin: auto 5px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #feb501;
	font-size: 22px;
    font-weight: 600;
	color: #252525;
}
.sms-activate input:focus {
	outline: none;
	border: 1px solid #3795ab;
}
.next-active {
	text-align: center;
	padding: 15px 0 10px;
}
.active-title {
	text-align: center;
	position: relative;
	font-size: 24px;
}
.active-title::before {
    content: '';
    width: 20%;
    border: 0.5px solid #a1a1a1;
    display: inline-block;
    vertical-align: super;
    margin: 0 9px;
}
.active-title::after {
    content: '';
    width: 20%;
    border: 0.5px solid #a1a1a1;
    display: inline-block;
    vertical-align: super;
    margin: 0 9px;
}
.forgot-title {
	margin: auto;
	text-align: center;
	padding-bottom: 15px;
    font-size: 24px;
}
.forgot-title::before {
    content: '';
    width: 15%;
    border: 0.5px solid #a1a1a1;
    display: inline-block;
    vertical-align: super;
    margin: 0 9px;
}
.forgot-title::after {
    content: '';
    width: 15%;
    border: 0.5px solid #a1a1a1;
    display: inline-block;
    vertical-align: super;
    margin: 0 9px;
}
.verify-wrap label {
    text-align: center;
    display: block;
    font-size: 18px;
    margin-bottom: 0;
}
.finish-wrapper {
    text-align: center;
	font-weight: 700;
}
.finish-wrapper h1 {
    font-size: 26px;
	font-weight: 700;
    margin-top: 12px;
    margin-bottom: 0;
}
.congrat {
    text-align: center;
}
.congrat img {
	width: 120px;
	margin: auto;
}
.captcha-img {
	max-width: 120px;
	text-align: center;
	margin: auto;
	margin-bottom: 10px;
}

/**** After Login ****/
.level-img {
    vertical-align: text-bottom;
    margin-right: 10px;
}
.level-img img {
    max-width: 50px;
}
.blc-title {
    text-transform: uppercase;
    font-size: 17px;
}
.balance-amount {
    margin-top: -10px;
    padding-left: 50px;
    font-size: 24px;
    line-height: 1;
}
.balance-menu-wrapper {
    border-bottom: 1px solid;
    border-color: rgba(255,255,255,0.2);
    margin: 0 25px;
    padding-bottom: 10px;
    padding-top: 18px;
	margin-bottom: 10px;
}
.blc-img {
    color: #fff;
}
.blc-img img {
    max-width: 20px;
}
.blc-title {
    text-transform: uppercase;
    font-size: 17px;
    vertical-align: middle;
    padding-left: 11px;
}
.balance-amount {
    margin-top: 0px;
    padding-left: 34px;
    font-size: 24px;
    line-height: 1;
}
hr.menu-divider {
    border-color: rgba(255,255,255,0.2);
    margin: 0 25px 10px 25px;
}
.logout-wrapper {
    width: 85%;
    margin: auto;
    text-align: center;
    bottom: 30px;
    padding-top: 15px;
	padding-bottom: 20px;
    border-top: 1px solid;
    border-color: rgba(255,255,255,0.2);
    display: block;
    margin-top: 80px;
}
.logout-btn {
    background: linear-gradient(to bottom, rgba(190,22,22,1) 0%, rgba(118,43,18,1) 100%);
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 35px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 4px;
    max-width: 80%;
    margin: auto;
}
.logout-btn:hover {
    background: linear-gradient(to top, rgba(190,22,22,1) 0%, rgba(118,43,18,1) 100%);
	color: #fff;
}
#accordionSetting a:hover, #accordionSetting a.active  {
    color: #ffc001;
}

.modal-backdrop.show {
    opacity: .7;
}
.modal-content.modal-summary {
    background: rgba(27,91,98,0.9);
    color: #fff;
	padding: 15px 0 15px;
	max-height: 580px;
	overflow: auto;
}
button.close-modal.smry {
    color: #fff;
    right: 7px;
    top: 10px;
    margin: auto;
    line-height: 1;
}
.summary-wrapper {
    display: grid;
    grid-template-columns: 37% 63%;
    grid-gap: 2px 0px;
    font-size: 14px;
	padding: 5px 15px;
}
.amount-item {
	text-align: right;
}
.balc {
	display: inline-block;
	margin: 0 3px;
	float: left;
}
hr.sumdv {
    width: 90%;
    border-color: rgba(255,255,255,0.60);
    margin-top: 0;
}
button.btn-in {
    display: inline-block;
    background: #8ec549;
    color: #fff;
    border: none;
    text-transform: uppercase;
    height: 100%;
    width: 36px;
    line-height: 1;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
	margin: 0 2px;
	padding: 1px 0;
}
button.btn-out {
    display: inline-block;
    background: #c71f33;
    color: #fff;
    border: none;
    text-transform: uppercase;
    height: 100%;
    width: 36px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
	margin: 0 2px;
	padding: 1px 0;
}
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;
}
.modal-content.modal-promo {
    padding: 30px 15px 10px;
    background: rgba(0,0,0,0.8);
    color: #fff;
	line-height: 1.4;
}
button.close-modal.promo {
    color: #fff;
}
table.promo-table {
    text-align: center;
}
table.promo-table tr th {
    background: #25727c;
	color: #fff;
	padding: 2px;
	border: 1px solid #25727c;
	line-height: 1.1;
}
table.promo-table tr td {
	border: 1px solid #25727c;
	padding: 2px;
}
.dl-dialog {
	top: 7%;
}
.modal-content.modal-download {
    padding: 35px 15px 15px;
    background:linear-gradient(to bottom, #3db3b6 0%,#196e73 100%);
    color: #fff;
}
.access-info-wrapper {
    display: block;
    max-width: 500px;
    margin: 15px auto 0;
}
table.access-table tr td {
    border: 1px solid #63e3ee;
    background: #3b3b3b;
    color: #fff;
    padding: 3px 5px;
    font-size: 13px;
	line-height: 1.3;
}
.yellow-text {
	color: #ffc001;
}
.dld-wrap {
	position: relative;
}
.dld-box {
    position: absolute;
    left: 15%;
    top: 68%;
}
.dl-device {
    display: inline-block;
    max-width: 60px;
    margin: auto 3px;
}
.dl-device:hover {
	filter: drop-shadow(0 0 3px rgb(255,255,255,0.8)) brightness(1.05);
}

@media (max-width:480px) {
.dld-box {
    position: absolute;
    left: 12%;
}
}
@media (max-width:380px) {
.dld-box {
    position: absolute;
    left: 8%;
}
}








