.module-users .badge-role {
	font-size: 0.85rem;
	width: 140px;
	margin: 2px;
}

.module-users .col-role {
	width: 180px;
}

.module-users .select2-selection--multiple {
	min-height: 38px;
}

.module-users .select2-container .select2-selection--multiple .select2-selection__rendered {
	display: contents;
}

.module-users .select2-container .select2-selection--multiple .select2-search--inline {
	display: inline-block;
	float: none;
}

.module-users .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
	color: #495057;
	line-height: inherit;
	margin: 0.375rem 0.75rem;
}

.module-users .select2-container .select2-selection--multiple .select2-selection__choice {
	background: #bbb;
	border: none;
	font-weight: 600;
	font-size: 0.8rem;
	padding: 0.15rem 0.4rem 0.15rem 0.4rem;
	text-transform: uppercase;
	color: #fff;
}

.module-users .select2-container .select2-selection--multiple .select2-selection__choice[title~="Administrator"]  {
	background: #4388cc;
}

.module-users .select2-container .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff;
	font-size: 1.4rem;
	padding: 0 0 0 0.5rem;
	text-shadow: none;
}