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

.vsb-menu{
  cursor:pointer;
  z-index:1000;
  display:none;
  position:absolute;/*Don't change*/
  border:1px solid #B2B2B2;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  border-radius:4px;
  font-size : 11px;
  width: 100%;
}

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

.vsb-js-search-zone input, .vsb-js-search-zone input:focus, .vsb-js-search-zone input:focus-visible {
	border: none;
	width: 100%;
	height: 35px !important;
	border-bottom: 1px solid #002F34;
	outline: none;
	color: #002F34;
	background: #FFE8A6;
	font-size: 14px !important;
}

.vsb-main{
	position: relative;/*Don't change*/
	display: inline-block;
	vertical-align: middle;
	text-align:right;
	width: 100%;
}
.vsb-main button {text-align: right;}
.vsb-main ul {min-height:35px;}
.vsb-menu li {
	display: list-item;
	font-size: 14px;	
	vertical-align: middle;
	width: 100%;	
	padding: 3px 10px 3px;
	margin: 0 0 3px;
	border-radius: 3px;
}

.vsb-menu li:hover {
	background: linear-gradient(#f5f5f5, #e8e8e8);
}

.vsb-menu ul{
	user-select:none;
	list-style:none;
	white-space: nowrap;
	margin:0px;
	margin-top:4px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:3px;
	color: #333;
	cursor:pointer;
	overflow-y:auto;
	padding-top: 40px;
}

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

.vsb-main button {
	min-width: 120px;
	border-radius: 5px;
	width: 100%;
	text-align: right;
	z-index: 1;
	color: #002F34;
	background: white !important;
	border: none;
	line-height: 48px;
	font-size: 14px;
	padding: 0px 12px;
	height: 48px;
	font-weight: 400;
	cursor:pointer;
}

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

.vsb-main .title {
	margin-left: 6px;
	user-select:none;
}

.vsb-main li:hover {
	background: #002F34 !important;
	color: #fff;
}

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



.vsb-menu li.grouped-option {
	font-weight: bold;
	font-size: 15px;
	padding-right: 5px;
}

.vsb-menu :not(.multi) li.active::before {
	
}

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

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

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

.vsb-menu .multi li.active::after {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	content: "\f00c";
	font-size: 22px;
	font-weight: 200;
	position: absolute;
	top: 0;
	right: 0;
}

.caret {
	
}
.caret:after {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	content: "\f078";
	font-size: 22px;
	font-weight: 200;
	position: absolute;
	top: 0;
	left: 0;
	margin: 2px 0 0 8px;
}
