._CollapseFilters_1cvmw_2 {
	color: #fff;
	border-bottom: 1px solid #3d3d3d;
	width: 100%;
}
._open_1cvmw_8 {
	gap: 1rem !important;
	display: flex !important;
}
._items_1cvmw_13 {
	flex-wrap: wrap;
	gap: 0.5rem;
	padding: 2px;
	display: flex;
}
._statusCollapse_1cvmw_20 {
	max-height: 15rem;
	padding-bottom: 1rem;
	overflow: auto;
}
._statusCollapse_1cvmw_20::-webkit-scrollbar-thumb {
	display: none;
}
._titleWrapper_1cvmw_29 {
	cursor: pointer;
	color: var(--main-white);
	font-family: Manrope, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5rem;
}
._header_tipim_2 {
	cursor: pointer;
	background: var(--g-900);
	border-radius: 10px;
	height: 4rem;
	padding: 12px 24px;
	transition: border-radius 0.4s;
}
._open_tipim_11 {
	background: var(--g-800);
	border-radius: 10px 10px 0 0 !important;
}
._InfoData_tipim_16 {
	background: var(--g-900);
	width: 100%;
	padding: 1.5rem;
	border-radius: 0 0 10px 10px !important;
}
._title_tipim_23 {
	color: var(--main-white);
	font-family: Manrope, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5rem;
}
._filterSidebarWrapper_1aohp_2 {
	box-sizing: border-box;
	background: var(--g-900);
	z-index: 10;
	border-radius: 16px;
	width: 26.625rem;
	padding-right: 0.5rem;
	animation: 0.5s _transform-open_1aohp_1;
	position: relative;
}
@media (width>=481px) and (width<=900px) {
	._filterSidebarWrapper_1aohp_2 {
		width: 16rem;
		min-width: 16rem;
	}
}
@media (width<=480px) {
	._filterSidebarWrapper_1aohp_2 {
		width: 0;
		display: none;
	}
}
._filterSidebarWrapper_1aohp_2._mobile_open_1aohp_24 {
	width: 100%;
	z-index: var(--z-overlay);
	background: var(--g-900);
	border-radius: 0;
	padding-right: 0;
	animation: 0.25s _fade-in_1aohp_1;
	display: block;
	position: fixed;
	inset: 0;
	overflow-y: auto;
	height: 100dvh !important;
}
._filterSidebarWrapper_1aohp_2._mobile_open_1aohp_24._closed_1aohp_37 {
	animation: 0.25s forwards _fade-out_1aohp_1;
}
._filterSidebarWrapper_1aohp_2._mobile_open_1aohp_24 ._Wrapper_1aohp_40 {
	border-radius: 0;
	width: 100%;
	height: 100% !important;
}
._filterSidebarWrapper_1aohp_2._closed_1aohp_37 {
	animation: 0.5s _transform-close_1aohp_1;
}
._Wrapper_1aohp_40 {
	background: var(--g-900);
	overflow-wrap: break-word;
	border-radius: 16px;
	width: 20.6rem;
	max-width: 100%;
	padding: 24px;
}
@keyframes _transform-open_1aohp_1 {
	0% {
		opacity: 0;
		width: 0;
	}
	to {
		opacity: 1;
		width: 20.625rem;
	}
}
@keyframes _transform-close_1aohp_1 {
	0% {
		opacity: 1;
		width: 20.625rem;
	}
	to {
		opacity: 0;
		width: 0.2rem;
	}
}
@keyframes _fade-in_1aohp_1 {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes _fade-out_1aohp_1 {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
