#arb_setup_popup #popup_container
{
	padding: 16px 0px 0px;
}

#arb_setup_popup .popup_header_container
{
	width: calc(100% - 32px);
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 0.55em;
}

#AB_container
{
	display: grid;
	grid-template-columns: 1fr 2.15fr;
	grid-template-rows: auto auto minmax(0, 1fr) auto;
	grid-row-gap: 0.5em;
	grid-column-gap: 0.85em;
	padding: 0;
	height: 100%;
	flex: 1 1 auto;
	min-height: 0;
	overflow: hidden;
}

#AB_name_entry, #AB_name_entry:focus,
#AB_new_name_entry, #AB_new_name_entry:focus
{
	border: none;
	background: none !important;
	outline: 0;
	border-bottom: 1px solid;
	font-size: 1em;
	text-transform: uppercase;
	color: var(--alt-font-color) !important;
	flex-basis: 50%;
	width: 100%;
}

#AB_new_name_entry, #AB_new_name_entry:focus { flex-basis: 100%; }

#AB_name_entry, #AB_name_entry:focus
{
	width: 40%;
	flex: 0 0 auto;
}

#AB_settings_column_container
{
	grid-area: 1 / 1 / 5 / 2;
	height: 98%;
	min-height: 0;
	display: flex;
	flex-direction: column;
	row-gap: 0.75em;
	border-right: 0.1px solid var(--utility-blue-color);
	padding: 0 1em;
	margin-right: 0.15em;
}

#AB_profiles_header
{
	flex: 0 0 auto;
	font-size: 1em;
	font-weight: 500;
	color: var(--alt-font-color);
	text-transform: uppercase;
	margin-top: 1em;
}

#AB_settings_list_container
{
	position: relative;
	flex: 1 1 auto;
	min-height: 0;
	display: flex;
	flex-direction: column;
	border: none !important;
	padding: 0;
	box-shadow: none;
	background: transparent !important;
	overflow-y: auto;
	overflow-x: hidden;
}

#AB_settings_list
{
	flex: 1 1 auto;
	height: auto;
	min-height: 0;
	padding: 1px;
	background: transparent !important;
	overflow: visible;
}

#AB_settings_list > li
{
	position: relative;
	margin-bottom: 0.25em;
}

#AB_settings_list > li > div.icon-trash
{
	right: 3px !important;
	top: 3px !important;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M6.5 1h3a.5.5 0 0 1 .5.5v1H6v-1a.5.5 0 0 1 .5-.5M11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3A1.5 1.5 0 0 0 5 1.5v1H1.5a.5.5 0 0 0 0 1h.538l.853 10.66A2 2 0 0 0 4.885 16h6.23a2 2 0 0 0 1.994-1.84l.853-10.66h.538a.5.5 0 0 0 0-1zm1.958 1-.846 10.58a1 1 0 0 1-.997.92h-6.23a1 1 0 0 1-.997-.92L3.042 3.5zm-7.487 1a.5.5 0 0 1 .528.47l.5 8.5a.5.5 0 0 1-.998.06L5 5.03a.5.5 0 0 1 .47-.53Zm5.058 0a.5.5 0 0 1 .47.53l-.5 8.5a.5.5 0 1 1-.998-.06l.5-8.5a.5.5 0 0 1 .528-.47M8 4.5a.5.5 0 0 1 .5.5v8.5a.5.5 0 0 1-1 0V5a.5.5 0 0 1 .5-.5'/></svg>") no-repeat center / contain;
	mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M6.5 1h3a.5.5 0 0 1 .5.5v1H6v-1a.5.5 0 0 1 .5-.5M11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3A1.5 1.5 0 0 0 5 1.5v1H1.5a.5.5 0 0 0 0 1h.538l.853 10.66A2 2 0 0 0 4.885 16h6.23a2 2 0 0 0 1.994-1.84l.853-10.66h.538a.5.5 0 0 0 0-1zm1.958 1-.846 10.58a1 1 0 0 1-.997.92h-6.23a1 1 0 0 1-.997-.92L3.042 3.5zm-7.487 1a.5.5 0 0 1 .528.47l.5 8.5a.5.5 0 0 1-.998.06L5 5.03a.5.5 0 0 1 .47-.53Zm5.058 0a.5.5 0 0 1 .47.53l-.5 8.5a.5.5 0 1 1-.998-.06l.5-8.5a.5.5 0 0 1 .528-.47M8 4.5a.5.5 0 0 1 .5.5v8.5a.5.5 0 0 1-1 0V5a.5.5 0 0 1 .5-.5'/></svg>") no-repeat center / contain;
	position: absolute;
	cursor: pointer;
	transition: 0.25s all ease-in-out;
}

#AB_settings_list > li:hover > div.icon-trash
{
	opacity: 0.5;
}

#AB_settings_list > li > div.icon-trash:hover
{
	opacity: 1;
}

#AB_add_new_settings_button
{
	position: static;
	width: 100%;
	text-align: left;
	font-size: 1em !important;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 0.15em;
	margin-top: auto;
	margin-bottom: 0;
}

#AB_add_new_settings_button .AB_add_new_plus
{
	font-size: 1.45em;
	line-height: 0.9;
	font-weight: 500;
}

#AB_add_new_settings_button .AB_add_new_text
{
	font-size: 1em;
}

.AB_disabled_field
{
	pointer-events: none;
	opacity: 0.5;
}

#AB_profile_edit_container
{
	grid-area: 1 / 2 / 2 / 3;
	display: flex;
	align-items: center;
	column-gap: 0.5em;
	border-bottom: 0.1px solid var(--utility-blue-color);
	padding: 0.35em 0.25em 0.45em 0.25em;
	min-height: 2.1em;
	margin-left: -15px;
}

#AB_profile_edit_label
{
	font-size: 0.95em;
	color: var(--alt-font-color);
	opacity: 0.95;
	margin-left: 15px;
}

#AB_actions_container
{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 1em;
}

#AB_actions_container > input
{
	flex: 0 0 auto;
}

#AB_action_icons_container
{
	display: flex;
	align-items: center;
	column-gap: 0.55em;
	margin-left: auto;
	flex: 0 0 auto;
}

#AB_sportsbooks_button,
#AB_leagues_button
{
	min-width: 9em;
}

#AB_setup_container
{
	grid-area: 3 / 2 / 4 / 3;
	display: flex;
	width: auto;
	flex-wrap: wrap;
	row-gap: 1.25em;
	justify-content: space-between;
	align-items: flex-start;
	box-shadow: none !important;
	border: 0.1px solid var(--utility-blue-color);
	padding: 10px 16px;
	border-radius: 6px;
	align-content: flex-start;
	min-height: 0;
	overflow-y: auto;
	margin-right: 15px;
}

#AB_setup_container > div { flex-basis: 100%; }

#AB_setup_container .AB_section_heading
{
	display: flex;
	align-items: center;
}

#AB_setup_container .AB_section_heading > span
{
	display: inline-flex;
	align-items: center;
	padding-bottom: 0.16rem;
	border-bottom: 1px solid transparent;
	font-size: 0.84em;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.AB_input_container
{
	display: grid;
	grid-template-columns: min-content min-content min-content;
	column-gap: 1em;
	row-gap: .6em;
	align-items: center;
	font-size: 0.9em;
	white-space: nowrap;
}

.AB_input_container > div { display: contents; }
.AB_input_container > div > span:first-child { grid-column: 1; }
.AB_input_container > div > span:nth-child(2) { grid-column: 2; }
.AB_input_container > div > div:last-child { grid-column: 4; }

.AB_input_container > div > input
{
	grid-column: 2;
	width: 4.5em;
	border: none;
	border-bottom: 1px solid;
	background: transparent;
	text-align: center;
	outline: none;
}

[data-theme="light"] .AB_input_container > div > input
{
	border-color: black;
	color: black;
}

[data-theme="dark"] .AB_input_container > div > input
{
	border-color: white;
	color: white;
}

.AB_market_type_value
{
	opacity: 0.7;
	font-size: 0.95em;
}

#arb_setup_popup #AB_market_types > div > div:last-child
{
	grid-column: 3;
	justify-self: start;
}

#AB_options_container
{
	grid-area: 4 / 2 / 5 / 3 !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: fit-content !important;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 15px;
}

#AB_options_container > #AB_enable_button
{
	margin-right: auto;
}

#AB_enable_button
{
	background: #2fdd1d;
	color: white;
	margin-left: auto;
	margin-right: 15px;
}

#ABS_container, #ABL_container
{
	display: flex;
	flex-wrap: wrap;
	padding: 3px;
	align-content: flex-start;
	row-gap: 0.5em;
	height: 34em;
}

#ABS_sportsbooks_list_container, #ABL_leagues_list_container
{
	width: 100%;
	height: 32em;
}

#ABS_sportsbooks_list > li:hover .ABS_star
{
	visibility: visible !important;
}

#ABS_sportsbooks_list > li > .ABS_sportsbook_identity
{
	display: inline-flex;
	align-items: center;
	column-gap: 0.55rem;
	flex: 1 1 auto;
	min-width: 0;
}

#ABS_sportsbooks_list > li > .ABS_sportsbook_identity > .ABS_sportsbook_name
{
	min-width: 0;
}

#ABS_sportsbooks_must_include_header, #ABS_added_sportsbooks_header
{
	cursor: default !important;
	column-gap: 0.5em;
	margin: 0.1rem 0 0.2rem;
	padding: 0.3rem 0.15rem 0.28rem !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

#ABS_sportsbooks_must_include_header > span:first-child,
#ABS_added_sportsbooks_header > span:first-child
{
	text-decoration: underline;
	text-underline-offset: 3px;
}

#ABS_added_sportsbooks_header > span:nth-child(2)
{
	margin-right: auto;
	font-size: 2em;
	line-height: 0;
	cursor: pointer;
	transition: 200ms ease-in-out;
}

#ABS_added_sportsbooks_header > span:nth-child(2):hover
{
	margin-bottom: 3px;
	transform: scale(1.2);
}

#ABS_sportsbooks_must_include_header:hover,
#ABS_added_sportsbooks_header:hover
{
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	cursor: default !important;
	color: inherit !important;
}

.ABS_empty_hint
{
	font-size: 0.9em;
	font-style: italic;
	opacity: 0.7;
	pointer-events: none;
}

.ABS_divider
{
	margin: 6px 0 0;
	border-top: 1px solid #ddd;
	cursor: default;
	pointer-events: none;
}

.ABS_divider:hover
{
	box-shadow: none !important;
	background-color: unset !important;
}

.ABS_star
{
	position: relative;
	display: inline-flex;
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin-right: 0;
	z-index: 1;
}

.ABS_star::before,
.ABS_star::after
{
	content: "";
	position: absolute;
	inset: 0;

	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;

	transition: opacity 260ms ease, transform 240ms ease;
}

.ABS_star::before
{
	background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'>\<path fill='none' stroke='%232fdd1d' stroke-width='1' stroke-linejoin='round' d='M2.866 14.85c-.078.444.36.791.746.593l4.39-2.256 4.389 2.256c.386.198.824-.149.746-.592l-.83-4.73 3.522-3.356c.33-.314.16-.888-.282-.95l-4.898-.696L8.465.792a.513.513 0 0 0-.927 0L5.354 5.12l-4.898.696c-.441.062-.612.636-.283.95l3.523 3.356-.83 4.73z'/>\</svg>");
	opacity: 1;
}

.ABS_star::after
{
	background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'>\<path fill='%232fdd1d' d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z'/>\</svg>");
	opacity: 0;
	transform: scale(0.92);
}

.ABS_star:hover::before,
.ABS_star.is_hovering::before
{
	opacity: 0;
}

.ABS_star:hover::after,
.ABS_star.is_hovering::after
{
	opacity: 1;
	transform: scale(1.05);
}

.ABS_star.is_filled::before
{
	opacity: 0;
}

.ABS_star.is_filled::after
{
	opacity: 1;
	transform: scale(1);
}

#AB_volume_button,
.AB_action_icon
{
	display: block;
	cursor: pointer;
	transition: 0.1s ease-in-out;
	flex: 0 0 auto;
}

#AB_volume_button:hover,
.AB_action_icon:hover
{
	transform: scale(1.1);
}

html[data-theme="light"] #AB_volume_button { filter: none; }
html[data-theme="dark"] #AB_volume_button { filter: invert(1); }

#AB_popup_button
{
	width: 29px;
	height: 25px;
	background-color: var(--alt-font-color);
	opacity: 1;
}

.AB_popup_on
{
	-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M10.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0'/><path d='M0 8s3-5.5 8-5.5S16 8 16 8s-3 5.5-8 5.5S0 8 0 8m8 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7'/></svg>") no-repeat center / contain;
	mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M10.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0'/><path d='M0 8s3-5.5 8-5.5S16 8 16 8s-3 5.5-8 5.5S0 8 0 8m8 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7'/></svg>") no-repeat center / contain;
}

.AB_popup_off
{
	-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='m10.79 12.912-1.614-1.615a3.5 3.5 0 0 1-4.474-4.474l-2.06-2.06C.938 6.278 0 8 0 8s3 5.5 8 5.5a7 7 0 0 0 2.79-.588M5.21 3.088A7 7 0 0 1 8 2.5c5 0 8 5.5 8 5.5s-.939 1.721-2.641 3.238l-2.062-2.062a3.5 3.5 0 0 0-4.474-4.474z'/><path d='M5.525 7.646a2.5 2.5 0 0 0 2.829 2.829zm4.95.708-2.829-2.83a2.5 2.5 0 0 1 2.829 2.829zm3.171 6-12-12 .708-.708 12 12z'/></svg>") no-repeat center / contain;
	mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='m10.79 12.912-1.614-1.615a3.5 3.5 0 0 1-4.474-4.474l-2.06-2.06C.938 6.278 0 8 0 8s3 5.5 8 5.5a7 7 0 0 0 2.79-.588M5.21 3.088A7 7 0 0 1 8 2.5c5 0 8 5.5 8 5.5s-.939 1.721-2.641 3.238l-2.062-2.062a3.5 3.5 0 0 0-4.474-4.474z'/><path d='M5.525 7.646a2.5 2.5 0 0 0 2.829 2.829zm4.95.708-2.829-2.83a2.5 2.5 0 0 1 2.829 2.829zm3.171 6-12-12 .708-.708 12 12z'/></svg>") no-repeat center / contain;
}

html[data-theme="light"] .column_setup_subpopup #AB_new_name_entry,
html[data-theme="light"] .column_setup_subpopup #AB_new_name_entry:focus
{
	width: 100%;
	flex-basis: 100%;
	padding: 0.64rem 0.8rem;
	border: 1px solid rgb(220 225 234 / 96%);
	border-radius: 0.42rem;
	box-sizing: border-box;
	background: rgb(255 255 255 / 100%) !important;
	box-shadow: 0 1px 2px rgb(15 23 42 / 3%);
	color: rgb(31 40 54) !important;
	font-size: 0.95em;
	font-weight: 700;
	letter-spacing: 0.03em;
	outline: none;
	text-transform: uppercase;
}

html[data-theme="light"] .column_setup_subpopup #AB_new_name_entry::placeholder
{
	color: rgb(147 158 178);
}

html[data-theme="light"] #arb_setup_popup #AB_container
{
	grid-row-gap: 0.75em;
	grid-column-gap: 0.85em;
}

html[data-theme="light"] #arb_setup_popup #AB_settings_column_container
{
	border-right: 1px solid var(--ol-setup-divider);
	padding: 0 1em;
	margin-right: 0.15em;
	row-gap: 0.65em;
}

html[data-theme="light"] #arb_setup_popup #AB_profiles_header
{
	margin-top: 0.35em;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 0.035em;
	color: var(--ol-setup-title-color);
}

html[data-theme="light"] #arb_setup_popup #AB_profile_edit_container
{
	display: flex;
	align-items: center;
	column-gap: 0.72em;
	margin-left: 0;
	padding: 0.28em 0.35em 0.68em;
	border-bottom: 0;
	box-shadow: none;
	min-height: 2.3em;
}

html[data-theme="light"] #arb_setup_popup #AB_profile_edit_label
{
	margin-left: 0;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	color: rgb(88 99 117);
}

html[data-theme="light"] #arb_setup_popup #AB_name_entry,
html[data-theme="light"] #arb_setup_popup #AB_name_entry:focus
{
	border-bottom: 1px solid rgb(168 180 200 / 92%);
	color: rgb(31 40 54) !important;
	letter-spacing: 0.03em;
	padding-bottom: 0.15em;
	font-weight: 700;
}

html[data-theme="light"] #arb_setup_popup #AB_settings_list_container
{
	display: flex;
	flex-direction: column;
	row-gap: 0.65em;
	padding: 6px;
	background: transparent !important;
}

html[data-theme="light"] #arb_setup_popup #AB_settings_list
{
	flex: 1 1 auto;
	height: auto;
	min-height: 0;
	margin-bottom: 0;
	padding: 1px;
	background: transparent !important;
	overflow-y: auto;
	overflow-x: hidden;
}

html[data-theme="light"] #arb_setup_popup #AB_settings_list > li
{
	padding-right: 2rem;
}

html[data-theme="light"] #arb_setup_popup #AB_settings_list > li > div.icon-trash
{
	top: 50% !important;
	right: 0.7rem !important;
	transform: translateY(-50%);
	color: rgb(96 107 124);
}

html[data-theme="light"] #arb_setup_popup #AB_settings_list > li.item_active > div.icon-trash,
html[data-theme="light"] #arb_setup_popup #AB_settings_list > li.item_active:hover > div.icon-trash
{
	color: rgb(247 250 255) !important;
	opacity: 0.82;
}

html[data-theme="light"] #arb_setup_popup #AB_settings_list > li.item_active > div.icon-trash:hover
{
	opacity: 1;
}

html[data-theme="light"] #arb_setup_popup #AB_add_new_settings_button
{
	flex: 0 0 auto;
	justify-content: flex-start;
	margin-top: auto;
	padding: 0.58rem 0.88rem !important;
}

html[data-theme="light"] #arb_setup_popup #AB_setup_container
{
	border: 1px solid var(--ol-setup-shell-border);
	border-radius: 0.62rem;
	background: var(--ol-setup-shell-background);
	box-shadow: var(--ol-setup-shell-shadow);
	padding: 1rem 1rem 1.02rem;
	row-gap: 1.05rem;
}

html[data-theme="light"] #arb_setup_popup #AB_actions_container
{
	align-items: center;
	column-gap: 0.85rem;
	padding-bottom: 0.18rem;
}

html[data-theme="light"] #arb_setup_popup #AB_action_icons_container
{
	align-items: center;
	column-gap: 0.55rem;
}

html[data-theme="light"] #arb_setup_popup #AB_sportsbooks_button,
html[data-theme="light"] #arb_setup_popup #AB_leagues_button
{
	min-width: 9.25em;
}

html[data-theme="light"] #arb_setup_popup #AB_volume_button
{
	width: 1rem;
	height: 1rem;
	padding: 0.22rem;
	border: 1px solid transparent;
	border-radius: 0.42rem;
	background: transparent;
	box-shadow: none;
	box-sizing: content-box;
	opacity: 0.9;
}

html[data-theme="light"] #arb_setup_popup #AB_popup_button
{
	width: 1rem;
	height: 1rem;
	padding: 0.22rem;
	border: 1px solid transparent;
	border-radius: 0.42rem;
	box-shadow: none;
	box-sizing: content-box;
	opacity: 0.9;
}

html[data-theme="light"] #arb_setup_popup #AB_volume_button:hover,
html[data-theme="light"] #arb_setup_popup #AB_popup_button:hover
{
	border-color: transparent;
	box-shadow: none;
	opacity: 1;
	transform: none;
}

html[data-theme="light"] #arb_setup_popup #AB_enable_button
{
	min-width: 9.15em;
	margin-left: auto;
}

html[data-theme="light"] #arb_setup_popup #AB_enable_button[data-state="enabled"]
{
	border-color: rgb(88 198 76 / 96%) !important;
	background: linear-gradient(180deg, rgb(60 218 46 / 98%) 0%, rgb(47 206 34 / 98%) 100%) !important;
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 26%),
		0 1px 2px rgb(15 23 42 / 6%) !important;
	color: rgb(249 252 247) !important;
}

html[data-theme="light"] #arb_setup_popup #AB_enable_button[data-state="enabled"]:hover
{
	border-color: rgb(75 181 64 / 96%) !important;
	background: linear-gradient(180deg, rgb(56 208 43 / 100%) 0%, rgb(45 193 33 / 100%) 100%) !important;
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 28%),
		0 2px 6px -4px rgb(34 139 34 / 28%) !important;
}

html[data-theme="light"] #arb_setup_popup #AB_enable_button[data-state="disabled"]
{
	border-color: rgb(226 119 119 / 96%) !important;
	background: linear-gradient(180deg, rgb(233 102 102 / 98%) 0%, rgb(222 88 88 / 98%) 100%) !important;
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 22%),
		0 1px 2px rgb(15 23 42 / 6%) !important;
	color: rgb(255 248 248) !important;
}

html[data-theme="light"] #arb_setup_popup #AB_enable_button[data-state="disabled"]:hover
{
	border-color: rgb(212 103 103 / 96%) !important;
	background: linear-gradient(180deg, rgb(228 94 94 / 100%) 0%, rgb(214 80 80 / 100%) 100%) !important;
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 24%),
		0 2px 6px -4px rgb(185 58 58 / 24%) !important;
}

html[data-theme="light"] #arb_setup_popup #AB_setup_container .AB_section_heading > span
{
	border-bottom-color: var(--ol-setup-divider);
	color: var(--ol-setup-title-color);
	font-size: 0.86em;
	letter-spacing: 0.05em;
}

html[data-theme="light"] #arb_setup_popup #AB_setup_container .AB_section_heading:not(:first-of-type)
{
	margin-top: 0.48rem;
}

html[data-theme="light"] #arb_setup_popup .AB_input_container
{
	grid-template-columns: max-content 4.5rem max-content auto;
	column-gap: 1rem;
	row-gap: 0.78rem;
	font-size: 0.94em;
}

html[data-theme="light"] #arb_setup_popup .AB_input_container > div > span:first-child
{
	color: rgb(31 40 54);
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0.01em;
}

html[data-theme="light"] #arb_setup_popup .AB_input_container > div > span:not(:first-child)
{
	color: rgb(90 102 120);
	font-size: 0.94em;
}

html[data-theme="light"] #arb_setup_popup .AB_input_container > div > input
{
	border-bottom: 1px solid rgb(131 144 164 / 86%);
	color: rgb(31 40 54);
	font-size: 1.02em;
	font-weight: 700;
	padding-bottom: 0.12rem;
}

html[data-theme="light"] #arb_setup_popup .AB_input_container > div > input:focus
{
	border-bottom-color: rgb(63 74 92);
}

html[data-theme="light"] #arb_setup_popup .AB_input_container > div > div:last-child
{
	display: inline-flex;
	align-items: center;
	justify-self: end;
}

html[data-theme="light"] #arb_setup_popup #AB_options_container
{
	margin-top: 10px;
	margin-bottom: 15px;
	gap: 0.85rem;
}

html[data-theme="light"] #arb_setup_popup #AB_discard_button
{
	min-width: 12em;
}

html[data-theme="light"] #arb_setup_popup #AB_save_button
{
	min-width: 7.5em;
}

html[data-theme="dark"] .column_setup_subpopup #AB_new_name_entry,
html[data-theme="dark"] .column_setup_subpopup #AB_new_name_entry:focus
{
    width: 88%;
	flex-basis: 100%;
	padding: 0.72rem 0.86rem;
	border: 1px solid rgb(149 166 201 / 16%);
	border-radius: 0.52rem;
	background:
		linear-gradient(180deg, rgb(255 255 255 / 1.4%) 0%, rgb(255 255 255 / 0.2%) 100%),
		rgb(16 28 46 / 24%) !important;
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 2.8%),
		0 8px 14px -20px rgb(0 0 0 / 86%);
	color: rgb(236 241 249) !important;
	font-size: 0.95em;
	font-weight: 700;
	letter-spacing: 0.03em;
	outline: none;
	text-transform: uppercase;
}

html[data-theme="dark"] .column_setup_subpopup #AB_new_name_entry::placeholder
{
	color: rgb(178 190 213);
}

html[data-theme="dark"] #arb_setup_popup #AB_container
{
	grid-row-gap: 0.75em;
	grid-column-gap: 0.85em;
}

html[data-theme="dark"] #arb_setup_popup #AB_settings_column_container
{
	border-right: 1px solid rgb(149 166 201 / 12%);
	padding: 0 1em;
	margin-right: 0.15em;
	row-gap: 0.65em;
}

html[data-theme="dark"] #arb_setup_popup #AB_profiles_header
{
	margin-top: 0.35em;
	font-size: 0.98em;
	font-weight: 700;
	letter-spacing: 0.035em;
	color: rgb(236 241 249);
	text-shadow: 0 1px 0 rgb(0 0 0 / 24%);
}

html[data-theme="dark"] #arb_setup_popup #AB_profile_edit_container
{
	display: flex;
	align-items: center;
	column-gap: 0.65em;
	margin-left: 0;
	padding: 0.25em 0.35em 0.65em;
	border-bottom: 0;
	box-shadow: none;
	min-height: 2.3em;
}

html[data-theme="dark"] #arb_setup_popup #AB_profile_edit_label
{
	margin-left: 0;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	color: rgb(176 190 214);
}

html[data-theme="dark"] #arb_setup_popup #AB_name_entry,
html[data-theme="dark"] #arb_setup_popup #AB_name_entry:focus
{
	border-bottom: 1px solid rgb(149 166 201 / 22%);
	color: rgb(236 241 249) !important;
	letter-spacing: 0.03em;
	padding-bottom: 0.15em;
}

html[data-theme="dark"] #arb_setup_popup #AB_settings_list_container
{
	display: flex;
	flex-direction: column;
	row-gap: 0.65em;
	padding: 6px;
	background: transparent !important;
}

html[data-theme="dark"] #arb_setup_popup #AB_settings_list
{
	flex: 1 1 auto;
	height: auto;
	min-height: 0;
	margin-bottom: 0;
	padding: 1px;
	background: transparent !important;
	overflow-y: auto;
	overflow-x: hidden;
}

html[data-theme="dark"] #arb_setup_popup #AB_settings_list > li
{
	padding-right: 2rem;
}

html[data-theme="dark"] #arb_setup_popup #AB_settings_list > li > div.icon-trash
{
	top: 50% !important;
	right: 0.7rem !important;
	transform: translateY(-50%);
	color: rgb(194 204 224);
}

html[data-theme="dark"] #arb_setup_popup #AB_settings_list > li:hover > div.icon-trash
{
	opacity: 0.58;
}

html[data-theme="dark"] #arb_setup_popup #AB_settings_list > li > div.icon-trash:hover
{
	opacity: 1;
}

html[data-theme="dark"] #arb_setup_popup #AB_add_new_settings_button
{
	flex: 0 0 auto;
	justify-content: flex-start;
	margin-top: auto;
	padding: 0.56rem 0.82rem !important;
}

html[data-theme="dark"] #arb_setup_popup #AB_setup_container
{
	border: 1px solid rgb(149 166 201 / 14%);
	border-radius: 0.56rem;
	background:
		linear-gradient(180deg, rgb(255 255 255 / 1.4%) 0%, rgb(255 255 255 / 0.25%) 100%),
		linear-gradient(135deg, rgb(84 113 177 / 4.2%) 0%, rgb(9 16 31 / 0%) 76%),
		rgb(16 28 46 / 28%);
	box-shadow:
		0 0 0 1px rgb(255 255 255 / 2.4%),
		inset 0 1px 0 rgb(255 255 255 / 3%);
	padding: 0.95rem 1rem 1rem;
	row-gap: 1rem;
}

html[data-theme="dark"] #arb_setup_popup #AB_actions_container
{
	align-items: center;
	column-gap: 0.75rem;
	padding-bottom: 0.1rem;
}

html[data-theme="dark"] #arb_setup_popup #AB_action_icons_container
{
	align-items: center;
	column-gap: 0.55rem;
}

html[data-theme="dark"] #arb_setup_popup #AB_sportsbooks_button,
html[data-theme="dark"] #arb_setup_popup #AB_leagues_button
{
	min-width: 9.1em;
}

html[data-theme="dark"] #arb_setup_popup #AB_volume_button
{
	width: 1.05rem;
	height: 1.05rem;
	padding: 0.26rem;
	border: 1px solid transparent;
	border-radius: 0.48rem;
	background: transparent;
	box-shadow: none;
	box-sizing: content-box;
	opacity: 0.9;
}

html[data-theme="dark"] #arb_setup_popup #AB_popup_button
{
	width: 1.05rem;
	height: 1.05rem;
	padding: 0.26rem;
	border: 1px solid transparent;
	border-radius: 0.48rem;
	box-shadow: none;
	box-sizing: content-box;
	opacity: 0.9;
}

html[data-theme="dark"] #arb_setup_popup #AB_volume_button:hover,
html[data-theme="dark"] #arb_setup_popup #AB_popup_button:hover
{
	border-color: transparent;
	box-shadow: none;
	opacity: 1;
	transform: none;
}

html[data-theme="dark"] #arb_setup_popup #AB_enable_button
{
	min-width: 9.15em;
	margin-left: auto;
}

html[data-theme="dark"] #arb_setup_popup #AB_enable_button[data-state="enabled"]
{
	border-color: rgb(96 210 89 / 28%) !important;
	background:
		linear-gradient(180deg, rgb(129 243 116 / 24%) 0%, rgb(87 204 78 / 16%) 100%),
		rgb(33 111 35 / 88%) !important;
	box-shadow:
		0 0 0 1px rgb(148 255 137 / 8%),
		inset 0 1px 0 rgb(255 255 255 / 10%),
		0 10px 18px -20px rgb(0 0 0 / 82%) !important;
	color: rgb(246 252 244) !important;
}

html[data-theme="dark"] #arb_setup_popup #AB_enable_button[data-state="enabled"]:hover
{
	border-color: rgb(128 233 121 / 42%) !important;
	background:
		linear-gradient(180deg, rgb(142 248 128 / 28%) 0%, rgb(92 210 84 / 18%) 100%),
		rgb(38 121 40 / 90%) !important;
	box-shadow:
		0 0 0 1px rgb(176 255 165 / 12%),
		inset 0 1px 0 rgb(255 255 255 / 12%),
		0 12px 20px -20px rgb(0 0 0 / 86%) !important;
}

html[data-theme="dark"] #arb_setup_popup #AB_enable_button[data-state="disabled"]
{
	border-color: rgb(239 109 109 / 24%) !important;
	background:
		linear-gradient(180deg, rgb(244 143 143 / 20%) 0%, rgb(219 96 96 / 12%) 100%),
		rgb(122 33 40 / 86%) !important;
	box-shadow:
		0 0 0 1px rgb(255 177 177 / 7%),
		inset 0 1px 0 rgb(255 255 255 / 9%),
		0 10px 18px -20px rgb(0 0 0 / 82%) !important;
	color: rgb(252 244 244) !important;
}

html[data-theme="dark"] #arb_setup_popup #AB_enable_button[data-state="disabled"]:hover
{
	border-color: rgb(247 135 135 / 36%) !important;
	background:
		linear-gradient(180deg, rgb(247 153 153 / 23%) 0%, rgb(223 104 104 / 14%) 100%),
		rgb(132 37 45 / 88%) !important;
	box-shadow:
		0 0 0 1px rgb(255 190 190 / 10%),
		inset 0 1px 0 rgb(255 255 255 / 11%),
		0 12px 20px -20px rgb(0 0 0 / 86%) !important;
}

html[data-theme="dark"] #arb_setup_popup #AB_setup_container .AB_section_heading > span
{
	border-bottom-color: rgb(149 166 201 / 22%);
	color: rgb(236 241 249);
}

html[data-theme="dark"] #arb_setup_popup #AB_setup_container .AB_section_heading:not(:first-of-type)
{
	margin-top: 0.48rem;
}

html[data-theme="dark"] #arb_setup_popup .AB_input_container
{
	grid-template-columns: max-content 4.5rem max-content auto;
	column-gap: 1rem;
	row-gap: 0.78rem;
	font-size: 0.92em;
}

html[data-theme="dark"] #arb_setup_popup .AB_input_container > div > span:first-child
{
	color: rgb(225 231 241);
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.012em;
}

html[data-theme="dark"] #arb_setup_popup .AB_input_container > div > span:not(:first-child)
{
	color: rgb(188 200 222);
	font-size: 0.94em;
}

html[data-theme="dark"] #arb_setup_popup .AB_input_container > div > input
{
	border-bottom: 1px solid rgb(172 184 207 / 55%);
	color: rgb(240 244 250);
	font-size: 1.02em;
	font-weight: 700;
	padding-bottom: 0.12rem;
}

html[data-theme="dark"] #arb_setup_popup .AB_input_container > div > input:focus
{
	border-bottom-color: rgb(211 222 244 / 76%);
}

html[data-theme="dark"] #arb_setup_popup .AB_input_container > div > div:last-child
{
	display: inline-flex;
	align-items: center;
	justify-self: end;
}

html[data-theme="dark"] #arb_setup_popup #AB_options_container
{
	margin-top: 10px;
	margin-bottom: 15px;
	gap: 0.75rem;
}

html[data-theme="dark"] #arb_setup_popup #AB_discard_button
{
	min-width: 12em;
}

html[data-theme="dark"] #arb_setup_popup #AB_save_button
{
	min-width: 7.5em;
}
