/*대회 관련 */

.game-setup-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}
.game-setup-menu1  {
	width: 100px;
	height: 38px;
	padding: 10px 5px 10px 5px;
	color: #FFF;
	text-align: center;
	font-family: SUIT;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.32px;

	background: var(--Blue-400, #0075FF);
}
.game-setup-menu2 {
	width: 100px;
	height: 38px;
	padding: 10px 5px 10px 5px;
	color:#0075FF;
	text-align: center;
	font-family: SUIT;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.32px;
	background: var(--Blue-200, #D9EBFF);
}

.game-setup-rows{
	display:flex;
	margin-bottom:7px;
}
.game-setup-rows2{
	display:flex;
	margin-bottom:7px;
	justify-content: space-between;
}
.game-setup-rows3{
	display:flex;
	justify-content: space-between;
}
.game-setup-cols{
	margin-right:15px;
}
.win-box{
	padding:11px;
}