* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	color: #313131;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
		'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
body {
	display: flex;
	flex-direction: column;
	height: 100vh;
	min-height: 100vh;
}
.main-content {
	margin: 8rem auto;
	padding-left: 1.5rem;
	max-width: 60rem;
}
@media (width <= 720px) {
	.main-content {
		margin-top: 4rem;
	}
}
.h2 {
	line-height: 2.25rem;
	font-size: 1.5rem;
	font-weight: 500;
}
@media (width <= 720px) {
	.h2 {
		line-height: 1.5rem;
		font-size: 1.25rem;
	}
}
#challenge-error-text {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0IyMEYwMyIgZD0iTTE2IDNhMTMgMTMgMCAxIDAgMTMgMTNBMTMuMDE1IDEzLjAxNSAwIDAgMCAxNiAzbTAgMjRhMTEgMTEgMCAxIDEgMTEtMTEgMTEuMDEgMTEuMDEgMCAwIDEtMTEgMTEiLz48cGF0aCBmaWxsPSIjQjIwRjAzIiBkPSJNMTcuMDM4IDE4LjYxNUgxNC44N0wxNC41NjMgOS41aDIuNzgzem0tMS4wODQgMS40MjdxLjY2IDAgMS4wNTcuMzg4LjQwNy4zODkuNDA3Ljk5NCAwIC41OTYtLjQwNy45ODQtLjM5Ny4zOS0xLjA1Ny4zODktLjY1IDAtMS4wNTYtLjM4OS0uMzk4LS4zODktLjM5OC0uOTg0IDAtLjU5Ny4zOTgtLjk4NS40MDYtLjM5NyAxLjA1Ni0uMzk3Ii8+PC9zdmc+');
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 34px;
}
@media (prefers-color-scheme: dark) {
	body {
		background-color: #222;
		color: #d9d9d9;
	}
}

a.button {
	display: block;
	box-sizing: border-box;
	text-decoration: none;
}

.action-btns {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 30px 0;
}

.go-casino,
.go-bet {
	display: flex;
	justify-content: center;
	align-items: center;
	word-wrap: wrap;
	text-decoration: none;
	border-radius: 0.25rem;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 400;
	padding-left: 25px;
	padding-right: 25px;
	color: #fff;

	height: 40px;
	font-size: 0.7rem;
	line-height: 14px;
	letter-spacing: 1.2px;
	transition: 0.2s 0.1s;
	background: linear-gradient(90deg, #e41500 0%, #05132e 100%);
	border: 0 solid;
	border-radius: 100px;
	overflow: hidden;
	margin: 10px 0;
}

.pageMenu {
	margin: 0 0 30px 0;
}
.pageMenu li a {
	color: #50c5ac;
}

.table {
	width: 100%;
	overflow-x: auto;
}
.table table {
	width: 100%;
	border-collapse: collapse;
}
.table table td {
	padding: 10px 15px;
	width: max-content;
	border: 1px solid white;
}

.go-casino:hover,
.go-bet:hover {
	cursor: pointer;
	transition: all 0.3s ease-in;
	padding-right: 30px;
	padding-left: 30px;
}

.h1h1 {
	text-align: center;
	margin-top: 25px;
}

.head-cont {
	display: flex;
	justify-content: space-between;
	align-content: center;
	padding: 8px 0;
}

.head-cont span {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 900;
	color: red;
	font-size: 26px;
}

.gestbar__item {
	margin-left: 10px;
}

.game-search__vendors {
	display: none;
}
.footer-menu {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin: 20px 0;
}
.footer-menu a {
	color:#fff;
	text-decoration: none;
}