.GameOfTheDaysWidget__component_lobby--lobby-wTTyl {
	background-color: var(--background-main);
	border-radius: 16px;
	display: block;
	height: auto;
	padding: 0 8px 8px;
	text-align: left;
	width: 100%;
}
.GameOfTheDaysWidget__component_lobby--lobby-wTTyl:hover {
	background-color: var(--background-main);
}
.GameOfTheDaysWidget__content--lobby-lvuBv {
	display: flex;
	flex-direction: column;
	height: 284px;
	justify-content: flex-end;
	overflow: hidden;
	padding: 20px;
	position: relative;
	width: 100%;
}
.GameOfTheDaysWidget__layout--lobby-fjGg2 {
	background-size: cover;
	background: linear-gradient(
		-90deg,
		rgba(23, 23, 22, 0),
		rgba(23, 23, 22, 0.055) 18.31%,
		rgba(23, 23, 22, 0.392) 52.39%,
		rgba(23, 23, 22, 0.608) 76.52%,
		#171716
	);
	bottom: 0;
	height: inherit;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}
.GameOfTheDaysWidget__flag_container--lobby-ahUvv {
	display: flex;
	left: 0;
	position: relative;
	position: absolute;
	top: 16px;
	z-index: 10;
}
.GameOfTheDaysWidget__flag--lobby-cn_47 {
	background-color: #3b9344;
	color: var(--text-always-white);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.25px;
	line-height: 14px;
	padding: 4px 12px;
	text-transform: uppercase;
}
.GameOfTheDaysWidget__corner--lobby-R4lbM {
	border-right: 8px solid transparent;
	border-top: 22px solid #3b9344;
	height: 0;
	width: 0;
	z-index: 10;
}
.GameOfTheDaysWidget__game_title--lobby-JNmro {
	color: var(--text-always-white);
	font-family: DrukWide;
	font-size: 24px;
	font-stretch: normal;
	font-style: italic;
	font-weight: 700;
	line-height: 30px;
	z-index: 10;
}
.GameOfTheDaysWidget__provider--lobby-jrMDF {
	color: #dad6ce;
	font-size: 13px;
	letter-spacing: -0.3px;
	line-height: 16px;
	position: relative;
	z-index: 10;
}
.GameOfTheDaysWidget__play_button--lobby-DIv9b {
	background-color: var(--text-always-white);
	border-radius: 100px;
	color: var(--text-always-dark);
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	line-height: 17px;
	margin-top: 20px;
	padding: 7.5px 12px;
	position: relative;
	text-align: center;
	width: auto;
	z-index: 10;
}
.GameOfTheDaysWidget__actions_handler--lobby-F23Vh {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.GameOfTheDaysWidget__game_image--lobby-V3mUV {
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: GameOfTheDaysWidget__game-animation--lobby-WZGR2;
	animation-name: GameOfTheDaysWidget__game-animation--lobby-WZGR2;
	background-position: bottom 0 right 0;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	height: 284px;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
}
.GameOfTheDaysWidget__background_image--lobby-xMJ0a {
	bottom: 0;
	height: inherit;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.GameOfTheDaysWidget__background_image_animation--lobby-zT77k {
	-webkit-animation-duration: 8s;
	animation-duration: 8s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: GameOfTheDaysWidget__background-animation--lobby-JbXyU;
	animation-name: GameOfTheDaysWidget__background-animation--lobby-JbXyU;
}
.GameOfTheDaysWidget__controller_wrapper--lobby-VTeTB {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
@-webkit-keyframes GameOfTheDaysWidget__background-animation--lobby-JbXyU {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes GameOfTheDaysWidget__background-animation--lobby-JbXyU {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes GameOfTheDaysWidget__game-animation--lobby-WZGR2 {
	0% {
		background-position: bottom 0 right 0;
	}
	50% {
		background-position: bottom 0 right 30px;
	}
	to {
		background-position: bottom 0 right 0;
	}
}
@keyframes GameOfTheDaysWidget__game-animation--lobby-WZGR2 {
	0% {
		background-position: bottom 0 right 0;
	}
	50% {
		background-position: bottom 0 right 30px;
	}
	to {
		background-position: bottom 0 right 0;
	}
}
@media (max-width: 1024px) {
	.GameOfTheDaysWidget__game_image--lobby-V3mUV {
		background-position: 50%;
		background-size: auto 100%;
		bottom: auto;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		right: 0;
		top: 0;
	}
	.GameOfTheDaysWidget__play_button--lobby-DIv9b {
		margin-top: 0;
	}
	@-webkit-keyframes GameOfTheDaysWidget__game-animation--lobby-WZGR2 {
		0% {
			background-position: 50%;
		}
		50% {
			background-position: calc(50% - 30px);
		}
		to {
			background-position: 50%;
		}
	}
	@keyframes GameOfTheDaysWidget__game-animation--lobby-WZGR2 {
		0% {
			background-position: 50%;
		}
		50% {
			background-position: calc(50% - 30px);
		}
		to {
			background-position: 50%;
		}
	}
}
