.dragg
{
	opacity: 0.4;
	transition: all var(--transition-duration-standard) var(--transition-easing-standard);
}

.over
{
	box-shadow: inset 0 0 8px 0 #000000b8;
	opacity: 0.9;
	transition: all var(--transition-duration-fast) var(--transition-easing-standard);
}

#schedule thead tr th:not(.time):not(.gnum):not(.team):not(.score):not(.separator):hover
{
	cursor: move;
}

#fullpage
{
	display: flex;
	flex-direction: column;
	user-select: none;
    align-items: flex-start;
	height: 100%;
}

#hamheader
{
	position: relative;
	top: 0px;
	flex: 0 0 auto;
	width: 100%;
	background: var(--primary-bg-color);
}

#league_menu
{
	float: left;
	width: 100%;
}

#header_branding
{
	display: contents;
}


#tablecontainer
{
	flex: 1 1 auto;
	width: 100%;
	overflow: scroll;
	overflow-x: overlay;
	overflow-y: overlay;
	margin-left: -2px;
	margin-top: 1px;
}

.tablecontainerscrollbar::-webkit-scrollbar
{
	width: 11px;
	height: 11px;
	z-index: 100000000;
}

.tablecontainerscrollbar::-webkit-scrollbar-track
{
	margin-top: 2em;
	background: transparent;
}

.tablecontainerscrollbar::-webkit-scrollbar-thumb
{
	background: #6c6c6cdb;
	border-radius: 2px;
	border: 1px solid #b7b7b7;
	margin: 10em;
}

.tablecontainerscrollbar::-webkit-scrollbar-corner
{
	border-radius: 0 0 5px 0;
}

.tablecontainerscrollbar::-webkit-scrollbar-track-piece:start
{
	background: transparent;
}

.tablecontainerscrollbar::-webkit-scrollbar-track-piece:end
{
	background: transparent;
}

#league_names
{
	z-index: 6;
	display: inline-flex;
	width: 100%;
	float: none;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 0.1px solid var(--utility-blue-color);
}

[data-theme="light"] #league_names
{
	border-bottom-color: var(--wagertalk-orange-color);
}

[data-theme="dark"] #league_names
{
	border-bottom: 0.1px solid #ffffffa3;
}

#league_selector
{
	width: 20px;
	color: red;
}


.navTD1

/* the arrow part */
{
	width: 10%;
	text-align: right;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
}

.navTD2

/* the name part */
{
	width: 80%;
	text-align: left;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
}

.navTD0

/* the middle part */
{
	width: 10%;
	text-align: left;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
}

#menu:checked~.multi_level,
.item input:checked~ul
{
	display: block;
}

.arrow
{
	width: 10px;
	height: 10px;
	vertical-align: middle;
	float: left;
	z-index: 10;
	margin: 5px 1em 0 2em;
	font-size: 12px;
}

label:hover
{
	cursor: pointer;
}

label
{
	width: 100%;
	display: block;
	z-index: 13;
	position: relative;
}

#hamMenu
{
	position: absolute;
}

#hamMenu li
{
	position: relative;
}

#hamMenu ul
{
	top: 0px;
}


#header_container
{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	float: left;
	justify-content: flex-end;
	width: 100%;
	font-weight: var(--font-weight) !important;
	align-items: center;
}

@media (min-width: 701px) and (min-height: 501px)
{
	#header_container
	{
		flex-direction: row;
		float: none;
		justify-content: flex-start;
		column-gap: 0.75em;
		row-gap: 0.4em;
		padding-top: 0.55em;
		padding-left: 0.75em;
		box-sizing: border-box;
	}

	#items_menu
	{
		order: 2;
	}

	#market_menu
	{
		order: 3;
	}

	#event_search_container
	{
		order: 4;
	}

	#shortcut_menu
	{
		order: 5;
	}

	#header_branding
	{
		order: 6;
		display: inline-flex;
		align-items: center;
		flex: 0 0 auto;
		margin-left: auto;
		padding-right: 0.75em;
	}

	#league_menu
	{
		order: 7;
		float: none;
		width: 100%;
		flex: 1 0 100%;
	}
}

.wrapped
{
	background-color: red;
}

.connected
{
	position: absolute;
	width: 1.3em;
	height: 1.3em;
	border-radius: 1000px;
	right: 3px;
	z-index: 100000;
	top: 5px;
	box-shadow: inset 1px 1px 1px 0px white, inset 0px 0px 0px 0px #6b6b6b00, 0 1.5px 2.5px #00000070 !important;
	background-color: #07e70a;
}

.connecting
{
	position: absolute;
	width: 1.3em;
	height: 1.3em;
	border-radius: 1000px;
	right: 3;
	z-index: 100000;
	top: 5px;
	box-shadow: inset 1px 1px 1px 0px white, inset 0px 0px 0px 0px #6b6b6b00, 0 1.5px 2.5px #00000070 !important;
	background-color: #e2a800;
}

.disconnected
{
	position: absolute;
	width: 1.3em;
	height: 1.3em;
	border-radius: 1000px;
	right: 3;
	z-index: 100000;
	top: 5px;
	box-shadow: inset 1px 1px 1px 0px white, inset 0px 0px 0px 0px #6b6b6b00, 0 1.5px 2.5px #00000070 !important;
	background-color: #e70739;
}

.logo
{
	position: absolute;
	top: 6px !important;
	right: 10px !important;
	z-index: 102;
	filter: drop-shadow(0px 1px 1px #00000037) !important;
}

@media (min-width: 701px) and (min-height: 501px)
{
	.logo
	{
		position: static;
		top: auto !important;
		right: auto !important;
		display: block;
	}
}

#confirm_email
{
	text-align: center;
	font-family: 'Poppins';
	font-size: 2em;
	color: white;
	margin: 0;
	position: absolute;
	display: flex;
	width: 100%;
	row-gap: 2em;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	flex-wrap: wrap;
	justify-content: center;
}

#confirm_email>span:not(:first-child)
{
	font-size: 0.75em !important;
}

#confirm_email>span:not(:last-child)
{
	flex-basis: 100%;
}

.container {
  position: relative;
  width: 100%;
  height: 430px;
  border: 2px solid white;
	margin-left: -1em;
}

/* .container .img */
.container .img {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 840px 101%;
    border-radius: 13px;
    box-shadow: 4px 4px 6px -5px #00000091, -4px -4px 6px -5px #0000007a;
}

.container .background-img {
  background-image: url("https://odds.oddslogic.com/OddsLogic/resources/OLLightMode.png");
}

.container .foreground-img {
	background-image: url("https://odds.oddslogic.com/OddsLogic/resources/OLDarkMode.png");
  width: 50%;
}

/* .container .slider */
.container .slider {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
    overflow: clip;
  background: rgba(242, 242, 242, 0.1); /* rgba(#f2f2f2, .3) */
  outline: none;
  margin: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .container .slider:hover */
.container .slider:hover {
  background: rgba(242, 242, 242, 0.1); /* rgba(#f2f2f2, .1) */
}

/* WebKit slider thumb */
.container .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 4px;
  height: 600px;
  background: white;
  cursor: pointer;
}

/* Firefox slider thumb */
.container .slider::-moz-range-thumb {
  width: 4px;
  height: 600px;
  background: white;
  cursor: pointer;
}

/* .container .slider-button */
.container .slider-button {
  pointer-events: none;
  position: absolute;
  width: 25px;      /* $size: 30px; */
  height: 25px;     /* $size: 30px; */
  border-radius: 50%;
  background-color: white;
  left: calc(50% - 18px);
  top: calc(50% - 18px);
  display: flex;          /* @include center */
  justify-content: center;
  align-items: center;
}

/* Arrow mixin expanded for :after and :before */
.container .slider-button::after,
.container .slider-button::before {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #5d5d5d;
  border-width: 0 2px 2px 0;
}

/* Right arrow */
.container .slider-button::after {
  transform: rotate(-45deg);
}

/* Left arrow */
.container .slider-button::before {
  transform: rotate(135deg);
}
