html,
body {
	min-height: 100%;
	min-width: 1280px !important;
}

body {
	font-family: "Barlow", sans-serif;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	/* background-image: radial-gradient(
		circle farthest-corner at 50% -12.9%,
		var(--bg-3) 3.3%,
		var(--bg-4) 90.2%
	); */
	background: url("https://liveslothariini.top/assets/images/pattern-casino_194118-1166.jpg");

}

.container {
	min-width: 1280px;
}

#header {
	background-color: var(--bg-header);
}

#headerOne {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 150px;
	position: relative;
}

#headerOne .sideRight {
	display: flex;
	align-items: center;
}

nav.navbar {
	background-color: #a50101ee;
	height: 60px;
}

nav .nav-link {
	color: var(--text-nav);
	font-size: 1.2em;
	padding-left: 1em !important;
	padding-right: 1em !important;
}

nav .nav-link:hover {
	color: var(--text-hover);
}

nav .nav-link.active {
	background: var(--bg-selected);
	color: var(--text-darker);
}

#headerTwo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 30px;
	background-color: var(--bg-runningtext);
	color: var(--text-runningtext);
	padding-left: 10px;
}

#headerTwo>.runText,
#headerTwo>.icon {
	height: 100%;
	display: flex;
	align-items: center;
	margin-right: 10px;
}

#headerTwo>.runText {
	width: 100%;
}

.footer-desc {
	background-color: var(--bg-darker);
	padding-top: 3em;
	padding-bottom: 3em;
}

footer {
	position: relative;
	background: var(--bg);
	display: flex;
	align-items: center;
	height: 80px;
}

#pageContent {
	min-height: calc(100vh - 240px - 80px);
}

#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 {
	padding: 0;
	width: 320px;
	background: transparent;
	border: none;
}

#fconus>.dropdown-menu>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;
}

#fconus .whatsapp {
	background: #46a51e;
}

#fconus .telegram {
	background: #34a5e7;
}

#fconus .facebook {
	background: #1178f2;
}

#fconus>.dropdown-menu>li>.dropdown-item:hover {
	background-color: var(--bg-3);
	transition: all 0.1s ease-in-out;
}

#fconus .icon {
	width: 30px;
}

#fconus h5 {
	margin-bottom: 0px;
}

.contentDiv {
	max-width: 600px;
}

.contentDiv-sm {
	max-width: 400px;
}

.contentDiv-lg {
	max-width: 800px;
}

.contentDiv-xl {
	max-width: 1000px;
}

.contentDiv-xxl {
	max-width: 1200px;
}

#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;
}