@keyframes react-select-loading-indicator{0%,80%,100%{opacity:0;}40%{opacity:1;}}
@-webkit-keyframes react-select-loading-indicator{0%,80%,100%{opacity:0;}40%{opacity:1;}}

.react-select {
	position: relative;
	box-sizing: border-box;
}

.react-select--single{}

.react-select--multiple{}

.react-select--is-disabled {
	pointer-events: none;
	position: relative;
	box-sizing: border-box;
}

.react-select__control {
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: hsl(0,0%,100%);
	border-color: hsl(0,0%,80%);
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	cursor: default;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 38px;
	outline: 0 !important;
	position: relative;
	-webkit-transition: all 100ms;
	transition: all 100ms;
	box-sizing: border-box;
}

.react-select__control:hover {
	border-color: hsl(0,0%,70%);
}

.react-select__control--is-focused {
    box-shadow: 0 0 0 1px #2684ff
}

.react-select__control--is-focused:hover {
    border-color: #2684ff
}

.react-select__control--is-disabled {
	background-color: hsl(0,0%,95%);
	border-color: hsl(0,0%,90%);
}

.react-select__value-container {
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 2px 8px;
	-webkit-overflow-scrolling: touch;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.react-select__value-container--is-multi {}

.react-select__placeholder {
	color: hsl(0,0%,50%);
	margin-left: 2px;
	margin-right: 2px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	box-sizing: border-box;
}

.react-select__single-value {
	color: hsl(0,0%,20%);
	margin-left: 2px;
	margin-right: 2px;
	max-width: calc(100% - 8px);
	overflow: hidden;
	position: absolute;
	text-overflow: ellipsis;
	white-space: nowrap;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	box-sizing: border-box;
}

.react-select__single-value--is-disabled {
	color: hsl(0,0%,60%);
}

.react-select__multi-value {
	background-color: hsl(0,0%,90%);
	border-radius: 2px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 2px;
	min-width: 0;
	box-sizing: border-box;
}

.react-select__multi-value__label {
	border-radius: 2px;
	color: hsl(0,0%,20%);
	font-size: 85%;
	overflow: hidden;
	padding: 3px;
	padding-left: 6px;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}

.react-select__multi-value__remove {
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 2px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 4px;
	padding-right: 4px;
	box-sizing: border-box;
}

.react-select__multi-value__remove svg {
	display: inline-block;
	fill: currentColor;
	line-height: 1;
	stroke: currentColor;
	stroke-width: 0;
}

.react-select__multi-value__remove:hover {
	background-color: #FFBDAD;
	color: #DE350B;
}

.react-select__value-container > div:last-child {
	margin: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	visibility: visible;
	color: hsl(0,0%,20%);
	box-sizing: border-box;
}

.react-select__input {}

.react-select__input input {}

.react-select__indicators {
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	box-sizing: border-box;
}

.react-select__indicator {}

.react-select__clear-indicator {
	color: hsl(0,0%,80%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 8px;
	-webkit-transition: color 150ms;
	transition: color 150ms;
	box-sizing: border-box;
}

.react-select__clear-indicator:hover {
	color: hsl(0,0%,60%);
}

.react-select__control--is-focused .react-select__clear-indicator {
	color: hsl(0,0%,40%);
}

.react-select__clear-indicator svg {
	display: inline-block;
	fill: currentColor;
	line-height: 1;
	stroke: currentColor;
	stroke-width: 0;
}

.react-select__indicator-separator {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	background-color: hsl(0,0%,80%);
	margin-bottom: 8px;
	margin-top: 8px;
	width: 1px;
	box-sizing: border-box;
}

.react-select__dropdown-indicator {
	color: hsl(0,0%,80%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 8px;
	-webkit-transition: color 150ms;
	transition: color 150ms;
	box-sizing: border-box;
}

.react-select__dropdown-indicator:hover {
	color: hsl(0,0%,60%);
}

.react-select__control--is-focused .react-select__dropdown-indicator {
	color: hsl(0,0%,40%);
}

.react-select__dropdown-indicator svg {
	display: inline-block;
	fill: currentColor;
	line-height: 1;
	stroke: currentColor;
	stroke-width: 0;
}

.react-select__loading-indicator {
	color: hsl(0,0%,80%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 8px;
	-webkit-transition: color 150ms;
	transition: color 150ms;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	font-size: 4px;
	line-height: 1;
	margin-right: 4px;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
}

.react-select__loading-indicator span:nth-child(1) {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: react-select-loading-indicator;
	animation-name: react-select-loading-indicator;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	background-color: hsl(0,0%,80%);
	border-radius: 1em;
	display: inline-block;
	height: 1em;
	vertical-align: top;
	width: 1em;
}

.react-select__loading-indicator span:nth-child(2) {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 160ms;
	animation-delay: 160ms;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: react-select-loading-indicator;
	animation-name: react-select-loading-indicator;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	background-color: hsl(0,0%,80%);
	border-radius: 1em;
	display: inline-block;
	margin-left: 1em;
	height: 1em;
	vertical-align: top;
	width: 1em;
}

.react-select__loading-indicator span:nth-child(3) {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 320ms;
	animation-delay: 320ms;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: react-select-loading-indicator;
	animation-name: react-select-loading-indicator;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	background-color: hsl(0,0%,80%);
	border-radius: 1em;
	display: inline-block;
	margin-left: 1em;
	height: 1em;
	vertical-align: top;
	width: 1em;
}

.react-select__control--is-focused .react-select__loading-indicator,
.react-select__control--is-focused .react-select__loading-indicator span {
	color: hsl(0,0%,40%);
}

.react-select__menu {
	top: 100%;
	background-color: hsl(0,0%,100%);
	border-radius: 4px;
	box-shadow: 0 0 0 1px hsla(0,0%,0%,0.1),0 4px 11px hsla(0,0%,0%,0.1);
	margin-bottom: 8px;
	margin-top: 8px;
	position: absolute;
	width: 100%;
	z-index: 1;
	box-sizing: border-box;
}

.react-select__menu-list {
	max-height: 300px;
	overflow-y: auto;
	padding-bottom: 4px;
	padding-top: 4px;
	position: relative;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
}

.react-select__menu-list--is-multi {}

.react-select__option {
	background-color: transparent;
	color: inherit;
	cursor: default;
	display: block;
	font-size: inherit;
	padding: 8px 12px;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	box-sizing: border-box;
}

.react-select__option--is-selected {
	background-color: #2684FF;
	color: hsl(0,0%,100%);
	cursor: default;
	display: block;
	font-size: inherit;
	padding: 8px 12px;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	box-sizing: border-box;
}

.react-select__option--is-focused {
	background-color: #DEEBFF;
	color: inherit;
	cursor: default;
	display: block;
	font-size: inherit;
	padding: 8px 12px;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	box-sizing: border-box;
}