.textcomplete-dropdown.dropdown-menu {
	background: #fff;
	border: 1px solid #cfd7df;
	border-radius: 4px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
	list-style: none !important;
	margin: 4px 0 0 !important;
	padding: 4px 0 !important;
	min-width: 220px;
	z-index: 9999;
}

.textcomplete-dropdown.dropdown-menu li,
.textcomplete-dropdown.dropdown-menu .textcomplete-item {
	list-style: none !important;
	list-style-image: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.textcomplete-item:first-child {
	margin-top: 0;
}

.textcomplete-dropdown.dropdown-menu > li > a,
.textcomplete-dropdown.dropdown-menu > .textcomplete-item > a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 10px;
	text-decoration: none;
	line-height: 1.2;
	white-space: nowrap;
}

.textcomplete-dropdown.dropdown-menu > .active > a,
.textcomplete-dropdown.dropdown-menu > .active > a:focus,
.textcomplete-dropdown.dropdown-menu > .active > a:hover,
.textcomplete-dropdown.dropdown-menu > li > a:hover {
	background: #e9f3f8;
	color: #105289;
}

.textcomplete-item.active {
	cursor: pointer;
}

.textcomplete-item > a > img,
.textcomplete-item > a > img.avatar,
.nemtion > .avatar,
.nemtion > img {
	vertical-align: middle;
	max-width: 25px;
	max-height: 25px;
	flex: 0 0 25px;
}

.nemtion {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

input[name='sitesplat.nemtions.notification_notification.method.email'] {
	display: none;
}
