﻿
* {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

.OgAI_Popup {
	background-clip: padding-box;
	outline: 0;
	z-index: 9999;
	position: relative;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: auto auto;
	width: 100%;
	height: 100%;
	display: inline-flex;
	justify-content: center;
	position: absolute;
	left: 0px;
	padding: 0px 8px;
	overscroll-behavior-y: contain;
	overflow-y: hidden;
}

.OgAI_ManifestContent {
	display: none !important;
	height: 0px !important;
	width: 0px !important;
}

.OgAI_ScriptContent {
	display: none !important;
	height: 0px !important;
	width: 0px !important;
}

.OgAI_Container {
	width: 100%;
	height: 360px;
	max-height: 360px;
	position: relative;
	z-index: 10000;
	overscroll-behavior-y: contain;
	transition: height .5s ease-in-out;
}

.OgAI_Table {
	box-shadow: 0 0 4px 0px #000000;
	outline: 3px solid #000000;
	outline-offset: -2px;
	box-sizing: border-box;
	border-collapse: separate;
	width: 100%;
	backdrop-filter: blur(4px) saturate(111%);
	-webkit-backdrop-filter: blur(4px) saturate(111%);
	background-color: #354545e0;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.125);
	height: 350px;
	max-height: 350px;
	z-index: 9999;
	position: relative;
	overflow: hidden;
}

.OgAI_DataContent {
	overflow: auto;
	flex-grow: 1;
	width: 100%;
}

.OgAI_DataContainer {
	height: 350px;
	max-height: 350px;
	display: flex;
	flex-direction: column;
	width: 100%;
	opacity: 0;
}

.OgAI_SummaryTable {
	box-shadow: 0 0 4px 0px #000000;
	outline: 3px solid #000000;
	outline-offset: -2px;
	box-sizing: border-box;
	border-collapse: separate;
	width: 100%;
	backdrop-filter: blur(4px) saturate(111%);
	-webkit-backdrop-filter: blur(4px) saturate(111%);
	background-color: #354545e0;
	border-radius: 0px 0px 12px 12px;
	border: 1px solid rgba(255, 255, 255, 0.125);
	height: 350px;
	max-height: 350px;
}

.OgAI_Col {
	padding-top: 0px;
}

.OgAI_Tab {
	border: none;
	background-color: #a1a1a1;
	display: inline-flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	top: 0px;
	position: relative;
	box-sizing: border-box;
	border-collapse: separate;
	height: 40px;
}

	.OgAI_Tab button {
		background-color: inherit;
		float: left;
		border: none;
		outline: none;
		cursor: pointer;
		padding: 6px 10px;
		font-size: 18px;
		border-bottom: 4px solid #595959;
		transition: border-bottom .4s ease-in-out;
		letter-spacing: -1px;
	}

		.OgAI_Tab button:hover {
			background-color: #57575757;
			border-bottom: 4px solid #8f1111;
			transition: border-bottom .4s ease-in-out;
		}

		.OgAI_Tab button.active {
			background-color: #57575757;
			border-bottom: 4px solid #8f1111;
			transition: border-bottom .4s ease-in-out;
		}

.OgAI_TabContent {
	display: none;
	padding: 2px 2px 6px 0px;
	height: 100%;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
	overflow-y: scroll;
	position: relative;
	left: -2px;
	scrollbar-width: thin;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.OgAI_LastCol {
	height: 100%;
	font-size: 15px;
	line-height: 20px;
}

.OgAI_3pLastCol {
	height: 100%;
	font-size: 18px;
	line-height: 24px;
}

	.OgAI_3pLastCol div {
		overflow-y: auto;
		height: 175px;
		padding: 0px 0px 2px 0px;
	}

.OgAI_DataTable {
	min-height: 100%;
	height: auto;
	font-size: 14px;
	color: #fff;
}

.OgAI_SummaryDataTable {
	min-height: 100%;
	height: auto;
	width: 100%;
	font-size: 14px;
	color: #fff;
}

.OgAI_SectionHead {
	height: 18px;
	padding-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
}

.OgAI_Section {
	height: auto;
	margin-bottom: 0px;
	padding: 0px;
}

	.OgAI_Section.OgAP {
		height: 175px;
	}

.OgAI_SummarySection {
	height: auto;
	width: 100%;
	border-bottom: 1px solid #a1a1a1;
	margin-bottom: 0px;
	padding: 0px;
}

.divTable {
	display: table;
	width: 100%;
}

.divTableRow {
	display: table-row;
}

.divTableCell {
	display: table-cell;
	padding: 3px 10px;
}

.divTableTop {
	width: 100%;
	clear: both;
}

.Cell_Left {
	width: 50%;
	float: left;
}

.Cell_Right {
	width: 50%;
	float: right;
}

.divTableBody {
	display: table-row-group;
}

.OgAI_ButtonDiv {
	text-align: center;
	vertical-align: middle;
	background-color: #575757;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	box-shadow: 0px -1px 2px 2px #1a1a1a;
	z-index: 999999;
	border-top: 2px solid #000000;
}

.CloseCol {
	height: 46px;
}

.OgAI_ButtonContainer {
	display: inline-flex;
	width: 100%;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}

.OgAI_ButtonContent {
	position: relative;
	width: 50%;
	height: 44px;
	vertical-align: middle;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

	.OgAI_ButtonContent.CloseBtnAI {
		background-color: #e92e2e;
		border-bottom-left-radius: 12px;
		flex-grow: 1;
	}

	.OgAI_ButtonContent.SaveBtnAI {
		background-color: #48865b;
		border-bottom-right-radius: 12px;
	}

		.OgAI_ButtonContent.SaveBtnAI.EvEvalSaved {
			background-color: #969d98;
			color: #575757;
		}

.TabLoader {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
	border-radius: 12px;
	border: 1px solid #ffffffa1;
	box-shadow: 0 0 3px 2px #ffffff;
	outline: 3px solid #ffffffa1;
	outline-offset: -2px;
	box-sizing: border-box;
	border-collapse: separate;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-evenly;
	backdrop-filter: brightness(0.35) blur(2px) saturate(111%);
	-webkit-backdrop-filter: brightness(0.35) blur(2px) saturate(111%);
	background: url('../images/ogai_ui.png') no-repeat center center #222222;
	background-size: contain;
}

.css_LoadingTitleCol {
	height: 208px;
	vertical-align: bottom;
}


.css_LoadingTitle {
	font-family: 'Adumu';
	animation: 2s pulsateLoadTitle infinite;
	width: 100% !important;
	display: inline-flex;
	justify-content: space-between;
	/*    text-shadow: #488dca -2px -2px 2px, #488dca 2px -2px 2px, #488dca -2px 2px 2px, #488dca 2px 2px 2px; */
	font-size: 60px;
	height: 60px;
	stroke-width: 4px;
	stroke: #a1a1a1;
	stroke-opacity: 0.75;
}

.css_LoadingTitleContainer {
	fill: #fafafa !important;
	padding: 0px 6px;
	width: 100%;
	height: 70px;
	overflow: visible !important;
}

.AI_LoadPercent {
	display: block;
	position: absolute;
	width: 100%;
	height: 30px;
	color: #ffffff;
	text-shadow: -5px -5px 6px #000000c4, 5px 5px 6px #000000c4, -5px 5px 6px #000000c4, 5px -5px 6px #000000c4, -5px -5px 6px #000000c4, 5px 5px 6px #000000c4, -5px 5px 6px #000000c4, 5px -5px 6px #000000c4, -5px -5px 6px #000000c4, 5px 5px 6px #000000c4, -5px 5px 6px #000000c4, 5px -5px 6px #000000c4, -5px -5px 10px #ffffff, 5px 5px 10px #000000c4, -5px 5px 10px #000000c4, 5px -5px 10px #000000c4;
	font-weight: bold;
	stroke-width: 0.8px;
	stroke: #00000057;
	-webkit-text-stroke: 0.8px #00000057;
	font-size: 15px;
}

#LoaderDots {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	stroke-width: 0.8px;
	stroke: #00000057;
	-webkit-text-stroke: 0.8px #00000057;
}

#LoadPercent #LoaderDots:before {
	animation: dots 2s linear alternate infinite;
	content: "";
}

#LoadPercent #LoaderDots:after {
	animation: dots 2s linear alternate infinite;
	content: "";
}

.OgAI_DisplayContainer {
	width: 100%;
	height: 350px;
	perspective: 700px;
}

.OgAI_DisplayContent {
	width: 100%;
	height: 350px;
	position: relative;
	transform-style: preserve-3d;
	transform: translateZ(-175px);
	transition: transform 1s;
}

	.OgAI_DisplayContent.Show-OgAI {
		transform: translateZ(-175px) rotateY( 0deg);
		-webkit-transform: translateZ(-175px) rotateY( 0deg);
	}

	.OgAI_DisplayContent.Show-BetData {
		transform: translateZ(-175px) rotateY( -180deg);
		-webkit-transform: translateZ(-175px) rotateY( -180deg);
	}

	.OgAI_DisplayContent.Show-SummaryData {
		transform: translateZ(-175px) rotateY( 181deg) rotate3d(0,1,0,-1deg);
		-webkit-transform: translateZ(-175px) rotateY( 181deg) rotate3d(0,1,0,-1deg);
	}

.OgAI_DisplayContent_Face {
	position: absolute;
	width: 100%;
	height: 350px;
}

.OgAI_DisplayContent_Face--front {
	transform: rotateY( 0deg) translateZ(175px);
	-webkit-transform: rotateY( 0deg) translateZ(175px);
}

.OgAI_DisplayContent_Face--side {
	transform: rotateY( 90deg) translateZ(175px);
	-webkit-transform: rotateY( 90deg) translateZ(175px);
}

.OgAI_DisplayContent_Face--sideleft {
	transform: rotateY( -90deg) translateZ(175px);
	-webkit-transform: rotateY( -90deg) translateZ(175px);
}

.OgAI_DisplayContent_Face--back {
	transform: rotateY( 180deg) translateZ(175px);
	-webkit-transform: rotateY( 180deg) translateZ(175px);
}

.OgAI_DisplayContent_Face--SummaryBack {
	transform: rotateY( -180deg) translateZ(175px);
	-webkit-transform: rotateY( -180deg) translateZ(175px);
}

.EventContent_Review {
	background-color: rgba(155, 155, 155, 0.88) !important;
	height: 350px !important;
	width: 100% !important;
}

.OgAI_LogoDiv {
	background-image: url('../images/logo.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 300px;
	height: 350px !important;
	width: auto !important;
}

.OgAI_SummaryTitle {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	font-family: Verdana;
	text-align: center;
	background-color: #b0632a;
}

.OgAI_PlayerBetSection {
	font-weight: 500;
	padding-top: 0px;
	line-height: 14px;
	font-size: 14px;
	font-style: italic;
}

.OgAI_PlayerTab {
	border: none;
	background-color: #a1a1a1;
	display: inline-flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	top: 0px;
	position: relative;
	box-sizing: border-box;
	border-collapse: separate;
	height: auto;
	line-height: 18px;
}

.OgAI_PlayerSectionHead {
	padding-bottom: 0px;
	font-size: 18px;
	font-weight: bold;
	-webkit-font-smoothing: subpixel-antialiased;
	background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.8) 3%, rgba(0,0,0,0.85) 30%, rgba(255,255,255,0) 72%, rgba(255,255,255,0) 100%);
	box-shadow: inset 7px 0 5px -6px black;
	line-height: 20px;
	display: inline-flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	padding: 0px 8px;
}

.OgAI_PlayerSection {
	height: auto;
	margin-bottom: 0px;
	padding: 0px;
	background-image: linear-gradient(to left, rgb(0 0 0 / 0%) 1%, rgb(0 255 255 / 0%) 50%, rgb(0 0 0 / 0%) 100%), linear-gradient(to left, #a1a1a1 1%, #a1a1a1 50%, rgba(0, 0, 0, 0) 100%);
	background-size: 100% 3px;
	background-position: 0% 0%, 0% 100%;
	background-repeat: no-repeat;
}

.OgAI_PlayerSummarySection {
	height: auto;
	width: 100%;
	border-bottom: 1px solid #a1a1a1;
	margin-bottom: 0px;
	padding: 0px;
}

.OgAI_PlayerLastCol {
	font-size: 16px;
	height: 100%;
	padding: 2px 0px 8px 8px;
	line-height: 20px;
}

.OgAI_PlayerTab button {
	display: inline-flex;
	width: 50%;
	background-color: inherit;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 4px 18px;
	font-size: 18px;
	border-bottom: 4px solid #595959;
	transition: border-bottom ease-in-out .4s;
	letter-spacing: -1px;
	color: #000000;
	font-weight: bold;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 20px;
}

	.OgAI_PlayerTab button:hover {
		background-color: #57575757;
		border-bottom: 4px solid #8f1111;
		transition: border-bottom ease-in-out .4s;
	}

	.OgAI_PlayerTab button.active {
		background-color: #57575757;
		border-bottom: 4px solid #8f1111;
		transition: border-bottom ease-in-out .4s;
	}

.OgAI_PlayerTabContent {
	display: none;
	padding: 2px 2px 6px 0px;
	height: 100%;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
	overflow-y: scroll;
	position: relative;
	left: -2px;
	scrollbar-width: thin;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.OgAI_PlayerBetTypeContent {
	font-size: 17px;
	font-style: oblique;
	padding: 2px 0px;
	letter-spacing: -0.5px;
	font-weight: 500;
}

.OgAI_PlayerBetRow {
	padding: 0px;
}

.OgAI_PlayerBetHeader {
	padding: 6px 0px;
	text-align: center;
	font-size: 16px;
	background-color: #fff;
	width: 100%;
	display: block;
	margin: 8px 0px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

.OgAI_PlayerTypeSeperator {
	border-top: 3px solid rgba(0,0,0,.7);
}

.OgAI_isPlayerSelected_Receive {
	position: relative;
}

	.OgAI_isPlayerSelected_Receive:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgb(73 168 122 / 25%);
	}

.OgAI_isPlayerSelected_Rush {
	position: relative;
}

	.OgAI_isPlayerSelected_Rush:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgb(168 73 73 / 25%);
	}

.OgAI_isPlayerSelected_Points {
	position: relative;
}

	.OgAI_isPlayerSelected_Points:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgb(73 168 122 / 25%);
	}

.OgAI_isPlayerSelected_Assists {
	position: relative;
}

	.OgAI_isPlayerSelected_Assists:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgb(168 73 73 / 25%);
	}

.OgAI_isPlayerSelected_Threes {
	position: relative;
}

	.OgAI_isPlayerSelected_Threes:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgb(73 86 168 / 25%);
	}

.OgAI_isPlayerSelected_Rebounds {
	position: relative;
}

	.OgAI_isPlayerSelected_Rebounds:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgb(168 161 73 / 25%);
	}

.OgAI_SelCount {
	color: #45cd6a;
	font-size: 13px;
}

	.OgAI_SelCount.isMax {
		color: #cd4545 !important;
		font-weight: bold;
	}

.OgAI_ProgressTable {
	width: 100%;
	border: none;
	padding: 0px;
}

.OgAI_ProgressContainer {
	text-align: center;
}

.OgAp_StatusProgLoad {
	display: none;
}

.SaveOgAP_Content {
	position: relative;
	width: 100%;
}

.SaveOgAI_BackG {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.77);
	border-radius: 12px;
	z-index: 999999;
	padding: 0px 10%;
	place-content: center;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	display: none;
}

	.SaveOgAI_BackG.ShowBackG {
		display: inline-flex;
		opacity: 1;
		transition-property: opacity, display;
		transition-duration: 400ms, 0s;
		transition-delay: 0s, 0s;
		transition-timing-function: ease-in-out, ease-in-out;
	}

.SaveOgAI_Container {
	width: 100%;
	padding: 10px;
	border-radius: 12px;
	backdrop-filter: blur(2px) saturate(150%);
	-webkit-backdrop-filter: blur(2px) saturate(150%);
	background-color: rgba(196, 196, 196, 0.55);
	border: 3px solid #ffffffa1;
}

.SaveOgAI_DataTable {
	width: 100%;
	height: auto;
}

.SaveOgAI_TextBox {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	font-size: 18px;
	text-align: center;
}

.SaveOgAI_TextContainer {
	text-align: center;
	padding-bottom: 10px;
}

.SaveOgAI_btnSave {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 2px solid black;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 600;
}

	.SaveOgAI_btnSave.doSave {
		background-color: #498eca8f;
	}

	.SaveOgAI_btnSave.isSaved {
		background-color: #4cba78;
		display: none;
	}

.SaveOgAI_btnContainer {
	height: 40px;
	text-align: center;
	border-radius: 8px;
	display: inline-flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.SaveOgAI_Loader {
	width: 40px;
	height: 40px;
	display: grid;
	border: 4px solid #0000;
	border-radius: 50%;
	border-color: #498eca #34495E;
	animation: OgAI_LoaderAnimation 1s infinite linear;
	filter: drop-shadow(0px 0px 1px black) drop-shadow(0px 0px 1px black);
}

.SaveOgA_HideLoader {
	display: none
}

.SaveOgAI_Loader::before,
.SaveOgAI_Loader::after {
	content: "";
	grid-area: 1/1;
	margin: 1px;
	border: inherit;
	border-radius: 50%;
}

.SaveOgAI_Loader::before {
	border-color: #F5761E #0000;
	animation: inherit;
	animation-duration: .5s;
	animation-direction: reverse;
}

.SaveOgAI_Loader::after {
	margin: 4px;
}

.ShowOgSaves_Container {
	margin: 20px auto;
	box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 53%);
	border-radius: 12px;
	overflow: hidden;
	opacity: 0;
	top: -150px;
	position: relative;
}

.ShowOgSaves_Table {
	width: 100%;
	border-collapse: collapse;
	background-color: #f9f9f9;
}

.ShowOgSaves_Name {
	padding: 5px 10px;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
	background-color: #498eca;
	color: #ffffff;
	font-size: 18px;
}

.ShowOgSaves_HeaderContainer {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
}

.ShowOgSaves_BtnRem {
	font-weight: 700;
	color: #000;
	text-shadow: -1px -1px 2px red, 1px -1px 2px red, -1px 1px 2px red, 1px 1px 2px red;
	font-size: 22px;
	line-height: 1;
}

.ShowOgSaves_NameLink {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	display: block;
}

	.ShowOgSaves_NameLink:hover {
		text-decoration: none;
		color: #fff;
	}

.ShowOgSaves_ImgContainer {
	border-bottom: 1px solid #e0e0e0;
}

.ShowOgSaves_Img {
	display: block;
	max-width: 100px;
	height: auto;
	margin: 0 auto;
	padding: 5px;
}

.ShowOgSaves_Teams {
	padding: 5px;
	border-bottom: 1px solid #e0e0e0;
	color: #333;
	font-size: 16px;
}

.ShowOgSaves_StartTime {
	padding: 5px;
	color: #333;
	font-size: 16px;
}

.OgSaveLoader_PopupContainer {
	background-clip: padding-box;
	outline: 0;
	z-index: 9999;
	position: relative;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: auto auto;
	width: 100%;
	height: 100%;
	display: inline-flex;
	justify-content: center;
	animation-name: slideIn;
	animation-duration: 0.4s;
	left: 0px;
	border-radius: 12px;
}

	.OgSaveLoader_PopupContainer.EvalHider {
		display: none;
	}

.OgSaveLoader_Popup {
	background-clip: padding-box;
	outline: 0;
	z-index: 9999;
	position: relative;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 205px;
	display: inline-flex;
	justify-content: center;
	animation-name: slideIn;
	animation-duration: 0.4s;
	left: 0px;
	overflow: hidden;
	box-shadow: 0 0 3px 2px #ffffff;
	border-radius: 12px;
	background-color: #000;
}

.OgSaveLoader_Container {
	width: 100%;
	height: 100%;
	max-height: 100%;
	position: relative;
}

.OgSaveTabLoader {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000000a1;
	z-index: 9999;
	border-radius: 12px;
	border: 0px solid #ffffffa1;
	outline: 2px solid #ffffffa1;
	outline-offset: 0px;
	box-sizing: border-box;
	border-collapse: separate;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-evenly;
	backdrop-filter: brightness(0.35) blur(2px) saturate(111%);
	-webkit-backdrop-filter: brightness(0.35) blur(2px) saturate(111%);
	background: url('../images/OgEval_BG.png') no-repeat center center transparent;
}

.OgSaveLoaderTitleCol {
	height: 100%;
	vertical-align: middle;
	position: relative;
	display: inline-flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	width: 100%;
}

.OgSaveLoader_SpinContainer {
	position: absolute;
	height: 205px;
	width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	bottom: 0px;
	padding-top: 4px;
}

.OgAEval_LoadText {
	font-family: 'Adumu';
	animation: 2s pulseEval_LoadText infinite;
	width: 100% !important;
	display: inline-flex;
	justify-content: space-between;
	font-size: 60px;
	height: 60px;
	stroke-width: 4px;
	stroke: #ffffff;
	stroke-opacity: 0.75;
}

.OgAEval_LoadTextContainer {
	fill: #000000 !important;
	padding: 0px 6px;
	z-index: 10000;
	filter: drop-shadow(-1px -1px 4px #570000a1) drop-shadow(1px 1px 4px #570000a1) drop-shadow(-1px 1px 4px #570000a1) drop-shadow(1px -1px 4px #570000a1);
}

.OgAEval_DataContainer {
	height: 350px;
	max-height: 350px;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.OgAEval_GameStatContainer {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	font-size: 16px;
}

.betOnTrack {
	color: #00FF00;
}

.betBehind {
	color: #FF0000;
}

.MLB_isPlayerSelected {
	position: relative;
}

	.MLB_isPlayerSelected:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgb(73 168 122 / 25%);
	}

.OgDataAI_Table {
	box-shadow: 0 0 4px 0px #000000;
	outline: 3px solid #000000;
	outline-offset: -2px;
	box-sizing: border-box;
	border-collapse: separate;
	width: 100%;
	backdrop-filter: blur(4px) saturate(111%);
	-webkit-backdrop-filter: blur(4px) saturate(111%);
	background-color: #3D5A80e0;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.125);
	height: 360px;
	max-height: 360px;
	z-index: 10002;
	position: relative;
	overflow: hidden;
	overscroll-behavior-y: contain;
	opacity: 0;
}

.OgDataAI_3pTable {
	box-shadow: 0 0 4px 0px #000000;
	outline: 3px solid #000000;
	outline-offset: -2px;
	box-sizing: border-box;
	border-collapse: separate;
	width: 100%;
	backdrop-filter: blur(4px) saturate(111%);
	-webkit-backdrop-filter: blur(4px) saturate(111%);
	background-color: #3D5A80e0;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.125);
	height: 400px;
	max-height: 400px;
	z-index: 10002;
	position: relative;
	overflow: hidden;
	overscroll-behavior-y: contain;
	opacity: 0;
}

.OgDataAI_Section {
	height: auto;
	margin-bottom: 0px;
	padding: 0px;
	width: 100%;
}

.OgDataAI_Tab {
	border: none;
	background-color: #2C3E50;
	display: inline-flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	top: 0px;
	position: relative;
	box-sizing: border-box;
	border-collapse: separate;
	height: auto;
}

	.OgDataAI_Tab button {
		background-color: inherit;
		border: none;
		outline: none;
		cursor: pointer;
		padding: 6px 0px;
		font-size: 18px;
		border-bottom: 4px solid #498EC9;
		transition: border-bottom .4s ease-in-out;
		letter-spacing: -1px;
		color: #ffffff;
		flex-grow: 1;
		display: inline-flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

		.OgDataAI_Tab button:hover {
			background-color: #5D6C77;
			border-bottom: 4px solid #41b973;
			transition: border-bottom .4s ease-in-out;
		}

		.OgDataAI_Tab button.active {
			background-color: #5D6C77;
			border-bottom: 4px solid #41b973;
			transition: border-bottom .4s ease-in-out;
		}

.OgDataAI_TabContent {
	display: none;
	padding: 0px 5px 4px 5px;
	height: 100%;
	width: 100%;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
	position: relative;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

	.OgDataAI_TabContent.OgAP {
		/*height: 280px;*/
	}

.OgDataAI_SectionHeader {
	padding: 6px 0px 4px 0px;
}

.OgDataAI_SectionHead {
	padding: 6px 0px 6px 0px;
}

.OgDataAI_InfluHead {
	background: linear-gradient(90deg, rgba(73, 142, 201, 0) 0%, #7084a1 35%, #7084a1 65%, rgba(73, 142, 201, 0) 100%);
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: #bd5812 -3px -3px 2px, #bd5812 3px -3px 2px, #bd5812 -2px 2px 2px, #bd5812 3px 2px 2px, #bd5812 0px 2px 2px;
}

.OgDataAI_SectionHeadContainer {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background-color: #7084a1;
	padding: 8px 0px;
	line-height: 18px;
	border-radius: 12px;
	text-shadow: -2px -2px 4px #34495E, 1px 2px 4px #34495E, 2px -2px 4px #34495E, -1px 3px 4px #34495E, -2px -1px 4px #34495E, 1px 2px 4px #34495E, 2px -1px 4px #34495E, -1px 3px 4px #34495E;
	row-gap: 2px;
}

	.OgDataAI_SectionHeadContainer div:last-child {
		font-size: 20px;
		padding: 0px;
		font-family: 'Segoe';
	}

	.OgDataAI_SectionHeadContainer div:first-child {
		font-size: 18px;
		padding: 0px;
		font-weight: 400;
		letter-spacing: 1px;
		font-family: Times New Roman;
	}

.OgDataAI_3pSectionHeadContainer {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background-color: #7084a1;
	padding: 6px 0px;
	border-radius: 12px;
	text-shadow: -2px -2px 4px #34495E, 1px 2px 4px #34495E, 2px -2px 4px #34495E, -1px 3px 4px #34495E, -2px -1px 4px #34495E, 1px 2px 4px #34495E, 2px -1px 4px #34495E, -1px 3px 4px #34495E;
}

.OgAI_Container.OgAutoPickDisplay {
	height: 400px;
	max-height: 400px;
	transition: height .5s ease-in-out;
}

.OgAutoPick_Container {
	width: 100%;
	position: relative;
	z-index: 10000;
	overscroll-behavior-y: contain;
}

.OgAutoPick_Sep {
	background-color: transparent;
}

	.OgAutoPick_Sep::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% - 3px) 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) 1%, #34495E 22%, #34495E 78%, transparent 99%);
		border-radius: 8px;
		padding: 2px;
		box-sizing: border-box;
		width: 100%;
		display: block;
		margin: 4px 0px 2px 0px;
	}

.OgAutoPick_GameTime {
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	color: #fff;
}

.OgDataAI_BetSelection {
	font-size: 18px;
	padding: 0px;
	font-family: 'Segoe';
	letter-spacing: -1px;
}

.OgDataAI_TeamNames {
	font-size: 20px;
	padding: 0px 10px;
	font-weight: 400;
	font-family: Times New Roman;
	width: 100%;
	text-align: center;
}

.OgDataAI_SectionHeadContent {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	align-content: center;
	background-color: #7084a1;
	padding: 8px 0px;
	line-height: 22px;
	border-radius: 6px;
}

.OgDataAI_Section {
	height: auto;
	width: 100%;
	margin-bottom: 0px;
	padding: 0px;
}

	.OgDataAI_Section.OgAP {
		height: 105px;
	}

.OgAI_3pColumn {
	display: flex;
	height: 100%;
}

#OgAI_DataContainer {
	overflow-y: scroll;
	position: relative;
	scrollbar-width: none;
	overscroll-behavior-y: contain;
	z-index: 99999;
	flex-grow: 1;
	display: flex;
}

.OgAI_3pDataContainer {
	flex-grow: 1;
}

.OgAI_HeadSectionCol {
	padding: 0px;
}

.OgAI_ColSpace {
	padding: 0px;
}

	.OgAI_ColSpace.colEnd {
        padding: 0px 0px 6px 0px;
	}

.OgEvEval_BetDataContainer {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.OgEvEval_BetDataContent {
	display: flex;
	position: relative;
	flex-direction: row;
	justify-content: space-between;
	flex-grow: 1;
	padding: 4px 12px;
	position: relative;
}

	.OgEvEval_BetDataContent:before {
		background: linear-gradient(90deg, rgba(245, 118, 30, 0) 0%, rgba(245, 118, 30, 0.85) 3%, rgba(245, 118, 30, 0.85) 97%, rgba(245, 118, 30, 0) 100%);
		transition: all .5s ease-in-out;
		content: '';
		position: absolute;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		opacity: 0;
	}

	.OgEvEval_BetDataContent.selBetOpt:before {
		transition: all .5s ease-in-out;
		opacity: 1;
	}

.OgEvEval_BetContent {
	font-size: 18px;
	padding: 0px;
	font-family: 'Segoe';
	letter-spacing: -1px;
	z-index: 9999;
}

.OgEvEvaI_DataTable {
	min-height: 100%;
	height: auto;
	font-size: 14px;
	color: #fff;
	width: 100%;
}

.OgEvEvaI_SectionHeadContainer {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background-color: #7084a1;
	padding: 6px 0px;
	border-radius: 12px;
	text-shadow: -2px -2px 4px #34495E, 1px 2px 4px #34495E, 2px -2px 4px #34495E, -1px 3px 4px #34495E, -2px -1px 4px #34495E, 1px 2px 4px #34495E, 2px -1px 4px #34495E, -1px 3px 4px #34495E;
	overflow: hidden;
}

.OgEvalData_Tab {
	border: none;
	background-color: #2C3E50;
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	top: 0px;
	position: relative;
	box-sizing: border-box;
	border-collapse: separate;
	height: auto;
	flex-wrap: wrap;
	max-height: 86px;
}

.OgEvEval_Btn {
	background-color: inherit;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 6px 0px;
	font-size: 18px;
	border-bottom: 4px solid #498EC9;
	transition: border-bottom .4s ease-in-out;
	letter-spacing: -1px;
	color: #ffffff;
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	flex: 1 0 30%;
	text-align: center;
}

	.OgEvEval_Btn.evBtnActive {
		background-color: #5D6C77;
		border-bottom: 4px solid #41b973;
		transition: border-bottom .4s ease-in-out;
	}

/*
	.OgEvEval_Btn.evBtnActive:hover {
		background-color: #5D6C77;
		border-bottom: 4px solid #41b973;
		transition: border-bottom .4s ease-in-out;
	}

	.OgEvEval_Btn.active {
		background-color: #5D6C77;
		border-bottom: 4px solid #41b973;
		transition: border-bottom .4s ease-in-out;
	}*/

.OgEvEval_LastCol {
	height: 100%;
	font-size: 18px;
	line-height: 24px;
	display: flex;
}

	.OgEvEval_LastCol div {
		overflow-y: auto;
		padding: 0px 0px 2px 0px;
		flex-grow: 1;
	}

.OgEvEval_Container {
	box-shadow: 0 0 4px 0px #000000;
	outline: 3px solid #000000;
	outline-offset: -2px;
	box-sizing: border-box;
	border-collapse: separate;
	width: 100%;
	backdrop-filter: blur(4px) saturate(111%);
	-webkit-backdrop-filter: blur(4px) saturate(111%);
	background-color: #3D5A80e0;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.125);
	height: auto;
	max-height: 470px;
	z-index: 10002;
	position: relative;
	overflow: hidden;
	overscroll-behavior-y: contain;
	opacity: 0;
	min-height: 425px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.OgEvEval_DataContainer {
	overflow-y: scroll;
	position: relative;
	scrollbar-width: none;
	overscroll-behavior-y: contain;
	z-index: 99999;
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
	height: 336px;
	align-items: flex-start;
	min-height: 336px;
}

.OgEvEval_TabContent {
	display: none;
	padding: 0px 5px 4px 5px;
	width: 100%;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
	position: relative;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.OgAI_Container.OgEvEvalDisplay {
	height: auto;
	max-height: 475px;
	transition: height .5s ease-in-out;
	min-height: 425px;
}

.OgEvEval_DataCol {
	height: 100%;
	font-size: 18px;
	line-height: 24px;
}

	.OgEvEval_DataCol div {
		overflow-y: auto;
		height: 128px;
		padding: 0px 0px 4px 0px;
	}

		.OgEvEval_DataCol div div {
			height: 124px;
			padding: 0px 0px 0px 0px;
		}