._popup_1mlkq_2 {
	width: 100%;
	position: relative;
}
._trigger_1mlkq_7 {
	cursor: pointer;
	background: 0 0;
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
}
._triggerFullWidth_1mlkq_16 {
	width: 100%;
}
._menu_1mlkq_20 {
	background-color: var(--g-700);
	z-index: 999;
	border-radius: 0.5rem;
	outline: none;
	max-height: 18rem;
	padding: 0.5rem;
	overflow: hidden auto;
	box-shadow:
		0 24px 48px 16px #00000047,
		0 8px 20px #0000001f;
}
._menu_1mlkq_20::-webkit-scrollbar {
	border-radius: 0.5rem;
}
._menuFullWidth_1mlkq_34 {
	width: var(--trigger-width);
}
._menuList_1mlkq_38 {
	outline: none;
	flex-direction: column;
	width: 100%;
	display: flex;
}
._item_1mlkq_45 {
	cursor: pointer;
	width: 100%;
	color: var(--main-white);
	fill: var(--main-white);
	text-wrap: nowrap;
	background: 0 0;
	border: none;
	outline: none;
	align-items: center;
	gap: 0.5rem;
	display: flex;
}
._active_1mlkq_59 {
	border-radius: 0.375rem;
	background: var(--g-600) !important;
}
._selected_1mlkq_64 {
	border-radius: 0.375rem;
	background: var(--g-500) !important;
}
._disabled_1mlkq_69 {
	color: var(--g-500);
	fill: var(--g-500);
	cursor: initial;
}
._small_1mlkq_75 {
	padding: 0.5rem 0.75rem;
	font-family: Manrope, sans-serif;
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25rem;
}
._small_1mlkq_75 svg {
	width: 1rem;
	height: 1rem;
}
._large_1mlkq_88 {
	padding: 0.75rem 1rem;
	font-family: Manrope, sans-serif;
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25rem;
}
._large_1mlkq_88 svg {
	width: 1.5rem;
	height: 1.5rem;
}
._container_dr10m_2 {
	position: relative;
}
._fullWidth_dr10m_6 {
	width: 100%;
}
._label_dr10m_10 {
	color: var(--main-white);
	font-family: Manrope, sans-serif;
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25rem;
}
._startIcon_dr10m_19,
._endIcon_dr10m_20 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
._startIcon_dr10m_19 svg,
._endIcon_dr10m_20 svg {
	fill: var(--g-200);
}
._startIcon_dr10m_19 {
	left: 1rem;
}
._endIcon_dr10m_20 {
	right: 1rem;
}
._errorText_dr10m_38 {
	fill: var(--error-500);
	color: var(--error-500);
	font-family: Manrope, sans-serif;
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25rem;
}
._error_dr10m_38 {
	word-break: break-all;
	border: 1px solid var(--error-500) !important;
}
._input_dr10m_53 {
	border: 1px solid var(--g-600);
	fill: var(--g-200);
	color: var(--g-50);
	resize: none;
	background: 0 0;
	border-radius: 0.5rem;
	padding: 1rem;
	font-family: Manrope, sans-serif;
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25rem;
}
._input_dr10m_53:focus-visible {
	outline-offset: unset;
	outline: 2px solid var(--g-50);
	border: 1px solid #0000;
}
._input_dr10m_53::placeholder {
	color: var(--g-500);
	font-family: Manrope, sans-serif;
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25rem;
}
._input_dr10m_53:hover {
	background: var(--g-700);
}
._input_dr10m_53:disabled {
	background-color: var(--g-800);
	color: var(--g-500);
	border: 1px solid #0000;
}
@media screen and (width<=768px) {
	._input_dr10m_53,
	._input_dr10m_53::placeholder {
		font-size: 16px;
	}
}
