#global-search-container {
	display: none;
}

#global-search-container.is-active {
	display: flex;
}

.main-menu .create-space-button {
	border-radius: 0;
	margin-left: auto;
}

/* .main-menu .accordion-menu>.search {
	order: 2;
} */

.main-menu.searching .accordion-menu>li:not(.search) {
	display: none;
}

.edit-main-menu {
	position: absolute;
	top: 8px;
	left: 18px;
	z-index: 9999;
}

#user_switching_switch_on {
	margin: 0;
}

#user_switching_switch_on a {
	position: fixed;
	bottom: 50px;
	left: 50px;
	font-size: 0.75rem;
	background-color: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(10px) saturate(200%);
	padding: 10px 15px;
	border-radius: 3px;
	text-align: center;
	z-index: 1000;
	line-height: 1.3;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	font-weight: bold;
}

#user_switching_switch_on a::before {
	content: '\f0e2';
	font-family: 'Font Awesome 6 Free';
	margin-right: 1em;
	font-weight: bold;
	font-size: 0.875em;
}

#user_switching_switch_on a:hover {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.search .s-fg-c1-hover,
.search .s-fg-c1-hover:hover,
.search .s-fg-c1-active:active .tt-menu {
	color: initial;
}

.sf-switch-to {
	position: absolute;
	background: white;
	opacity: 1;
	align-self: center;
	right: 12px;
	box-shadow: 0 0 0 1px #eee;
}

.sf-switch-to a {
	display: flex;
	align-items: center;
}