@charset "UTF-8";

.t-body {
	height: max-content;
	margin-bottom: 1.5rem;
}

.breaking-footer {
	margin-top: auto;
}

.btn-wide {
	width: 80px;
	border-radius: 5px !important;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}

.t-card-header {
	background-color: white;
}


/*
 トーナメントチーム選択関連
*/
.setting-btn-sp {
	width: 66px;
	padding-left: 0px;
	padding-right: 0px;
}

.selected-li {
	background-color: rgb(186, 202, 239, 0.8) !important;
}

.drag-mdi {
	font-size: 1.25rem;
}

.seed-win {
	border-bottom: none !important;
}

.entrySelect {
	background-color: rgb(255, 255, 255, 0.8);
}

/*
 トーナメントツリーを表示する際に使用するCSSです。
*/
.bracket {
	min-height: 200px;
	height: max-content;
	margin-bottom: 4rem;
}

.flow-x {
	overflow-x: scroll;
}

div.jQBracket .highlightWinner {
	color: #c91f1f !important;
}

div.jQBracket .team.highlight {
	background-color: rgb(128, 255, 255) !important;
}

div.jQBracket .team.win.seed-win.highlight {
	font-weight: bold;
	background-color: rgb(128, 255, 255) !important;
}

div.jQBracket .team.win.seed-win.highlightWinner.highlight {
	font-weight: bold;
	background-color: rgb(128, 255, 255) !important;
}
div.jQBracket .team.win.seed-win.highlightWinner {
	font-weight: bold;
	background-color: #c9e781cf !important;
}

div.jQBracket .team.default-win.na {
	display: none;
}

div.jQBracket .team.win {
	background-color: #c9e781cf;
	box-sizing: border-box;
	font-weight: bold;
	color: rgb(0, 44, 219);
}

div.jQBracket .team.win.seed-win {
	font-weight: unset;
	background-color: rgb(143 189 255 / 15%) !important;
}

div.jQBracket .team {
	background-color: rgb(143 189 255 / 15%);
}

.round-header {
	font-weight: bold !important;
	font-size: 1.05rem;
}



/*
*スコアテーブル用CSS
*/

.table-responsive>.scoreTable {
	width: 100%;
	table-layout: fixed;
	word-wrap: break-word;
	white-space: nowrap !important;
}


.for-sp .scoreTable input {
	width: 30px !important;
}

.scoreTable td input {
	text-align: center;
}

@media (max-width: 767px) {
	.table-responsive>.scoreTable {
		table-layout: auto;
	}
}

.scoreTable th {
	border: 1px solid #3F2CB6 !important;
	background: #3F2CB6;
	color: white;
}

.scoreTable td {
	border: 1px solid #3F2CB6 !important;
}

.scoreTable .teamName {
	width: 25%;
	background: #3F2CB6;
	color: white;
}


.nav-pills .nav-link.active {
	background-color: #3F2CB6 !important;
}