.ixp-sidebar-page .users-area > nav,
.ixp-sidebar-page .users-area > .navbar,
.ixp-sidebar-page .navbar,
.ixp-sidebar-page .navmenu,
.ixp-sidebar-page .membership-info,
.ixp-sidebar-page .user-menu,
.ixp-sidebar-page .navbar a[href*="signOut"],
.ixp-sidebar-page .navbar a[href*="logout"],
.ixp-sidebar-page .navmenu a[href*="signOut"],
.ixp-sidebar-page .navmenu a[href*="logout"],
.ixp-sidebar-page .users-area > a[href*="signOut"],
.ixp-sidebar-page .users-area > a[href*="logout"],
.ixp-sidebar-page a[href*="membership_profile"] {
	display: none !important;
}

.ixp-sidebar-page .users-area {
	width: 100% !important;
	max-width: none !important;
	padding-top: 0 !important;
}

.ixp-sidebar-page .main-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.ixp-sidebar-page .top-margin-adjuster {
	height: 10px !important;
	min-height: 10px !important;
}

.ixp-sidebar-page {
	padding-bottom: 68px;
}

.ixp-sidebar-page {
	background:
		radial-gradient(circle at top left, rgba(37, 99, 235, 0.13), transparent 32%),
		radial-gradient(circle at top right, rgba(14, 165, 233, 0.13), transparent 30%),
		linear-gradient(180deg, #f8fafc 0%, #eef4ff 100%);
}

.ixp-sidebar {
	box-sizing: border-box;
	width: 310px;
	max-width: calc(100vw - 18px);
	overflow-x: hidden;
	position: sticky;
	top: 15px;
	align-self: start;
	min-height: calc(100vh - 200px);
	height: auto;
	border-radius: 28px;
	background:
		radial-gradient(circle at top left, rgba(59, 130, 246, 0.28), transparent 35%),
		linear-gradient(180deg, #0f172a, #111827);
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
	color: #fff;
	display: flex;
	flex-direction: column;
}

.ixp-sidebar,
.ixp-sidebar * {
	box-sizing: border-box;
}

.ixp-sidebar img {
	max-width: 100%;
	height: auto;
}

.ixp-sidebar a,
.ixp-sidebar button,
.ixp-sidebar input {
	max-width: 100%;
}

.ixp-sidebar-header,
.ixp-sidebar-actions,
.bottom-footer-side {
	min-width: 0;
}

.ixp-sidebar-header {
	padding: 10px 20px 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ixp-brand,
.ixp-user-pill,
.ixp-sidebar-actions a,
.bottom-footer-side a {
	min-width: 0;
}

.ixp-brand {
	display: flex;
	align-items: center;
	gap: 12px;
}

.ixp-logo-card {
	width: 52px;
	height: 52px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	flex: 0 0 auto;
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
}

.ixp-logo-card img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.ixp-brand-title {
	font-size: 18px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.1;
}

.ixp-brand-subtitle {
	margin-top: 4px;
	font-size: 12px;
	color: rgba(255,255,255,0.62);
	font-weight: 750;
}

.ixp-header-home-btn {
	width: 100%;
	margin-top: 14px;
	min-height: 34px;
	border-radius: 12px;
	padding: 8px 11px;
	font-size: 11px;
}

.ixp-user-pill {
	margin-top: 16px;
	border-radius: 18px;
	padding: 12px;
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.11);
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
}

.ixp-user-label {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.13em;
	color: rgba(255,255,255,0.56);
	font-weight: 900;
	margin-bottom: 4px;
}

.ixp-user-name {
	font-size: 14px;
	font-weight: 900;
	color: #fff;
	word-break: break-word;
}

.ixp-sidebar-actions,
.bottom-footer-side {
	padding: 16px 16px 0px;
	display: grid;
	gap: 10px;
}

.bottom-footer-side {
	padding-top: 0;
	margin-top: auto;
}

.ixp-sidebar-smart-panel {
	display: grid;
	gap: 8px;
	padding: 11px;
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 16px;
	background: rgba(255, 255, 255, .075);
}

.ixp-sidebar-smart-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-width: 0;
	color: rgba(255,255,255,.74);
	font-size: 10px;
	font-weight: 950;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.ixp-sidebar-smart-head span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ixp-sidebar-smart-head .glyphicon {
	color: #93c5fd;
	letter-spacing: 0;
}

.ixp-sidebar-smart-head button,
.ixp-sidebar-smart-row button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 10px;
	background: rgba(255,255,255,.08);
	color: rgba(255,255,255,.82);
	flex: 0 0 auto;
	transition: background .16s ease, color .16s ease, transform .16s ease;
}

.ixp-sidebar-smart-head button:hover,
.ixp-sidebar-smart-head button:focus,
.ixp-sidebar-smart-row button:hover,
.ixp-sidebar-smart-row button:focus {
	background: rgba(37, 99, 235, .72);
	color: #fff;
	outline: none;
	transform: translateY(-1px);
}

.ixp-sidebar-smart-head button.is-pinned {
	background: rgba(34, 197, 94, .22);
	color: #bbf7d0;
}

.ixp-sidebar-smart-list {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.ixp-sidebar-smart-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 6px;
	min-width: 0;
}

.ixp-sidebar-smart-row a {
	display: block;
	min-width: 0;
	min-height: 31px;
	padding: 8px 10px;
	border-radius: 11px;
	background: rgba(15, 23, 42, .28);
	color: rgba(255,255,255,.9) !important;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.2;
	text-decoration: none !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ixp-sidebar-smart-row a:hover,
.ixp-sidebar-smart-row a:focus {
	background: rgba(37, 99, 235, .72);
	color: #fff !important;
	outline: none;
}

.ixp-sidebar-smart-empty {
	display: block;
	padding: 7px 2px 2px;
	color: rgba(255,255,255,.48);
	font-size: 11px;
	font-weight: 750;
	line-height: 1.35;
}

.ixp-scan-btn,
.ixp-home-btn,
.btn-foot {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 46px;
	border-radius: 16px;
	padding: 11px 14px;
	font-weight: 950;
	text-decoration: none !important;
	transition: 0.18s ease;
}

.ixp-scan-btn {
	border: 1px solid rgba(59, 130, 246, .30) !important;
	background: rgba(59, 130, 246, .18) !important;
	color: #dbeafe !important;
	box-shadow: none;
}

.ixp-scan-btn:hover,
.ixp-scan-btn:focus {
	background: rgba(37, 99, 235, .82) !important;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: none;
}

.ixp-home-btn,
.btn-foot {
	background: rgba(255, 255, 255, 0.09);
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.13);
}

.ixp-home-btn:hover,
.ixp-home-btn:focus,
.btn-foot:hover,
.btn-foot:focus {
	background: rgba(179, 225, 255, 0.4) !important;
	color: #fff !important;
	transform: translateY(-2px);
}

.ixp-help-admin-actions {
	padding-top: 0;
}

.ixp-help-admin-btn {
	border-color: rgba(34, 197, 94, .24) !important;
	background: rgba(34, 197, 94, .16) !important;
	color: #dcfce7 !important;
}

.ixp-help-admin-btn:hover,
.ixp-help-admin-btn:focus {
	background: rgba(34, 197, 94, .82) !important;
	color: #fff !important;
}

.ixp-brand-title,
.ixp-brand-subtitle,
.ixp-user-name,
.ixp-sidebar-actions a,
.bottom-footer-side a {
	overflow: hidden;
	text-overflow: ellipsis;
}

.ixp-user-menu-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	text-align: left;
}

.ixp-user-menu-toggle:focus {
	outline: none;
}

.ixp-user-menu-toggle .glyphicon {
	color: rgba(191, 219, 254, .86);
	font-size: 10px;
	transition: transform .16s ease;
}

.ixp-user-pill.is-open .ixp-user-menu-toggle .glyphicon {
	transform: rotate(180deg);
}

.ixp-user-menu {
	display: none;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(255,255,255,.12);
}

.ixp-user-pill.is-open .ixp-user-menu {
	display: block;
}

.ixp-user-menu a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 36px;
	border: 1px solid rgba(248, 113, 113, .28);
	border-radius: 12px;
	background: rgba(239, 68, 68, .16);
	color: #fee2e2 !important;
	font-size: 12px;
	font-weight: 950;
	text-decoration: none !important;
}

.ixp-user-menu a:hover,
.ixp-user-menu a:focus {
	background: rgba(239, 68, 68, .34);
	color: #fff !important;
}

.ixp-mobile-sidebar-toggle {
	display: none;
	width: 100%;
	border: 0;
	border-radius: 18px;
	background: #0f172a;
	color: #fff;
	font-weight: 950;
	padding: 13px 16px;
	text-align: left;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
	max-width: calc(100vw - 20px);
}

.ixp-mobile-sidebar-toggle .glyphicon {
	float: right;
	margin-top: 2px;
}

.ixp-sidebar-scroll {
	max-height: none;
	overflow: visible;
	padding: 0 14px 18px;
}

.homepage-links {
	margin: 0;
}

.homepage-links .row,
.homepage-links .table_links,
.homepage-links .custom_links {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.homepage-links [class*="col-"] {
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.homepage-links .collapser {
	border: 0;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff !important;
	text-align: left;
	box-shadow: none;
	font-weight: 950;
	font-size: 13px;
	padding: 13px 14px;
	margin: 0 0 9px;
	white-space: normal;
}

.homepage-links .collapser:hover,
.homepage-links .collapser:focus {
	background: rgba(255, 255, 255, 0.15);
	color: #fff !important;
}

.homepage-links .collapser .glyphicon {
	float: right;
	margin-top: 2px;
}

.homepage-links .collapse {
	margin-bottom: 12px;
}

.homepage-links .panel {
	border: 0;
	border-radius: 15px;
	overflow: hidden;
	background: transparent;
	box-shadow: none;
	margin-bottom: 8px;
}

.homepage-links .panel-body {
	padding: 0;
}

.homepage-links .panel-body .btn {
	width: 100% !important;
	height: auto !important;
	min-height: 44px;
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	background: rgba(255, 255, 255, 0.075);
	color: rgba(255, 255, 255, 0.92);
	box-shadow: none;
	font-weight: 850;
	text-align: left;
	white-space: normal;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	padding: 10px 12px;
	line-height: 1.25;
}

.homepage-links .panel-body .btn:hover,
.homepage-links .panel-body .btn:focus {
	background: rgba(37, 99, 235, 0.88);
	color: #fff;
	border-color: rgba(255, 255, 255, 0.18);
	transform: translateX(2px);
}

.homepage-links .panel-body .btn-group {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 44px;
	gap: 7px;
	width: 100% !important;
}

.homepage-links .panel-body .btn-add-new {
	width: 44px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	justify-content: center;
	text-align: center;
	background: rgba(34, 197, 94, 0.16);
	color: #dcfce7;
}

.homepage-links .panel-body .btn-add-new:hover,
.homepage-links .panel-body .btn-add-new:focus {
	background: rgba(34, 197, 94, 0.82);
	color: #fff;
}

.homepage-links .table-caption {
	display: inline-block;
	vertical-align: middle;
}

.panel-body .btn img {
	margin: 0;
	max-height: 24px;
	max-width: 24px;
	object-fit: contain;
	flex: 0 0 auto;
}

.panel-body-description {
	display: none !important;
}

.ixp-brand > div:last-child > .ixp-brand-subtitle:first-child {
	display: none !important;
}

.ixp-live-city-display {
	display: inline-flex !important;
	align-items: center;
	gap: 5px;
	color: rgba(191, 219, 254, .92) !important;
}

.ixp-live-city-display::after {
	content: "LIVE";
	border-radius: 999px;
	padding: 1px 5px;
	background: rgba(34, 197, 94, .2);
	color: #bbf7d0;
	font-size: 8px;
	font-weight: 950;
	letter-spacing: .08em;
}

.ixp-sidebar .ixp-sidebar-search-wrap {
	display: block !important;
	padding: 14px 16px 16px;
}

.ixp-sidebar .ixp-sidebar-search-label {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 8px;
	color: rgba(255,255,255,.72);
	font-size: 11px;
	font-weight: 950;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ixp-sidebar .ixp-sidebar-search-label::before {
	content: "\e003";
	font-family: "Glyphicons Halflings";
	font-size: 11px;
	color: #93c5fd;
	letter-spacing: 0;
	text-transform: none;
}

.ixp-sidebar-mega-search {
	margin: 0;
}

.ixp-sidebar #homepage-search-box-container {
	display: table !important;
	width: 100% !important;
	margin: 0 !important;
	position: relative;
}

.ixp-sidebar #homepage-search-box {
	height: 46px;
	border: 1px solid rgba(147, 197, 253, .38);
	border-right: 0;
	border-radius: 999px 0 0 999px;
	background:
		linear-gradient(135deg, rgba(255,255,255,.98), rgba(239,246,255,.96));
	color: #0f172a;
	font-size: 13px;
	font-weight: 850;
	padding-left: 36px;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.96),
		0 12px 28px rgba(37,99,235,.16);
}

.ixp-sidebar-search-placeholder-icon {
	position: absolute;
	left: 15px;
	top: 50%;
	z-index: 4;
	transform: translateY(-50%);
	color: rgba(51,65,85,.62);
	font-size: 12px;
	pointer-events: none;
}

.ixp-sidebar #homepage-search-box:focus {
	border-color: rgba(96, 165, 250, .86);
	box-shadow:
		0 0 0 4px rgba(96,165,250,.18),
		0 16px 32px rgba(37,99,235,.18);
}

.ixp-sidebar #homepage-search-box-container .btn {
	height: 46px;
	border-color: rgba(147, 197, 253, .38);
	background: rgba(241, 245, 249, .96);
	color: #334155;
	font-weight: 950;
}

.ixp-sidebar #homepage-search-box-container .btn:hover,
.ixp-sidebar #homepage-search-box-container .btn:focus {
	background: rgba(226, 232, 240, .98);
	color: #0f172a;
}

.ixp-sidebar #homepage-search-box-container .input-group-btn .btn[type="submit"] {
	display: none;
}

.ixp-sidebar #homepage-search-box-container .input-group-btn:last-child > .btn:last-child {
	border-radius: 0 999px 999px 0;
	background: rgba(15, 23, 42, .78);
	color: #fff;
}

.ixp-sidebar-search-hint {
	margin-top: 7px;
	display: none;
	color: #fecaca;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.3;
}

.ixp-sidebar-search-hint.is-visible {
	display: block;
	color: #fecaca;
}

.ixp-sidebar-search-hidden {
	display: none !important;
}

.ixp-sidebar-notifications {
	margin: 0 16px 12px;
	padding: 12px;
	border: 1px solid rgba(125, 211, 252, .22);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(14, 165, 233, .15), rgba(255, 255, 255, .07));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.ixp-sidebar-notifications-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}

.ixp-sidebar-section-kicker {
	display: block;
	color: rgba(191, 219, 254, .72);
	font-size: 9px;
	font-weight: 950;
	letter-spacing: .12em;
	text-transform: uppercase;
	line-height: 1.2;
}

.ixp-sidebar-notifications-head strong {
	display: block;
	margin-top: 2px;
	color: #fff;
	font-size: 13px;
	font-weight: 950;
	line-height: 1.15;
}

.ixp-sidebar-notifications-link {
	color: #fff !important;
	text-decoration: none !important;
}

.ixp-sidebar-notifications-link:hover,
.ixp-sidebar-notifications-link:focus {
	color: #bfdbfe !important;
}

.ixp-sidebar-notifications-actions {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex: 0 0 auto;
}

.ixp-sidebar-notifications-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 24px;
	padding: 0 7px;
	border-radius: 999px;
	background: rgba(148, 163, 184, .18);
	color: rgba(226, 232, 240, .58);
	font-size: 11px;
	font-weight: 950;
	cursor: default;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	pointer-events: none;
	opacity: .48;
	box-shadow: 0 0 0 1px rgba(148, 163, 184, .12);
}

.ixp-sidebar-notifications-count.has-notifications {
	background: #ef4444;
	color: #fff;
	opacity: 1;
	box-shadow: 0 0 0 4px rgba(239, 68, 68, .18), 0 0 18px rgba(239, 68, 68, .58);
	animation: ixpNotificationBadgeBlink 1.05s ease-in-out infinite;
}

@keyframes ixpNotificationBadgeBlink {
	0%, 100% {
		opacity: 1;
		transform: scale(1);
		box-shadow: 0 0 0 4px rgba(239, 68, 68, .18), 0 0 18px rgba(239, 68, 68, .58);
	}

	45% {
		opacity: .38;
		transform: scale(.92);
		box-shadow: 0 0 0 2px rgba(239, 68, 68, .08), 0 0 5px rgba(239, 68, 68, .2);
	}

	70% {
		opacity: 1;
		transform: scale(1.08);
		box-shadow: 0 0 0 7px rgba(239, 68, 68, .12), 0 0 24px rgba(239, 68, 68, .75);
	}
}

@media (prefers-reduced-motion: reduce) {
	.ixp-sidebar-notifications-count.has-notifications {
		animation: none;
	}
}

.ixp-sidebar-notifications-actions button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 27px;
	height: 27px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 10px;
	background: rgba(255,255,255,.08);
	color: rgba(255,255,255,.82);
	flex: 0 0 auto;
	transition: background .16s ease, color .16s ease, transform .16s ease;
}

.ixp-sidebar-notifications-actions button:hover,
.ixp-sidebar-notifications-actions button:focus {
	background: rgba(34, 197, 94, .72);
	color: #fff;
	outline: none;
	transform: translateY(-1px);
}

.ixp-sidebar-notifications-list {
	display: grid;
	gap: 7px;
}

.ixp-sidebar-notification {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	padding: 9px;
	border: 1px solid rgba(255,255,255,.1);
	border-left-width: 3px;
	border-radius: 14px;
	background: rgba(15, 23, 42, .27);
	cursor: pointer;
	transition: background .16s ease, border-color .16s ease, transform .16s ease;
}

.ixp-sidebar-notification:hover,
.ixp-sidebar-notification:focus {
	background: rgba(34, 197, 94, .16);
	border-color: rgba(34, 197, 94, .45);
	outline: none;
	transform: translateY(-1px);
}

.ixp-sidebar-notification-info {
	border-left-color: #38bdf8;
}

.ixp-sidebar-notification-success {
	border-left-color: #22c55e;
}

.ixp-sidebar-notification-warning {
	border-left-color: #f59e0b;
}

.ixp-sidebar-notification-text {
	min-width: 0;
}

.ixp-sidebar-notification-text strong,
.ixp-sidebar-notification-text span,
.ixp-sidebar-notification-text small {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ixp-sidebar-notification-text strong {
	color: #fff;
	font-size: 12px;
	font-weight: 950;
	line-height: 1.18;
	white-space: nowrap;
}

.ixp-sidebar-notification-text span {
	margin-top: 2px;
	color: rgba(255,255,255,.68);
	font-size: 11px;
	font-weight: 750;
	line-height: 1.25;
	white-space: normal;
}

.ixp-sidebar-notification-text small {
	margin-top: 4px;
	color: rgba(191, 219, 254, .7);
	font-size: 9px;
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: .06em;
}

.ixp-sidebar-notification-empty {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 40px;
	padding: 9px 10px;
	border-radius: 13px;
	background: rgba(15, 23, 42, .22);
	color: rgba(255,255,255,.58);
	font-size: 12px;
	font-weight: 850;
}

.ixp-sidebar-notification-empty .glyphicon {
	color: rgba(147, 197, 253, .82);
}

.ixp-sidebar-categories-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: calc(100% - 32px);
	min-height: 42px;
	margin: 8px 16px 14px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 15px;
	background: rgba(255, 255, 255, .09);
	color: #fff;
	font-size: 13px;
	font-weight: 950;
	line-height: 1.1;
	padding: 10px 14px;
	text-align: center;
	transition: .16s ease;
}

.ixp-sidebar-categories-toggle:hover,
.ixp-sidebar-categories-toggle:focus {
	background: rgba(37, 99, 235, .55);
	border-color: rgba(255, 255, 255, .24);
	color: #fff;
	outline: none;
}

.ixp-sidebar-categories-caret {
	margin-left: auto;
	padding-left: 6px;
	transition: transform .16s ease;
}

.ixp-sidebar-categories-toggle:not(.is-open) .ixp-sidebar-categories-caret {
	transform: rotate(0deg);
}

.ixp-sidebar-categories-toggle.is-open .ixp-sidebar-categories-caret {
	transform: rotate(180deg);
}

.ixp-sidebar-categories-panel {
	display: none;
	max-height: min(48vh, 520px);
	overflow-y: auto;
	padding-bottom: 14px;
}

.ixp-sidebar-categories-panel.show {
	display: block;
}

.ixp-quick-navigation-toggle {
	margin: 0 0 20px;
	width: 100%;
	background:
		linear-gradient(135deg, rgba(15, 23, 42, .72), rgba(14, 165, 233, .32));
	letter-spacing: .06em;
}

.ixp-quick-navigation-toggle .glyphicon-th-large {
	color: #bae6fd;
}

.ixp-quick-navigation-panel {
	max-height: none;
	overflow: visible;
	padding: 0 0 8px;
}

.ixp-quick-navigation-panel.show {
	display: grid;
	gap: 10px;
}

.ixp-quick-navigation-panel > a {
	margin: 0 !important;
}

.ixp-quick-navigation-panel > a + a {
	margin-top: 10px !important;
}

.ixp-quick-navigation-bottom {
	display: grid;
	gap: 10px;
	margin-top: 4px;
	padding-top: 10px;
	padding-bottom: 8px;
	border-top: 1px solid rgba(255,255,255,.1);
}

.ixp-admin-wall-toggle {
	margin-top: 2px;
	background:
		linear-gradient(135deg, rgba(15, 23, 42, .82), rgba(37, 99, 235, .45));
	letter-spacing: .08em;
}

.ixp-admin-wall-toggle .glyphicon-lock {
	color: #bfdbfe;
}

.ixp-admin-wall-panel {
	border-top: 1px solid rgba(255,255,255,.1);
	padding-top: 10px;
}

.ixp-admin-area-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 44px;
	margin: 0 0 10px;
	border: 1px solid rgba(34, 197, 94, .24);
	border-radius: 15px;
	background: rgba(34, 197, 94, .16);
	color: #dcfce7 !important;
	font-size: 13px;
	font-weight: 950;
	text-decoration: none !important;
}

.ixp-admin-area-btn:hover,
.ixp-admin-area-btn:focus {
	background: rgba(34, 197, 94, .82);
	color: #fff !important;
}

.ixp-footer-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 90000;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	min-height: 48px;
	padding: 7px 14px;
	border-top: 1px solid rgba(56, 189, 248, .34);
	background:
		linear-gradient(90deg, rgba(5, 12, 22, .96), rgba(15, 23, 42, .94) 48%, rgba(12, 74, 110, .93));
	backdrop-filter: blur(18px) saturate(1.45);
	color: rgba(255,255,255,.86);
	font-size: 11px;
	font-weight: 850;
	box-shadow: 0 -14px 34px rgba(15, 23, 42, .28), inset 0 1px 0 rgba(255,255,255,.08);
	cursor: default;
	user-select: none;
}

.ixp-footer-bar * {
	cursor: default !important;
	user-select: none;
}

.ixp-footer-left,
.ixp-footer-center,
.ixp-footer-right {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.ixp-footer-center {
	justify-content: center;
}

.ixp-footer-right {
	justify-content: flex-end;
}

.ixp-footer-brand {
	color: #fff;
	font-weight: 950;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.ixp-footer-chip,
#ixp-footer-date,
#ixp-footer-clock {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 34px;
	max-width: 100%;
	padding: 6px 10px;
	border: 0;
	border-left: 1px solid rgba(125, 211, 252, .16);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

a.ixp-footer-chip {
	color: rgba(255,255,255,.86) !important;
	text-decoration: none !important;
}

.ixp-footer-language-btn {
	cursor: pointer !important;
	color: #ecfeff !important;
	border-left-color: rgba(94, 234, 212, .22);
	transition: background .16s ease, color .16s ease;
}

.ixp-footer-language-btn:hover,
.ixp-footer-language-btn:focus {
	background: rgba(20, 184, 166, .20);
	color: #fff !important;
	outline: none;
}

#ixp-footer-date + #ixp-footer-clock {
	border-left: 0;
	padding-left: 0;
}

.ixp-footer-language-btn + #ixp-footer-date {
	border-left: 0;
	padding-left: 0;
}

.ixp-footer-session-logout {
	position: relative;
	display: inline-flex !important;
	min-width: 124px;
	justify-content: center;
	transition: background .16s ease, border-color .16s ease, color .16s ease;
}

.ixp-footer-session-logout .ixp-session-hover-label {
	display: none;
}

.ixp-footer-session-logout:hover,
.ixp-footer-session-logout:focus {
	background: rgba(239, 68, 68, .18);
	color: #fff !important;
	outline: none;
}

.ixp-footer-session-logout:hover .glyphicon,
.ixp-footer-session-logout:focus .glyphicon {
	color: #fecaca;
}

.ixp-footer-session-logout:hover .ixp-session-label,
.ixp-footer-session-logout:focus .ixp-session-label {
	display: none;
}

.ixp-footer-session-logout:hover .ixp-session-hover-label,
.ixp-footer-session-logout:focus .ixp-session-hover-label {
	display: inline;
}

.ixp-footer-chip span,
#ixp-footer-date,
#ixp-footer-clock {
	overflow: hidden;
	text-overflow: ellipsis;
}

.ixp-footer-pulse,
.ixp-footer-chat-orb {
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: #22c55e;
	box-shadow: 0 0 0 4px rgba(34, 197, 94, .14), 0 0 16px rgba(34, 197, 94, .64);
	flex: 0 0 auto;
}

.ixp-footer-live-chat {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 34px;
	padding: 6px 10px;
	border: 0;
	border-left: 1px solid rgba(125, 211, 252, .16);
	border-radius: 0;
	background: transparent;
	color: #fff !important;
	font-size: 11px;
	font-weight: 950;
	text-decoration: none !important;
	box-shadow: none;
}

.ixp-footer-live-chat:hover,
.ixp-footer-live-chat:focus {
	background: rgba(14, 165, 233, .18);
	color: #fff !important;
	transform: none;
	outline: none;
}

.ixp-footer-live-chat .ixp-footer-chat-orb {
	background: #f8fafc;
	box-shadow: 0 0 0 4px rgba(255,255,255,.16), 0 0 18px rgba(255,255,255,.72);
}

.ixp-live-help-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 6px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .18);
	color: #fff;
	font-size: 9px;
	font-weight: 950;
	line-height: 1;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.22);
}

.ixp-footer-live-chat.is-live-help-open .ixp-live-help-badge {
	background: #38bdf8;
	color: #082f49;
}

.ixp-footer-live-chat.is-live-help-active .ixp-live-help-badge {
	background: #22c55e;
	color: #052e16;
}

.ixp-footer-live-chat.is-live-help-new .ixp-live-help-badge {
	background: #ef4444;
	color: #fff;
	animation: ixp-live-help-badge-pulse 1.4s ease-in-out infinite;
}

@keyframes ixp-live-help-badge-pulse {
	0%, 100% {
		box-shadow: 0 0 0 0 rgba(239, 68, 68, .34), inset 0 1px 0 rgba(255,255,255,.22);
	}
	50% {
		box-shadow: 0 0 0 6px rgba(239, 68, 68, 0), inset 0 1px 0 rgba(255,255,255,.22);
	}
}

.ixp-footer-admin-help {
	background: transparent;
}

.ixp-footer-admin-help:hover,
.ixp-footer-admin-help:focus {
	background: rgba(34, 197, 94, .18);
}

.ixp-live-help-popover {
	position: fixed;
	right: 14px;
	bottom: 58px;
	z-index: 90010;
	display: flex;
	flex-direction: column;
	width: min(390px, calc(100vw - 28px));
	height: min(500px, calc(100vh - 110px));
	border: 0px solid rgba(125, 211, 252, .36);
	border-radius: 24px;
	background:
		transparent;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	transform: translateY(26px) scale(.985);
	transform-origin: bottom right;
	transition: opacity .22s ease, transform .26s cubic-bezier(.2, .8, .2, 1);
}

.ixp-live-help-popover.is-open {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0) scale(1);
}

.ixp-live-help-popover-head {
	display: flex;
	align-items: center;
	min-height: 62px;
	padding: 8px;
	background:
		transparent;
	color: #c43b3b;
	flex: 0 0 auto;
}

.ixp-live-help-head-inner {
	display: flex;
	align-items: center;
	gap: 11px;
	width: 100%;
	min-width: 0;
	min-height: 50px;
	padding: 8px 9px 8px 11px;
	border-radius: 18px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 18px 46px rgba(15, 23, 42, .18), inset 0 1px 0 rgba(255,255,255,.92);
	backdrop-filter: blur(10px) saturate(1.2);
	opacity: 0;
	transform: translateY(10px) scale(.98);
	transition:
		opacity .34s ease 2s,
		transform .42s cubic-bezier(.2, .8, .2, 1) 2s;
}

.ixp-live-help-popover.is-open .ixp-live-help-head-inner {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.ixp-live-help-head-inner strong,
.ixp-live-help-head-inner span {
	display: block;
}

.ixp-live-help-agent {
	position: relative;
	flex: 0 0 auto;
}

.ixp-live-help-avatar {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 14px;
	background: linear-gradient(135deg, #e0f2fe, #ffffff);
	color: #0f3f8c;
	font-size: 11px;
	font-weight: 950;
	box-shadow: 0 24px 70px rgba(15, 23, 42, .34), inset 0 1px 0 rgba(255,255,255,.86);
}

.ixp-live-help-status-dot {
	position: absolute;
	right: -2px;
	bottom: -2px;
	width: 11px;
	height: 11px;
	border: 2px solid #0f766e;
	border-radius: 999px;
	background: #22c55e;
	box-shadow: 0 0 0 3px rgba(34, 197, 94, .18);
	animation: ixp-status-pulse 1.4s ease-in-out infinite;
}

@keyframes ixp-status-pulse {
	0%, 100% {
		background: #22c55e;
		box-shadow:
			0 0 0 3px rgba(34, 197, 94, .18),
			0 0 0 0 rgba(34, 197, 94, .45);
	}
	50% {
		background: #86efac;
		box-shadow:
			0 0 0 3px rgba(34, 197, 94, .22),
			0 0 0 7px rgba(34, 197, 94, 0);
	}
}
.ixp-live-help-title {
	min-width: 0;
	flex: 1 1 auto;
}

.ixp-live-help-popover-head strong {
	font-size: 14px;
	font-weight: 950;
	line-height: 1.15;
	display: inline-block;
	background: linear-gradient(90deg, #c43b3b 0%, #ffb4b4 38%, #c43b3b 72%);
	background-size: 220% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	animation: ixp-live-help-title-shimmer 2.8s ease-in-out infinite;
	text-shadow: 0 0 18px rgba(196, 59, 59, .18);
}

@keyframes ixp-live-help-title-shimmer {
	0%, 100% {
		background-position: 120% 50%;
	}
	50% {
		background-position: 0% 50%;
	}
}

.ixp-live-help-popover-head span {
	color: #414141;
	font-size: 11px;
	font-weight: 850;
	line-height: 1.25;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ixp-live-help-popover-head button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 12px;
	background: rgba(255,255,255,.10);
	color: #aaaaaa;
	flex: 0 0 auto;
	transition:
		background .16s ease,
		color .16s ease,
		transform .16s ease,
		box-shadow .16s ease;
	box-shadow: 0 24px 70px rgba(15, 23, 42, .34), inset 0 1px 0 rgba(255,255,255,.86);
}

.ixp-live-help-popover-head button:hover,
.ixp-live-help-popover-head button:focus {
	background: rgba(255,255,255,.18);
	color: #c43b3b;
	transform: translateY(-2px);
	box-shadow: 0 28px 76px rgba(15, 23, 42, .40), inset 0 1px 0 rgba(255,255,255,.9);
	outline: none;
}

.ixp-live-help-popover-head button:hover,
.ixp-live-help-popover-head button:focus {
	background: rgba(255,255,255,.18);
	outline: none;
}

.ixp-live-help-popover iframe {
	display: block;
	border: 0;
	background: #fff;
	flex: 1 1 auto;
	margin: 8px;
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	border-radius: 18px;
	box-shadow: 0 1px 0 rgba(15, 23, 42, .06), inset 0 0 0 1px rgba(148, 163, 184, .18);
	opacity: 0;
	transform: translateY(14px) scale(.992);
	transition:
		opacity .26s ease .08s,
		transform .34s cubic-bezier(.2, .8, .2, 1) .08s;
}

.ixp-live-help-popover.is-open iframe {
	opacity: 1;
	transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
	.ixp-live-help-popover,
	.ixp-live-help-head-inner,
	.ixp-live-help-popover iframe {
		transition: none;
		transform: none;
	}

	.ixp-live-help-popover.is-open .ixp-live-help-head-inner,
	.ixp-live-help-popover.is-open iframe {
		opacity: 1;
	}
}

.ixp-footer-seconds {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	border: 1px solid rgba(56, 189, 248, .72);
	background:
		radial-gradient(circle, transparent 0 62%, rgba(56, 189, 248, .34) 63%, rgba(56, 189, 248, .58) 70%, transparent 71%),
		transparent;
	box-shadow: 0 0 14px rgba(14, 165, 233, .18), inset 0 0 0 1px rgba(125, 211, 252, .18);
	flex: 0 0 auto;
	overflow: hidden;
	opacity: .82;
}

.ixp-footer-seconds::after {
	content: "";
	position: absolute;
	inset: 5px;
	border-radius: inherit;
	background: transparent;
}

.ixp-footer-seconds-hand {
	position: absolute;
	z-index: 2;
	width: 2px;
	height: 11px;
	left: 50%;
	top: 4px;
	margin-left: -1px;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 0 8px rgba(255, 255, 255, .78), 0 0 14px rgba(125, 211, 252, .34);
	transform-origin: 50% 11px;
	transform: rotate(var(--ixp-second-angle, 0deg));
	animation: ixpSmoothSeconds 60s linear infinite;
	animation-delay: var(--ixp-second-delay, 0s);
}

@keyframes ixpSmoothSeconds {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@media (max-width: 1020px) {
	.ixp-mobile-sidebar-toggle {
		display: block;
		grid-column: 1 / -1;
	}

	.ixp-sidebar {
		position: relative;
		top: 0;
		width: 100% !important;
		height: auto;
		display: none;
	}

	.ixp-sidebar.ixp-sidebar-open {
		display: flex !important;
	}
}

@media (max-width: 700px) {
	.ixp-sidebar-page {
		padding-bottom: 84px;
	}

	.ixp-mobile-sidebar-toggle {
		min-height: 38px;
		padding: 8px 11px !important;
		border-radius: 12px !important;
		font-size: 12px !important;
	}

	.ixp-sidebar {
		width: min(88vw, 320px) !important;
		max-width: calc(100vw - 16px) !important;
		max-height: calc(100vh - 94px) !important;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch;
	}

	.ixp-sidebar-header {
		padding: 12px !important;
		gap: 10px !important;
	}

	.ixp-brand {
		align-items: center;
		gap: 10px !important;
	}

	.ixp-logo-card {
		width: 38px !important;
		height: 38px !important;
		flex: 0 0 38px !important;
	}

	.ixp-brand-title {
		font-size: 14px !important;
		line-height: 1.15 !important;
	}

	.ixp-brand-subtitle {
		font-size: 9px !important;
		line-height: 1.2 !important;
		white-space: nowrap;
	}

	.ixp-user-pill {
		padding: 8px 10px !important;
	}

	.ixp-user-label {
		font-size: 9px !important;
	}

	.ixp-user-name {
		font-size: 12px !important;
	}

	.ixp-sidebar-actions,
	.bottom-footer-side {
		padding: 0 12px !important;
		gap: 8px !important;
	}

	.ixp-sidebar-smart-panel {
		padding: 9px !important;
		border-radius: 13px !important;
	}

	.ixp-sidebar-smart-head {
		font-size: 9px !important;
	}

	.ixp-sidebar-smart-row a {
		min-height: 29px !important;
		padding: 7px 9px !important;
		font-size: 11px !important;
	}

	.ixp-sidebar-smart-head button,
	.ixp-sidebar-smart-row button {
		width: 24px !important;
		height: 24px !important;
		border-radius: 9px !important;
	}

	.ixp-sidebar-actions a,
	.bottom-footer-side a,
	.ixp-admin-area-btn {
		min-height: 38px !important;
		padding: 8px 10px !important;
		font-size: 12px !important;
		line-height: 1.15 !important;
	}

	.ixp-sidebar .ixp-sidebar-search-wrap {
		padding: 10px 12px 12px !important;
	}

	.ixp-sidebar-notifications {
		margin: 0 12px 10px !important;
		padding: 10px !important;
		border-radius: 14px !important;
	}

	.ixp-sidebar-notifications-head {
		margin-bottom: 8px !important;
	}

	.ixp-sidebar-section-kicker {
		font-size: 8px !important;
	}

	.ixp-sidebar-notifications-head strong {
		font-size: 12px !important;
	}

	.ixp-sidebar-notification {
		padding: 8px !important;
		border-radius: 12px !important;
	}

	.ixp-sidebar-notification-text strong {
		font-size: 11px !important;
	}

	.ixp-sidebar-notification-text span {
		font-size: 10px !important;
	}

	.ixp-sidebar-notifications-actions button {
		width: 24px !important;
		height: 24px !important;
		border-radius: 9px !important;
	}

	.ixp-sidebar .ixp-sidebar-search-label {
		margin-bottom: 6px;
		font-size: 10px;
	}

	.ixp-sidebar #homepage-search-box,
	.ixp-sidebar #homepage-search-box-container .btn {
		height: 40px;
	}

	.ixp-sidebar #homepage-search-box {
		font-size: 12px;
	}

	.ixp-sidebar-search-hint {
		display: none;
	}

	.ixp-sidebar-categories-toggle {
		width: calc(100% - 24px);
		min-height: 38px;
		margin: 0 12px 10px;
		border-radius: 12px;
		font-size: 12px;
	}

	.ixp-sidebar-categories-panel {
		max-height: min(42vh, 360px);
	}

	.ixp-footer-bar {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 5px 8px;
		min-height: 58px;
		padding: 6px 8px;
		font-size: 10px;
	}

	.ixp-footer-left,
	.ixp-footer-center,
	.ixp-footer-right {
		width: 100%;
	}

	.ixp-footer-left {
		grid-column: 1 / 2;
		justify-content: flex-start;
		gap: 5px;
	}

	.ixp-footer-center {
		grid-column: 1 / 2;
		grid-row: 2;
		justify-content: flex-start;
		gap: 5px;
	}

	.ixp-footer-right {
		grid-column: 2 / 3;
		grid-row: 1 / 3;
		align-self: stretch;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-content: center;
		gap: 5px;
		width: auto;
		max-width: 44vw;
	}

	.ixp-footer-chip,
	#ixp-footer-date,
	#ixp-footer-clock {
		min-height: 28px;
		padding: 4px 6px;
		font-size: 10px;
	}

	.ixp-footer-brand {
		max-width: 98px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.ixp-footer-center .ixp-footer-chip:first-child {
		display: none;
	}

	.ixp-footer-live-chat {
		min-height: 30px;
		padding: 5px 7px;
		font-size: 10px;
		white-space: nowrap;
	}

	.ixp-live-help-badge {
		min-width: 16px;
		height: 16px;
		padding: 0 5px;
		font-size: 8px;
	}

	.ixp-footer-seconds {
		width: 26px;
		height: 26px;
	}

	.ixp-footer-admin-help {
		display: none;
	}

	.ixp-live-help-popover {
		right: 8px;
		left: 8px;
		bottom: 70px;
		width: auto;
		height: min(470px, calc(100vh - 112px));
		border-radius: 18px;
	}

	.ixp-live-help-popover-head {
		min-height: 56px;
		padding: 6px;
	}

	.ixp-live-help-head-inner {
		min-height: 46px;
		padding: 6px 7px;
		border-radius: 15px;
		gap: 9px;
	}

	.ixp-live-help-avatar {
		width: 34px;
		height: 34px;
		border-radius: 12px;
		font-size: 10px;
	}

	.ixp-live-help-popover iframe {
		margin: 6px;
		width: calc(100% - 12px);
		height: calc(100% - 12px);
		border-radius: 14px;
	}

	#ixp-footer-clock {
		max-width: 86px;
	}

	#ixp-footer-date {
		max-width: 84px;
	}
}

@media (max-width: 420px) {
	.ixp-sidebar-page {
		padding-bottom: 72px;
	}

	.ixp-footer-bar {
		min-height: 56px;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 4px 6px;
		padding: 6px 7px;
	}

	.ixp-footer-center {
		display: none;
	}

	.ixp-footer-right {
		grid-row: 1 / 3;
		max-width: 48vw;
	}

	.ixp-footer-session-logout {
		min-width: 82px;
		max-width: 40vw;
	}

	.ixp-footer-session-logout .ixp-session-label {
		display: none;
	}

	.ixp-footer-session-logout .ixp-session-hover-label {
		display: inline;
	}

	.ixp-footer-chip {
		max-width: 46vw;
	}

	.ixp-footer-left {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
		gap: 4px 5px;
		align-items: center;
	}

	.ixp-footer-brand {
		grid-column: 1 / 3;
		max-width: 46vw;
		font-size: 10px;
	}

	.ixp-footer-online {
		display: none;
	}

	#ixp-footer-city {
		max-width: 46vw;
		min-height: 24px;
		padding: 3px 6px;
		font-size: 9px;
	}

	.ixp-footer-live-chat {
		gap: 5px;
		min-height: 28px;
		padding: 4px 6px;
		font-size: 9px;
	}

	.ixp-footer-live-chat .ixp-footer-chat-orb {
		width: 6px;
		height: 6px;
	}

	.ixp-live-help-badge {
		min-width: 14px;
		height: 14px;
		padding: 0 4px;
		font-size: 7px;
	}

	.ixp-footer-seconds {
		width: 24px;
		height: 24px;
	}

	#ixp-footer-date,
	#ixp-footer-clock {
		display: none;
	}
}
