.multi--hidden {
	display: none
}

.multi {}

.dark button {
	background-color: #000;
	color: #fff
}

.dark .dropdown {
	background-color: #000;
	color: #fff
}

.dark .selected {
	color: #0e0
}

.dark .selected::after {
	filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%)
}

.multi__display {
	overflow: hidden;
	width: 100%;
	font-family: sans-serif;
	border: 1px solid rgba(0, 0, 0, .15);
	background-color: #f8f9fa;
	padding: .375rem .75rem;
	line-height: 1.5;
	font-size: 1rem;
	border-radius: .25%;
	position: relative;
	text-align: left;
	white-space: nowrap
}

.multi__dropdown-toggle {
	background-color: #dae0e5
}

.multi__display::after {
	background: url(<svg aria-hidden="true" focusable="false" data-prefix="fal" data-icon="check" class="svg-inline--fa fa-check fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M413.505 91.951L133.49 371.966l-98.995-98.995c-4.686-4.686-12.284-4.686-16.971 0L6.211 284.284c-4.686 4.686-4.686 12.284 0 16.971l118.794 118.794c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-11.314-11.314c-4.686-4.686-12.284-4.686-16.97 0z"></path></svg>);
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
	right: 10px;
	top: 15px;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

.multi__inner {
	width: 180px;
	overflow: hidden
}

.multi__dropdown {
	font-family: sans-serif;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
	padding: 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	overflow-y: auto;
	position: absolute;
    width: 95%;
    z-index: 1;
    background-color: #fff;
    height: 150px;
}

.multi__dropdown ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
	padding: 5px 10px;
	min-height: 100px
}

.multi__li-item {
	cursor: pointer
}

.multi__li-item--selected {
	color: #00f;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.multi__li-item--selected::after {
	background: url(<svg aria-hidden="true" focusable="false" data-prefix="fal" data-icon="check" class="svg-inline--fa fa-check fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M413.505 91.951L133.49 371.966l-98.995-98.995c-4.686-4.686-12.284-4.686-16.971 0L6.211 284.284c-4.686 4.686-4.686 12.284 0 16.971l118.794 118.794c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-11.314-11.314c-4.686-4.686-12.284-4.686-16.97 0z"></path></svg>);
	display: inline-block;
	width: .35em;
	height: .4em;
	font-size: 3.5em;
	right: 10px;
	content: ""
}