.v-select {
	position: relative !important ;
	font-family: inherit
}

.v-select,
.v-select * {
	box-sizing: border-box
}

@-webkit-keyframes vSelectSpinner {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}

@keyframes vSelectSpinner {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}

.vs__fade-enter-active,
.vs__fade-leave-active {
	pointer-events: none !important ;
	transition: opacity .15s cubic-bezier(1, .5, .8, 1)
}

.vs__fade-enter,
.vs__fade-leave-to {
	opacity: 0
}

.vs--disabled .vs__clear,
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__open-indicator,
.vs--disabled .vs__search,
.vs--disabled .vs__selected {
	cursor: not-allowed !important ;
	background-color: #f8f8f8
}

.v-select[dir=rtl] .vs__actions {
	padding: 0 3px 0 6px
}

.v-select[dir=rtl] .vs__clear {
	margin-left: 6px !important ;
	margin-right: 0
}

.v-select[dir=rtl] .vs__deselect {
	margin-left: 0 !important ;
	margin-right: 2px
}

.v-select[dir=rtl] .vs__dropdown-menu {
	text-align: right
}

.vs__dropdown-toggle {
	-webkit-appearance: none !important ;
	-moz-appearance: none !important ;
	appearance: none !important ;
	display: flex !important ;
	padding: 0 0 4px !important ;
	background: none !important ;
	border: 1px solid rgba(60, 60, 60, .26) !important ;
	border-radius: 4px !important ;
	white-space: normal
}

.vs__selected-options {
	display: flex !important ;
	flex-basis: 100% !important ;
	flex-grow: 1 !important ;
	flex-wrap: wrap !important ;
	padding: 0 2px !important ;
	position: relative
}

.vs__actions {
	display: flex !important ;
	align-items: center !important ;
	padding: 4px 6px 0 3px
}

.vs--searchable .vs__dropdown-toggle {
	cursor: text
}

.vs--unsearchable .vs__dropdown-toggle {
	cursor: pointer
}

.vs--open .vs__dropdown-toggle {
	border-bottom-color: transparent !important ;
	border-bottom-left-radius: 0 !important ;
	border-bottom-right-radius: 0
}

.vs__open-indicator {
	fill: rgba(60, 60, 60, .5) !important ;
	transform: scale(1) !important ;
	transition: transform .15s cubic-bezier(1, -.115, .975, .855) !important ;
	transition-timing-function: cubic-bezier(1, -.115, .975, .855)
}

.vs--open .vs__open-indicator {
	transform: rotate(180deg) scale(1)
}

.vs--loading .vs__open-indicator {
	opacity: 0
}

.vs__clear {
	fill: rgba(60, 60, 60, .5) !important ;
	padding: 0 !important ;
	border: 0 !important ;
	background-color: transparent !important ;
	cursor: pointer !important ;
	margin-right: 8px
}

.vs__dropdown-menu {
	display: block !important ;
	box-sizing: border-box !important ;
	position: absolute !important ;
	top: calc(100% - 1px) !important ;
	left: 0 !important ;
	z-index: 1000 !important ;
	padding: 5px 0 !important ;
	margin: 0 !important ;
	width: 100% !important ;
	max-height: 350px !important ;
	min-width: 160px !important ;
	overflow-y: auto !important ;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15) !important ;
	border: 1px solid rgba(60, 60, 60, .26) !important ;
	border-top-style: none !important ;
	border-radius: 0 0 4px 4px !important ;
	text-align: left !important ;
	list-style: none !important ;
	background: #fff !important ;
}

.vs__no-options {
	text-align: center
}

.vs__dropdown-option {
	line-height: 1.42857143 !important ;
	display: block !important ;
	padding: 3px 20px !important ;
	clear: both !important ;
	color: #333 !important ;
	white-space: nowrap
}

.vs__dropdown-option:hover {
	cursor: pointer
}

.vs__dropdown-option--highlight {
	background: #5897fb !important ;
	color: #fff !important ;
}

.vs__dropdown-option--disabled {
	background: inherit !important ;
	color: rgba(60, 60, 60, .5)
}

.vs__dropdown-option--disabled:hover {
	cursor: inherit
}

.vs__selected {
	display: flex !important ;
	align-items: center !important ;
	background-color: #f0f0f0 !important ;
	border: 1px solid rgba(60, 60, 60, .26) !important ;
	border-radius: 4px !important ;
	color: #333 !important ;
	line-height: 1.4 !important ;
	margin: 4px 2px 0 !important ;
	padding: 0 .25em !important ;
	z-index: 0 !important ;
}

.vs__deselect {
	display: inline-flex !important ;
	-webkit-appearance: none !important ;
	-moz-appearance: none !important ;
	appearance: none !important ;
	margin-left: 4px !important ;
	padding: 0 !important ;
	border: 0 !important ;
	cursor: pointer !important ;
	background: none !important ;
	fill: rgba(60, 60, 60, .5) !important ;
	text-shadow: 0 1px 0 #fff !important ;
}

.vs--single .vs__selected {
	background-color: transparent !important ;
	border-color: transparent !important ;
}

.vs--single.vs--open .vs__selected {
	position: absolute !important ;
	opacity: .4
}

.vs--single.vs--searching .vs__selected {
	display: none
}

.vs__search::-webkit-search-cancel-button {
	display: none
}

.vs__search::-ms-clear,
.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration {
	display: none
}

.vs__search,
.vs__search:focus {
	-webkit-appearance: none !important ;
	-moz-appearance: none !important ;
	appearance: none !important ;
	line-height: 1.4 !important ;
	font-size: 1em !important ;
	border: 1px solid transparent !important ;
	border-left: none !important ;
	outline: none !important ;
	margin: 4px 0 0 !important ;
	padding: 0 7px !important ;
	background: none !important ;
	box-shadow: none !important ;
	width: 0 !important ;
	max-width: 100% !important ;
	flex-grow: 1 !important ;
	z-index: 1
}

.vs__search::-webkit-input-placeholder {
	color: inherit
}

.vs__search::-moz-placeholder {
	color: inherit
}

.vs__search:-ms-input-placeholder {
	color: inherit
}

.vs__search::-ms-input-placeholder {
	color: inherit
}

.vs__search::placeholder {
	color: inherit
}

.vs--unsearchable .vs__search {
	opacity: 1
}

.vs--unsearchable:not(.vs--disabled) .vs__search:hover {
	cursor: pointer
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
	opacity: .2
}

.vs__spinner {
	align-self: center !important ;
	opacity: 0 !important ;
	font-size: 5px !important ;
	text-indent: -9999em !important ;
	overflow: hidden !important ;
	border: .9em solid hsla(0, 0%, 39.2%, .1) !important ;
	border-left-color: rgba(60, 60, 60, .45) !important ;
	transform: translateZ(0) !important ;
	-webkit-animation: vSelectSpinner 1.1s linear infinite !important ;
	animation: vSelectSpinner 1.1s linear infinite !important ;
	transition: opacity .1s !important ;
}

.vs__spinner,
.vs__spinner:after {
	border-radius: 50% !important ;
	width: 5em !important ;
	height: 5em !important ;
}

.vs--loading .vs__spinner {
	opacity: 1 !important ;
}