﻿:root {
	--orange: #f68d2c;
}

body {
	background-color: #edf1f4;
	position: relative;
	min-height: 100vh;
	font-family: 'Nunito Sans', sans-serif;
	font-style: normal;
	color: #202020;
	margin: 0;
	padding: 30px 0px;
}

.agl-team-stats {
	padding-top: 30px;
	background-color: #fff;
	border-radius: 12px;
}

.main-section {
	padding: 30px 0;
}

.container {
	width: 100%;
	max-width: 1280px;
}

#divHeader {
	font-family: 'Bebas Neue';
	display: inline-flex !important;
	text-align: center;
}

.team-logo {
	object-fit: contain;
}

#teamName {
	font-size: 45px;
	margin-top: 10px;
	padding-left: 35px;
	color: #000;
}

.spanPoweredBy {
	color: #000;
	font-family: 'Bebas Neue';
	margin-bottom: 0px;
	margin-right: 100px;
	font-size: 15px;
	text-align: right;
}

	.spanPoweredBy img {
		width: auto;
		height: 40px;
	}

.pretty {
	line-height: 13px;
	margin: 15px 0;
}

	.pretty.p-default input:checked ~ .state label::after {
		background-color: var(--orange) !important;
		top: 0px;
	}

	.pretty.p-default input:checked ~ .state label::before {
		border-color: var(--orange) !important;
		top: 0px;
	}

	.pretty.p-default .state label::after {
		-webkit-transform: scale(.54);
		-ms-transform: scale(.54);
		transform: scale(.54);
	}

	.pretty .state label {
		font-size: 16px;
		line-height: 20px;
	}

	.pretty.p-round.p-icon .state .icon::before, .pretty.p-curve.p-icon .state .icon::before {
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
	}

	.pretty input:checked ~ .state.p-warning label::after {
		background-color: var(--orange) !important;
		top: 0px;
	}

	.pretty.p-icon input:checked ~ .state label::before {
		border-color: var(--orange);
		top: 0px;
	}

	.pretty.p-round .state label:after, .pretty.p-round .state label:before,
	.pretty.p-curve .state label:after, .pretty.p-curve .state label:before {
		top: 0px;
	}

.home-header-menu-2 {
	float: none;
	text-align: right;
	border-bottom: none;
	padding: 12px;
	border-radius: 12px;
}

	.home-header-menu-2 ul {
		margin-top: -53px;
		margin-bottom: 0;
		padding: 0;
		border-bottom: none;
		width: 100%;
	}

		.home-header-menu-2 ul li {
			list-style: none;
			display: inline-block;
			padding: 12px 40px;
		}

			.home-header-menu-2 ul li a {
				color: #828282;
				font-weight: 700;
				font-size: 16px;
			}

				.home-header-menu-2 ul li a:hover {
					color: var(--orange);
				}

			.home-header-menu-2 ul li.active {
				border-bottom: 3px solid var(--orange);
				color: #19468D;
			}

				.home-header-menu-2 ul li.active a {
					color: #19468D;
				}

.hideMenu {
	display: none;
}

.table {
	font-size: 14px;
	font-weight: 400;
}

	.table.lineup-table {
		border: none;
		margin-bottom: 0;
	}

	.table td, .table th {
		background-color: #fff;
		color: #202020;
		vertical-align: middle;
		white-space: nowrap;
		border: 0px;
		font-weight: 600;
		font-size: 14px;
		line-height: 22px;
	}

.stats-table {
	border-collapse: collapse;
}

	.stats-table tr td {
		border-bottom: 1px solid #EAECF0 !important;
		background: transparent;
		border-radius: 0px !important;
		box-shadow: none !important;
	}

	.stats-table thead tr th {
		cursor: pointer;
		border: none !important;
		background: #F7F7F7 !important;
	}

	.stats-table thead th.sorting:after, .stats-table thead th.up.sorted:after {
		content: url('../images/SortArrows.svg') !important;
		top: 13px !important;
	}

	.stats-table thead th.sorting_asc:after, .stats-table thead th.up.sorted:after {
		content: url('../images/SortArrowsAsc.svg') !important;
		top: 13px !important;
	}

	.stats-table thead th.sorting_desc:after, .stats-table thead th.down.sorted:after {
		content: url('../images/SortArrowsDesc.svg') !important;
		top: 13px !important;
	}

	.stats-table thead .sorting:before,
	.stats-table thead .sorting_asc:before,
	.stats-table thead .sorting_desc:before,
	.stats-table thead .sorting_asc_disabled:before,
	.stats-table thead .sorting_desc_disabled:before {
		right: 0 !important;
		content: "" !important;
	}

	.stats-table thead .sorting:after,
	.stats-table thead .sorting_asc:after,
	.stats-table thead .sorting_desc:after,
	.stats-table thead .sorting_asc_disabled:after,
	.stats-table thead .sorting_desc_disabled:after {
		right: 0 !important;
		content: "" !important;
	}

	.stats-table thead > tr > th.sorting:after {
		opacity: 1 !important;
	}

	.stats-table tfoot th, .stats-table tfoot td {
		border: none !important;
	}

	.stats-table span.arrow.up, .stats-table span.arrow.down {
		border-color: transparent !important;
	}

	.stats-table thead th.nosort:after {
		position: relative;
		content: url('../images/Organization/SortArrows.svg') !important;
		top: 4px !important;
	}

	.stats-table thead th.up.sorted:after {
		position: relative;
		content: url('../images/Organization/SortArrowsAsc.svg') !important;
		top: 4px !important;
	}

	.stats-table thead th.down.sorted:after {
		position: relative;
		content: url('../images/Organization/SortArrowsDesc.svg') !important;
		top: 4px !important;
	}

	.stats-table .nosort-thead th.nosort:after, .stats-table .nosort-thead th.up.sorted:after,
	.stats-table .nosort-thead th.down.sorted:after {
		content: none !important;
	}

	.stats-table .even {
		background: #F7F7F7;
	}

.dropdown-toggle.btn {
	color: #333;
	text-align: left;
}

.dropdown-toggle::after {
	border: none !important;
	content: "\f107" !important;
	font-family: "fontawesome";
	font-size: 18px;
	position: absolute;
	right: 30px;
}

.dropdown-item {
	font-size: 14px;
}

.dropdown-menu {
	width: 100%;
}

.filter-stats ul {
	padding: 0;
	margin: 0;
}

	.filter-stats ul li {
		display: inline-block;
		list-style: none;
		padding-right: 35px;
		color: #000;
	}

.multiselect-container li a label {
	color: black;
}

.input-group-append .btn {
	padding: 13px 0px;
	background: #F7F9FF;
	border: 1.2px solid rgba(0, 0, 0, 0.3) !important;
	border-left: 0px !important;
}

.stats-section .white-section {
	padding: 12px;
}

.filter-chip-date, .filter-chip-game, .filter-chip-player {
	border-radius: 8px;
	border: 1px solid #D0D5DD;
	background: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: stretch;
}

.filter-chip-text {
	color: #344054;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}

a, a:hover {
	text-decoration: none;
}

.show {
	display: block;
}

.modal-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	color: #19468D;
}

.modal-header {
	border: 0px;
	padding: 32px 32px 0px 32px;
	justify-content: center;
}

	.modal-header .close {
		position: absolute;
		right: 30px;
	}

.modal-footer {
	border-top: none;
	padding-top: 0;
	justify-content: center;
}

	.modal-footer .btn {
		min-width: 100px;
	}

.stats-form {
	padding: 20px 0 0;
}

.loading-overlay {
	background-color: rgb(102, 102, 102);
	height: 100%;
	margin: 0;
	opacity: 0.8;
	padding: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	display: none;
}

.loading-img {
	background: #fff;
	border-radius: 5px;
	display: none;
	color: #fff;
	height: 60px;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	opacity: 1;
	position: fixed;
	text-align: center;
	top: 50%;
	vertical-align: middle;
	width: 60px;
	z-index: 10001;
}

	.loading-img img {
		padding-top: 12px;
		width: 60%;
	}

.abbreviation-table {
	padding: 10px 0px;
}

@media only screen and (max-width:576px) {

	.agl-team-stats {
		padding-top: 0px;
	}

	.table thead th, .table tfoot td {
		font-size: 12px !important;
	}

	.table tbody td {
		font-size: 12px !important;
		padding: 4px 8px !important;
	}

	#teamName {
		font-size: 25px !important;
		width: -webkit-fill-available;
		margin: 0px !important;
	}

	.nav-tabs {
		margin-top: 10px !important;
	}

		.nav-tabs .nav-item {
			-ms-flex-preferred-size: 0;
			flex-basis: 0;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			text-align: center;
			padding: 5px 0px;
		}

		.nav-tabs .nav-link {
			font-size: 20px !important;
			margin: 5px 0px 0px !important;
			padding: 0px;
		}

	.stats-table thead th.sorting:after, .stats-table thead th.up.sorted:after {
		transform: scale(.75);
	}

	.team-logo {
		width: auto !important;
		height: 100px !important;
		padding: 10px 0px;
	}

	#divHeader {
		margin: 0px !important;
	}

		#divHeader > div:nth-child(1) {
			width: auto !important;
			margin-right: auto !important;
			margin-left: auto !important;
		}

	.container {
		max-width: inherit !important;
	}

	.abbreviation-table {
		font-size: 12px;
	}

	.spanPoweredBy {
		font-size: 10px;
		text-align: center;
		margin-right: 0px;
		margin-bottom: 10px;
	}

		.spanPoweredBy img {
			width: auto;
			height: 20px;
		}

	.filter-chip {
		flex-direction: column;
	}

	.filter-chip-text {
		padding: 10px;
	}
}

@media only screen and (max-width: 930px) and (min-width: 576px) {

	.agl-team-stats {
		padding-top: 0px;
	}

	#teamName {
		font-size: 45px !important;
		width: -webkit-fill-available;
		margin: 0px !important;
	}

	.nav-tabs {
		margin-top: 20px !important;
	}

		.nav-tabs .nav-item {
			-ms-flex-preferred-size: 0;
			flex-basis: 0;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			text-align: center;
			padding: 5px 0px;
		}

		.nav-tabs .nav-link {
			font-size: 35px !important;
		}

	#divHeader {
		justify-content: space-evenly !important;
		margin: 0px !important;
	}

	.team-logo {
		width: auto !important;
		height: 100px !important;
		padding: 10px 0px;
	}

	.table thead th, .table tfoot td {
		font-size: 25px !important;
	}

	.table tbody td {
		font-size: 25px !important;
		padding: 4px 8px !important;
	}

	.stats-table thead th.sorting:after, .stats-table thead th.up.sorted:after {
		transform: scale(.75);
	}

	#divHeader > div:nth-child(1) {
		width: auto !important;
		margin-right: 0px;
	}

	.container {
		max-width: inherit !important;
	}

	.abbreviation-table {
		font-size: 12px;
	}

	.spanPoweredBy {
		font-size: 10px;
		text-align: center;
		margin-right: 0px;
		margin-bottom: 10px;
	}

		.spanPoweredBy img {
			width: auto;
			height: 20px;
		}

	.filter-chip {
		flex-direction: column;
	}

	.filter-chip-text {
		padding: 10px;
	}
}

@media only screen and (max-width: 768px) and (min-width: 576px) {

	.agl-team-stats {
		padding-top: 0px;
	}

	#teamName {
		width: -webkit-fill-available !important;
		margin: 10px auto !important;
	}
}

@media only screen and (max-width: 992px) and (min-width: 930px) {

	.agl-team-stats {
		padding-top: 0px;
	}

	#divHeader {
		justify-content: space-between !important;
	}
}
