﻿
.playerLineup_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
}

.playerLineup_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;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-around;
	align-content: stretch;
}

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

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

.playerLineup_ContentContainer {
	flex-grow: 1;
	overflow-y: scroll;
	padding: 8px 0px;
	border-radius: 10px;
}

.playerLineup_PitchingContainer {
	padding: 0px;
	border-radius: 10px 10px 0px 0px;
	position: sticky;
	display: block;
}

.playerLineup_PositionSep {
	background-color: transparent;
}

	.playerLineup_PositionSep::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) 2%, #f5761ea1 32%, #f5761ea1 68%, transparent 98%);
		border-radius: 8px;
		padding: 2px;
		box-sizing: border-box;
		width: 100%;
		display: block;
		margin: 8px 0px 0px 0px;
	}

.playerLineup_Content {
	padding: 5px 10px 15px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 5px;
	align-items: stretch;
	border-radius: 8px;
}

.playerLineup_Header {
	text-align: center
}

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

.TeamLineupPopupDisplay {
	width: 100%;
	border-collapse: collapse;
	height: 100%;
	border-radius: 8px;
	background-color: #2a3f54;
	height: 350px;
	overflow-y: scroll;
}

.TeamLineupContainer {
	display: inline-flex;
	flex-direction: column;
	width: 100%;
	row-gap: 10px;
}

.TeamLineupDisplay {
	display: flex;
	width: 100%;
	height: 100px;
	padding-left: 6px;
}

.TeamLineupNumber {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	min-width: 32px;
	font-family: Trebuchet MS;
}

.TeamLineupContent {
	position: relative;
	flex-grow: 1;
}

.TeamLineupPlayerContainer {
	display: inline-flex;
	flex-direction: column;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
}

.TeamLineupPlayerContent {
	width: 100%;
	color: #fff;
	padding: 8px 2px 0px 70px;
	box-sizing: border-box;
}

	.TeamLineupPlayerContent.PlayerName {
		background: linear-gradient(90deg,rgba(0,0,0,0) 15%,rgba(0,0,0,.55) 30%);
		font-size: 16px;
		padding: 0px 2px 2px 70px;
	}

#PlayerJerseyNumber {
	font-size: 18px;
}

.playerLineup_StatContainer {
	display: inline-flex;
	height: 58px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.playerLineup_StatContent {
	display: grid;
	grid-template-rows: repeat(2, 1fr);
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	width: 100%;
	align-items: end;
	justify-items: stretch;
}

.playerLineup_PlayerInfo {
	grid-area: 1 / 1 / 3 / 4;
	height: 52px;
}

.playerLineup_PlayerStatInfo {
	grid-area: 1 / 3 / 3 / 4;
	padding-right: 2px;
	width: 120px;
}

.playerLineup_PlayerStatInfo.isPitcher {
	grid-area: 1 / 3 / 3 / 4;
	padding-right: 2px;
	width: 140px;
}

	.playerLineup_PlayerStatInfo.isPitcher table {
		letter-spacing: 0px;
	}

.playerLineup_PlayerStatTable {
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	letter-spacing: -1px;
	z-index: 99999;
	position: relative;
}

#TeamLineup_PlayerPhoto {
	height: 100px;
	border-radius: 10px 10px 0px 10px;
}

.playerLineup_ShowProfile {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99999;
	height: 100px;
	width: 66px;
}

.playerLineup_PitcherStartContent {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 4px 8px 0px 0px;
	font-size: 16px;
	color: #fff;
	font-style: italic;
}

.playerLineup_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;
}

.playerLineup_PositionContent {
	bottom: 0;
	position: absolute;
	left: 0;
	border-radius: 0px 10px 0px 10px;
	font-size: 16px;
	color: #ffffff;
	padding: 0px 4px;
	background: #000000a1;
	letter-spacing: 0px;
	min-width: 28px;
	display: inline-flex;
	justify-content: center;
	align-items: flex-end;
	height: 26px;
	text-indent: 0px;
	font-family: Arial;
	font-weight: 600;
	font-stretch: condensed;
}

.NFL_PlayerPositionContent {
	bottom: 0;
	position: absolute;
	left: 0;
	border-radius: 0px 10px 0px 10px;
	font-size: 16px;
	color: #ffffff;
	padding: 0px 4px;
	background: #575757;
	letter-spacing: 0px;
	min-width: 28px;
	display: inline-flex;
	justify-content: center;
	align-items: flex-end;
	height: 28px;
	text-indent: 0px;
	font-family: Arial;
	font-weight: 600;
	font-stretch: condensed;
	border: 2px solid black;
}

.NFL_TeamLineupPlayerContent {
	width: 100%;
	color: #fff;
	padding: 8px 2px 0px 0px;
	box-sizing: border-box;
}

	.NFL_TeamLineupPlayerContent.PlayerName {
		background: linear-gradient(90deg, rgb(0 0 0) 40%, rgb(0 0 0 / 0%) 100%);
		padding: 3px 2px 3px 35px;
		border-bottom-left-radius: 10px;
	}

.NFL_PlayerImage {
	background-position: -10px -5px;
	background-repeat: no-repeat;
	background-size: auto 100px;
	height: 100px;
	width: 115px;
	border-bottom-left-radius: 10px;
}

.TeamLineup_PlayerStatInfo {
	grid-area: 1 / 3 / 3 / 4;
	padding-right: 2px;
	width: 175px;
}

.TeamLineup_PlayerStatTitle {
	filter: drop-shadow(0px -1px 1px black) drop-shadow(-2px 1px 1px black) drop-shadow(2px 1px 1px black) drop-shadow(2px 0px 1px black);
}

.PlayerJerseyNumber {
	font-size: 18px;
	top: -2px;
	position: relative;
}

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

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

	.TeamPosToggle.noSelect {
		text-shadow: none;
		color: #000000;
		background-color: #5c6873;
		transition: all 0.5s;
	}

	.TeamPosToggle.selPos {
		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;
	}

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

.TeamLineupDataContent {
	display: inline-flex;
	flex-direction: column;
	width: 100%;
	row-gap: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 2px 0px 0px 0px;
}

.TeamLineupDataContainer {
	display: block;
	position: relative;
	width: 100%;
	height: 348px;
	flex-grow: 1;
	overflow-y: scroll;
	border-radius: 10px;
}