.gimcat-enhanced-select.gimcat-enhanced-select {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	min-height: 2.5rem;
	padding: 0 !important;
	position: relative;
	width: 100%;
}

.gimcat-enhanced-select__native {
	display: none !important;
}

.gimcat-enhanced-select__button {
	align-items: center;
	appearance: none;
	-webkit-appearance: none;
	background: #fff !important;
	background-image: linear-gradient(45deg, transparent 50%, #5954ea 50%), linear-gradient(135deg, #5954ea 50%, transparent 50%);
	background-position: calc(100% - 1.15rem) calc(1.1rem), calc(100% - 0.8rem) calc(1.1rem);
	background-repeat: no-repeat;
	background-size: 0.42rem 0.42rem, 0.42rem 0.42rem;
	border: 1px solid rgba(87, 80, 232, 0.5) !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	color: #3b38a3 !important;
	cursor: pointer;
	display: flex;
	font-family: "Gabarito", Arial, Helvetica, sans-serif !important;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	justify-content: flex-start;
	line-height: 1.2;
	min-height: 2.5rem;
	outline: none;
	padding: 0.78rem 2.5rem 0.78rem 12px;
	text-align: left;
	text-transform: none !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	width: 100%;
}

.gimcat-enhanced-select__button:focus,
.gimcat-enhanced-select.is-open .gimcat-enhanced-select__button {
	border-color: rgba(89, 84, 234, 0.85) !important;
	box-shadow: 0 0 0 1px rgba(89, 84, 234, 0.12) !important;
}

.gimcat-enhanced-select__list {
	background: #fff;
	border: 1px solid rgba(87, 80, 232, 0.34);
	border-radius: 4px;
	box-shadow: 0 14px 34px rgba(20, 20, 45, 0.16);
	display: none;
	left: 0;
	list-style: none;
	margin: 0.35rem 0 0;
	max-height: 16rem;
	min-width: 100%;
	overflow: auto;
	padding: 0.35rem 0;
	position: absolute;
	top: 100%;
	z-index: 30;
}

.gimcat-enhanced-select.is-open .gimcat-enhanced-select__list {
	display: block;
}

.gimcat-enhanced-select__option {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #17324d;
	cursor: pointer;
	display: block;
	font-family: "Gabarito", Arial, Helvetica, sans-serif !important;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25;
	margin: 0;
	min-height: 0;
	outline: none;
	padding: 0.42rem 0.75rem;
	text-align: left;
	text-decoration: none;
	text-transform: none !important;
	width: 100%;
}

.gimcat-enhanced-select__option:hover,
.gimcat-enhanced-select__option:focus,
.gimcat-enhanced-select__option[aria-selected="true"] {
	background: #5750e8;
	color: #fff;
}
