﻿
.SB_TopPerformCol {
	padding: 2px 0px 0px 0px;
}

.SB_TopPerformContainer {
	display: flex;
	flex-direction: row;
	height: 100%;
	width: 100%;
	justify-content: space-between;
	padding: 4px;
	background-color: #5D6C77;
}

.SB_TopPerformContent {
	padding: 2px 2px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: space-between;
}

.SB_TopPerformData {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 110px;
}

	.SB_TopPerformData div {
		font-size: 13px;
		letter-spacing: -1px;
	}

.SB_TeamLogoImage {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 5px;
	border-radius: 50%;
	outline-offset: -2px;
	outline-width: 4px;
	outline-style: solid;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: contain !important;
	background-origin: content-box !important;
}

.SB_TeamNameContainer {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	line-height: 18px;
	align-items: center;
	width: 90px;
}

.SB_TeamName {
	font-size: 16px;
	font-weight: bold;
	color: #f5761e;
}

.SB_TeamRecord {
	color: #adb9c9;
	font-size: 18px;
	height: 36px;
	display: inline-flex;
	align-items: flex-start;
	width: 90px;
	justify-content: space-between;
	font-family: Arial;
	font-weight: 200;
	font-stretch: condensed;
}

.SB_TeamsContainerNFL {
	width: 100%;
	padding: 5px 0px 0px 0px;
	display: inline-flex;
	justify-content: space-between;
	font-size: 16px;
	align-items: center;
}

.SB_TeamScoreContainerNFL {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.SB_DataSep {
	width: 100%;
	background-color: #5D6C77;
	padding-top: 0px;
}

	.SB_DataSep::after {
		content: '';
		background: radial-gradient(circle at 100% 100%, #00000000 0, #00000000 6px, transparent 6px) 0% 0%/8px 8px no-repeat, radial-gradient(circle at 0 100%, rgb(44 63 84) 0, #00000000 6px, transparent 6px) 100% 0%/8px 8px no-repeat, radial-gradient(circle at 100% 0, #00000000 0, #00000000 6px, transparent 6px) 0% 100%/8px 8px no-repeat, radial-gradient(circle at 0 0, #00000000 0, #00000000 6px, transparent 6px) 100% 100%/8px 8px no-repeat, linear-gradient(#00000000, #00000000) 50% 50%/calc(100% - 4px) calc(100% - 16px) no-repeat, linear-gradient(#00000000, #00000000) 50% 50%/calc(100% - 16px) calc(100% - 4px) no-repeat, linear-gradient(90deg, rgba(72,171,224,0) 0%, #f5761ea1 32%, #f5761ea1 68%, transparent 100%);
		border-radius: 8px;
		padding: 2px;
		box-sizing: border-box;
		width: 100%;
		display: block;
		margin: 2px 0px 0px 0px;
	}

.SB_TeamDataContainer {
	padding: 8px 0px 0px 0px;
}

.SB_TeamScoreContent {
	flex-grow: 1;
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0px 5px;
	height: 102px;
	align-items: flex-start;
}

.SB_TeamScoreValue {
	font-size: 44px;
	
	display: inline-flex;
	color: #F5761E;
	align-items: center;
	padding-bottom: 5px;
	transition: all 1s;
	width: 42px;
	min-width: 42px;
	justify-content: center;
	font-family: 'Roboto', sans-serif;
	font-stretch: condensed;
}

	.SB_TeamScoreValue.isHomeScore {
		justify-content: flex-end;
		padding-right: 4px;
	}

	.SB_TeamScoreValue.isAwayScore {
		justify-content: flex-start;
		padding-left: 4px;
	}

.SB_TeamContentNFL {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	
	row-gap: 6px;
	justify-content: space-between;
}

.SB_ScoreContainer {
	flex-grow: 1;
	display: inline-flex;
	flex-direction: column;
}

.SB_SelWeekContainer {
	display: flex;
	justify-content: center;
	height: auto;
	align-items: center;
	overflow: hidden;
	flex-direction: column;
	z-index: 999999;
	position: sticky;
	top: 0px;
	background: #ffffff;
	outline: 3px #ffffff;
	outline-offset: -1px;
	outline-style: solid;
}

.SB_SelWeekContent {
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 10px;
	border-radius: 8px;
	box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 20%);
	margin: 5px 0px;
	top: -100px;
	position: relative;
}

.SB_SelWeekBtn {
	background-color: #7090b0;
	color: white;
	border: none;
	padding: 4px 10px;
	cursor: pointer;
	border-radius: 5px;
	font-size: 18px;
	width: 40px;
	transition: background-color 1s;
}

	.SB_SelWeekBtn:disabled {
		background-color: #cccccc;
		cursor: not-allowed;
		transition: background-color 1s;
	}

.SB_SelWeekHeader {
	position: relative;
	margin: 0px 20px;
	font-size: 20px;
	text-shadow: 1px 1px 2px #3D5A80, 1px -1px 2px #3D5A80, -1px -1px 2px #3D5A80, -1px 1px 2px #3D5A80,1px 1px 2px #3D5A80, 1px -1px 2px #3D5A80, -1px -1px 2px #3D5A80, -1px 1px 2px #3D5A80;
	color: #f5761e;
	font-weight: 700;
}

.SB_HeaderSep {
	background-color: transparent;
	width: 100%;
	opacity: 1;
	top: -100px;
	position: relative;
}

	.SB_HeaderSep::after {
		content: '';
		background: radial-gradient(circle at 100% 100%, #00000000 0, #00000000 6px, transparent 6px) 0% 0% / 8px 8px no-repeat, radial-gradient(circle at 0 100%, #00000000 0, #00000000 6px, transparent 6px) 100% 0% / 8px 8px no-repeat, radial-gradient(circle at 100% 0, #00000000 0, #00000000 6px, transparent 6px) 0% 100% / 8px 8px no-repeat, radial-gradient(circle at 0 0, #00000000 0, #00000000 6px, transparent 6px) 100% 100% / 8px 8px no-repeat, linear-gradient(#00000000, #00000000) 50% 50% / calc(100% - 4px) calc(100% - 16px) no-repeat, linear-gradient(#00000000, #00000000) 50% 50% / calc(100% - 16px) calc(100% - 4px) no-repeat, linear-gradient(90deg, rgba(72, 171, 224, 0) 2%, #f5761ea1 32%, #f5761ea1 68%, transparent 98%);
		border-radius: 8px;
		padding: 2px;
		box-sizing: border-box;
		width: 100%;
		display: block;
	}

.GameOverview_Container {
	width: 100%;
	max-width: 600px;
	margin: 0px auto;
	position: absolute;
}

.GameOverview_HeaderRow, .GameOverview_StatRow {
	display: flex;
	align-items: center;
}

.GameOverview_HeaderRow {
	position: sticky;
	top: 0;
	background-color: #f0f0f0;
	z-index: 2; 
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.GameOverview_PlayerName {
	width: 150px;
	min-width: 150px;
	padding: 8px 6px;
	position: sticky;
	left: 0px;
	background-color: white;
	z-index: 1;
	border-right: 1px solid #ccc;
	letter-spacing: -1px;
	border-bottom: 1px solid #ccc;
}

.GameOverview_PlayerNameHeader {
	width: 150px;
	min-width: 150px;
	padding: 8px 6px;
	position: sticky;
	left: 0px;
	background-color: white;
	z-index: 1;
	border-right: 1px solid #ccc;
}

.GameOverview_ScrollContainer {
	display: flex;
	overflow-x: auto; 
}

.GameOverview_StatHeader {
	min-width: 85px;
	padding: 8px 6px;
	text-align: center;
	border-right: 1px solid #ccc;
}

.GameOverview_StatContent {
	min-width: 85px;
	padding: 8px 6px;
	background-color: #5d6c7775;
	text-align: center;
	border-right: 1px solid #ccc;
	color: #fff;
	font-size: 13px;
	border-bottom: 1px solid #575757;
}

.GameOverview_StatContainer {
	max-height: 300px;
	overflow-y: auto;
	display: block;
	font-size: 13px;
	letter-spacing: -1px;
}

	.GameOverview_StatContainer div:nth-child(even) {
		background-color: #a1a1a157;
	}

.GameOverview_Window {
	backdrop-filter: blur(4px) saturate(84%);
	-webkit-backdrop-filter: blur(8px) saturate(184%);
	background-color: #2E3C47a1;
	border-radius: 12px;
	border: none;
	width: 100%;
	box-shadow: 0 0 4px 0px #000000;
	outline: 3px solid #000000;
	outline-offset: -2px;
	box-sizing: border-box;
	border-collapse: separate;
	position: relative;
	top: -500px;
	padding: 10px 10px 6px 10px;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-around;
	align-content: stretch;
}

.GameOverview_Display {
	max-height: 450px;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	background-color: #34495e;
	border-radius: 10px;
	padding: 0px 10px 10px 10px;
}

.GameOverview_DispContent {
	display: flex;
	align-items: center;
	padding: 6px 0px;
	justify-content: center;
}

.GameOverview_DataContainer {
	display: block;
	position: relative;
	width: 100%;
	height: 228px;
	flex-grow: 1;
	overflow-y: scroll;
}

.GameOverview_TeamName {
	font-size: 22px;
	color: #fff;
	font-weight: 700;
}

.GameOverview_RecSwitchContent {
	display: flex;
	border-bottom: 2px solid #F5761E;
	border-radius: 4px 4px 0px 0px;
	overflow: hidden;
	color: #f4f4f4;
	width: 100%;
}

.GameOverview_RecSwitch {
	flex: 1;
	padding: 4px 0px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: -0.25px;
	padding: 6px 0px;
}

	.GameOverview_RecSwitch.noSelect {
		text-shadow: none;
		color: #000000;
		background-color: #7090b0;
		transition: all 0.5s;
	}

	.GameOverview_RecSwitch.selRec {
		background-color: #688294;
		color: #FFFFFF;
		text-shadow: 3px 2px 6px #F5761E, -2px -3px 6px #F5761E, 2px -2px 6px #F5761E, -3px 3px 6px #F5761E;
		transition: all 0.5s;
	}

.GameOverview_RecSwitchContainer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 16px;
	color: #fff;
	font-style: italic;
}

.GameOverview_RecDescContainer {
	display: flex;
	flex-grow: 1;
	background-color: transparent;
}

.GameOverview_RecDescription {
	display: flex;
	padding: 6px 0px 0px 0px;
	position: relative;
	width: 100%;
	flex-grow: 1;
	justify-content: center;
	color: #FFFFFF;
	font-size: 16px;
	text-shadow: -2px -2px 4px #000000, 2px 2px 4px #000000, -2px 2px 4px #000000, 2px -2px 4px #000000,-2px -2px 4px #000000, 2px 2px 4px #000000, -2px 2px 4px #000000, 2px -2px 4px #000000;
	letter-spacing: 1px;
	opacity: 1;
	transition: opacity 150ms ease-in-out;
}

	.GameOverview_RecDescription.recFader {
		opacity: 0;
		transition: opacity 150ms ease-in-out;
	}

.GameOverview_BackDrop {
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #00000099;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	z-index: 9999;
	top: 0;
	left: 0
}

.GameOverview_DispContent {
	display: flex;
	align-items: center;
	padding: 6px 0px;
	justify-content: center;
}

.GameOverview_BackDropContainer {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	overflow-y: hidden;
	border-radius: 10px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}