html,
body {
	min-height: 100%;
	min-width: 320px !important;
}

body {
	font-family: "Barlow", sans-serif;
	color: var(--text);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	/* background: url("../../assets/images/bg-01.jpg"); */
	background-image: radial-gradient(
		circle farthest-corner at -4% -12.9%,
		var(--bg-3) 3.3%,
		var(--bg-4) 90.2%
	);
	background-size: cover;
	background-attachment: fixed;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	 background: radial-gradient(
		circle farthest-corner at -4% -12.9%,
		var(--bg) 40%,
		var(--bg-darkest) 90.2%
	); 
	/*background-color: var(--bg-header);*/
}
#headerCopy {
	width: 100%;
	height: 105px;
}
#headerOne {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 75px;
}
#headerOne .sideRight {
	display: flex;
	align-items: center;
}
nav.navbar {
	background-color: var(--bg);
	height: 60px;
}
nav .nav-link {
	color: var(--text);
}
nav .nav-link:hover {
	color: var(--text-hover);
}
#headerSaldo {
	height: 30px;
	background-color: rgba(0,0,0,0.2);
}
#headerSaldo .saldo {
	height: 100%;
	width: 100%;
}
#headerTwo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 30px;
	background: var(--bg-darkest);
	color: var(--text-active);
	padding-left: 10px;
}
#headerTwo > .runText,
#headerTwo > .icon {
	height: 100%;
	display: flex;
	align-items: center;
	margin-right: 10px;
}
footer {
	position: relative;
	background: var(--bg-darkest);
	display: flex;
	align-items: center;
	padding: 15px 5px;
}
#pageContent {
	min-height: calc(100vh - 160px - 80px - 69px);
}
#fconus {
	position: fixed;
	right: 1em;
	bottom: 1em;
	z-index: 2;
}
#fconus > .dropdown-toggle {
	height: 60px;
	width: 60px;
	border-radius: 100%;
	border: none;
	box-shadow: 0px 0px 15px var(--box-shadow), inset 0px 0px 0px transparent;
	transition: all 0.5s ease-in-out;
}
#fconus > .dropdown-toggle::after {
	display: none;
}
#fconus > .dropdown-toggle:hover {
	box-shadow: 0px 0px 0px transparent,
		inset 0px 0px 4px 2px var(--box-shadow-inset);
}
#fconus > .dropdown-menu, #dd-contacts {
	padding: 0;
	width: 320px;
	background: transparent;
	border: none;
}
#fconus > .dropdown-menu > li > .dropdown-item, #dd-contacts > li > .dropdown-item {
	color: var(--text);
	width: 100%;
	padding: 10px 1em;
	margin: 7px 0;
	border-radius: 5px;
	border: 1px solid var(--border-div-dark);
	transition: all 0.5s ease-in-out;
}
#dd-contacts > li > .dropdown-item {
	margin: 4px 0;
}
#dd-contacts > li > .dropdown-item > div {
	display: flex;
	align-items: center;
}
#fconus .whatsapp, #dd-contacts .whatsapp {
	background: #46a51e;
}
#fconus .telegram, #dd-contacts .telegram {
	background: #34a5e7;
}
#fconus .facebook, #dd-contacts .facebook {
	background: #1178f2;
}
#fconus > .dropdown-menu > li > .dropdown-item:hover, #dd-contacts > li > .dropdown-item:hover {
	background-color: var(--bg-3);
	transition: all 0.1s ease-in-out;
}
#fconus .icon, #dd-contacts .icon {
	width: 30px;
}
#fconus h5 {
	margin-bottom: 0px;
}
.contentDiv {
	max-width: 600px;
	padding: 0;
}
.contentDiv-sm {
	max-width: 400px;
	padding: 0;
}
.contentDiv-lg {
	max-width: 800px;
	padding: 0;
}
.contentDiv-xl {
	max-width: 1000px;
	padding: 0;
}
.contentDiv-xxl {
	max-width: 1200px;
	padding: 0;
}
#goTop {
	display: none;
	position: fixed;
	left: 1em;
	bottom: 1em;
	z-index: 2;
}
#goTop .btn {
	height: 60px;
	width: 60px;
	border-radius: 100%;
	border: none;
	box-shadow: 0px 0px 15px var(--box-shadow), inset 0px 0px 0px transparent;
	transition: all 0.5s ease-in-out;
}
#menu {
	width: 300px;
	background-color: var(--bg-4);
}
#menu .offcanvas-header {
	background-color: var(--bg-light);
}

#menu a.nav-link {
	color: var(--text);
}
#menu a.nav-link > i, #menu a.dropdown-item > i {
	width: 30px;
}
span.ballSmall {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
span.ballVerySmall {
	display: inline-block;
	position: relative;
	text-align: center;
	width: 20px;
	height: 20px;
	font-size:  10px;
	line-height: 20px;
	border-radius: 50%;
	background-color: var(--ball);
	color: var(--text);
	font-weight: 600;
	box-shadow: inset 4px 4px 5px var(--box-shadow-inset);
	text-shadow: 1px 1px 2px var(--bg-light);
	margin-top: 4px;
	transition: all 0.3s ease;
}
#footerCopy {
	height: 69px;
	width: 100%;
}
.fixed-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	/* grid-template-columns: 1fr 1fr 1fr 1fr; */
	/* gap: 0; */
	align-items: center;
	justify-content: space-evenly;
	height: 69px;
	background-color: var(--bg-light);
	z-index: 4;
	border-top: 1px solid var(--border-div-light);
	box-shadow: 0px -5px 10px var(--box-shadow);
}
.fixed-footer .item {
	display: flex;
	padding: 10px;
	width: 25%;
	color: var(--text);
	text-shadow: 1px 2px 3px var(--text-shadow);
	border-right: 1px solid var(--border-4);
	align-items: center;
	justify-content: center;
}
.fixed-footer .item:last-child {
	border-right: none;
}
.fixed-footer .item .icon {
	color: var(--text);
	display: block;
	text-align: center;
	line-height: 10px;
}
.fixed-footer .item .title {
	color: var(--text);
	margin-top: 2px;
	text-align: center;
	font-size: 10px;
}
#ff .dropup .dropdown-toggle::after {
	display: none;
}
/*.toast-container {
	z-index: 10;
}*/


/* menu navigation */

.menu-nav {
	position: fixed;
	z-index:5;
	top: 8px;
	left: 7px;
	-webkit-transition: opacity 0.5s 0s, visibility 0s 0.5s, -webkit-transform 0.5s 0s;
	-moz-transition: opacity 0.5s 0s, visibility 0s 0.5s, -moz-transform 0.5s 0s;
	transition: opacity 0.5s 0s, visibility 0s 0.5s, transform 0.5s 0s;
}
.menu-nav.open {
	transform: translateX(240px);
}
.menu-nav-right {
	position: fixed;
	top: 11px;
	right: 15px;
	z-index: 4;
}
.menu-nav-right>a {
	color: rgba(255,255,255,1) !important;
}
.menu-nav-right>a:hover {
	color: rgba(255,255,255,0.8) !important;
}

.nav-overlay {
	opacity: 0;
	z-index: 5;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background-color: rgba(1, 1, 1, 0.8);
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.5s 0s, visibility 0s 0.5s, -webkit-transform 0.5s 0s;
	-moz-transition: opacity 0.5s 0s, visibility 0s 0.5s, -moz-transform 0.5s 0s;
	transition: opacity 0.5s 0s, visibility 0s 0.5s, transform 0.5s 0s;
}
.nav-overlay.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s 0s, visibility 0s 0s, -webkit-transform 0.5s 0s;
	-moz-transition: opacity 0.5s 0s, visibility 0s 0s, -moz-transform 0.5s 0s;
	transition: opacity 0.5s 0s, visibility 0s 0s, transform 0.5s 0s;
}
.nav-menu-content {
	opacity:0;
	width: 250px;
	position: fixed;
	height: 100%;
	z-index:2;
	top:0;
	bottom:0px;
	right: -250px;

	background-color: var(--bg-content);
	-webkit-transition: opacity 0.5s 0s, visibility 0s 0s, -webkit-transform 0.5s 0s;
	-moz-transition: opacity 0.5s 0s, visibility 0s 0s, -moz-transform 0.5s 0s;
	transition: opacity 0.5s 0s, visibility 0s 0s, transform 0.5s 0s;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.8);
	overflow-y: auto;
}

.nav-menu-content.open {
	opacity:1;
	z-index:6;
	top:0;
	/* background-color: rgba(0, 0, 0, 1); */
	-webkit-transform: translateX(-250px);
	-moz-transform: translateX(-250px);
	transform: translateX(-250px);	
}
.nav-menu-header {
	padding:10px 15px;
	color: rgba(255,255,255,1);
	letter-spacing: 5px;
}
.nav-menu-item {
	position: relative;
	display: block;
	padding: 10px;
	background-color: rgba(0,0,0,0);
	color: rgba(255,255,255,1);
	position:  relative;
}
.nav-menu-item > i {
	width:  25px;
}
.nav-menu-item:hover {
	text-decoration: none;
	color: rgba(225,184,103,1);
}
.nav-menu-item.active {
	background-color: rgba(105, 105, 105,1);
}
.gh .nav-menu-item::after {
	content: "\f078" ;
	font-family: 'Font Awesome 5 Free';
	font-weight:  900;
	position:  absolute;
	right:  10px;
	top: 10px;
	transition: all 0.5s ease-in-out;
}
.gh.open .nav-menu-item::after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.gc .nav-menu-item {
	padding-left: 35px;
	background-color: var(--bg-4);
	padding-top: 5px;
	padding-bottom: 5px;
}
.btn-menu {
	line-height: 1;
}
@media only screen and (max-width: 500px) {
	#aGames .grid.col--responsive {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
#aGames .img-top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px !important;
	height: auto !important;
}

#aGames .img-exclusive {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40px !important;
	height: auto !important;
}

.card-body,
.card-header,
.card-footer {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
#pageContent {
	padding-left: 0;
	padding-right: 0;
	max-width: 100% !important;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	padding-left: 0;
	padding-right: 0;
}
button.btn.btn-main,
a.btn.btn-main {
	color: #ffffff;
	background-color: var(--bg-darkest);
	border: 1px solid var(--text-highlight);
}
.border-main {
	border-color: var(--border-main) !important;
}
#dd-contacts {
	width: auto !important;
}

#dd-contacts .dropdown-item {
	display: flex;
	align-items: center;
	border-radius: 0 !important;
	border: none !important;
	margin: 0 !important;
	font-size: 14px;
}

footer {
	height: auto;
}

a.btn.btn-accent {
	background: var(--bg-darkest);
	border: 1px solid var(--text-highlight) !important;
	color: var(--text-highlight);
	border: 1px;
	font-weight: 600;
}

.text-accent {
	color: var(--text-highlight) !important;
}

.border-accent {
	border: 1px solid var(--text-highlight) !important;
}

#headerSaldo {
	border-top: 1px solid var(--text-highlight);
}

#headerTwo {
	border-top: 1px solid var(--text-highlight);
	border-bottom: 1px solid var(--text-highlight);
}
#nav-menu .tUsername {
	font-weight: 600 !important;
}

.btn-livechat {
	padding: 5px 10px;
}