/* Ballett-Abzeichen — logged-in shell, sidebar, media grid */

:root {
	--ba-pink: #ff2d8b;
	--ba-pink-hot: #ff4fb3;
	--ba-pink-deep: #c3126e;
	--ba-purple: #2a0624;
	--ba-purple-mid: #4a0a3c;
	--ba-ink: #1b1220;
	--ba-muted: #8b7a90;
	--ba-bg: #f7f3f8;
	--ba-card: #ffffff;
	--ba-sidebar: 248px;
	--ba-radius: 18px;
	--ba-shadow: 0 10px 30px rgba(80, 20, 60, 0.08);
	--ba-font: "Nunito", "Poppins", "Open Sans", sans-serif;
}

body.ba-theme {
	font-family: var(--ba-font);
	background: var(--ba-bg);
	color: var(--ba-ink);
}

body.ba-theme #page-container,
body.ba-theme.boxed_layout,
body.ba-theme.boxed_layout #page-container {
	background: var(--ba-bg) !important;
	max-width: none !important;
	width: 100% !important;
}

body.ba-theme.ba-logged-in {
	--ba-sidebar: 248px;
}
body.ba-theme.ba-logged-out {
	--ba-sidebar: 0px;
}

/* ---- Sidebar ---- */
body.ba-theme .ba-sidebar,
body.ba-theme .new-menu-in-header.ba-sidebar {
	position: fixed;
	top: 0;
	left: 0;
	width: var(--ba-sidebar);
	height: 100vh;
	z-index: 2002;
	display: flex !important;
	flex-direction: column;
	background:
		linear-gradient(180deg, #3a0832 0%, #1a0418 55%, #2a0628 100%);
	box-shadow: 8px 0 30px rgba(40, 0, 30, 0.25);
	overflow: hidden;
	padding: 12px 0 0;
}
body.ba-theme .ba-sidebar::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

body.ba-theme.admin-bar .ba-sidebar {
	top: 32px;
	height: calc(100vh - 32px);
}

.ba-sidebar-logo {
	display: block;
	width: 118px;
	height: 118px;
	margin: 0 auto 10px;
	flex: 0 0 auto;
}
.ba-sidebar-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 8px 18px rgba(255, 45, 139, 0.35));
}

.ba-media-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: linear-gradient(90deg, #ff3d9a, #ff2d8b);
	color: #fff !important;
	font-weight: 800;
	letter-spacing: 0.08em;
	font-size: 13px;
	border-radius: 999px;
	padding: 10px 14px;
	margin: 0 12px 12px;
	box-shadow: 0 8px 20px rgba(255, 45, 139, 0.4);
	text-decoration: none !important;
	flex: 0 0 auto;
}
.ba-media-btn:hover {
	filter: brightness(1.06);
	color: #fff !important;
}
.ba-media-play {
	width: 22px;
	height: 22px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	flex: 0 0 auto;
}
.ba-media-play:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #fff;
	transform: translate(-30%, -50%);
}

body.ba-theme .ba-sidebar .et_pb_extra_column_sidebar,
body.ba-theme .ba-sidebar .et_pb_widget.widget_nav_menu,
body.ba-theme .ba-sidebar .widget_nav_menu {
	background: transparent !important;
	box-shadow: none !important;
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
	position: relative;
	z-index: 3;
}
body.ba-theme .ba-sidebar .et_pb_extra_column_sidebar {
	flex: 1 1 auto;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 132px !important;
	scrollbar-width: thin;
	scrollbar-color: transparent transparent;
}
body.ba-theme .ba-sidebar .et_pb_extra_column_sidebar:hover,
body.ba-theme .ba-sidebar .et_pb_extra_column_sidebar:focus-within,
body.ba-theme .ba-sidebar .et_pb_extra_column_sidebar.is-scrolling {
	scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
}
body.ba-theme .ba-sidebar .et_pb_extra_column_sidebar::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	display: block;
}
body.ba-theme .ba-sidebar .et_pb_extra_column_sidebar::-webkit-scrollbar-track {
	background: transparent;
}
body.ba-theme .ba-sidebar .et_pb_extra_column_sidebar::-webkit-scrollbar-thumb {
	background: transparent;
	border-radius: 999px;
}
body.ba-theme .ba-sidebar .et_pb_extra_column_sidebar:hover::-webkit-scrollbar-thumb,
body.ba-theme .ba-sidebar .et_pb_extra_column_sidebar:focus-within::-webkit-scrollbar-thumb,
body.ba-theme .ba-sidebar .et_pb_extra_column_sidebar.is-scrolling::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.38);
}

body.ba-theme .ba-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
body.ba-theme .ba-sidebar ul li {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0 !important;
	float: none !important;
}

body.ba-theme .image-starmoves-white,
body.ba-theme .image-league,
body.ba-theme .image-league-white {
	display: none !important;
}

body.ba-theme .ba-sidebar ul li a,
body.ba-theme .ba-sidebar ul li a:link,
body.ba-theme .ba-sidebar ul li a:visited {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #f4e9f4 !important;
	background: transparent !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	padding: 7px 14px !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
}
body.ba-theme .ba-sidebar ul li a:hover,
body.ba-theme .ba-sidebar ul li a:focus,
body.ba-theme .new-menu-in-header ul li a:hover,
body.ba-theme .new-menu-in-header ul li a:hover span,
body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.subitems_custom_lg a:hover span,
body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.subitems_custom_lg.subitemactive span,
body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.subitems_custom_lg.subitemactive a span {
	background: transparent !important;
	background-color: transparent !important;
	color: #fff !important;
}
body.ba-theme .ba-sidebar .ba-league-item a:hover,
body.ba-theme .ba-sidebar .ba-league-item a:hover span,
body.ba-theme .ba-sidebar .ba-league-item.subitemactive a,
body.ba-theme .ba-sidebar .ba-league-item.subitemactive a span,
body.ba-theme .ba-sidebar .ba-level-item a:hover,
body.ba-theme .ba-sidebar .ba-level-item a:hover span,
body.ba-theme .ba-sidebar .ba-level-item.subitemactive a,
body.ba-theme .ba-sidebar .ba-level-item.subitemactive a span {
	color: #fff !important;
	background: transparent !important;
	background-color: transparent !important;
}
body.ba-theme .ba-sidebar li,
body.ba-theme .ba-sidebar li:hover,
body.ba-theme .ba-sidebar li.subitemactive,
body.ba-theme .ba-sidebar li.subitems_custom,
body.ba-theme .ba-sidebar li.subitems_custom_lg,
body.ba-theme .ba-sidebar li.subitems_custom.subitemactive,
body.ba-theme .ba-sidebar li.subitems_custom_lg.subitemactive,
body.ba-theme .ba-sidebar li a,
body.ba-theme .ba-sidebar li a:link,
body.ba-theme .ba-sidebar li a:visited,
body.ba-theme .ba-sidebar li a:hover,
body.ba-theme .ba-sidebar li a:focus,
body.ba-theme .ba-sidebar li a:active,
body.ba-theme .ba-sidebar li span,
body.ba-theme .ba-sidebar li a span,
body.ba-theme .ba-sidebar li:hover a,
body.ba-theme .ba-sidebar li:hover span,
body.ba-theme .ba-sidebar li.subitemactive a,
body.ba-theme .ba-sidebar li.subitemactive span,
body.ba-theme .ba-sidebar li.subitemactive a span,
body.ba-theme .ba-sidebar ul li a,
body.ba-theme .ba-sidebar ul li a span,
body.ba-theme .ba-sidebar ul li a:hover,
body.ba-theme .ba-sidebar ul li a:hover span,
body.ba-theme .ba-sidebar ul li a:focus,
body.ba-theme .ba-sidebar ul li a:focus span,
body.ba-theme .new-menu-in-header ul li,
body.ba-theme .new-menu-in-header ul li a,
body.ba-theme .new-menu-in-header ul li a:hover,
body.ba-theme .new-menu-in-header ul li a:hover span,
body.ba-theme .new-menu-in-header ul li a span,
body.ba-theme.with_sidebar_left .et_pb_extra_column_sidebar ul li.subitems_custom,
body.ba-theme.with_sidebar_left .et_pb_extra_column_sidebar ul li.subitems_custom:hover,
body.ba-theme.with_sidebar_left .et_pb_extra_column_sidebar ul li.subitems_custom.subitemactive,
body.ba-theme.with_sidebar_left .et_pb_extra_column_sidebar ul li.subitems_custom a,
body.ba-theme.with_sidebar_left .et_pb_extra_column_sidebar ul li.subitems_custom a:hover,
body.ba-theme.with_sidebar_left .et_pb_extra_column_sidebar ul li.subitems_custom span,
body.ba-theme.with_sidebar_left .et_pb_extra_column_sidebar ul li.subitems_custom a:hover span,
body.ba-theme.with_sidebar_left .et_pb_extra_column_sidebar ul li.subitems_custom.subitemactive span,
body.ba-theme.with_sidebar_left .et_pb_extra_column_sidebar ul li.subitems_custom_lg,
body.ba-theme.with_sidebar_left .et_pb_extra_column_sidebar ul li.subitems_custom_lg:hover,
body.ba-theme.with_sidebar_left .et_pb_extra_column_sidebar ul li.subitems_custom_lg.subitemactive,
body.ba-theme.with_sidebar_left .et_pb_extra_column_sidebar ul li.subitems_custom_lg a,
body.ba-theme.with_sidebar_left .et_pb_extra_column_sidebar ul li.subitems_custom_lg a:hover,
body.ba-theme.with_sidebar_left .et_pb_extra_column_sidebar ul li.subitems_custom_lg span,
body.ba-theme.with_sidebar_left .et_pb_extra_column_sidebar ul li.subitems_custom_lg a:hover span,
body.ba-theme.with_sidebar_left .et_pb_extra_column_sidebar ul li.subitems_custom_lg.subitemactive span,
body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.subitems_custom_lg a:hover span,
body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.subitems_custom_lg.subitemactive span,
body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.subitems_custom_lg.subitemactive a span,
body.ba-theme.with_sidebar_left .new-menu-in-header .et_pb_extra_column_sidebar ul li.subitems_custom_lg a:hover span,
body.ba-theme.with_sidebar_left .new-menu-in-header .et_pb_extra_column_sidebar ul li.subitems_custom_lg.subitemactive span,
body.ba-theme.with_sidebar_left .new-menu-in-header .et_pb_extra_column_sidebar ul li.subitems_custom a:hover span,
body.ba-theme.with_sidebar_left .new-menu-in-header .et_pb_extra_column_sidebar ul li.subitems_custom_lg.subitemactive span,
body.ba-theme.with_sidebar_left .new-menu-in-header .et_pb_extra_column_sidebar ul li.subitems_custom_lg a:hover span,
body.ba-theme .college-first-level-menu a:hover,
body.ba-theme .sub-levels-menu a:hover,
body.ba-theme .sub-sub-levels-menu a:hover,
body.ba-theme .subitemactive a:hover {
	text-decoration: none !important;
	text-decoration-line: none !important;
	-webkit-text-decoration-line: none !important;
}
body.ba-theme .ba-sidebar *,
body.ba-theme .ba-sidebar *:link,
body.ba-theme .ba-sidebar *:visited,
body.ba-theme .ba-sidebar *:hover,
body.ba-theme .ba-sidebar *:focus,
body.ba-theme .ba-sidebar *:active,
body.ba-theme .new-menu-in-header.ba-sidebar *,
body.ba-theme .new-menu-in-header.ba-sidebar *:hover {
	text-decoration: none !important;
	text-decoration-line: none !important;
	-webkit-text-decoration-line: none !important;
}

body.ba-theme .ba-sidebar .menu > li.championsstart,
body.ba-theme .ba-sidebar .menu > li.firstone {
	display: none !important;
}
body.ba-theme .ba-sidebar .menu > li.championsstart a,
body.ba-theme .ba-sidebar .menu > li.firstone a {
	padding: 0 2px 4px !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.55) !important;
	background: transparent !important;
}
body.ba-theme .ba-sidebar .menu > li.championsstart a:hover,
body.ba-theme .ba-sidebar .menu > li.firstone a:hover {
	background: transparent !important;
	color: #fff !important;
}

body.ba-theme .ba-sidebar .menu > li:not(.championsstart):not(.firstone):not(.ba-league-group):not(.ba-league-item):not(.ba-level-item) {
	display: none !important;
}

body.ba-theme .ba-sidebar .ba-league-group,
body.ba-theme .ba-sidebar ul li.ba-league-group,
body.ba-theme .ba-sidebar .ba-league-group.is-current,
body.ba-theme .ba-sidebar ul li.ba-league-group.is-current,
.ba-league-group,
.ba-league-group.is-current {
	margin: 0 12px 8px !important;
	padding: 6px 0 8px !important;
	border-radius: 16px !important;
	background: #000 !important;
	background-color: #000 !important;
	border: 1px solid rgba(255, 255, 255, 0.16) !important;
	box-shadow: none !important;
	overflow: hidden !important;
	width: auto !important;
	float: none !important;
	display: block !important;
}
body.ba-theme .ba-sidebar .ba-league-group ul,
body.ba-theme .ba-sidebar .ba-league-group li,
body.ba-theme .ba-sidebar .ba-league-group li.ba-league-item,
body.ba-theme .ba-sidebar .ba-league-group li.ba-league-item.subitemactive,
body.ba-theme .ba-sidebar .ba-league-group .ba-league-levels,
body.ba-theme .ba-sidebar .ba-league-group .ba-league-levels-list {
	background: transparent !important;
	background-color: transparent !important;
}
body.ba-theme .ba-sidebar .ba-league-group a,
body.ba-theme .ba-sidebar .ba-league-group a:link,
body.ba-theme .ba-sidebar .ba-league-group a:visited,
body.ba-theme .ba-sidebar .ba-league-group a:hover,
body.ba-theme .ba-sidebar .ba-league-group a:active,
body.ba-theme .ba-sidebar .ba-league-group a:focus,
body.ba-theme .new-menu-in-header .ba-league-group ul li a.current-menu-item,
body.ba-theme .new-menu-in-header .ba-league-group ul li a.current-menu-item:link,
body.ba-theme .new-menu-in-header .ba-league-group ul li a.current-menu-item:visited,
body.ba-theme .new-menu-in-header .ba-league-group ul li a.current-menu-item:active,
body.ba-theme .new-menu-in-header .ba-league-group ul li a.current_page_item,
body.ba-theme .new-menu-in-header .ba-league-group ul li a.current_page_item:link,
body.ba-theme .new-menu-in-header .ba-league-group ul li a.current_page_item:visited,
body.ba-theme .new-menu-in-header .ba-league-group ul li a.current_page_item:active {
	background: transparent !important;
	background-color: transparent !important;
	color: #fff !important;
}
.ba-league-group-list {
	margin: 0;
	padding: 0;
}
.ba-league-item > a,
body.ba-theme .ba-sidebar .ba-league-item > a,
body.ba-theme .ba-sidebar .ba-league-item > a:link,
body.ba-theme .ba-sidebar .ba-league-item > a:visited,
body.ba-theme .ba-sidebar .ba-league-item > a:hover,
body.ba-theme .ba-sidebar .ba-league-item > a:focus,
body.ba-theme .ba-sidebar .ba-league-item > a:active,
body.ba-theme .ba-sidebar .ba-league-item > a.ba-league-toggle,
body.ba-theme .ba-sidebar .ba-league-item > a.ba-league-toggle:hover,
body.ba-theme .ba-sidebar .ba-league-item > a.ba-league-toggle:focus,
body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-league-item a,
body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-league-item a:hover,
body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-league-item.subitems_custom_lg a:hover,
body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-league-item.menu-item-type-post_type a:hover {
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	outline: none !important;
	padding: 8px 28px 6px 12px !important;
	margin: 0 !important;
	gap: 10px;
	position: relative;
	line-height: 1.2 !important;
	font-weight: 600 !important;
	font-size: 13px !important;
	text-decoration: none !important;
	transform: none !important;
	top: auto !important;
	bottom: auto !important;
	left: auto !important;
	right: auto !important;
	transition: color 0.15s ease;
}
body.ba-theme .ba-sidebar .ba-league-item > a.ba-league-toggle {
	padding: 8px 28px 6px 12px !important;
}
.ba-league-item > a.ba-league-toggle:after,
.ba-league-item > a.ba-league-toggle:hover:after,
.ba-league-item > a.ba-league-toggle:focus:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	width: 7px;
	height: 7px;
	margin-top: 0;
	border-right: 2px solid rgba(255, 255, 255, 0.55);
	border-bottom: 2px solid rgba(255, 255, 255, 0.55);
	transform: translateY(-50%) rotate(45deg);
	transition: transform 0.18s ease, border-color 0.15s ease;
}
.ba-league-group.ba-league-open > .ba-league-group-list > .ba-league-item > a.ba-league-toggle:after,
.ba-league-group.ba-league-open > .ba-league-group-list > .ba-league-item > a.ba-league-toggle:hover:after {
	margin-top: 0;
	transform: translateY(-50%) rotate(225deg);
}
.ba-league-item.subitemactive > a,
.ba-league-item.ba-league-open > a,
.ba-league-group.is-current > .ba-league-group-list > .ba-league-item > a {
	background: transparent !important;
}
.ba-league-icon,
body.ba-theme .ba-sidebar .ba-league-icon,
body.ba-theme .new-menu-in-header .ba-league-icon,
body.ba-theme .ba-sidebar .ba-league-item a:hover .ba-league-icon,
body.ba-theme .ba-sidebar .ba-league-item a:focus .ba-league-icon,
body.ba-theme .ba-sidebar .ba-league-item a:active .ba-league-icon {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 42px !important;
	height: 42px !important;
	flex: 0 0 42px !important;
	line-height: 0 !important;
	font-size: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	overflow: hidden;
	transform: none !important;
}
.ba-league-icon img,
body.ba-theme .ba-sidebar .ba-league-icon img,
body.ba-theme .new-menu-in-header li img.ba-league-icon,
body.ba-theme .new-menu-in-header li .ba-league-icon img,
body.ba-theme .new-menu-in-header .ba-league-icon img,
body.ba-theme .ba-sidebar .ba-league-item a:hover .ba-league-icon img,
body.ba-theme .ba-sidebar .ba-league-item a:focus .ba-league-icon img,
body.ba-theme .ba-sidebar .ba-league-item a:active .ba-league-icon img,
body.ba-theme .ba-sidebar .ba-league-item a:hover img,
body.ba-theme .new-menu-in-header li.ba-league-item a:hover img {
	display: block !important;
	width: 42px !important;
	height: 42px !important;
	max-width: 42px !important;
	max-height: 42px !important;
	object-fit: contain !important;
	vertical-align: top !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	mix-blend-mode: normal;
	transform: none !important;
}
.ba-league-copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.ba-league-title,
body.ba-theme .ba-sidebar .ba-league-title,
body.ba-theme .ba-sidebar .ba-league-item a .ba-league-title,
body.ba-theme .ba-sidebar .ba-league-item a span.ba-league-title,
body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-league-item a span.ba-league-title,
body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-league-item.subitemactive a span.ba-league-title,
body.ba-theme.with_sidebar_left .et_pb_extra_column_sidebar ul li.subitems_custom_lg a span.ba-league-title {
	font-size: 17px !important;
	font-weight: 800 !important;
	color: #fff !important;
	line-height: 1.2 !important;
	background: transparent !important;
	background-color: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
	text-decoration: none !important;
}
body.ba-theme .ba-sidebar .ba-league-item a:hover .ba-league-title,
body.ba-theme .ba-sidebar .ba-league-item a:focus .ba-league-title,
body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-league-item a:hover span.ba-league-title,
body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.subitems_custom_lg.ba-league-item a:hover span.ba-league-title {
	color: var(--ba-pink-hot) !important;
}
body.ba-theme .ba-sidebar .ba-league-group.is-current .ba-league-item > a .ba-league-title,
body.ba-theme .ba-sidebar .ba-league-group.is-current .ba-league-item > a span.ba-league-title,
body.ba-theme .ba-sidebar .ba-league-group:has(.ba-level-item.subitemactive) .ba-league-item > a .ba-league-title,
body.ba-theme .ba-sidebar .ba-league-item.subitemactive > a .ba-league-title,
body.ba-theme .ba-sidebar .ba-league-item.subitemactive > a span.ba-league-title,
body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-league-group.is-current .ba-league-item a span.ba-league-title,
body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-league-item.subitemactive a span.ba-league-title,
body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-league-group:has(.ba-level-item.subitemactive) .ba-league-item a span.ba-league-title {
	color: var(--ba-pink-hot) !important;
}
body.ba-theme .ba-sidebar .ba-league-item a:hover .ba-league-sub,
body.ba-theme .ba-sidebar .ba-league-item a:focus .ba-league-sub {
	color: #ffb3d9 !important;
}
body.ba-theme .ba-sidebar .ba-league-group.is-current .ba-league-item > a .ba-league-sub,
body.ba-theme .ba-sidebar .ba-league-group:has(.ba-level-item.subitemactive) .ba-league-item > a .ba-league-sub,
body.ba-theme .ba-sidebar .ba-league-item.subitemactive > a .ba-league-sub,
body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-league-group.is-current .ba-league-item a span.ba-league-sub,
body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-league-item.subitemactive a span.ba-league-sub {
	color: #ffb3d9 !important;
}
body.ba-theme .ba-sidebar .ba-league-item > a:hover,
body.ba-theme .ba-sidebar .ba-league-item > a:focus,
body.ba-theme.with_sidebar_left .et_pb_extra_column_sidebar ul li.ba-league-item a:hover,
body.ba-theme.with_sidebar_left .et_pb_extra_column_sidebar ul li.subitems_custom_lg.ba-league-item a:hover {
	height: auto !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	padding: 8px 28px 6px 12px !important;
	margin: 0 !important;
	border: 0 !important;
	transform: none !important;
}
body.ba-theme .ba-sidebar .ba-league-item a:hover span:not(.ba-league-icon),
body.ba-theme .ba-sidebar .ba-league-item a:focus span:not(.ba-league-icon),
body.ba-theme .ba-sidebar .ba-league-item a:active span:not(.ba-league-icon),
body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-league-item a:hover span:not(.ba-league-icon),
body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-league-item.subitems_custom_lg a:hover span:not(.ba-league-icon),
body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.subitems_custom_lg.ba-league-item a:hover span:not(.ba-league-icon),
body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-league-item.subitems_custom_lg.subitemactive a:hover span:not(.ba-league-icon) {
	background: transparent !important;
	background-color: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
	text-decoration: none !important;
	border: 0 !important;
	box-shadow: none !important;
	line-height: 1.2 !important;
}
body.ba-theme .ba-sidebar .ba-league-group:hover,
body.ba-theme .ba-sidebar ul li.ba-league-group:hover {
	margin: 0 12px 8px !important;
	padding: 6px 0 8px !important;
	border: 1px solid rgba(255, 255, 255, 0.16) !important;
	transform: none !important;
	top: auto !important;
}
.ba-league-sub,
body.ba-theme .ba-sidebar .ba-league-sub,
body.ba-theme .ba-sidebar .ba-league-item a span.ba-league-sub {
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	color: #c9a3c6 !important;
}

body.ba-theme .ba-sidebar ul li.ba-level-item,
body.ba-theme .ba-sidebar ul li.college-second-level-menu.ba-level-item,
body.ba-theme .ba-sidebar .ba-level-item.subitemactive {
	padding-left: 10px !important;
}
.ba-level-item a,
body.ba-theme .ba-sidebar .ba-level-item a,
body.ba-theme .ba-sidebar .ba-level-item a:link,
body.ba-theme .ba-sidebar .ba-level-item a:visited,
body.ba-theme .ba-sidebar .ba-level-item a:hover,
body.ba-theme .ba-sidebar .ba-level-item a:focus,
body.ba-theme .ba-sidebar .ba-level-item a:active {
	padding: 6px 12px 6px 16px !important;
	font-weight: 600 !important;
	font-size: 13px !important;
	line-height: 1.2 !important;
	height: auto !important;
	color: #ead7ea !important;
	border-radius: 0 !important;
	width: 100%;
	box-sizing: border-box;
	background: transparent !important;
	transform: none !important;
}
.ba-level-item a:hover,
body.ba-theme .ba-sidebar .ba-level-item a:hover,
body.ba-theme .ba-sidebar .ba-level-item a:focus {
	background: transparent !important;
	color: #fff !important;
	font-weight: 600 !important;
	font-size: 13px !important;
	line-height: 1.2 !important;
	height: auto !important;
	padding: 6px 12px 6px 16px !important;
}
.ba-level-item a span,
body.ba-theme .ba-sidebar .ba-level-item a span,
body.ba-theme .ba-sidebar .ba-level-item a:hover span,
body.ba-theme .ba-sidebar .ba-level-item a:focus span {
	line-height: 1.2 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
}
body.ba-theme .ba-sidebar .ba-level-item.subitemactive a span,
body.ba-theme .ba-sidebar .ba-level-item.subitemactive a:hover span {
	line-height: 1.2 !important;
	font-size: 13px !important;
	font-weight: 800 !important;
}
.ba-level-item.subitemactive,
body.ba-theme .ba-sidebar .ba-league-group .ba-level-item.subitemactive {
	background: rgba(255, 255, 255, 0.12) !important;
	background-color: rgba(255, 255, 255, 0.12) !important;
}
.ba-level-item.subitemactive a,
.ba-level-item.subitemactive a:hover {
	background: transparent !important;
	color: #fff !important;
	font-weight: 800 !important;
}
.ba-level-num,
body.ba-theme .ba-sidebar .ba-level-num,
body.ba-theme .ba-sidebar .ba-league-group span.ba-level-num {
	display: inline-block;
	min-width: 1.4em;
	color: #ff8ac4 !important;
	font-weight: 800;
}
.ba-level-item.subitemactive .ba-level-num,
body.ba-theme .ba-sidebar .ba-level-item.subitemactive .ba-level-num {
	color: #fff !important;
}

body.ba-theme .ba-sidebar ul li.subitems_custom_lg,
body.ba-theme .ba-sidebar ul li.sub-levels-menu,
body.ba-theme .ba-sidebar ul li.college-first-level-menu,
body.ba-theme .ba-sidebar ul li.college-second-level-menu,
body.ba-theme .ba-sidebar ul li.noteselected-parent-menu {
	display: block !important;
	padding-left: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	float: none !important;
	background: transparent !important;
}
body.ba-theme .ba-sidebar .ba-league-levels {
	display: grid !important;
	grid-template-rows: 0fr;
	max-height: 0;
	transition: grid-template-rows 0.4s ease, max-height 0.45s ease;
	width: 100% !important;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	overflow: hidden;
}
body.ba-theme .ba-sidebar .ba-league-group.ba-league-open .ba-league-levels {
	grid-template-rows: 1fr;
	max-height: 640px;
}
body.ba-theme .ba-sidebar .ba-league-levels-list {
	min-height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
body.ba-theme .ba-sidebar .ba-league-group .ba-league-group-list li a,
body.ba-theme .ba-sidebar .ba-league-group .ba-league-group-list li a:link,
body.ba-theme .ba-sidebar .ba-league-group .ba-league-group-list li a:visited,
body.ba-theme .ba-sidebar .ba-league-group .ba-league-group-list li a:hover,
body.ba-theme .ba-sidebar .ba-league-group .ba-league-group-list li a:focus,
body.ba-theme .ba-sidebar .ba-league-group .ba-league-group-list li a span,
body.ba-theme .ba-sidebar .ba-league-group .ba-league-group-list li a:hover span,
body.ba-theme .ba-sidebar .ba-league-group .ba-league-group-list li a:focus span,
body.ba-theme .ba-sidebar .ba-league-group .ba-league-group-list li.subitemactive a,
body.ba-theme .ba-sidebar .ba-league-group .ba-league-group-list li.subitemactive a span,
body.ba-theme .ba-sidebar .ba-league-group .ba-league-group-list li.subitemactive span {
	border-radius: 0 !important;
	height: auto !important;
	line-height: 1.2 !important;
	box-shadow: none !important;
	background: transparent !important;
	background-color: transparent !important;
}
body.ba-theme .ba-sidebar .ba-league-group span {
	color: inherit !important;
}
body.ba-theme .ba-sidebar .ba-level-item.subitemactive,
body.ba-theme .ba-sidebar .ba-league-group .ba-level-item.subitemactive {
	background: rgba(255, 255, 255, 0.12) !important;
	background-color: rgba(255, 255, 255, 0.12) !important;
	width: 100% !important;
	margin: 0 !important;
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 10px !important;
	border-radius: 0 !important;
}
body.ba-theme .ba-league-group.is-current,
body.ba-theme .ba-sidebar .ba-league-group.is-current {
	background: #000 !important;
	background-color: #000 !important;
}

.ba-sidebar-footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	flex: 0 0 auto;
	margin-top: 0;
	text-align: center;
	padding-top: 0;
	pointer-events: none;
}
.ba-sidebar-footer .ba-lang,
.ba-sidebar-footer a {
	pointer-events: auto;
}
.ba-slogan {
	position: relative;
	z-index: 2;
	color: #f4c6ea;
	font-weight: 800;
	letter-spacing: 0.22em;
	font-size: 12px;
	line-height: 1.45;
	padding: 0 10px 6px;
}
.ba-slogan span {
	display: block;
}
.ba-slogan-heart {
	width: 18px;
	height: 18px;
	margin-top: 6px;
}
.ba-dancer {
	display: block;
	width: 100%;
	margin: 0;
	height: auto;
	max-height: 280px;
	object-fit: cover;
	object-position: center top;
	opacity: 0.95;
	mask-image: linear-gradient(to top, #000 72%, transparent);
}

/* ---- Top bar ---- */
body.ba-theme #main-header-wrapper,
body.ba-theme #main-header,
body.ba-theme.et_fixed_nav #main-header,
body.ba-theme .et-fixed-header #main-header-wrapper {
	background: #fff !important;
	box-shadow: none !important;
	border: 0 !important;
	height: auto !important;
	min-height: 0 !important;
}
body.ba-theme.ba-logged-in #main-header-wrapper {
	position: sticky;
	top: 0;
	z-index: 40;
	margin-left: var(--ba-sidebar);
	width: calc(100% - var(--ba-sidebar));
}
body.ba-theme.admin-bar.ba-logged-in #main-header-wrapper {
	top: 32px;
}
body.ba-theme #main-header .container {
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 12px 20px 8px !important;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 24px;
}
body.ba-theme #et-navigation,
body.ba-theme #top-header,
body.ba-theme .leftholderheader,
body.ba-theme #et_mobile_nav_menu,
body.ba-theme .et_mobile_nav_menu,
body.ba-theme #et-mobile-navigation,
body.ba-theme .mobile_nav,
body.ba-theme .mobile_menu_bar,
body.ba-theme #et-extra-mobile-menu,
body.ba-theme .et_mobile_menu,
body.ba-theme #et-top-navigation {
	display: none !important;
}

.top-bar-tabs-and-search,
body.ba-theme .top-bar-tabs-and-search,
body.ba-theme.et_fixed_nav .top-bar-tabs-and-search,
body.ba-theme .et-fixed-header .top-bar-tabs-and-search,
body.ba-theme .page-container.et-fixed-header .top-bar-tabs-and-search {
	display: block !important;
	flex: 0 1 350px !important;
	width: 100% !important;
	max-width: 350px !important;
	min-width: 0;
	position: static !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	transform: none !important;
}
.top-bar-tabs-and-search .et_pb_search,
body.ba-theme .top-bar-tabs-and-search .et_pb_search,
body.ba-theme .searchmodule,
body.ba-theme .top-bar-tabs-and-search .searchmodule {
	flex: none;
	display: block;
	width: 100% !important;
	max-width: 350px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	background-image: none !important;
	background-color: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
}
body.ba-theme .et_pb_search:before,
body.ba-theme .et_pb_search:after,
body.ba-theme .et_pb_searchform:before,
body.ba-theme .et_pb_searchform:after,
body.ba-theme .searchmodule:before,
body.ba-theme .searchmodule:after {
	content: none !important;
	display: none !important;
	background: none !important;
}
body.ba-theme .top-bar-tabs-and-search .et_pb_search input,
body.ba-theme .inputforsearch,
body.ba-theme .searchmodule .et_pb_s,
body.ba-theme .searchmodule .inputforsearch {
	width: 100% !important;
	max-width: 350px !important;
	height: 40px !important;
	border: 0 !important;
	background: #f3eef4 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%239a879c' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3-3'/%3E%3C/svg%3E") 12px 50% no-repeat !important;
	background-color: #f3eef4 !important;
	border-radius: 999px !important;
	padding: 0 12px 0 36px !important;
	box-shadow: none !important;
	font-size: 13px !important;
	color: var(--ba-ink) !important;
	box-sizing: border-box !important;
}
body.ba-theme .et_pb_searchsubmit,
body.ba-theme .searchmodule .et_pb_searchsubmit,
body.ba-theme input.et_pb_searchsubmit {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background: none !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}
.ba-header-user {
	display: flex;
	align-items: center;
	gap: 14px;
	flex: 0 0 auto;
	order: 99;
	margin-left: auto !important;
	margin-right: 0 !important;
	padding-right: 0;
	white-space: nowrap;
	font-weight: 700;
	font-size: 13px;
	order: 5;
}
.ba-header-user a {
	color: var(--ba-ink) !important;
	text-decoration: none !important;
}
@media (min-width: 1280px) {
	body.ba-theme .top-bar-tabs-and-search,
	body.ba-theme.et_fixed_nav .top-bar-tabs-and-search,
	body.ba-theme .et-fixed-header .top-bar-tabs-and-search,
	body.ba-theme .page-container.et-fixed-header .top-bar-tabs-and-search {
		width: 100% !important;
		max-width: 350px !important;
		left: auto !important;
		top: auto !important;
		transform: none !important;
		position: static !important;
	}
}
.ba-header-sep {
	color: #d7c8d8;
}
.ba-header-nav {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.ba-header-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex: 0 0 auto;
	color: var(--ba-ink) !important;
	text-decoration: none !important;
	font-weight: 800;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 6px 0 8px;
	border-bottom: 2px solid transparent;
	line-height: 1;
}
.ba-header-link.is-active {
	border-bottom-color: var(--ba-pink);
	color: var(--ba-pink) !important;
}
.ba-header-link:hover {
	color: var(--ba-pink) !important;
}
.ba-header-logout,
body.ba-theme .ba-header-user a.ba-header-logout {
	background: var(--ba-pink) !important;
	color: #fff !important;
	border-radius: 999px;
	padding: 8px 14px 8px !important;
	border-bottom: 0 !important;
	margin-left: 4px;
}
.ba-header-logout .ba-header-label,
.ba-header-logout .ba-header-ico,
body.ba-theme .ba-header-user a.ba-header-logout,
body.ba-theme .ba-header-user a.ba-header-logout .ba-header-label,
body.ba-theme .ba-header-user a.ba-header-logout .ba-header-ico {
	color: #fff !important;
}
.ba-header-logout:hover,
body.ba-theme .ba-header-user a.ba-header-logout:hover {
	filter: brightness(1.06);
	color: #fff !important;
}
.ba-header-logout.is-active {
	border-bottom: 0 !important;
}
.ba-header-ico {
	display: inline-flex;
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
}
.ba-header-ico svg {
	width: 14px;
	height: 14px;
	display: block;
}
.ba-header-link:before {
	content: none !important;
}
.ba-viewas {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-left: var(--ba-sidebar);
	width: calc(100% - var(--ba-sidebar));
	background: #fff4e5;
	color: #7a4a00;
	font-weight: 700;
	font-size: 13px;
	padding: 8px 20px;
	box-sizing: border-box;
}
.ba-viewas-switch {
	position: sticky;
	top: 0;
	z-index: 40;
	background: #ffe082;
	box-shadow: 0 1px 0 rgba(122, 74, 0, 0.12);
}
.ba-header-exit {
	color: var(--ba-pink) !important;
	border-bottom-color: var(--ba-pink);
}
.ba-viewas a {
	color: var(--ba-pink) !important;
	font-weight: 800;
	text-decoration: none !important;
}
.ba-school-actions {
	white-space: nowrap;
	min-width: 148px;
}
body.ba-theme .ba-icon-btn,
body.ba-theme a.ba-icon-btn,
body.ba-theme button.ba-icon-btn,
body.ba-theme .userstable .ba-icon-btn,
body.ba-theme .userstable a.ba-icon-btn,
body.ba-theme .userstable button.ba-icon-btn,
body.ba-theme .ba-members-actions .ba-icon-btn,
body.ba-theme .ba-modal .ba-icon-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 34px !important;
	height: 34px !important;
	min-width: 34px !important;
	min-height: 34px !important;
	margin: 0 3px 0 0 !important;
	padding: 0 !important;
	border: 1px solid #ffd0e3 !important;
	border-radius: 10px !important;
	background: #fff5f9 !important;
	background-color: #fff5f9 !important;
	background-image: none !important;
	color: var(--ba-pink) !important;
	box-shadow: none !important;
	text-decoration: none !important;
	text-indent: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	vertical-align: middle;
	cursor: pointer;
	box-sizing: border-box !important;
	appearance: none;
	-webkit-appearance: none;
	float: none !important;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
	transform: none !important;
}
body.ba-theme .ba-icon-btn svg,
body.ba-theme a.ba-icon-btn svg,
body.ba-theme button.ba-icon-btn svg {
	width: 16px !important;
	height: 16px !important;
	display: block;
	fill: currentColor !important;
	color: inherit !important;
}
body.ba-theme .ba-icon-btn svg path,
body.ba-theme .ba-icon-btn svg circle,
body.ba-theme .ba-icon-btn svg rect {
	fill: currentColor !important;
}
body.ba-theme .ba-icon-btn:hover,
body.ba-theme .ba-icon-btn:focus,
body.ba-theme a.ba-icon-btn:hover,
body.ba-theme a.ba-icon-btn:focus,
body.ba-theme button.ba-icon-btn:hover,
body.ba-theme button.ba-icon-btn:focus,
body.ba-theme .userstable .ba-icon-btn:hover,
body.ba-theme .userstable a.ba-icon-btn:hover,
body.ba-theme .userstable button.ba-icon-btn:hover {
	background: var(--ba-pink) !important;
	background-color: var(--ba-pink) !important;
	background-image: none !important;
	border-color: var(--ba-pink) !important;
	color: #fff !important;
	box-shadow: 0 6px 14px rgba(255, 45, 139, 0.28) !important;
	text-decoration: none !important;
	transform: none !important;
	padding: 0 !important;
	line-height: 0 !important;
}
body.ba-theme .ba-icon-btn.ba-delete-school,
body.ba-theme .ba-icon-btn--danger,
body.ba-theme button.ba-icon-btn.ba-delete-school {
	background: #fff6f7 !important;
	background-color: #fff6f7 !important;
	border-color: #ffd4dc !important;
	color: #d9486f !important;
}
body.ba-theme .ba-icon-btn.ba-delete-school:hover,
body.ba-theme .ba-icon-btn.ba-delete-school:focus,
body.ba-theme .ba-icon-btn--danger:hover,
body.ba-theme .ba-icon-btn--danger:focus {
	background: #e11d60 !important;
	background-color: #e11d60 !important;
	border-color: #e11d60 !important;
	color: #fff !important;
	box-shadow: 0 6px 14px rgba(225, 29, 96, 0.28) !important;
}
body.ba-theme .ba-icon-btn-sm,
body.ba-theme a.ba-icon-btn-sm,
body.ba-theme button.ba-icon-btn-sm {
	width: 28px !important;
	height: 28px !important;
	min-width: 28px !important;
	min-height: 28px !important;
	border-radius: 8px !important;
	margin: 0 0 0 8px !important;
}
body.ba-theme .ba-icon-btn-sm svg {
	width: 13px !important;
	height: 13px !important;
}
.ba-count-cell {
	white-space: nowrap;
	font-weight: 700;
}
.ba-count-cell strong {
	display: inline-block;
	min-width: 1em;
	vertical-align: middle;
}
.ba-modal[hidden] {
	display: none !important;
}
.ba-modal.is-open {
	display: block;
	position: fixed;
	inset: 0;
	z-index: 100000;
}
.ba-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(27, 18, 32, 0.45);
}
.ba-modal-dialog {
	position: relative;
	z-index: 1;
	width: min(640px, calc(100vw - 32px));
	max-height: calc(100vh - 48px);
	overflow: auto;
	margin: 8vh auto 0;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 18px 48px rgba(40, 10, 30, 0.22);
	padding: 22px 24px 18px;
}
#ba-reset-modal .ba-modal-dialog {
	width: min(460px, calc(100vw - 32px));
}
.ba-modal-head {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	margin: 0 0 16px;
}
.ba-modal-head h2 {
	margin: 0;
	font-size: 20px;
	color: var(--ba-ink);
	flex: 0 0 auto;
	line-height: 1;
}
.ba-modal-head .ba-members-add {
	margin: 0;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
}
.ba-modal-close {
	margin-left: auto;
}
.ba-modal-close {
	border: 0;
	background: transparent;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: #8b7a90;
}
.ba-members-table {
	width: 100%;
	border-collapse: collapse;
}
.ba-members-table th,
.ba-members-table td {
	text-align: left;
	padding: 10px 8px;
	border-bottom: 1px solid #f6eef4;
}
.ba-members-actions {
	white-space: nowrap;
	text-align: right;
}
.ba-modal-empty {
	margin: 0;
	color: var(--ba-muted);
}
.ba-modal-actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 18px;
}
.ba-modal-secondary {
	background: #f3f0f3 !important;
	color: var(--ba-ink) !important;
}
body.ba-modal-open {
	overflow: hidden;
}
.ba-row-act {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin: 0 8px 6px 0;
	color: var(--ba-ink) !important;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	text-decoration: none !important;
	vertical-align: middle;
}
.ba-row-act svg {
	width: 13px;
	height: 13px;
}
.ba-row-act:hover {
	color: var(--ba-pink) !important;
}
.ba-lang {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
}
.ba-lang-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 16px;
	padding: 0 !important;
	margin: 0;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	cursor: pointer;
	list-style: none;
	line-height: 0;
	color: inherit !important;
}
.ba-lang-toggle::-webkit-details-marker,
.ba-lang-toggle::marker {
	display: none;
	content: none;
}
.ba-flag {
	display: block;
	width: 16px;
	height: 10px;
	border-radius: 1px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.12);
}
.ba-lang-menu {
	position: absolute;
	top: calc(100% + 6px);
	right: 0;
	z-index: 50;
	min-width: 132px;
	padding: 6px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 28px rgba(40, 10, 30, 0.16);
}
.ba-lang-link {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 8px;
	border-radius: 6px;
	color: var(--ba-ink) !important;
	text-decoration: none !important;
	opacity: 1;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
}
.ba-lang-link.is-active,
.ba-lang-link:hover {
	background: #f7eef6;
	color: var(--ba-ink) !important;
	opacity: 1;
}
.ba-auth-card .ba-lang {
	justify-content: flex-end;
	margin: 0 0 16px;
	color: var(--ba-ink);
	display: flex;
}
.ba-auth-card .ba-lang-menu {
	right: 0;
}
.ba-nav-toggle,
body.ba-theme .ba-nav-toggle,
body.ba-theme #page-container .ba-nav-toggle,
body.ba-theme #page-container button.ba-nav-toggle {
	display: none !important;
	position: static;
	z-index: 5;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	border: 0 !important;
	border-radius: 12px !important;
	background: var(--ba-pink) !important;
	background-color: var(--ba-pink) !important;
	box-shadow: 0 6px 16px rgba(255, 45, 139, 0.35);
	padding: 0 !important;
	color: #fff !important;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.ba-nav-toggle span,
body.ba-theme .ba-nav-toggle span,
body.ba-theme #page-container .ba-nav-toggle span {
	display: block !important;
	width: 20px !important;
	height: 2px !important;
	min-height: 2px !important;
	background: #fff !important;
	background-color: #fff !important;
	margin: 0 !important;
	border-radius: 2px;
	opacity: 1 !important;
	flex: 0 0 2px;
	transform: none !important;
}
.ba-sidebar-backdrop {
	display: none;
}

/* ---- Content ---- */
body.ba-theme.ba-logged-in #main-content {
	margin-left: var(--ba-sidebar);
	width: calc(100% - var(--ba-sidebar));
	background: var(--ba-bg) !important;
	padding: 8px 28px 48px !important;
	min-height: calc(100vh - 80px) !important;
}
body.ba-theme.ba-logged-in #main-content .container,
body.ba-theme.ba-logged-in #content-area,
body.ba-theme.ba-logged-in #content-area.with_sidebar,
body.ba-theme.ba-logged-in #content-area.with_sidebar_left,
body.ba-theme .with_sidebar .et_pb_extra_column_main,
body.ba-theme .with_sidebar_left .et_pb_extra_column_main,
body.ba-theme .et_pb_extra_column_main.choreographhytype,
body.ba-theme .ba-school-admin {
	display: block !important;
	max-width: none !important;
	width: 100% !important;
	min-width: 0 !important;
	flex: 1 1 100% !important;
	float: none !important;
}
body.ba-theme .with_sidebar .et_pb_extra_column_sidebar {
	display: none !important;
}
body.ba-theme #footer {
	margin-left: var(--ba-sidebar);
	background: #1a0418;
	color: #f4c6ea;
}
body.ba-theme #footer-info,
body.ba-theme #footer a {
	color: #f4c6ea !important;
}

/* Page hero */
.ba-page-hero {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin: 8px 0 18px;
}
.ba-page-title {
	font-size: 34px !important;
	font-weight: 800 !important;
	color: var(--ba-ink) !important;
	margin: 0 0 6px !important;
	padding: 0 !important;
	letter-spacing: -0.02em;
}
.ba-page-title span {
	color: var(--ba-pink);
}
.ba-page-sub {
	margin: 0;
	color: var(--ba-muted);
	font-size: 15px;
}
.ba-page-motto {
	text-align: right;
	color: #c9b3c8;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.28em;
	line-height: 1.5;
	padding-top: 8px;
	border-top: 2px solid var(--ba-pink);
	min-width: 160px;
}

/* Filter chips */
body.ba-theme .holderoftoptabs,
body.ba-theme .top-tabs,
body.ba-theme.page-template-template_levels_choreography .holderoftoptabs,
body.ba-theme.page-template-template_levels_choreography .top-tabs,
body.ba-theme.page-template-template_levels_choreography .holderoftoptabs .top-tabs {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	float: none !important;
	display: flex;
	justify-content: center;
}
body.ba-theme .top-tabs ul,
body.ba-theme .ba-filter-chips,
body.ba-theme .tabs-main-choreography,
body.ba-theme .ba-league-tabs,
body.ba-theme.page-template-template_levels_choreography .tabs-main-choreography {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center !important;
	align-items: flex-end;
	gap: 8px 18px;
	list-style: none;
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	margin: 0 0 22px !important;
	padding: 0 !important;
	border: 0 !important;
	border-bottom: 1px solid #efe4ef;
}
body.ba-theme .singletabcustom {
	margin: 0 !important;
	padding: 0 !important;
	height: auto !important;
	border: 0 !important;
	background: transparent !important;
	float: none !important;
}
body.ba-theme .singletabcustom a,
body.ba-theme .singletabcustom a:link,
body.ba-theme .singletabcustom a:visited {
	display: inline-flex;
	align-items: center;
	height: auto !important;
	padding: 8px 12px 12px !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #8b7a90 !important;
	border: 0 !important;
	border-bottom: 3px solid transparent !important;
	font-weight: 800 !important;
	font-size: 13px !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1.2 !important;
	box-shadow: none !important;
}
body.ba-theme .singletabcustom.tabactive a,
body.ba-theme .singletabcustom.tabactive a:link,
body.ba-theme .singletabcustom.tabactive a:visited {
	background: transparent !important;
	color: var(--ba-ink) !important;
	border-color: transparent !important;
	border-bottom-color: var(--ba-pink) !important;
}
body.ba-theme .top-tabs ul li,
body.ba-theme .top-tabs ul li.tabactive,
body.ba-theme .top-tabs ul li:hover,
body.ba-theme .singletabcustom,
body.ba-theme .singletabcustom.tabactive,
body.ba-theme .singletabcustom:hover {
	border: 0 !important;
	border-bottom: none !important;
	height: auto !important;
	padding: 0 !important;
	background: transparent !important;
	float: none !important;
}
body.ba-theme .filters-sub-cat {
	float: none;
	justify-content: flex-start;
	margin-bottom: 16px;
	font-weight: 700;
	color: #6b5a6e;
}

/* Media cards */
body.ba-theme .newPosts.subCatBox {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}
body.ba-theme .holderrow .row .twelve {
	display: block;
	width: 100%;
}
body.ba-theme .ba-school-admin .newPosts.subCatBox {
	display: block;
	width: 100%;
}
body.ba-theme .holderrow,
body.ba-theme .categorymainunderimage {
	background: transparent !important;
}
body.ba-theme .ba-media-card,
body.ba-theme .newPosts article {
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: var(--ba-card) !important;
	border: 0 !important;
	border-radius: var(--ba-radius) !important;
	box-shadow: var(--ba-shadow) !important;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
body.ba-theme .ba-media-card .post-content,
body.ba-theme .newPosts article .post-content {
	padding: 0 !important;
}
body.ba-theme .postBox.small,
body.ba-theme .categoryimage,
body.ba-theme .featured-image {
	display: block;
	width: 100%;
	height: 210px;
	border-radius: 0;
	overflow: hidden;
	position: relative;
}
body.ba-theme .categoryimage {
	background-size: cover !important;
	background-position: center !important;
	height: 210px !important;
}
body.ba-theme .typeofcategoryimaginside {
	position: absolute;
	left: 12px;
	top: 12px;
	bottom: auto !important;
	background: rgba(255,255,255,0.92);
	color: var(--ba-pink) !important;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	padding: 5px 10px;
	border-radius: 999px;
	z-index: 2;
}
body.ba-theme .et_pb_extra_overlay {
	display: block;
}
.ba-card-level {
	position: absolute;
	left: 16px;
	bottom: 14px;
	z-index: 2;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-shadow: 0 2px 8px rgba(0,0,0,0.35);
}
body.ba-theme .newPosts article h5.levo,
body.ba-theme .ba-media-card h5.levo,
body.ba-theme.page-template-template_levels_choreography .ba-catalog-grid article h5.levo {
	text-align: left !important;
	padding: 8px 16px 0 !important;
	margin: 0 !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	color: var(--ba-ink) !important;
	white-space: normal !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}
body.ba-theme .newPosts article h5.levo a,
body.ba-theme .ba-media-card h5.levo a,
body.ba-theme.page-template-template_levels_choreography .ba-catalog-grid article h5.levo a,
body.ba-theme.page-template-template_levels_choreography .ba-catalog-grid article h5.levo a:link,
body.ba-theme.page-template-template_levels_choreography .ba-catalog-grid article h5.levo a:visited {
	color: var(--ba-ink) !important;
}
.ba-card-tagline {
	margin: 0;
	padding: 4px 16px 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #9a879c;
}
body.ba-theme .newPosts article h5.levouser,
body.ba-theme .ba-media-card h5.levouser,
body.ba-theme.page-template-template_levels_choreography .ba-catalog-grid article h5.levouser {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	padding: 12px 16px 16px !important;
	margin: 0 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	color: #6f5d78 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	white-space: normal !important;
}
body.ba-theme .ba-media-card h5.levouser a,
body.ba-theme .ba-media-card h5.levouser a:link,
body.ba-theme .ba-media-card h5.levouser a:visited,
body.ba-theme.page-template-template_levels_choreography .ba-catalog-grid article h5.levouser a,
body.ba-theme.page-template-template_levels_choreography .ba-catalog-grid article h5.levouser a:link,
body.ba-theme.page-template-template_levels_choreography .ba-catalog-grid article h5.levouser a:visited,
body.ba-theme.page-template-template_levels_choreography h5.levouser a:link,
body.ba-theme.page-template-template_levels_choreography h5.levouser a:visited {
	color: #6f5d78 !important;
}
body.ba-theme .authorimage-choreos,
body.ba-theme .authorimage-choreos img {
	width: 28px !important;
	height: 28px !important;
	border-radius: 50%;
}

body.ba-theme .paginated .pagination li.active {
	background-color: var(--ba-pink) !important;
	border-color: var(--ba-pink) !important;
}

/* Logged-out / login */
body.ba-theme.ba-logged-out .ba-sidebar,
body.ba-theme.ba-logged-out .new-menu-in-header,
body.ba-theme.ba-logged-out .new-menu-in-header.ba-sidebar,
body.ba-theme.ba-logged-out .ba-sidebar-backdrop,
body.ba-theme.ba-logged-out .ba-nav-toggle,
body.ba-theme.ba-logged-out #sidebar,
body.ba-theme.ba-logged-out .et_pb_extra_column_sidebar,
body.ba-theme.ba-logged-out .et_pb_extra_column_inheader,
body.ba-theme.ba-auth-screen .ba-sidebar,
body.ba-theme.ba-auth-screen .new-menu-in-header,
body.ba-theme.ba-auth-screen .new-menu-in-header.ba-sidebar,
body.ba-theme.ba-auth-screen .ba-sidebar-backdrop,
body.ba-theme.ba-auth-screen .ba-nav-toggle {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}
body.ba-theme.ba-logged-out #main-content,
body.ba-theme.ba-logged-out #main-header-wrapper,
body.ba-theme.ba-logged-out #footer,
body.ba-theme.ba-logged-out #page-container {
	margin-left: 0 !important;
	width: 100% !important;
}
body.ba-theme.ba-logged-out .ba-media-btn,
body.ba-theme.ba-logged-out .et_pb_extra_column_sidebar {
	display: none !important;
}
.et-top-cart-total,
.et-cart-info {
	display: none !important;
}
.ba-field-area select,
.um-field-area select {
	width: 100%;
}
.ba-panel-form {
	background: #fff;
	border-radius: 20px;
	padding: 24px;
	box-shadow: var(--ba-shadow);
}
.ba-panel-button,
body.ba-theme .ba-panel-button {
	background: var(--ba-pink) !important;
	border-color: var(--ba-pink) !important;
	color: #fff !important;
	border-radius: 999px !important;
}

.leftholderheadermobile,
.ba-header-media-btn {
	display: none !important;
}

@media (max-width: 1024px) {
	body.ba-theme .ba-sidebar ul li.college-first-level-menu,
	body.ba-theme .ba-sidebar ul li.college-first-level-menu:hover,
	body.ba-theme .ba-sidebar ul li.college-first-level-menu.ba-league-item {
		padding-left: 0 !important;
	}
	body.ba-theme .ba-sidebar ul li.college-second-level-menu,
	body.ba-theme .ba-sidebar ul li.college-second-level-menu:hover,
	body.ba-theme .ba-sidebar ul li.sub-levels-menu,
	body.ba-theme .ba-sidebar ul li.college-second-level-menu.ba-level-item {
		padding-left: 10px !important;
	}
}

@media (max-width: 900px) {
	.ba-nav-toggle,
	body.ba-theme .ba-nav-toggle,
	body.ba-theme #page-container .ba-nav-toggle,
	body.ba-theme #page-container button.ba-nav-toggle {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: static !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		margin-left: 0;
		margin-right: 0;
	}
	body.ba-theme.ba-nav-open .ba-nav-toggle,
	body.ba-theme.ba-nav-open #page-container .ba-nav-toggle,
	body.ba-theme.admin-bar.ba-nav-open .ba-nav-toggle,
	body.ba-theme.admin-bar.ba-nav-open #page-container .ba-nav-toggle {
		position: static !important;
		right: auto !important;
		top: auto !important;
		z-index: 5 !important;
		margin-left: 0;
		background: #3a0832 !important;
		background-color: #3a0832 !important;
		box-shadow: 0 6px 16px rgba(58, 8, 50, 0.35);
	}
	body.ba-theme .ba-header-nav,
	body.ba-theme .ba-header-user > .ba-lang,
	body.ba-theme .ba-header-sep {
		display: none !important;
	}
	body.ba-theme.ba-logged-out .ba-nav-toggle,
	body.ba-theme.ba-logged-out .ba-sidebar-backdrop,
	body.ba-theme.ba-auth-screen .ba-nav-toggle,
	body.ba-theme.ba-auth-screen .ba-sidebar-backdrop {
		display: none !important;
		visibility: hidden !important;
		pointer-events: none !important;
	}
	body.ba-theme #et_mobile_nav_menu,
	body.ba-theme .et_mobile_nav_menu,
	body.ba-theme #et-mobile-navigation,
	body.ba-theme .mobile_nav,
	body.ba-theme .mobile_menu_bar,
	body.ba-theme #et-extra-mobile-menu,
	body.ba-theme .et_mobile_menu,
	body.ba-theme #et-top-navigation {
		display: none !important;
		visibility: hidden !important;
		pointer-events: none !important;
		width: 0 !important;
		height: 0 !important;
		overflow: hidden !important;
	}
	body.ba-theme .ba-sidebar,
	body.ba-theme .new-menu-in-header.ba-sidebar {
		display: flex !important;
		left: calc(-1 * var(--ba-sidebar) - 32px) !important;
		transform: none !important;
		transition: left 0.25s ease;
		z-index: 100040 !important;
		padding-top: 6px;
		height: 100dvh;
	}
	body.ba-theme.ba-logged-out .ba-sidebar,
	body.ba-theme.ba-logged-out .new-menu-in-header,
	body.ba-theme.ba-logged-out .new-menu-in-header.ba-sidebar,
	body.ba-theme.ba-auth-screen .ba-sidebar,
	body.ba-theme.ba-auth-screen .new-menu-in-header,
	body.ba-theme.ba-auth-screen .new-menu-in-header.ba-sidebar {
		display: none !important;
		visibility: hidden !important;
		pointer-events: none !important;
		left: auto !important;
	}
	body.ba-theme.ba-nav-open .ba-sidebar,
	body.ba-theme.ba-nav-open .new-menu-in-header.ba-sidebar,
	body.ba-theme .ba-sidebar.is-open,
	body.ba-theme .new-menu-in-header.ba-sidebar.is-open {
		display: flex !important;
		left: 0 !important;
		transform: none !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
	body.ba-theme.ba-nav-open .ba-sidebar-backdrop,
	body.ba-nav-open .ba-sidebar-backdrop {
		display: block !important;
		position: fixed;
		inset: 0;
		background: rgba(20,0,16,0.45);
		z-index: 100030 !important;
	}
	body.ba-theme .ba-sidebar-logo,
	body.ba-theme .ba-media-btn {
		display: none !important;
	}
	body.ba-theme.ba-logged-in .ba-header-user {
		display: none !important;
	}
	body.ba-theme .leftholderheadermobile,
	body.ba-theme .ba-header-brand {
		display: flex !important;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		gap: 20px;
		margin-left: 0;
		order: 0;
		flex: 1 1 auto;
		min-width: 0;
		min-height: 70px;
		width: 100%;
		float: none !important;
	}
	body.ba-theme .leftholderheadermobile .logo,
	body.ba-theme .ba-mobile-logo {
		float: none !important;
		position: static !important;
		order: 0;
		flex: 0 0 auto;
		display: flex !important;
		align-items: center;
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
		height: 70px;
		line-height: 0;
	}
	body.ba-theme .leftholderheadermobile img,
	body.ba-theme .ba-mobile-logo img,
	body.ba-theme .leftholderheadermobile img#logo {
		width: 70px !important;
		height: 70px !important;
		max-width: 70px !important;
		display: block;
	}
	body.ba-theme .ba-header-media-btn,
	.ba-header-media-btn {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		gap: 8px;
		background: linear-gradient(90deg, #ff3d9a, #ff2d8b);
		color: #fff !important;
		font-weight: 800;
		letter-spacing: 0.06em;
		font-size: 12px;
		border-radius: 999px;
		height: 44px !important;
		min-height: 44px !important;
		box-sizing: border-box;
		padding: 0 20px !important;
		margin: 0;
		text-decoration: none !important;
		white-space: nowrap;
		box-shadow: 0 6px 14px rgba(255, 45, 139, 0.35);
		line-height: 1;
		flex: 0 0 auto;
		order: 1;
		align-self: center;
		visibility: visible !important;
	}
	body.ba-theme .leftholderheadermobile .ba-nav-toggle,
	body.ba-theme .ba-header-brand .ba-nav-toggle,
	body.ba-theme.ba-nav-open .leftholderheadermobile .ba-nav-toggle,
	body.ba-theme.ba-nav-open .ba-header-brand .ba-nav-toggle,
	body.ba-theme.ba-nav-open #page-container .leftholderheadermobile .ba-nav-toggle {
		order: 2;
		flex: 0 0 44px;
		margin-left: auto !important;
		margin-right: 0 !important;
	}
	.ba-header-media-btn .ba-media-play {
		width: 20px;
		height: 20px;
		flex: 0 0 20px;
	}
	.ba-header-media-btn .ba-media-play:after {
		border-width: 3px 0 3px 5px;
		transform: translate(-30%, -50%);
	}
	body.ba-theme .ba-sidebar .et_pb_extra_column_sidebar,
	body.ba-theme .ba-sidebar .et_pb_widget.widget_nav_menu,
	body.ba-theme .ba-sidebar .widget_nav_menu,
	body.ba-theme .ba-sidebar .menu {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		height: auto !important;
		max-height: none !important;
		min-height: 0 !important;
	}
	body.ba-theme .ba-sidebar::after,
	body.ba-theme .new-menu-in-header.ba-sidebar::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 280px;
		z-index: 3;
		pointer-events: none;
		background: linear-gradient(
			to top,
			rgba(16, 3, 14, 0.42) 0%,
			rgba(16, 3, 14, 0.22) 58%,
			rgba(16, 3, 14, 0) 100%
		);
		backdrop-filter: blur(16px) saturate(1.35);
		-webkit-backdrop-filter: blur(16px) saturate(1.35);
		mask-image: linear-gradient(to top, #000 0%, #000 62%, transparent 100%);
		-webkit-mask-image: linear-gradient(to top, #000 0%, #000 62%, transparent 100%);
	}
	body.ba-theme .ba-sidebar .et_pb_extra_column_sidebar {
		position: relative;
		z-index: 4;
		flex: 1 1 auto;
		overflow-y: auto !important;
		padding-top: 8px !important;
		padding-bottom: 28px !important;
		background: transparent !important;
	}
	body.ba-theme .ba-sidebar-footer {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		padding-bottom: 0;
		pointer-events: none;
		filter: blur(8px);
		transform: scale(1.04);
		transform-origin: bottom center;
	}
	body.ba-theme .ba-dancer {
		max-height: 220px;
		opacity: 0.95;
	}
	body.ba-theme .ba-slogan {
		padding-bottom: 0;
		font-size: 10px;
		opacity: 0.8;
	}
	body.ba-theme .ba-sidebar .ba-league-group,
	body.ba-theme .ba-sidebar ul li.ba-league-group,
	body.ba-theme .ba-sidebar .ba-league-group.is-current,
	body.ba-theme .ba-sidebar ul li.ba-league-group.is-current {
		margin: 0 8px 6px !important;
		padding: 3px 0 4px !important;
		border-radius: 12px !important;
	}
	body.ba-theme .ba-sidebar .ba-league-group:hover,
	body.ba-theme .ba-sidebar ul li.ba-league-group:hover {
		margin: 0 8px 6px !important;
		padding: 3px 0 4px !important;
	}
	body.ba-theme .ba-sidebar .ba-league-item > a,
	body.ba-theme .ba-sidebar .ba-league-item > a:hover,
	body.ba-theme .ba-sidebar .ba-league-item > a:focus,
	body.ba-theme .ba-sidebar .ba-league-item > a:active,
	body.ba-theme .ba-sidebar .ba-league-item > a.ba-league-toggle,
	body.ba-theme .ba-sidebar .ba-league-item > a.ba-league-toggle:hover,
	body.ba-theme .ba-sidebar .ba-league-item > a.ba-league-toggle:active,
	body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-league-item a,
	body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-league-item a:hover,
	body.ba-theme.with_sidebar_left .et_pb_extra_column_sidebar ul li.menu-item-type-post_type.ba-league-item a:hover,
	body.ba-theme.with_sidebar_left .et_pb_extra_column_sidebar ul li.menu-item-type-post_type.ba-league-item a:active {
		display: flex !important;
		align-items: center !important;
		padding: 5px 24px 4px 8px !important;
		gap: 8px;
		margin: 0 !important;
		text-indent: 0 !important;
		transform: none !important;
		height: auto !important;
		font-size: 14px !important;
		font-weight: 600 !important;
		line-height: 1.2 !important;
	}
	.ba-league-copy,
	body.ba-theme .ba-sidebar .ba-league-copy,
	body.ba-theme .ba-sidebar .ba-league-item a .ba-league-copy,
	body.ba-theme .ba-sidebar .ba-league-item a:hover .ba-league-copy,
	body.ba-theme .ba-sidebar .ba-league-item a:active .ba-league-copy {
		display: flex !important;
		flex-direction: column !important;
		padding: 0 !important;
		margin: 0 !important;
		background: transparent !important;
		line-height: 1.2 !important;
	}
	.ba-league-icon,
	body.ba-theme .ba-sidebar .ba-league-icon,
	body.ba-theme .new-menu-in-header .ba-league-icon,
	body.ba-theme .new-menu-in-header li .ba-league-icon,
	body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-league-item .ba-league-icon,
	body.ba-theme .ba-sidebar .ba-league-item a:hover .ba-league-icon,
	body.ba-theme .ba-sidebar .ba-league-item a:focus .ba-league-icon,
	body.ba-theme .ba-sidebar .ba-league-item a:active .ba-league-icon,
	body.ba-theme .ba-sidebar .ba-league-item:hover .ba-league-icon,
	body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-league-item a:hover .ba-league-icon {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 30px !important;
		height: 30px !important;
		min-width: 30px !important;
		min-height: 30px !important;
		max-width: 30px !important;
		max-height: 30px !important;
		flex: 0 0 30px !important;
		flex-basis: 30px !important;
		line-height: 0 !important;
		font-size: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		overflow: hidden;
		transform: none !important;
	}
	body.ba-theme .ba-sidebar .ba-league-icon img,
	body.ba-theme .new-menu-in-header .ba-league-icon img,
	body.ba-theme .new-menu-in-header li .ba-league-icon img,
	body.ba-theme .new-menu-in-header li img.ba-league-icon,
	body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-league-item .ba-league-icon img,
	body.ba-theme .ba-sidebar .ba-league-item a:hover .ba-league-icon img,
	body.ba-theme .ba-sidebar .ba-league-item a:focus .ba-league-icon img,
	body.ba-theme .ba-sidebar .ba-league-item a:active .ba-league-icon img,
	body.ba-theme .ba-sidebar .ba-league-item:hover .ba-league-icon img,
	body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-league-item a:hover .ba-league-icon img,
	body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-league-item a:hover img,
	body.ba-theme .new-menu-in-header li.ba-league-item a:hover img,
	body.ba-theme .new-menu-in-header li.ba-league-item a:active img {
		display: block !important;
		width: 30px !important;
		height: 30px !important;
		min-width: 30px !important;
		min-height: 30px !important;
		max-width: 30px !important;
		max-height: 30px !important;
		object-fit: contain !important;
		padding: 0 !important;
		margin: 0 !important;
		transform: none !important;
	}
	.ba-league-title,
	body.ba-theme .ba-sidebar .ba-league-title,
	body.ba-theme .ba-sidebar .ba-league-item a .ba-league-title,
	body.ba-theme .ba-sidebar .ba-league-item a span.ba-league-title,
	body.ba-theme .ba-sidebar .ba-league-item a:hover .ba-league-title,
	body.ba-theme .ba-sidebar .ba-league-item a:focus .ba-league-title,
	body.ba-theme .ba-sidebar .ba-league-item a:active .ba-league-title,
	body.ba-theme .ba-sidebar .ba-league-item:hover .ba-league-title,
	body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-league-item a span.ba-league-title,
	body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-league-item a:hover span.ba-league-title,
	body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.subitems_custom_lg.ba-league-item a:hover span.ba-league-title,
	body.ba-theme.with_sidebar_left .et_pb_extra_column_sidebar ul li.subitems_custom_lg a span.ba-league-title,
	body.ba-theme.with_sidebar_left .et_pb_extra_column_sidebar ul li.subitems_custom_lg a:hover span.ba-league-title {
		font-size: 14px !important;
		font-weight: 800 !important;
		line-height: 1.2 !important;
		padding: 0 !important;
		margin: 0 !important;
		letter-spacing: 0 !important;
		transform: none !important;
	}
	.ba-league-sub,
	body.ba-theme .ba-sidebar .ba-league-sub,
	body.ba-theme .ba-sidebar .ba-league-item a span.ba-league-sub,
	body.ba-theme .ba-sidebar .ba-league-item a:hover .ba-league-sub,
	body.ba-theme .ba-sidebar .ba-league-item a:focus .ba-league-sub,
	body.ba-theme .ba-sidebar .ba-league-item a:active .ba-league-sub,
	body.ba-theme .ba-sidebar .ba-league-item:hover .ba-league-sub,
	body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-league-item a span.ba-league-sub,
	body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-league-item a:hover span.ba-league-sub {
		font-size: 11px !important;
		font-weight: 600 !important;
		line-height: 1.2 !important;
		padding: 0 !important;
		margin: 0 !important;
		letter-spacing: 0 !important;
		transform: none !important;
	}
	.ba-level-item a,
	body.ba-theme .ba-sidebar .ba-level-item a,
	body.ba-theme .ba-sidebar .ba-level-item a:hover,
	body.ba-theme .ba-sidebar .ba-level-item a:focus,
	body.ba-theme .ba-sidebar .ba-level-item a:active,
	body.ba-theme .ba-sidebar .ba-level-item.subitemactive a,
	body.ba-theme .ba-sidebar .ba-level-item.subitemactive a:hover,
	body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-level-item a,
	body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.ba-level-item a:hover,
	body.ba-theme.with_sidebar_left .new-menu-in-header.ba-sidebar .et_pb_extra_column_sidebar ul li.menu-item-type-post_type.ba-level-item a:hover,
	body.ba-theme.with_sidebar_left .et_pb_extra_column_sidebar ul li.menu-item-type-post_type.ba-level-item a:hover {
		padding: 4px 10px 4px 12px !important;
		margin: 0 !important;
		text-indent: 0 !important;
		transform: none !important;
		left: auto !important;
		font-size: 12px !important;
		line-height: 1.2 !important;
	}
	body.ba-theme .ba-sidebar ul li.college-first-level-menu.ba-league-item,
	body.ba-theme .ba-sidebar ul li.college-first-level-menu.ba-league-item:hover,
	body.ba-theme .ba-sidebar ul li.college-first-level-menu {
		padding-left: 0 !important;
		margin-left: 0 !important;
	}
	body.ba-theme .ba-sidebar ul li.college-second-level-menu.ba-level-item,
	body.ba-theme .ba-sidebar ul li.college-second-level-menu.ba-level-item:hover,
	body.ba-theme .ba-sidebar ul li.college-second-level-menu,
	body.ba-theme .ba-sidebar ul li.sub-levels-menu {
		padding-left: 10px !important;
		margin-left: 0 !important;
	}
	.ba-sidebar-account {
		margin: 8px 8px 12px;
		padding-top: 8px;
	}
	.ba-sidebar-account-link {
		padding: 8px 10px;
		font-size: 12px;
	}
	body.ba-theme.ba-logged-in #main-content,
	body.ba-theme.ba-logged-out #main-content,
	body.ba-theme.ba-logged-in #main-header-wrapper,
	body.ba-theme.ba-logged-out #main-header-wrapper,
	body.ba-theme #footer {
		margin-left: 0;
		width: 100%;
	}
	body.ba-theme.ba-logged-in #main-header-wrapper {
		z-index: 100050;
	}
	body.ba-theme #main-header .container {
		flex-wrap: wrap !important;
		align-items: center;
	}
	body.ba-theme .ba-header-user {
		order: 0;
		margin-left: 0 !important;
		margin-right: 0 !important;
		flex: 0 0 auto;
		justify-content: flex-start;
	}
	body.ba-theme .top-bar-tabs-and-search,
	body.ba-theme.et_fixed_nav .top-bar-tabs-and-search,
	body.ba-theme .et-fixed-header .top-bar-tabs-and-search,
	body.ba-theme .page-container.et-fixed-header .top-bar-tabs-and-search,
	body.ba-theme.page-template-template_levels_choreography .top-bar-tabs-and-search {
		order: 10 !important;
		flex: 1 1 100% !important;
		width: 100% !important;
		max-width: none !important;
		min-width: 100% !important;
		margin: 8px 0 0 !important;
	}
	body.ba-theme .top-bar-tabs-and-search .et_pb_search,
	body.ba-theme .searchmodule,
	body.ba-theme .top-bar-tabs-and-search .searchmodule,
	body.ba-theme .top-bar-tabs-and-search .et_pb_searchform,
	body.ba-theme .top-bar-tabs-and-search .et_pb_search input,
	body.ba-theme .inputforsearch,
	body.ba-theme .searchmodule .et_pb_s,
	body.ba-theme .searchmodule .inputforsearch {
		width: 100% !important;
		max-width: none !important;
	}
	.ba-page-hero {
		flex-direction: column;
	}
	.ba-page-title { font-size: 26px !important; }
	body.ba-theme .newPosts.subCatBox {
		grid-template-columns: 1fr;
	}
	.ba-header-sep {
		display: none;
	}
	.ba-header-user {
		gap: 12px;
		font-size: 12px;
	}
	body.ba-theme .holderoftoptabs,
	body.ba-theme .top-tabs,
	body.ba-theme .ba-league-tabs,
	body.ba-theme .tabs-main-choreography,
	body.ba-theme.page-template-template_levels_choreography .tabs-main-choreography {
		justify-content: space-between !important;
		flex-wrap: nowrap !important;
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		gap: 0 !important;
	}
	body.ba-theme .ba-league-tabs .singletabcustom,
	body.ba-theme .tabs-main-choreography .singletabcustom {
		flex: 1 1 0;
		min-width: 0;
		text-align: center;
	}
	body.ba-theme .ba-league-tabs .singletabcustom a,
	body.ba-theme .tabs-main-choreography .singletabcustom a,
	body.ba-theme.page-template-template_levels_choreography .singletabcustom a,
	body.ba-theme .ba-school-admin .singletabcustom a {
		display: block;
		font-size: 13px !important;
		letter-spacing: 0.1em !important;
		padding: 10px 6px 12px !important;
		white-space: nowrap;
	}
	body.ba-theme .searchmodule {
		margin-left: 0 !important;
	}
	.ba-header-user {
		gap: 12px;
		font-size: 12px;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.ba-header-nav {
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.ba-header-label {
		max-width: 9em;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.ba-viewas {
		margin-left: 0;
		width: 100%;
	}
	body.ba-theme.ba-logged-out .ba-header-guest .ba-header-login {
		display: inline-flex !important;
	}
}

/* ---- Logged-out sidebar auth ---- */
.ba-sidebar-auth {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0 4px 16px;
}
.ba-guest-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ba-guest-menu li {
	margin: 0 0 8px;
}
.ba-guest-menu a {
	display: block;
	text-align: center;
	color: #f4c6ea !important;
	font-weight: 700;
	font-size: 13px;
	padding: 10px 12px;
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,0.12);
}
.ba-guest-menu li:first-child a {
	background: linear-gradient(90deg, #ff3d9a, #ff2d8b);
	color: #fff !important;
	border-color: transparent;
}
.ba-sidebar-text-link {
	display: block;
	text-align: center;
	color: #f4c6ea !important;
	font-weight: 700;
	font-size: 13px;
	padding: 8px 10px;
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,0.12);
}
.ba-sidebar-text-link:hover {
	color: #fff !important;
	border-color: var(--ba-pink);
}

.ba-sidebar-account {
	display: none;
}
@media (max-width: 900px) {
	.ba-sidebar-account {
		display: flex;
		flex-direction: column;
		gap: 6px;
		margin: 8px 8px 12px;
		padding-top: 8px;
		border-top: 1px solid rgba(255, 255, 255, 0.14);
	}
	.ba-sidebar-account-label {
		margin: 8px 4px 4px;
		color: #f4c6ea;
		font-size: 11px;
		font-weight: 800;
		letter-spacing: 0.14em;
		text-transform: uppercase;
	}
	.ba-sidebar-account-link {
		display: flex;
		align-items: center;
		gap: 10px;
		color: #fff !important;
		text-decoration: none !important;
		font-weight: 700;
		font-size: 13px;
		padding: 10px 12px;
		border-radius: 12px;
		border: 1px solid rgba(255, 255, 255, 0.1);
	}
	.ba-sidebar-account-link:hover {
		background: rgba(255, 255, 255, 0.08);
		color: #fff !important;
	}
	.ba-sidebar-account-ico {
		display: inline-flex;
		width: 16px;
		height: 16px;
		flex: 0 0 16px;
	}
	.ba-sidebar-account-ico svg {
		width: 16px;
		height: 16px;
	}
	.ba-sidebar-lang-links {
		display: flex;
		gap: 8px;
	}
	.ba-sidebar-lang-link {
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		color: #fff !important;
		text-decoration: none !important;
		font-weight: 700;
		font-size: 12px;
		padding: 10px 8px;
		border-radius: 12px;
		border: 1px solid rgba(255, 255, 255, 0.12);
	}
	.ba-sidebar-lang-link.is-active,
	.ba-sidebar-lang-link:hover {
		background: rgba(255, 45, 139, 0.28);
		border-color: var(--ba-pink);
		color: #fff !important;
	}
	.ba-sidebar-account-logout,
	a.ba-sidebar-account-logout {
		background: var(--ba-pink) !important;
		border-color: var(--ba-pink) !important;
		color: #fff !important;
		justify-content: center;
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: 0.06em;
		margin-top: 6px;
	}
	.ba-sidebar-account-logout:hover {
		filter: brightness(1.06);
		background: var(--ba-pink) !important;
		color: #fff !important;
	}
}

/* ---- Auth screens (login / register / password) ---- */
body.ba-auth-screen .ba-sidebar,
body.ba-auth-screen .ba-sidebar-backdrop,
body.ba-auth-screen .ba-nav-toggle,
body.ba-auth-screen #main-header-wrapper,
body.ba-auth-screen #top-header,
body.ba-auth-screen #footer,
body.ba-auth-screen header.header {
	display: none !important;
}
body.ba-auth-screen #page-container,
body.ba-auth-screen.ba-logged-out #page-container {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: none !important;
}
body.ba-auth-screen #main-content {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}
body.ba-auth-screen .et_pb_extra_column_sidebar,
body.ba-auth-screen #sidebar,
body.ba-auth-screen .extra-widget,
body.ba-auth-screen #et-boc .et-l--header,
body.ba-auth-screen #et-boc .et-l--footer {
	display: none !important;
}

.ba-auth-layout {
	min-height: 100vh;
	display: grid;
	grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
	background: #140312;
}
.ba-auth-brand {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 30% 20%, rgba(255,45,139,0.35), transparent 46%),
		linear-gradient(180deg, #4a0a3c 0%, #1a0418 60%, #2a0628 100%);
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	padding: 40px 36px 0;
	color: #fff;
}
.ba-auth-brand-head {
	display: flex;
	align-items: center;
	gap: 22px;
	position: relative;
	z-index: 2;
}
.ba-auth-brand-logo {
	flex: 0 0 128px;
	width: 128px;
	height: 128px;
}
.ba-auth-brand-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 10px 24px rgba(255,45,139,0.4));
}
.ba-auth-brand-copy {
	position: relative;
	z-index: 2;
	text-align: left;
	min-width: 0;
}
.ba-auth-site-name {
	font-size: 30px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 10px;
	color: #fff;
}
.ba-auth-site-desc {
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
	color: #f4d4ea;
}
.ba-auth-kicker {
	letter-spacing: 0.22em;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	color: #ffb3d8;
	margin: 0 0 8px;
}
.ba-auth-slogan {
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.06em;
	margin: 0;
	color: #ffb3d8;
}
.ba-auth-brand-dancer {
	position: relative;
	z-index: 1;
	width: min(420px, 100%);
	margin-top: 12px;
	filter: drop-shadow(0 18px 30px rgba(0,0,0,0.35));
}
.ba-auth-panel {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 48px 32px;
	background:
		radial-gradient(circle at 80% 10%, rgba(255,45,139,0.08), transparent 40%),
		#f7f3f8;
}
.ba-auth-card {
	width: 100%;
	max-width: 440px;
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-radius: 28px;
	box-shadow: var(--ba-shadow);
	padding: 36px 32px 32px;
}
.ba-auth-card h1 {
	font-size: 28px;
	margin: 0 0 8px;
	color: var(--ba-ink);
}
.ba-auth-lede {
	color: var(--ba-muted);
	margin: 0 0 22px;
	line-height: 1.5;
}
.ba-auth-form label,
.ba-account-form label {
	display: block;
	margin: 0 0 14px;
	font-weight: 700;
	font-size: 13px;
	color: #4a3348;
}
.ba-auth-form input[type="text"],
.ba-auth-form input[type="email"],
.ba-auth-form input[type="password"],
.ba-auth-form select,
.ba-account-form input[type="text"],
.ba-account-form input[type="email"],
.ba-account-form input[type="password"],
.ba-account-form input[type="file"] {
	width: 100%;
	margin-top: 6px;
	border: 1px solid #ead7ea;
	border-radius: 14px;
	padding: 12px 14px;
	font: inherit;
	background: #fff;
	color: var(--ba-ink);
}
.ba-auth-form input:focus,
.ba-auth-form select:focus,
.ba-account-form input:focus {
	outline: 2px solid rgba(255,45,139,0.35);
	border-color: var(--ba-pink);
}
.ba-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}
.ba-check {
	display: flex !important;
	align-items: center;
	gap: 8px;
	font-weight: 600 !important;
}
.ba-check input {
	width: auto !important;
	margin: 0;
}
.ba-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 999px;
	padding: 12px 22px;
	font-weight: 800;
	cursor: pointer;
	text-decoration: none !important;
}
.ba-btn-primary {
	width: 100%;
	background: linear-gradient(90deg, #ff3d9a, #ff2d8b);
	color: #fff !important;
	box-shadow: 0 10px 20px rgba(255,45,139,0.28);
	margin-top: 8px;
}
body.ba-theme #page-container button.ba-btn.ba-btn-primary,
body.ba-theme #page-container button.ba-btn.ba-btn-primary[type="submit"] {
	background: linear-gradient(90deg, #ff3d9a, #ff2d8b) !important;
	background-color: #ff2d8b !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: 0 10px 20px rgba(255,45,139,0.28);
	font-weight: 800;
	padding: 12px 22px;
}
.ba-btn-primary:hover,
body.ba-theme #page-container button.ba-btn.ba-btn-primary:hover,
body.ba-theme #page-container button.ba-btn.ba-btn-primary[type="submit"]:hover {
	filter: brightness(1.05);
	color: #fff !important;
	background: linear-gradient(90deg, #ff3d9a, #ff2d8b) !important;
}
.ba-btn-ghost {
	background: #fff;
	color: var(--ba-pink) !important;
	border: 1px solid #ffd0e8;
	width: auto;
	padding: 8px 16px;
	font-size: 13px;
}
.ba-auth-links {
	margin: 18px 0 0;
	text-align: center;
	color: var(--ba-muted);
	font-size: 14px;
}
.ba-auth-links a {
	color: var(--ba-pink);
	font-weight: 700;
}
body.ba-theme.ba-auth-screen .grecaptcha-badge {
	visibility: hidden !important;
}
.ba-recaptcha-legal {
	margin: 12px 0 0;
	font-size: 11px;
	line-height: 1.45;
	color: var(--ba-muted);
	text-align: center;
}
.ba-recaptcha-legal a {
	color: inherit;
	text-decoration: underline;
}
.ba-auth-form.is-recaptcha-pending .ba-btn-primary {
	opacity: 0.7;
	pointer-events: none;
}
.ba-auth-links-split {
	display: flex;
	justify-content: space-between;
	gap: 12px;
}
.ba-notice {
	border-radius: 14px;
	padding: 12px 14px;
	margin: 0 0 16px;
	font-weight: 600;
	line-height: 1.4;
}
.ba-notice-ok {
	background: #e9fbf1;
	color: #146c43;
}
.ba-notice-err {
	background: #ffe8f1;
	color: #9b1248;
}

/* ---- Dashboard / profile ---- */
.ba-account-page {
	padding: 28px 0 64px;
}
.ba-account-wrap,
.ba-profile-hero {
	background: #fff;
	border-radius: 28px;
	box-shadow: var(--ba-shadow);
	padding: 32px;
}
.ba-account-head h1,
.ba-profile-person h1 {
	margin: 0 0 8px;
}
.ba-account-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 16px 0 0;
}
.ba-account-grid {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 28px;
	margin-top: 24px;
}
.ba-account-avatar,
.ba-profile-avatar {
	width: 180px;
	height: 180px;
	object-fit: cover;
	border-radius: 50%;
	border: 6px solid #ffe3f2;
	display: block;
	margin: 0 auto 16px;
}
.ba-account-fields h2 {
	margin: 22px 0 6px;
	font-size: 18px;
}
.ba-hint {
	color: var(--ba-muted);
	margin: 0 0 12px;
	font-size: 13px;
}
.ba-profile-hero {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	align-items: center;
}
.ba-school-profile-hero {
	grid-template-columns: 1fr;
	background: transparent;
	box-shadow: none;
	padding: 0;
}
.ba-school-profile-hero .ba-badge-celebrate {
	max-width: none;
	width: 100%;
}
.ba-school-profile-hero .ba-badge-celebrate h1 {
	margin: 0 0 6px;
	font-size: 28px;
}
.ba-school-profile-hero .ba-school-about {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.ba-school-profile-hero .ba-badge-ring img {
	object-fit: cover;
}
.ba-profile-person {
	text-align: center;
}
.ba-profile-school {
	color: var(--ba-muted);
	font-weight: 700;
}
.ba-badge-celebrate {
	text-align: center;
	background:
		radial-gradient(circle at 50% 20%, rgba(255,45,139,0.16), transparent 55%),
		linear-gradient(180deg, #fff7fb, #ffe9f4);
	border-radius: 28px;
	padding: 32px 24px;
}
.ba-badge-kicker {
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	color: var(--ba-pink);
	margin: 0 0 12px;
}
.ba-badge-ring {
	width: 180px;
	height: 180px;
	margin: 0 auto 16px;
	border-radius: 50%;
	padding: 12px;
	background: conic-gradient(from 180deg, #ff2d8b, #ffd0e8, #ff2d8b);
	box-shadow: 0 16px 40px rgba(255,45,139,0.25);
}
.ba-badge-ring img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #fff;
	border-radius: 50%;
}
.ba-badge-celebrate h2 {
	margin: 0 0 6px;
	font-size: 28px;
}
.ba-badge-league {
	font-weight: 700;
	color: #7a446c;
	margin: 0 0 10px;
}
.ba-badge-copy {
	color: var(--ba-muted);
	max-width: 360px;
	margin: 0 auto;
}
.ba-school-about {
	max-width: 420px;
	margin: 16px auto 0;
	color: var(--ba-ink);
	font-size: 15px;
	line-height: 1.55;
	text-align: left;
}
.ba-school-about a {
	color: var(--ba-pink);
	font-weight: 700;
}
.ba-school-about p {
	margin: 0 0 10px;
}
.ba-school-profile-edit {
	background: #fff;
	border-radius: 28px;
	box-shadow: var(--ba-shadow);
	padding: 32px;
	margin-top: 24px;
}
.ba-school-profile-edit h2 {
	margin: 0 0 8px;
	font-size: 22px;
}
.ba-school-profile-edit textarea {
	width: 100%;
	min-height: 120px;
	border: 1px solid #eadfe8;
	border-radius: 14px;
	padding: 12px 14px;
	font: inherit;
	resize: vertical;
}
.ba-school-about-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}
.ba-school-about-field span {
	font-weight: 700;
	font-size: 13px;
}
@media (min-width: 901px) {
	.ba-school-profile-edit .ba-account-grid {
		grid-template-columns: 168px minmax(0, 1fr) auto;
		align-items: end;
		gap: 20px;
		margin-top: 12px;
	}
	.ba-school-profile-edit .ba-account-avatar {
		width: 88px;
		height: 88px;
		border-width: 4px;
		margin-bottom: 8px;
	}
	.ba-school-profile-edit textarea {
		min-height: 88px;
	}
	.ba-school-profile-edit .ba-btn-primary {
		width: auto;
		min-width: 132px;
		margin-top: 0;
		align-self: end;
	}
	.ba-school-profile-edit .ba-file input {
		max-width: 148px;
		color: transparent;
	}
	.ba-school-profile-edit .ba-file input::file-selector-button {
		color: #1b1220;
	}
}
.ba-members-add {
	margin: 0;
}
.ba-members-add .ba-panel-button,
#ba-members-add-link {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	background: var(--ba-pink) !important;
	border-color: var(--ba-pink) !important;
	color: #fff !important;
	border-radius: 999px !important;
	padding: 8px 14px !important;
	text-decoration: none !important;
	font-weight: 800 !important;
	line-height: 1;
}
.ba-file {
	display: block;
	font-weight: 700;
	font-size: 13px;
}
.ba-file input {
	display: block;
	margin-top: 8px;
}

@media (max-width: 900px) {
	.ba-auth-layout,
	.ba-account-grid,
	.ba-profile-hero,
	.ba-form-row {
		grid-template-columns: 1fr;
	}
	.ba-profile-page .ba-profile-hero {
		display: flex;
		flex-direction: column;
	}
	.ba-profile-page .ba-badge-celebrate {
		order: -1;
	}
	.ba-profile-page .ba-account-nav {
		justify-content: center;
	}
	.ba-auth-layout {
		display: flex;
		flex-direction: column;
		min-height: 100vh;
		position: relative;
		overflow-x: hidden;
	}
	.ba-auth-brand {
		flex: 0 0 auto;
		min-height: 0;
		padding: 28px 24px 12px;
		justify-content: flex-start;
		position: static;
		overflow: visible;
		z-index: auto;
	}
	.ba-auth-brand-head {
		flex-direction: column;
		text-align: center;
		gap: 12px;
		position: relative;
		z-index: 3;
		background:
			radial-gradient(circle at 30% 20%, rgba(255,45,139,0.35), transparent 46%),
			linear-gradient(180deg, #4a0a3c 0%, #1a0418 100%);
		margin: -28px -24px 0;
		padding: 28px 24px 16px;
	}
	.ba-auth-brand-copy {
		text-align: center;
	}
	.ba-auth-brand-logo {
		width: 110px;
		height: 110px;
		flex-basis: 110px;
		margin: 0 auto;
	}
	.ba-auth-brand-dancer {
		position: absolute;
		left: 50%;
		bottom: 0;
		top: auto;
		transform: translateX(-50%);
		width: min(92vw, 420px);
		max-width: none;
		margin: 0;
		z-index: 0;
		pointer-events: none;
		object-fit: contain;
		object-position: bottom center;
	}
	.ba-auth-panel {
		position: relative;
		z-index: 2;
		flex: 1 1 auto;
		align-items: flex-start;
		background: transparent;
		padding: 8px 16px 32px;
	}
	.ba-auth-card {
		background: rgba(255, 255, 255, 0.8);
		backdrop-filter: blur(16px);
		-webkit-backdrop-filter: blur(16px);
	}
	.ba-auth-links-split {
		flex-direction: column;
	}
}

/* ---- School flow: league tabs like the old College layout, BA colors ---- */
body.ba-theme.page-template-template_levels_choreography .ba-page-hero {
	display: none;
}
body.ba-theme .ba-league-tabs,
body.ba-theme.page-template-template_levels_choreography .tabs-main-choreography,
body.ba-theme.ba-school-admin .tabs-main-choreography,
body.ba-theme .ba-school-admin .tabs-main-choreography {
	justify-content: center !important;
	gap: 4px 18px;
	border-bottom: 1px solid #efe4ef;
	padding-bottom: 0 !important;
	margin-bottom: 28px !important;
	width: 100% !important;
}
body.ba-theme.page-template-template_levels_choreography .singletabcustom a,
body.ba-theme.page-template-template_levels_choreography .singletabcustom a:link,
body.ba-theme.page-template-template_levels_choreography .singletabcustom a:visited,
body.ba-theme .ba-school-admin .singletabcustom a,
body.ba-theme .ba-school-admin .singletabcustom a:link,
body.ba-theme .ba-school-admin .singletabcustom a:visited {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	border-bottom: 3px solid transparent !important;
	color: #8b7a90 !important;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 800 !important;
	font-size: 13px !important;
	padding: 10px 6px 12px !important;
	box-shadow: none !important;
}
body.ba-theme.page-template-template_levels_choreography .singletabcustom.tabactive a,
body.ba-theme.page-template-template_levels_choreography .singletabcustom.tabactive a:link,
body.ba-theme.page-template-template_levels_choreography .singletabcustom.tabactive a:visited,
body.ba-theme .ba-school-admin .singletabcustom.tabactive a,
body.ba-theme .ba-school-admin .singletabcustom.tabactive a:link,
body.ba-theme .ba-school-admin .singletabcustom.tabactive a:visited {
	background: transparent !important;
	color: var(--ba-ink) !important;
	border-bottom-color: var(--ba-pink) !important;
}

body.ba-theme .ba-school-admin .holderoftoptabs .top-tabs {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
	width: 100% !important;
}
body.ba-theme .filter_by_student_level {
	position: static;
	margin: 0 0 12px auto;
}
body.ba-theme .filter_by_student_level select {
	height: 40px;
	border: 1px solid #ead7ea;
	border-radius: 10px;
	padding: 0 36px 0 14px;
	background: #faf7fb;
	font-weight: 700;
	color: var(--ba-ink);
}

/* Overlay titles on choreo cards — hidden; the poster already has the title */
body.ba-theme .ba-media-card .categoryimage,
body.ba-theme .ba-media-card .featured-image,
body.ba-theme .ba-media-card .postBox.small {
	height: 230px !important;
}
body.ba-theme .typeofcategoryimaginside,
body.ba-theme .ba-media-card .typeofcategoryimaginside,
body.ba-theme .page-template-template_levels_choreography .typeofcategoryimaginside {
	display: none !important;
}
body.ba-theme .et_pb_extra_overlay,
body.ba-theme .ba-media-card .et_pb_extra_overlay,
body.ba-theme .featured-image .et_pb_extra_overlay {
	display: block !important;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 1 !important;
	background: rgba(26, 4, 24, 0);
	transition: background 0.2s ease;
	z-index: 3;
	pointer-events: none;
}
body.ba-theme .ba-media-card:hover .et_pb_extra_overlay,
body.ba-theme .featured-image:hover .et_pb_extra_overlay {
	background: rgba(26, 4, 24, 0.32);
}
body.ba-theme .et_pb_extra_overlay:before,
body.ba-theme .et_pb_extra_overlay:after,
body.ba-theme .ba-media-card .et_pb_extra_overlay:before,
body.ba-theme .ba-media-card .et_pb_extra_overlay:after,
body.ba-theme .featured-image .et_pb_extra_overlay:before,
body.ba-theme .featured-image .et_pb_extra_overlay:after,
body.ba-theme .et_pb_inline_icon.et_pb_extra_overlay:before {
	content: none !important;
	display: none !important;
	font-size: 0 !important;
	line-height: 0 !important;
	width: 0 !important;
	height: 0 !important;
	border: 0 !important;
	background: none !important;
	opacity: 0 !important;
}
.ba-card-plus {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 2px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.ba-card-plus:before,
.ba-card-plus:after {
	content: none !important;
	display: none !important;
}
.ba-card-plus-mark {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%);
	background-image:
		linear-gradient(#fff, #fff),
		linear-gradient(#fff, #fff);
	background-size: 16px 2px, 2px 16px;
	background-position: center;
	background-repeat: no-repeat;
}
body.ba-theme .ba-media-card:hover .ba-card-plus,
body.ba-theme .featured-image:hover .ba-card-plus {
	opacity: 1;
}
body.ba-theme .ba-media-card .postBox.small,
body.ba-theme .ba-media-card .featured-image {
	position: relative;
}
body.ba-theme .newPosts article h5.levo,
body.ba-theme .ba-media-card h5.levo {
	font-size: 18px !important;
	font-weight: 800 !important;
	padding: 14px 16px 0 !important;
	text-align: left !important;
}
body.ba-theme .newPosts article h5.levo a,
body.ba-theme .ba-media-card h5.levo a {
	color: var(--ba-ink) !important;
}
body.ba-theme .newPosts article h5.levouser,
body.ba-theme .ba-media-card h5.levouser {
	justify-content: flex-start !important;
	text-transform: none;
	letter-spacing: 0;
	font-size: 13px !important;
	color: #6f5d78 !important;
}

body.ba-theme .ba-school-admin .backgroundextreme {
	background: #f3e8f6 !important;
	border-radius: 12px;
	padding: 14px 16px 8px;
}

/* School admin tables + forms */
body.ba-theme .userstable {
	width: 100%;
	background: #fff;
	border-collapse: collapse;
	font-size: 14px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: var(--ba-shadow);
}
body.ba-theme .userstable th {
	text-align: left;
	font-weight: 700;
	color: #8b7a90;
	padding: 14px 16px;
	border-bottom: 1px solid #f0e6ef;
	background: #fff;
}
body.ba-theme .userstable td {
	padding: 12px 16px;
	border-bottom: 1px solid #f6eef4;
	vertical-align: middle;
	line-height: 1.4;
}
body.ba-theme .userstable tr:last-child td {
	border-bottom: 0;
	color: var(--ba-muted);
}
body.ba-theme .rightsquare {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	min-width: 32px;
	padding: 0;
	line-height: 1;
	box-sizing: border-box;
	border-radius: 8px;
	font-weight: 800;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	flex-shrink: 0;
}
body.ba-theme .rightsquare.approvedyes,
body.ba-theme .rightsquare.approvedno {
	width: auto;
	min-width: 32px;
	padding: 0 8px;
	font-size: 11px;
	letter-spacing: 0.04em;
}
body.ba-theme .ba-rights-college {
	width: 36px;
	height: 36px;
	object-fit: contain;
	display: inline-block;
	vertical-align: middle;
}
body.ba-theme div.studentlinks,
body.ba-theme div.coachlinks {
	border-color: #1b1220;
	background-color: #fff;
}
body.ba-theme div.studentlinks:hover,
body.ba-theme div.coachlinks:hover {
	border-color: var(--ba-pink);
	background-color: #fff7fb;
}
body.ba-theme .ba-school-admin .registerform.ba-panel-form {
	max-width: 420px;
	margin: 8px 0 0;
	background: transparent;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
}
@media (min-width: 901px) {
	body.ba-theme .ba-school-admin .registerform,
	body.ba-theme .ba-school-admin .registerform.ba-panel-form {
		max-width: none !important;
		width: 100% !important;
		margin-left: 0;
		margin-right: 0;
	}
}
body.ba-theme .ba-school-admin .ba-field {
	margin: 0 0 18px;
}
@media (min-width: 901px) {
	body.ba-theme .ba-school-admin .registerform .ba-panel-col {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		gap: 12px 16px;
	}
	body.ba-theme .ba-school-admin .registerform .ba-field {
		margin: 0;
		flex: 1 1 160px;
		min-width: 140px;
	}
	body.ba-theme .ba-school-admin .registerform .ba-field[data-key="user_password"],
	body.ba-theme .ba-school-admin .registerform .ba-field.backgroundextreme {
		flex: 1 1 220px;
		min-width: 200px;
	}
}
body.ba-theme .ba-school-admin .ba-field-label label {
	font-weight: 700;
	font-size: 14px;
	color: var(--ba-ink);
}
body.ba-theme .ba-school-admin .ba-panel-input[type="text"],
body.ba-theme .ba-school-admin .ba-panel-input[type="email"],
body.ba-theme .ba-school-admin .ba-panel-input[type="password"],
body.ba-theme .ba-school-admin .ba-field-area select,
body.ba-theme .ba-school-admin select {
	width: 100%;
	background: #f3f0f3;
	border: 0;
	border-radius: 8px;
	padding: 11px 12px;
	font: inherit;
	color: var(--ba-ink);
}
body.ba-theme .ba-allowed-checks {
	display: flex !important;
	flex-wrap: wrap;
	gap: 10px 16px;
	align-items: center;
	justify-content: flex-start;
}
body.ba-theme .labelinputchx {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 700;
	color: #4a3348;
}
body.ba-theme .ba-school-admin .ba-panel-button {
	background: #1b1220 !important;
	border-color: #1b1220 !important;
	border-radius: 8px !important;
	min-width: 140px;
	padding: 12px 28px !important;
	font-weight: 800;
}

/* Video player page */
body.ba-theme.single-dance_leagues .singlevideoview {
	max-width: 1100px;
	margin: 0 auto;
}
body.ba-theme.single-dance_leagues .video-content-container {
	background: #3a3a3a;
	border-radius: 12px;
	overflow: hidden;
	min-height: 280px;
}
body.ba-theme.single-dance_leagues .videorightdetails .firstonetitle {
	font-size: 22px !important;
	font-weight: 800 !important;
	letter-spacing: 0.04em;
	text-align: center;
	padding: 22px 56px 18px !important;
	color: var(--ba-ink) !important;
}
body.ba-theme.single-dance_leagues .videorightdetails {
	justify-content: space-between;
	padding: 0 8px 24px;
	color: #5b4b5c;
	font-weight: 700;
}
body.ba-theme.single-dance_leagues .video-nav-arrow {
	background: #1b1220;
	width: 48px;
	height: 48px;
}
body.ba-theme.single-dance_leagues .video-nav-arrow:hover {
	background: var(--ba-pink);
}
body.ba-theme.single-dance_leagues .post-nav,
body.ba-theme.single-dance_leagues .post-footer,
body.ba-theme.single-dance_leagues .related-posts,
body.ba-theme.single-dance_leagues .author-box {
	display: none !important;
}
body.ba-theme .level-videos-scrollbar-title {
	color: var(--ba-ink);
	font-weight: 800;
}
body.ba-theme .level-video-item.current-video {
	outline: 2px solid var(--ba-pink);
	border-radius: 12px;
}

body.ba-theme .ba-league-tabs .singletabcustom a,
body.ba-theme .ba-league-tabs .singletabcustom a:link,
body.ba-theme .ba-league-tabs .singletabcustom a:visited,
body.ba-theme .ba-school-admin .singletabcustom a,
body.ba-theme .ba-school-admin .singletabcustom a:link,
body.ba-theme .ba-school-admin .singletabcustom a:visited {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	border-bottom: 3px solid transparent !important;
	color: #8b7a90 !important;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 800 !important;
	padding: 10px 8px 12px !important;
}
body.ba-theme .ba-league-tabs .singletabcustom.tabactive a,
body.ba-theme .ba-league-tabs .singletabcustom.tabactive a:link,
body.ba-theme .ba-league-tabs .singletabcustom.tabactive a:visited,
body.ba-theme .ba-league-tabs .singletabcustom.tabactive a:hover,
body.ba-theme .ba-school-admin .singletabcustom.tabactive a,
body.ba-theme .ba-school-admin .singletabcustom.tabactive a:link,
body.ba-theme .ba-school-admin .singletabcustom.tabactive a:visited,
body.ba-theme .ba-school-admin .singletabcustom.tabactive a:hover {
	background: transparent !important;
	color: var(--ba-ink) !important;
	border-bottom-color: var(--ba-pink) !important;
}

body.ba-theme.ba-logged-in #sidebar,
body.ba-theme.single-dance_leagues #sidebar,
body.ba-theme.single-dance_leagues #page-container .et_pb_extra_column_sidebar,
body.ba-theme.single-dance_leagues #comments,
body.ba-theme.single-dance_leagues .comment-respond,
body.ba-theme.single-dance_leagues .comments-area {
	display: none !important;
}
body.ba-theme.single-dance_leagues .et_pb_extra_column_main,
body.ba-theme.single-dance_leagues #content-area {
	width: 100% !important;
	max-width: none !important;
}
body.ba-theme .userstable a.coachlinks,
body.ba-theme .userstable a.studentlinks,
body.ba-theme .userstable td {
	white-space: nowrap;
}
body.ba-theme .userstable td:nth-child(4) {
	white-space: normal;
}
@media (max-width: 900px) {
	body.ba-theme .userstable,
	body.ba-theme table.userstable.ba-mgmt-table {
		display: flex !important;
		flex-direction: column;
		gap: 10px;
		background: transparent;
		box-shadow: none;
		overflow: visible !important;
		width: 100%;
		border-collapse: separate !important;
		border-spacing: 0;
	}
	body.ba-theme .userstable tbody,
	body.ba-theme table.userstable.ba-mgmt-table tbody {
		display: flex;
		flex-direction: column;
		gap: 10px;
		width: 100%;
		background: transparent;
	}
	body.ba-theme .userstable .ba-mgmt-head,
	body.ba-theme .userstable tr.ba-mgmt-head {
		display: none !important;
	}
	body.ba-theme .userstable .ba-mgmt-card,
	body.ba-theme .userstable tr.ba-mgmt-card {
		display: flex;
		flex-direction: column;
		gap: 0;
		background: #fff;
		border-radius: 18px;
		box-shadow: var(--ba-shadow);
		padding: 14px 16px 10px;
		margin: 0;
		width: 100%;
		box-sizing: border-box;
	}
	body.ba-theme .userstable .ba-mgmt-card td,
	body.ba-theme .userstable tr.ba-mgmt-card td,
	body.ba-theme .userstable a.coachlinks,
	body.ba-theme .userstable a.studentlinks {
		white-space: normal !important;
	}
	body.ba-theme .userstable .ba-mgmt-card td {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 8px;
		padding: 10px 5px;
		border-bottom: 1px solid #f3eaf2;
		width: 100%;
		box-sizing: border-box;
		line-height: 1.4;
		text-align: left !important;
	}
	body.ba-theme .userstable .ba-mgmt-card td:first-child {
		font-size: 16px;
		font-weight: 800;
		color: var(--ba-ink);
		padding-top: 4px;
	}
	body.ba-theme .userstable .ba-mgmt-card td:before {
		content: attr(data-label);
		flex: 0 0 auto;
		max-width: 42%;
		margin-right: auto;
		font-size: 11px;
		font-weight: 800;
		letter-spacing: 0.04em;
		text-transform: uppercase;
		color: var(--ba-muted);
		text-align: left !important;
		padding-top: 0;
		align-self: center;
	}
	body.ba-theme .userstable .ba-mgmt-card td > * {
		min-width: 0;
		text-align: right;
	}
	body.ba-theme .userstable .ba-mgmt-card .ba-count-cell,
	body.ba-theme .userstable .ba-mgmt-card .ba-school-actions,
	body.ba-theme .userstable .ba-mgmt-card td:last-child {
		align-items: center;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	body.ba-theme .userstable .ba-mgmt-foot,
	body.ba-theme .userstable tr.ba-mgmt-foot {
		display: block;
		background: transparent;
		box-shadow: none;
		padding: 4px 8px 8px;
	}
	body.ba-theme .userstable .ba-mgmt-foot td {
		display: block;
		border: 0;
		padding: 0;
		color: var(--ba-muted);
		white-space: normal !important;
	}
	body.ba-theme .userstable .ba-mgmt-foot td:before {
		content: none;
	}
	body.ba-theme .userstable .ba-mgmt-card .editbutton,
	body.ba-theme .userstable .ba-mgmt-card .deletebutton {
		float: none;
		display: inline-block;
	}
	body.ba-theme.page-template-template_starmovesdanceschools #content-area,
	body.ba-theme.page-template-template_starmovescocahes #content-area,
	body.ba-theme.page-template-template_starmovesstudents #content-area,
	body.ba-theme.page-template-template_starmovesdanceschools .et_pb_extra_column_main,
	body.ba-theme.page-template-template_starmovescocahes .et_pb_extra_column_main,
	body.ba-theme.page-template-template_starmovesstudents .et_pb_extra_column_main {
		overflow-x: hidden;
		max-width: 100%;
	}
}
body.ba-theme .labelinputchx {
	white-space: nowrap;
}
body.ba-theme .ba-school-admin:has(.registerform) .filter_by_student_level {
	display: none;
}
body.ba-theme .ba-school-admin .ba-field-area {
	max-width: 420px;
}

/* Choreography player */
body.ba-theme.single-ba_choreography #main-content,
body.ba-theme.ba-logged-in.single-ba_choreography #main-content,
body.ba-theme.single-ba_choreography #main-content.ba-player-page {
	padding: 18px 0 72px !important;
}
body.ba-theme.single-ba_choreography #main-content .container {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.ba-player-shell {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0;
}
@media (min-width: 901px) {
	.ba-player-shell {
		padding: 0 12px;
	}
}
body.ba-theme.single-ba_choreography #sidebar,
body.ba-theme.single-ba_choreography #page-container .et_pb_extra_column_sidebar,
body.ba-theme.single-ba_choreography #comments,
body.ba-theme.single-ba_choreography .comment-respond,
body.ba-theme.single-ba_choreography .comments-area {
	display: none !important;
}
.ba-player {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #161016;
	overflow: hidden;
}
.ba-player-poster {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	transition: opacity 0.45s ease;
}
.ba-player-overlay {
	position: absolute !important;
	inset: 0 !important;
	z-index: 5;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	cursor: pointer;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-size: 0 !important;
	line-height: 0 !important;
	text-indent: 0 !important;
	overflow: hidden;
	transition: opacity 0.5s ease;
}
body.ba-theme #page-container .ba-player-overlay,
body.ba-theme #page-container .ba-player-overlay:hover,
body.ba-theme #page-container .ba-player-overlay:focus {
	background: transparent !important;
	background-color: transparent !important;
	color: #fff !important;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}
body.ba-theme #page-container .ba-player-overlay:before,
body.ba-theme #page-container .ba-player-overlay:after {
	display: none !important;
	content: none !important;
}
.ba-player-overlay-shade {
	position: absolute;
	inset: 0;
	background: rgba(12, 8, 12, 0.55);
	animation: ba-overlay-breathe 2.8s ease-in-out infinite;
}
@keyframes ba-overlay-breathe {
	0%, 100% { opacity: 0.82; }
	50% { opacity: 1; }
}
.ba-player-play {
	position: relative;
	z-index: 2;
	width: 78px;
	height: 78px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
	animation: ba-play-in 0.55s ease both;
	transition: transform 0.2s ease, background 0.2s ease;
}
.ba-player-play:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 54%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 20px;
	border-color: transparent transparent transparent #fff;
	transform: translate(-50%, -50%);
}
.ba-player-overlay:hover .ba-player-play {
	transform: scale(1.06);
	background: rgba(255, 255, 255, 0.16);
}
@keyframes ba-play-in {
	from { transform: scale(0.82); opacity: 0; }
	to { transform: scale(1); opacity: 1; }
}
.ba-player-frame {
	position: absolute;
	inset: 0;
	z-index: 2;
}
.ba-player-frame iframe {
	width: 100%;
	height: 100%;
	border: 0;
}
.ba-player.is-playing .ba-player-overlay,
.ba-player.is-playing .ba-player-poster {
	opacity: 0;
	pointer-events: none;
}
.ba-player-heading {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr) 56px;
	align-items: center;
	gap: 12px;
	padding: 28px 4px 6px;
}
.ba-player-heading h1 {
	margin: 0;
	font-size: clamp(20px, 2.4vw, 32px);
	font-weight: 800;
	letter-spacing: 0.04em;
	text-align: center;
	text-transform: uppercase;
	color: var(--ba-ink);
	line-height: 1.25;
}
.ba-player-arrow {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #1b1220 !important;
	color: #fff !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	font-size: 0 !important;
	line-height: 1 !important;
	transition: background 0.2s ease, transform 0.2s ease;
	position: relative;
}
.ba-player-arrow span {
	position: absolute;
	width: 12px;
	height: 12px;
	border-style: solid;
	border-color: #fff;
	top: 50%;
}
.ba-player-prev span {
	border-width: 0 0 3px 3px;
	transform: translate(1px, -50%) rotate(45deg);
}
.ba-player-next span {
	border-width: 3px 3px 0 0;
	transform: translate(-1px, -50%) rotate(45deg);
}
body.ba-theme #page-container .ba-player-arrow,
body.ba-theme #page-container .ba-player-arrow:hover,
body.ba-theme #page-container .ba-player-arrow:visited {
	color: #fff !important;
	background: #1b1220 !important;
	text-decoration: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	border: 0 !important;
}
body.ba-theme #page-container .ba-player-arrow:before,
body.ba-theme #page-container .ba-player-arrow:after {
	display: none !important;
	content: none !important;
}
.ba-player-arrow:hover {
	background: var(--ba-pink) !important;
	color: #fff;
	transform: scale(1.05);
}
.ba-player-arrow.is-placeholder {
	visibility: hidden;
	pointer-events: none;
	background: transparent;
}
.ba-player-choreographer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 8px 0 28px;
	font-size: 16px;
	font-weight: 600;
	color: var(--ba-ink);
}
.ba-player-choreographer img {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	object-fit: cover;
}
.ba-player-strip {
	padding-top: 8px;
	border-top: 1px solid #eee3ea;
}
.ba-player-strip-label {
	margin: 0 0 16px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ba-ink);
}
.ba-player-strip-track {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	padding: 4px 0 18px;
	scrollbar-width: thin;
	scrollbar-color: #c9b8c4 transparent;
}
.ba-player-strip-card {
	flex: 0 0 168px;
	width: 168px;
	text-decoration: none;
	color: inherit;
}
.ba-player-strip-thumb {
	position: relative;
	display: block;
	width: 100%;
	height: 112px;
	border-radius: 10px;
	overflow: hidden;
	background: #ece6ea;
}
.ba-player-strip-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.ba-player-strip-card.is-current .ba-player-strip-thumb {
	outline: 2px solid var(--ba-pink);
	outline-offset: 2px;
}
.ba-player-strip-play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(18, 10, 16, 0.28);
}
.ba-player-strip-play:before {
	content: "";
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--ba-pink);
	box-shadow: 0 6px 16px rgba(255, 45, 139, 0.35);
}
.ba-player-strip-play:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent #fff;
	transform: translateX(1px);
}
.ba-player-strip-title {
	display: block;
	margin: 10px 0 4px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--ba-ink);
	line-height: 1.3;
}
.ba-player-strip-name {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #6b5a6e;
}
@media (max-width: 720px) {
	.ba-player-heading {
		grid-template-columns: 44px minmax(0, 1fr) 44px;
		padding: 20px 8px 6px;
	}
	.ba-player-arrow {
		width: 40px;
		height: 40px;
		font-size: 26px;
	}
	.ba-player-play {
		width: 64px;
		height: 64px;
	}
}
@media (max-width: 900px) {
	body.ba-theme.single-ba_choreography #main-content,
	body.ba-theme.ba-logged-in.single-ba_choreography #main-content,
	body.ba-theme.single-ba_choreography #main-content.ba-player-page {
		padding: 0 0 40px !important;
		margin-left: 0 !important;
		width: 100% !important;
		max-width: none !important;
	}
	body.ba-theme.single-ba_choreography #main-content .container,
	body.ba-theme.single-ba_choreography .container,
	body.ba-theme.single-ba_choreography .ba-player-shell,
	.ba-player-shell {
		width: 100% !important;
		max-width: none !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	body.ba-theme.single-ba_choreography .ba-player,
	.ba-player {
		border-radius: 0;
		width: 100%;
	}
	.ba-player-heading {
		padding-left: 8px;
		padding-right: 8px;
	}
	.ba-player-strip-label {
		padding-left: 12px;
		padding-right: 12px;
	}
	.ba-player-strip-track {
		gap: 10px;
		padding-left: 0;
		padding-right: 0;
	}
	.ba-player-strip-card {
		flex: 0 0 calc(50% - 5px);
		width: calc(50% - 5px);
	}
	.ba-player-strip-card:first-child {
		margin-left: 30px !important;
	}
	.ba-player-strip-card:last-child {
		margin-right: 30px !important;
	}
}

@media (max-width: 900px) {
	body.ba-theme .holderoftoptabs,
	body.ba-theme .top-tabs,
	body.ba-theme .holderoftoptabs .top-tabs,
	body.ba-theme .ba-league-tabs,
	body.ba-theme .tabs-main-choreography,
	body.ba-theme.page-template-template_levels_choreography .holderoftoptabs,
	body.ba-theme.page-template-template_levels_choreography .top-tabs,
	body.ba-theme.page-template-template_levels_choreography .tabs-main-choreography {
		display: flex !important;
		flex-wrap: nowrap !important;
		justify-content: stretch !important;
		align-items: stretch !important;
		width: 100% !important;
		max-width: none !important;
		gap: 0 !important;
		float: none !important;
	}
	body.ba-theme .top-tabs ul li,
	body.ba-theme .top-tabs ul li.tabactive,
	body.ba-theme .top-tabs ul li:hover,
	body.ba-theme .ba-league-tabs .singletabcustom,
	body.ba-theme .tabs-main-choreography .singletabcustom,
	body.ba-theme .ba-school-admin .singletabcustom,
	body.ba-theme.page-template-template_levels_choreography .singletabcustom {
		flex: 1 1 0 !important;
		float: none !important;
		width: auto !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 4px !important;
		height: auto !important;
		border: 0 !important;
		border-bottom: none !important;
		background: transparent !important;
		text-align: center;
	}
	body.ba-theme .ba-league-tabs .singletabcustom a,
	body.ba-theme .ba-league-tabs .singletabcustom a:link,
	body.ba-theme .ba-league-tabs .singletabcustom a:visited,
	body.ba-theme .tabs-main-choreography .singletabcustom a,
	body.ba-theme.page-template-template_levels_choreography .singletabcustom a,
	body.ba-theme.page-template-template_levels_choreography .singletabcustom a:link,
	body.ba-theme.page-template-template_levels_choreography .singletabcustom a:visited,
	body.ba-theme .ba-school-admin .singletabcustom a,
	body.ba-theme .ba-school-admin .singletabcustom a:link,
	body.ba-theme .ba-school-admin .singletabcustom a:visited {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: auto !important;
		font-size: 13px !important;
		letter-spacing: 0.1em !important;
		padding: 10px 6px 12px !important;
		white-space: nowrap !important;
	}
}

/* ---- Catalog page: Extra-free shell ---- */
body.ba-theme.page-template-template_levels_choreography,
body.ba-theme.page-template-template_levels_choreography.ba-logged-in {
	overflow: hidden;
	height: 100vh;
	height: 100dvh;
	background: var(--ba-bg);
}
body.ba-theme.page-template-template_levels_choreography.admin-bar {
	height: calc(100vh - 32px);
	height: calc(100dvh - 32px);
}
body.ba-theme.page-template-template_levels_choreography #page-container,
body.ba-theme.page-template-template_levels_choreography.et_fixed_nav #page-container,
body.ba-theme.page-template-template_levels_choreography.boxed_layout #page-container {
	display: flex !important;
	flex-direction: column;
	height: 100%;
	min-height: 0 !important;
	padding-top: 0 !important;
	overflow: hidden !important;
	background: var(--ba-bg) !important;
	max-width: none !important;
	width: 100% !important;
}
body.ba-theme.page-template-template_levels_choreography #main-header-wrapper {
	flex: 0 0 auto;
}
body.ba-theme.page-template-template_levels_choreography #footer,
body.ba-theme.page-template-template_levels_choreography #back_to_top,
body.ba-theme.page-template-template_levels_choreography #sidebar {
	display: none !important;
}
body.ba-theme.ba-logged-in.page-template-template_levels_choreography #main-content,
body.ba-theme.page-template-template_levels_choreography #main-content.ba-catalog-page {
	flex: 1 1 auto;
	min-height: 0 !important;
	height: auto !important;
	margin-left: var(--ba-sidebar);
	width: calc(100% - var(--ba-sidebar)) !important;
	max-width: none !important;
	padding: 0 !important;
	overflow: hidden !important;
	background: var(--ba-bg) !important;
	display: flex;
	flex-direction: column;
	float: none !important;
}
body.ba-theme.page-template-template_levels_choreography .ba-catalog {
	flex: 1 1 auto;
	min-height: 0;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 4px 28px 28px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
body.ba-theme.page-template-template_levels_choreography .ba-catalog-tabs {
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 18px !important;
	padding: 0 !important;
	float: none !important;
	background: transparent !important;
}
body.ba-theme.page-template-template_levels_choreography .ba-catalog-tabs .ba-league-tabs,
body.ba-theme.page-template-template_levels_choreography .ba-catalog-tabs .tabs-main-choreography {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	float: none !important;
	justify-content: center !important;
}
body.ba-theme.page-template-template_levels_choreography .ba-catalog-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	width: 100%;
	float: none !important;
}
body.ba-theme.page-template-template_levels_choreography .ba-catalog-grid > article,
body.ba-theme.page-template-template_levels_choreography .ba-catalog-grid .ba-media-card,
body.ba-theme.page-template-template_levels_choreography .ba-catalog article {
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	float: none !important;
	left: auto !important;
	right: auto !important;
}
body.ba-theme.page-template-template_levels_choreography .ba-catalog-grid h5,
body.ba-theme.page-template-template_levels_choreography .ba-catalog-grid article h5,
body.ba-theme.page-template-template_levels_choreography .ba-media-card h5,
body.ba-theme.page-template-template_levels_choreography .ba-media-card h5.levo,
body.ba-theme.page-template-template_levels_choreography .ba-media-card h5.levo a,
body.ba-theme.page-template-template_levels_choreography .ba-media-card h5.levo a:link,
body.ba-theme.page-template-template_levels_choreography .ba-media-card h5.levo a:visited {
	color: var(--ba-ink) !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	text-align: left !important;
	white-space: normal !important;
}
body.ba-theme.page-template-template_levels_choreography .ba-catalog-grid h5.levouser,
body.ba-theme.page-template-template_levels_choreography .ba-catalog-grid article h5.levouser,
body.ba-theme.page-template-template_levels_choreography .ba-media-card h5.levouser,
body.ba-theme.page-template-template_levels_choreography .ba-media-card h5.levouser a,
body.ba-theme.page-template-template_levels_choreography .ba-media-card h5.levouser a:link,
body.ba-theme.page-template-template_levels_choreography .ba-media-card h5.levouser a:visited,
body.ba-theme.page-template-template_levels_choreography .ba-media-card h5.levouser a:active,
body.ba-theme.page-template-template_levels_choreography .levouser {
	color: #6f5d78 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	justify-content: flex-start !important;
	text-transform: none !important;
	font-style: normal !important;
}
body.ba-theme.page-template-template_levels_choreography .ba-catalog-empty,
body.ba-theme.page-template-template_levels_choreography .searchnoresult {
	grid-column: 1 / -1;
	text-align: center;
	padding: 48px 16px;
	color: var(--ba-muted);
	font-weight: 700;
}
body.ba-theme.page-template-template_levels_choreography .holderrow,
body.ba-theme.page-template-template_levels_choreography .categorymainunderimage,
body.ba-theme.page-template-template_levels_choreography .filters-sub-cat,
body.ba-theme.page-template-template_levels_choreography .posttemplatecustomnavigation {
	display: none !important;
}

@media (max-width: 1100px) {
	body.ba-theme.page-template-template_levels_choreography .ba-catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 900px) {
	body.ba-theme.page-template-template_levels_choreography,
	body.ba-theme.page-template-template_levels_choreography.ba-logged-in {
		overflow: auto;
		height: auto;
		min-height: 100dvh;
	}
	body.ba-theme.page-template-template_levels_choreography #page-container {
		height: auto;
		min-height: 100dvh;
		overflow: visible !important;
	}
	body.ba-theme.ba-logged-in.page-template-template_levels_choreography #main-content,
	body.ba-theme.page-template-template_levels_choreography #main-content.ba-catalog-page {
		margin-left: 0;
		width: 100% !important;
		height: auto !important;
		overflow: visible !important;
		min-height: calc(100dvh - 120px);
	}
	body.ba-theme.page-template-template_levels_choreography .ba-catalog {
		overflow: visible;
		padding: 8px 16px 32px;
	}
	body.ba-theme.page-template-template_levels_choreography .ba-catalog-grid {
		grid-template-columns: 1fr;
	}
	body.ba-theme.page-template-template_levels_choreography #main-header .container {
		flex-wrap: wrap;
		padding: 10px 12px 10px !important;
	}
	body.ba-theme.page-template-template_levels_choreography .top-bar-tabs-and-search {
		order: 10;
		width: 100% !important;
		max-width: none !important;
		flex: 1 1 100% !important;
		margin: 8px 0 0 !important;
	}
	body.ba-theme.page-template-template_levels_choreography .ba-header-user {
		order: 0;
		margin-left: 0 !important;
	}
}

body.ba-theme .ba-sidebar .ba-switch-menu {
	list-style: none;
	margin: 8px 10px 16px;
	padding: 8px 8px 6px;
	position: sticky;
	bottom: 128px;
	z-index: 6;
	pointer-events: auto;
	border-radius: 14px;
	background: rgba(18, 4, 16, 0.96);
	border: 1px solid rgba(255,255,255,.14);
}
body.ba-theme .ba-sidebar .ba-switch-item {
	margin: 0;
	padding: 0;
}
body.ba-theme .ba-sidebar .ba-switch-item a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 800;
	font-size: 13px;
	padding: 8px 6px;
}
body.ba-theme .ba-sidebar .ba-switch-icon,
body.ba-theme .ba-sidebar .ba-switch-icon-svg {
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
body.ba-theme .ba-sidebar .ba-switch-icon img {
	width: 30px;
	height: 30px;
	object-fit: contain;
	display: block;
}
body.ba-theme .ba-system-checks .ba-system-locked {
	display: inline-block;
	padding: 6px 10px;
	border-radius: 8px;
	background: rgba(0,0,0,.04);
}
body.ba-theme.page-template-template_ba-monthly #main-content.ba-catalog-page,
body.ba-theme.page-template-template_ba-monthly .ba-catalog {
	overflow: visible;
}
body.ba-theme.page-template-template_ba-monthly .ba-catalog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}
@media (max-width: 900px) {
	body.ba-theme.page-template-template_ba-monthly .ba-catalog-grid {
		grid-template-columns: 1fr;
	}
}

body.ba-theme .ba-sidebar .menu > li.ba-month-item.hiddenitemsbydefault {
	display: none !important;
}
body.ba-theme .ba-sidebar.is-months-expanded .menu > li.ba-month-item.hiddenitemsbydefault,
body.ba-theme .ba-sidebar .menu > li.ba-month-item.ba-month-toggle {
	display: block !important;
}
body.ba-theme .ba-sidebar .ba-month-item > a,
body.ba-theme .ba-sidebar .ba-month-item > a:link,
body.ba-theme .ba-sidebar .ba-month-item > a:visited,
body.ba-theme .ba-sidebar .ba-month-item > a:hover,
body.ba-theme .ba-sidebar .ba-month-item > a:focus {
	display: block !important;
	padding: 8px 18px 8px 16px !important;
	background: transparent !important;
}
body.ba-theme .ba-sidebar .ba-month-item .ba-league-title,
body.ba-theme .ba-sidebar .ba-month-item a .ba-league-title,
body.ba-theme .ba-sidebar .ba-month-item a span.ba-league-title {
	font-size: 15px !important;
	font-weight: 600 !important;
	letter-spacing: 0;
	text-transform: none !important;
	display: inline-block;
	color: rgba(255,255,255,0.82) !important;
}
body.ba-theme .ba-sidebar .ba-month-item.subitemactive .ba-league-title,
body.ba-theme .ba-sidebar .ba-month-item.subitemactive a .ba-league-title,
body.ba-theme .ba-sidebar .ba-month-item.subitemactive a span.ba-league-title {
	color: #fff !important;
	font-weight: 800 !important;
	border-bottom: 2px solid #fff;
	padding-bottom: 2px;
}
body.ba-theme .ba-sidebar .ba-month-item a:hover .ba-league-title,
body.ba-theme .ba-sidebar .ba-month-item a:focus .ba-league-title {
	color: #fff !important;
}
body.ba-theme .ba-sidebar .ba-month-toggle .ba-league-title,
body.ba-theme .ba-sidebar .ba-month-toggle a .ba-league-title {
	white-space: nowrap !important;
	font-weight: 800 !important;
	color: #fff !important;
	border-bottom: 0 !important;
}
.ba-month-caret {
	display: inline;
	margin-left: 4px;
	font-size: 11px;
}

.ba-month-heading {
	margin: 0 0 18px;
	font-size: 28px;
	font-weight: 800;
	color: var(--ba-ink);
}
.ba-month-level-block {
	margin: 0 0 28px;
}
.ba-month-level-heading {
	margin: 0 0 14px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ba-ink);
}

.ba-download-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
	padding: 14px 4px 6px;
	color: #7a6a7c;
	font-size: 13px;
	font-weight: 600;
}
.ba-download-label {
	margin-right: 4px;
}
.ba-download-pill {
	appearance: none;
	border: 1.5px solid var(--ba-pink);
	background: #fff;
	color: var(--ba-pink);
	border-radius: 999px;
	padding: 5px 12px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.02em;
	cursor: pointer;
	line-height: 1.2;
}
.ba-download-pill:hover,
.ba-download-pill:focus {
	background: var(--ba-pink);
	color: #fff;
}
.ba-download-pill:disabled {
	opacity: 1;
	cursor: pointer;
}
.ba-download-pill:disabled:hover {
	background: var(--ba-pink);
	color: #fff;
}

.ba-variant-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	padding: 12px 0 8px;
}
.ba-variant-card {
	appearance: none;
	border: 0;
	background: transparent;
	padding: 0;
	text-align: left;
	cursor: pointer;
	color: inherit;
}
.ba-variant-label {
	display: block;
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 800;
	color: var(--ba-ink);
}
.ba-variant-thumb {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 8px;
	overflow: hidden;
	background: #1c1418;
	position: relative;
}
.ba-variant-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.ba-variant-card.is-current .ba-variant-thumb {
	outline: 2px solid var(--ba-pink);
	outline-offset: 2px;
}

.ba-kit {
	margin: 28px 0 8px;
	padding: 24px 0 8px;
	border-top: 1px solid #eee3ea;
}
.ba-kit-title-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 18px;
}
.ba-kit-title {
	display: inline-block;
	border: 1.5px solid var(--ba-pink);
	color: var(--ba-pink);
	border-radius: 6px;
	padding: 12px 22px;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align: center;
}
.ba-kit-legal {
	max-width: 820px;
	margin: 0 auto 22px;
	color: #6b5a6e;
	font-size: 14px;
	line-height: 1.55;
}
.ba-kit-legal h3 {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 800;
	color: var(--ba-ink);
	text-transform: uppercase;
}
.ba-kit-legal p {
	margin: 0 0 10px;
}
.ba-kit-links a {
	color: var(--ba-pink);
	font-weight: 700;
}
.ba-kit-grid {
	display: grid;
	grid-template-columns: 1.4fr repeat(4, minmax(0, 1fr));
	gap: 18px 16px;
	align-items: start;
	padding: 18px 8px 10px;
	border: 1px solid #efe6eb;
	border-radius: 12px;
	background: #fff;
}
.ba-kit-item {
	text-align: center;
}
.ba-kit-preview {
	width: 100%;
	min-height: 150px;
	border-radius: 8px;
	background: #ece6ea center / cover no-repeat;
}
.ba-kit-phone img {
	width: 100%;
	max-width: 120px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.ba-kit-dl {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 36px;
	margin: 8px auto 6px;
	color: var(--ba-pink);
}
.ba-kit-dl.is-disabled {
	opacity: 0.28;
	pointer-events: none;
}
.ba-kit-dl-icon {
	width: 22px;
	height: 22px;
	display: block;
	background: currentColor;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3a1 1 0 0 1 1 1v8.6l2.3-2.3a1 1 0 1 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 1 1 1.4-1.4L11 12.6V4a1 1 0 0 1 1-1zm-7 14a1 1 0 0 1 1 1v1h12v-1a1 1 0 1 1 2 0v2a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1z'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3a1 1 0 0 1 1 1v8.6l2.3-2.3a1 1 0 1 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 1 1 1.4-1.4L11 12.6V4a1 1 0 0 1 1-1zm-7 14a1 1 0 0 1 1 1v1h12v-1a1 1 0 1 1 2 0v2a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.ba-kit-dl-icon:before,
.ba-kit-dl-icon:after {
	content: none;
}
.ba-kit-caption {
	font-size: 13px;
	font-weight: 800;
	color: var(--ba-pink);
	line-height: 1.3;
}
.ba-kit-caption strong {
	display: block;
}
.ba-kit-sub {
	display: block;
	margin-top: 2px;
	font-size: 11px;
	font-weight: 500;
	color: var(--ba-pink);
}

.ba-monthly-strip .ba-player-strip-track {
	align-items: stretch;
	gap: 20px;
}
.ba-month-group {
	display: flex;
	flex: 0 0 auto;
	align-items: stretch;
	gap: 12px;
	padding-right: 20px;
	border-right: 1px solid #eee3ea;
}
.ba-month-group:last-child {
	border-right: 0;
	padding-right: 0;
}
.ba-month-group-label {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	margin: 0;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--ba-ink);
	white-space: nowrap;
}
.ba-month-group-cards {
	display: flex;
	gap: 16px;
}

@media (max-width: 900px) {
	.ba-variant-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-left: 12px;
		padding-right: 12px;
	}
	.ba-download-row {
		padding-left: 12px;
		padding-right: 12px;
	}
	.ba-kit {
		padding-left: 12px;
		padding-right: 12px;
	}
	.ba-kit-grid {
		grid-template-columns: 1fr 1fr;
	}
	.ba-kit-item.ba-kit-cover {
		grid-column: 1 / -1;
	}
	.ba-month-group {
		padding-right: 12px;
	}
	.ba-month-heading {
		padding: 0 12px;
		font-size: 22px;
	}
	.ba-month-level-heading {
		padding: 0 12px;
	}
}

