pre {
	background-color: white;
}
body {
	padding-bottom: 100px;
	background-color: #182030!important;
	color: white;
}
.overlay-wrap {
	display: flex;
	flex-direction: column-reverse;
}
.overlay-header {
	display: flex;
	justify-content: space-between;
}
.overlay-header-total {
	margin-right: 15px;
	text-align: right;
}
.overlay-header-total h6 {
	opacity: 0.5;
	font-size: 14px;
	white-space: nowrap;
}
.overlay-header-total h3 {
	white-space: nowrap;
}
.overlay-header-total h3 span.overlay-header-total--label {
	opacity: 0.5;
	font-size: 14px;
}
.menu-home-icon {
	width: 15px;
}
.btn-primary {
	background-color: #00CEB8;
	border: 1px solid #00CEB8;
	color: #182030;
	font-weight: bold;
}
.btn-primary:hover {
	background-color: #0BE0C1!important;
	border: 1px solid #0BE0C1!important;
	box-shadow: none;
	color: #182030!important;
}
.btn-primary:focus {
	background-color: #00CEB8!important;
	border: 1px solid #00CEB8!important;
	box-shadow: none;
	color: #182030!important;
}
a:hover {
	color: #0BE0C1;
	text-decoration: none;
}
a:focus,
a {
	transition: all 0.3s ease;
    color: #00CEB8;
}
.table {
	color: white;
}

.table td, .table th {
	border-top: 1px solid #384250;
}
.table thead th {
    border-bottom: 2px solid #384250;
}

.custom-select {
    background-color: #384250!important;
    border: 1px solid #384250;
    color: white;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
}
.custom-select:focus {
	outline: none!important;
	border: 1px solid #00CEB8;
	box-shadow: none!important;
}
.custom-select option {
	background-color: #384250;
	transition: all 0.3s ease;
}
.custom-select option:hover,
.custom-select option:checked {
  background-color: #00CEB8;
}

/**
 * Main Menu
 */

.main-menu-wrapper {
	background: linear-gradient(180deg, rgba(57,68,88,1) 0%, rgba(24,32,48,1) 100%);
	padding: 15px 0 11px;
	margin-bottom: 30px;
	position: sticky;
	top: 0;
	z-index: 1;
	border-bottom: 1px solid #384250;
	display: flex;
	justify-content: center;
	box-shadow: 0px 2px 16px rgba(0,206,184,0.2);
}
.main-menu {
	overflow: auto;
	padding: 0 20px;
}

.main-menu a {
	height: 100%;
}
.main-menu a span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	white-space: nowrap;
	text-transform: uppercase;
    font-size: 11px;
}
@media screen and (min-width: 768px) {
	.main-menu a span {
		font-size: 13px;
	}
}

.menu-col {
	padding-left: 3px;
	padding-right: 3px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.main-menu::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.main-menu {
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}

.main-menu > .row {
	flex-wrap: nowrap;
}
.main-menu > .row .col {
	padding-left: 5px;
	padding-right: 5px;
}

/**
 * Teams
 */

.teams-table {
	font-size: 90%;
}

.teams-table.table td,
.teams-table.table th {
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.teams-table.table td.logo-col {
		width: 25px
	}
	.hide-mobile {
		display: none
	}
}
.teams-table.table td.logo-col {
	padding: 0;
}

.logo-img {
	display: block;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	background-position: center;
	background-size: cover;
}

.teams-table td.name-col span {
	display: block;
	line-height: 1.2em;
	margin-bottom: 3px;
	font-size: 12px;
}

td.name-col span.small {
	opacity: 0.5;
	color: white;
}

.lines-selector_wrap {
	text-align: center;
}

.lines-selector_wrap select {
	margin: 20px 0 40px;
	padding: 10px 15px;
	background-color: #384250;
	border: none;
	border-radius: 14px;
	color: white;
}

.lines-selector_wrap select option {
	background-color: #384250;
}

.jersey-image {
	display: block !important;
	margin: 0 auto;
}

.lines-wrap table tbody tr:nth-child(5n+5) td,
.lines-wrap table tbody tr:nth-child(1) td {
	background-color: rgba(255,255,255,0.05);
}
.lines-wrap table td {
	border-right: none!important;
	border: none;
	padding: 10px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.line_rating_row {
	display: none;
}
.lines-wrap .player-name {
	text-transform: uppercase;
}
.lines-wrap .line_rating_label {
	font-weight: bold;
}

.lines-wrap .rating-rank,
.lines-wrap .line_rank span {
	border-radius: 8px;
	margin-left: 8px;
	font-size: 13px;
	padding: 2px 5px 4px;
	white-space: nowrap;
	color: #182030;
}
.team-line-combination-wrap > div {
    overflow: auto;
    max-width: 100%;
}
#defense-container,
#pp-forwards-container,
#pp-defense-container,
#pp2-forwards-container,
#goalies-container,
#ir-container {
	margin-top: 30px;
}

.bet-table {
	width: 100%;
}
.bet-table tr:nth-child(even) {
	background-color: rgba(255,255,255,0.05);
}
.bet-table td,
.bet-table th {
	padding: 7px;
}
.daily-player-stats-totals td {
	font-weight: bold;
	border-top: 3px solid #384250;
}

.daily-player-stats-table .logo-img {
	width: 25px;
	height: 25px;
}

.daily-player-stats-table small {
	opacity: 0.5;
	white-space: nowrap;
}
.daily-player-stats-table td.name-col span {
	display: flex;
	flex-wrap: nowrap;
	line-height: 1.2em;
	white-space: nowrap;
	font-size: 12px;
	margin-bottom:0;
}

.daily-player-stats-table .player-team-pos {
	margin-left: 5px;
	opacity: 0.5;
	text-transform: uppercase;
	white-space: nowrap;
}

.scoreboard-table tbody tr:nth-child(odd) {
	background-color: rgba(255,255,255,0.05);
}
.scoreboard-table tbody tr td:first-child {
	white-space: nowrap;
}
.table-responsive.winning .scoreboard-table tbody tr:nth-child(odd) {
	background-color: rgba(0,0,0,0.05);
}

/* width */
.table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.table-responsive::-webkit-scrollbar-track {
  background: #182030;
}

/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
  background: #00CEB8;
  border-radius: 15px;
}

.table-responsive>.table-bordered {
    border: 0
}