@charset "utf-8";

/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
	font-family: 'Montserrat', sans-serif;
	position: relative;
	padding-top: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	background: url(../img/body_bg2.png)no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

body::before {
	content: "";
	background: #142222e0;
	z-index: -1;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}


a,
a:active,
a:focus,
a:hover {
	outline: none;
	transition: all 0.5s ease;
	text-decoration: none;
}

button,
button:active,
button:focus,
button:hover {
	outline: none;
	transition: all 0.5s ease;
	text-decoration: none;
}

#return-to-top {
	z-index: 11;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgb(0, 0, 0);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	border-radius: 35px;
	display: none;
	transition: all 0.3s ease;
}

#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	transition: all 0.3s ease;
}

#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
	color: #fff;
	top: 5px;
}

header {
	padding: 20px 0px;
}

#particles-js {
	position: fixed;
	z-index: -1;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 100% !important;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000000;
}

.overlay .overlayDoor:before,
.overlay .overlayDoor:after {
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	background: #142222;
	transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
	transition-delay: 0.8s;
}

.overlay .overlayDoor:before {
	left: 0;
}

.overlay .overlayDoor:after {
	right: 0;
}

.overlay.loaded .overlayDoor:before {
	left: -50%;
}

.overlay.loaded .overlayDoor:after {
	right: -50%;
}

.overlay.loaded .overlayContent {
	opacity: 0;
	margin-top: -15px;
}

.overlay .overlayContent {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.overlayContent img {
	width: 200px;
}

.card-container {
	max-width: 700px;
	margin: auto;
}

.card {
	background: #141416;
	position: relative;
}

.card.card_bg2 {
	background: #1d1f25;
}

.line_holder {
	font-weight: 500;
	display: flex;
	align-items: center;
	grid-gap: 0.1rem;
	justify-content: space-between;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	position: relative;
	padding-left: 45px;
}

.line_holder span {
	line-height: 29px;
	background: #3f70fc;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	text-align: center;
}

.d-item_one {
	white-space: nowrap;
	text-align: left;
	margin-bottom: 0px;
}

.d-item_two {
	white-space: nowrap;
	color: #3f70fc;
	text-align: right;
	margin-bottom: 0px;
}

.dashboard_item_line {
	width: 100%;
	margin: 0 0.6rem;
	height: 1px;
	background-color: hsl(240, 4.2%, 13.9%);
}

.players_box {
	position: relative;
	margin: 7px 0px;
	border-radius: 10px;
	padding: 15px;
	padding-left: 100px
}

.players_box.bg1 {
	background-image: linear-gradient(190deg, #ce8f11 10%, #b9550f);
	color: #b9550f
}

.players_box.bg2 {
	background-image: linear-gradient(190deg, #2b8a73 10%, #04785c);
	color: #04785c
}

.players_box.bg3 {
	background-image: linear-gradient(190deg, #815ced 10%, #6442c4);
	color: #6442c4
}

.players_box.bg4 {
	background-image: linear-gradient(190deg, #0e4cc2 10%, #033aa5);
	color: #033aa5
}

.players_box span {
	height: 50px;
	width: 50px;
	display: block;
	border-radius: 10px;
	background: #ffffff45;
	font-size: 24px;
	text-align: center;
	line-height: 46px;
	position: absolute;
	left: 20px;
	top: 20px
}

.players_box h5 {
	color: #fff;
}

.deposit_box {
	margin: 20px 0px;
}
.navbar-toggler {
     color: #fff;
}
.theme_btn {
	background: url(../img/button.png) no-repeat center;
	border: none;
	color: #fff;
	text-transform: uppercase;
	background-size: 100% 100% !important;
	width: 100%;
	padding: 25px 20px;
	text-align: center;
}

.theme_btn:hover {
	background: url(../img/button-hover.png)no-repeat center;
	color: #fff;
}

.theme_btn.active {
	background: url(../img/button-hover.png)no-repeat center;
	color: #fff;
}

.sm_btn {
	width: 200px;
}

.table.table_icon thead th {
	vertical-align: bottom;
	border-bottom: transparent;
	font-weight: normal;
	color: #4bf5d6;
}

.table_icon tbody tr td:nth-child(1) {
	position: relative;
	padding-left: 40px;
}

.table_icon tbody tr td:nth-child(4) {
	position: relative;
}

.table_icon tbody tr td:nth-child(1)::before {
	position: absolute;
	left: -35px;
	bottom: -2px;
	width: 49px;
	height: 32px;
	content: '';
	background: url("../img/icon-info-list-left.png") no-repeat left bottom / 100%;
}

.table_icon tbody tr td:nth-child(4)::before {
	position: absolute;
	right: -35px;
	bottom: -2px;
	width: 49px;
	height: 32px;
	content: '';
	background: url("../img/icon-info-list-right.png") no-repeat left bottom / 100%;
}


.table_box::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -22px;
	height: 23px;
	content: '';
	background: url("../img/block-wrap_bottom.png") no-repeat center bottom / 100%;
}

.table_box::before {
	position: absolute;
	left: 0;
	right: 0;
	top: -22px;
	height: 23px;
	content: '';
	background: url("../img/block-wrap_top.png") no-repeat center top / 100%;
}

.table_box {
	position: relative;
	background: #305c57;
	margin-bottom: 20px;
	border-radius: 4px;
}

.heading_line {
	color: #fff;
	font-size: 25px;
	text-align: center;
	margin: 0px;
}

.modal_close {
	cursor: pointer;
	right: 15px;
	position: absolute;
	top: 15px;
}

.modal_close img {
	width: 30px
}

.modal-body {
	padding-top: 50px;
}

.modal-body .theme_btn {
	padding: 22px 10px;
}

.theme_color {
	color: #4bf5d6;
}

.table_icon {
	color: #fff;
}


.modal_table_box {
	padding: 40px 40px;
	position: relative;
	background: rgb(103 142 142 / 23%);
	clip-path: polygon(0 28px, 28px 0, calc(100% - 28px) 0, 100% 28px, 100% calc(100% - 28px), calc(100% - 28px) 100%, 28px 100%, 0% calc(100% - 28px), 0% 28px);
}

.modal_table_box span img {
	width: 125px;
}

.modal_table_box .icon1 {
	display: block;
	position: absolute;
	left: 0;
	top: -1px
}

.modal_table_box .icon2 {
	display: block;
	position: absolute;
	right: 0;
	top: -1px
}

.modal_table_box .icon3 {
	display: block;
	position: absolute;
	right: 0;
	bottom: -1px
}

.modal_table_box .icon4 {
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px
}


em {
	font-size: 12px;
}

table .theme_btn {
	width: 100px;
	padding: 10px
}

.deposit_box img {
	width: 140px;
	margin: auto;
	display: block;
	margin-bottom: 20px;
}

.income_text {
	z-index: 1;
	position: relative;
}

.income_text p {
	color: #fff;
	margin: 0px;
}

.income_text p span {
	color: #fff;
	float: right;
}

.income_text p span i {
	margin-right: 5px;
}

.income_box {
	background: url(../img/bg-team.png) no-repeat;
	background-position: top center;
	padding: 60px 40px;
	margin: 10px 0px;
	position: relative;
	background-size: 100% 100%;
	transition: 0.3s all ease-in-out;
}


.income_box::before {
	padding: 0 20px;
	content: "";
	padding-top: 0px;
	background: rgb(103 142 142 / 23%);
	text-align: center;
	position: absolute;
	left: 12px;
	right: 12px;
	z-index: -1;
	top: 12px;
	bottom: 12px;
	clip-path: polygon(0 28px, 28px 0, calc(100% - 28px) 0, 100% 28px, 100% calc(100% - 28px), calc(100% - 28px) 100%, 28px 100%, 0% calc(100% - 28px), 0% 28px);
}


.table_img {
	color: #fff;
}

.table td,
.table th {
	border-top: 1px dashed #4f7270;
}

.table_img tbody tr td:nth-child(1) {
	position: relative;

}

.table_img tbody tr td:nth-child(2) {
	position: relative;
	text-align: right;
}

.income_box p {
	display: block;
	color: #fff;
}

.income_box span {
	float: right;
}

.income_text p span i.active {
	color: #ffc107;
}

.modal-content .deposit_box button {
	padding: 7px 20px;
}

.form-control {
	height: unset;
	padding: 12px 15px;
	font-weight: 400;
	color: #fff;
	font-size: 13px;
	background-color: #15c2a41f;
	border: 2px solid #15c2a4;
}

.form-control:focus {
	box-shadow: none;
	color: #fff;
	background-color: #15c2a41f;
	border-color: #15c2a4;
}

.form-control::placeholder {
	box-shadow: none;
	color: #fff;
	opacity: .6;
}

.modal-header {
	border-bottom: 1px solid #15c2a4;
}

.modal-footer {
	border-top: 2px solid #143731;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #15c2a47a;
	color: #fff;
	cursor: not-allowed;
	border: 2px solid #15c2a4;
}

.modal_big_box {
	background: url(../img/bg-lgbox.png) no-repeat;
	background-position: top center;
	padding: 35px;
	margin: 12px 0px;
	position: relative;
	background-size: cover;
	background-size: 100% 100%;

}

.cargando {
	position: relative;
	color: #FFF;
	margin-top: 2em;
	letter-spacing: 0.08em;
	text-transform: uppercase
}

.contenedor-loader {
	width: 110px;

	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	margin: 0 auto;
}

.contenedor-loader div {
	width: 20px;
	height: 20px;
	background-color: #FFF;
	animation: salto 1s alternate infinite;
}

.contenedor-loader div:nth-child(2) {
	animation-delay: 0.20s;
}

.contenedor-loader div:nth-child(3) {
	animation-delay: 0.40s;
}

.contenedor-loader div:nth-child(4) {
	animation-delay: 0.60s;
}

@keyframes salto {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}


.modal_big_box::before {
	padding: 0 20px;
	content: "";
	padding-top: 0px;
	background: rgb(103 142 142 / 23%);
	text-align: center;


	position: absolute;
	left: 12px;
	right: 12px;
	top: 12px;
	bottom: 12px;
	clip-path: polygon(0 28px, 28px 0, calc(100% - 28px) 0, 100% 28px, 100% calc(100% - 28px), calc(100% - 28px) 100%, 28px 100%, 0% calc(100% - 28px), 0% 28px);
}


.contract_box_lg {
	background: url(../img/bg-lgbox.png) no-repeat;
	background-position: top center;
	padding: 61px 64px;

}

.contract_box {
	background: url(../img/bg-box.png) no-repeat;
	background-position: top center;
	height: 155px;
	padding: 50px 6px;
	margin: 12px 0px;
	position: relative;
	background-size: 100% 100%;
	transition: 0.3s all ease-in-out;
	text-align: center;
}

.contract_box:hover {
	margin-top: -5px;
}

.contract_box::before {
	padding: 0 20px;
	content: "";
	padding-top: 0px;
	background: rgb(103 142 142 / 23%);
	text-align: center;


	position: absolute;
	left: 12px;
	right: 12px;
	z-index: -1;
	top: 12px;
	bottom: 12px;
	clip-path: polygon(0 28px, 28px 0, calc(100% - 28px) 0, 100% 28px, 100% calc(100% - 28px), calc(100% - 28px) 100%, 28px 100%, 0% calc(100% - 28px), 0% 28px);
}

.contract_box h3 {
	font-size: 16px;
	color: #4bf5d6;
}

.contract_box p {
	margin: 0px;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.contract_box p a {
	color: #fff;
}


footer {
	font-size: 14px;
	text-align: center
}

.footer_logo {
	width: 250px;
	margin-bottom: 30px;
}


footer p {
	margin-bottom: 0px;
}

.income_text .deposit_box button {
	font-size: 14px;
	padding: 7px 20px;
}

.time_box {
	background: url(../img/bg-join.png) no-repeat;
	background-position: top center;
	height: 155px;
	padding: 40px;
	margin: 20px 0px;
	position: relative;
	background-size: 100% 100%;
	transition: 0.3s all ease-in-out;

}

.time_box::before {
	padding: 0 20px;
	content: "";
	padding-top: 0px;
	background: rgb(103 142 142 / 23%);
	text-align: center;
	height: 130px;
	position: absolute;
	left: 12px;
	right: 12px;
	z-index: -1;
	top: 12px;
	bottom: 12px;
	clip-path: polygon(0 28px, 28px 0, calc(100% - 28px) 0, 100% 28px, 100% calc(100% - 28px), calc(100% - 28px) 100%, 28px 100%, 0% calc(100% - 28px), 0% 28px);
}


.time_box .sm_box {
	color: #15c2a4;
	background-color: #15c2a43b;
	border: 2px solid #15c2a4;
}


.time_box .sm_box {
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 8px;
	margin-right: 30px;
	text-align: center;
	line-height: 48px;
	font-size: 24px;
}

.time_box h5 {
	margin-bottom: 5px;
}

.time_box h6 {
	margin-bottom: 0px;
	font-size: 13px;
}

table {
	font-size: 14px;
}


.time_box .info {
	position: absolute;
	right: 40px;
	top: 30px;
	font-size: 17px;
}

.time_box .info a {
	color: #4bf5d6;
	cursor: pointer;
}

.time_box .info a i {
	color: #4bf5d6;
}

.time_count span {
	font-size: 10px;
	margin-left: 2px;
	display: inline-block;
}

.modal-content {
	position: relative;
	background: url(../img/body_bg2.png)no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

.modal-content::before {
	content: "";
	background: #142222e0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.header_logo{width: 150px;}
.navbar-nav .nav-item .nav-link{color:#fff; font-size: 14px;}
.navbar-nav .nav-item .nav-link:hover{color:#4bf5d6;}
.navbar-collapse {flex-grow: revert;}

.navbar-nav .nav-item .theme_btn {padding: 15px 20px; font-size: 12px;}
.navbar-nav .nav-item{margin-left: 10px;}

.loader-container {
	width: 100vw;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 11111;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.71);
}

@-webkit-keyframes ball-scale-multiple {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	5% {
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes ball-scale-multiple {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	5% {
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

.ball-scale-multiple {
	position: relative;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
}

.ball-scale-multiple>div:nth-child(2) {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.ball-scale-multiple>div:nth-child(3) {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.ball-scale-multiple>div {
	background-color: #fff;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	left: -30px;
	top: 0px;
	opacity: 0;
	margin: 0;
	width: 60px;
	height: 60px;
	-webkit-animation: ball-scale-multiple 1s 0s linear infinite;
	animation: ball-scale-multiple 1s 0s linear infinite;
}


.hr_border {
	border-top: 1px solid rgb(162 159 159 / 50%);
}

.modal-content .deposit_box {
	margin: 10px 0px;
}

.logo img {
	width: 250px;
}

.modal_p p {
	font-size: 14px;
	color: #fff;
	margin-bottom: .5rem;
}

.bt-0 {
	margin-bottom: 0px !important;
}

.recDS {

	font-size: 12px;
}

.recDfcP p {
	width: 28%;
	text-align: center;
}

.Tc-czDfcB h3 {
	font-size: 14px;
	margin-bottom: 0;
}

.fl-bet {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flexC {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}


.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
	border-top-color: #2d786d;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
	border-bottom-color: #2d786d;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
	border-left-color: #2d786d;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
	border-right-color: #2d786d;
}

.tooltip-inner {
	background-color: #2d786d;
}

.pointer {
	cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}


.bg-gradient-0 {
	background-image: linear-gradient(to left, rgba(3, 99, 230, 0.5) 0%, #0763e3 100%) !important;
}

.bg-gradient-1 {
	background-image: linear-gradient(45deg, #f93a5a, #f7778c) !important;
}

.bg-gradient-2 {
	background-image: linear-gradient(to left, #48d6a8 0%, #029666 100%) !important;
}

.bg-gradient-3 {
	background-image: linear-gradient(to left, #efa65f, #f76a2d) !important;
}

.bg-gradient-4 {
	background-image: linear-gradient(to right, #4800c9 0%, #884af1 100%) !important;
}

.bg-gradient-5 {
	background-image: linear-gradient(to right, #0296ce 0%, #38c6f7 100%) !important;
}

.bg-gradient-6 {
	background-image: linear-gradient(to left, rgba(3, 99, 230, 0.5) 0%, #0763e3 100%) !important;
}

.bg-gradient-7 {
	background-image: linear-gradient(45deg, #f93a5a, #f7778c) !important;
}

.bg-gradient-8 {
	background-image: linear-gradient(to left, #48d6a8 0%, #029666 100%) !important;
}

.bg-gradient-9 {
	background-image: linear-gradient(to left, #efa65f, #f76a2d) !important;
}

.bg-gradient-10 {
	background-image: linear-gradient(to right, #4800c9 0%, #884af1 100%) !important;
}

.bg-gradient-11 {
	background-image: linear-gradient(to right, #0296ce 0%, #38c6f7 100%) !important;
}

.package_box {
	position: relative;
	border: none;
	width: 100%;
	padding: 10px 10px;
	color: #fff;
	border-radius: 9px;
	margin: 5px 0px;
}

.package_box.active::before {
	content: "\f05d";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 21px;
	position: absolute;
	right: 10px;
}