.hidden-search {
	display: none !important;
}

li[data-parent].closed {
	display: none !important;
}

li[data-parent].open:not(.hidden-search) {
	display: block !important;
}

.vsb-menu {
	cursor: pointer;
	z-index: 1000;
	display: block;
	visibility: hidden;
	position: absolute; /*Don't change*/
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #d4d7dc;
	border-top: 0;
	border-radius: 0 0 5px 5px;
	font-size: 15px;
	width: 100%;
	overflow: hidden;
}

.vsb-js-search-zone {
	position: absolute; /*Don't change*/
	z-index: 1001;
	width: 80%;
	min-height: 1.8em;
	padding: 2px;
	background-color: #fff;
}

.vsb-js-search-zone input {
	border: 1px solid #dcdcdc;
	margin-left: 2px;
	width: 96%;
	border-radius: 4px;
	height: 25px !important;
}

.vsb-main {
	position: relative; /*Don't change*/
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.vsb-menu li:hover {
	background: #f5f8fb;
}

.vsb-menu ul {
	user-select: none;
	list-style: none;
	white-space: nowrap;
	margin: 0px;
	color: #333;
	cursor: pointer;
	overflow-y: auto;
	min-width: 0 !important;
}

li.disabled {
	cursor: not-allowed;
	opacity: 0.3;
	background-color: #999;
}

li.overflow {
	cursor: not-allowed;
	opacity: 0.3;
	background-color: #999;
}

li.short {
	overflow: hidden;
	text-overflow: ellipsis;
}

.vsb-main button {
	min-width: 120px;
	border-radius: 5px;
	width: 100%;
	text-align: left;
	z-index: 1;
	color: #333;
	border: 1px solid #d4d7dc;
	background-color: #ffffff;
	padding: 12px 16px;
	max-height: 43px;
	height: 43px;
	line-height: 20px;
	font-size: 14px;
	word-wrap: break-word;
	overflow: hidden;
	transition: all 0.3s ease;
}

.vsb-main button:hover {
	border-color: var(--color-accent);
}

.vsb-main button.disabled {
	cursor: not-allowed;
	opacity: 0.65;
}

.vsb-main .title {
	margin-right: 6px;
	user-select: none;
	white-space: nowrap;
	display: flex;
	overflow: hidden;
	color: rgba(0, 0, 0, 0.6);
}

.vsb-main .title.short {
	color: #000;
}
.vsb-main li:hover {
	background-color: #f5f8fb;
}

.vsb-main ul {
	white-space: nowrap;
}

.vsb-menu li {
	font-size: 15px;
	background-color: #fff;
	min-height: 1.2em;
	padding: 0.3em 0.6em 0.3em 0.6em;
	margin: 0;
}

.vsb-menu li.grouped-option b {
	display: inline-block;
	font-size: 15px;
	margin-left: 10px;
	transform: translate(-18px);
}

.vsb-menu li.grouped-option.open span {
	display: inline-block;
	font-size: inherit;
	margin-top: -2px;
	height: 8px;
	width: 8px;
	transform: translate(-38px) rotate(45deg);
	border-bottom: 3px solid black;
	border-right: 3px solid black;
	border-radius: 2px;
}

.vsb-menu li.grouped-option.closed span {
	display: inline-block;
	font-size: inherit;
	height: 8px;
	width: 8px;
	transform: translate(-38px) rotate(-45deg);
	border-bottom: 3px solid black;
	border-right: 3px solid black;
	border-radius: 2px;
}

.vsb-menu li.grouped-option i {
	display: inline-block;
	font-size: inherit;
	float: left;
	font-weight: bold;
	margin-left: 22px;
	margin-right: 2px;
	height: 11px;
	width: 8px;
	border: 1px solid;
	border-radius: 3px;
	padding: 1px 3px 2px 3px;
	margin-top: 0px;
	color: black;
}

.vsb-menu li.grouped-option.checked i::after {
	content: "";
	display: inline-block;
	font-size: inherit;
	color: #333;
	float: left;
	margin-left: 0px;
	display: inline-block;
	transform: rotate(45deg);
	height: 8px;
	width: 5px;
	border-bottom: 3px solid black;
	border-right: 3px solid black;
}

.vsb-menu :not(.multi) li.active {
	background: #f5f8fb;
}

.vsb-menu .multi li {
	font-size: 14px;
	background-color: #fff;
	min-height: 1.4em;
	padding: 0.2em 2em 0.2em 26px;
}

.vsb-menu .multi li.grouped-option {
	font-size: 15px;
	padding-left: 5px;
}

.vsb-menu .multi li.grouped-option:hover {
	font-weight: bold;
	text-decoration: underline;
	color: rgb(52, 31, 112);
}

.vsb-menu .multi li:not(.grouped-option)::before {
	content: "";
	display: inline-block;
	font-size: inherit;
	float: left;
	font-weight: bold;
	margin-left: -22px;
	margin-right: 2px;
	border: 1px solid;
	border-radius: 3px;
	padding: 7px;
	margin-top: 0px;
	color: black;
}

.vsb-menu .multi li:not(.grouped-option).active::after {
	content: "";
	display: inline-block;
	font-size: inherit;
	color: #333;
	float: left;
	margin-left: -18px;
	display: inline-block;
	transform: rotate(45deg);
	margin-top: 1px;
	height: 8px;
	width: 5px;
	border-bottom: 3px solid black;
	border-right: 3px solid black;
}

.caret {
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 !important;
	width: 10px;
	height: 6px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='4' viewBox='0 0 7 4' fill='none'%3E%3Cpath d='M0 0L3.5 4L7 0H0Z' fill='%23585F67'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}

li[data-parent] {
	padding-left: 50px !important;
}

.filter-status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 100%;
	font-weight: 400;
	font-size: 15px;
}

.filter-status::before {
	display: block;
	flex: 0 0 8px;
	width: 8px;
	height: 8px;
	margin-right: 11px;
	content: "";
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	line-height: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8px;
}

.filter-status--none::before {
	background-color: #d4d7dc;
}

.filter-status--low::before {
	background-color: #da234f;
}

.filter-status--middle::before {
	background-color: #edb117;
}

.filter-status--high::before {
	background-color: #0c9c68;
}
