.sports_part_bytype {
	padding: 10px;
	background: #c6c6c7;
}
.sports_name_part_bytype{
	display: flex;
	align-items: center;
	padding: 5px 5px;
	border-radius: 5px;
	cursor: pointer;
}
.tournament_part_bytype{}
.tournament-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0px;
}
.tournament-title span svg {
	margin: 0 !important;
}
.games-list_part_bytype {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.games-list_part_bytype .list_item {
	background: #fff;
	border-radius: 5px;
	padding: 5px;
}
.games-list_part_bytype .list_item ul {
	display: flex;
	overflow: auto;
	gap: 2px;
}
.games-list_part_bytype .list_item ul li{
}
.live_or_pre_btn_part {
	display: flex;
	width: 90%;
	margin: auto;
	background: #c6c6c7;
	color: #7599b8;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 5px;
	justify-content: space-between;
	border-radius: 5px;
	align-items: center;
}
.live_or_pre_btn {
	width: 100%;
	text-align: center;
}
.live_or_pre_btn.active {
	background: #b31aff;
	color: #fff;
	border-radius: 5px;
	padding: 3px 0;
}