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;
	border-radius: 100px !important;
	height: 40px;
	font-size: 0.7rem;
	line-height: 14px;
	letter-spacing: 1.2px;
	transition: 0.2s 0.1s;
	background: linear-gradient(90deg, #ff7b00 0%, #ffc400 100%);

	border: 0 solid;
	overflow: hidden;
	margin: 10px 0;
}

.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;
}
.table {
	width: 100%;
	overflow-x: auto;
}
.table table {
	width: 100%;
	border-collapse: collapse;
}
.table table td {
	color: #fff;
	padding: 10px 15px;
	width: max-content;
	border: 1px solid #ffc400;
}
.pageMenu li a {
	color: #ffc400;
}

footer ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
}
footer ul a {
	color:#fff;
	text-decoration: none;
}