.customselectbox-options{
	height:200px;
	box-shadow:1px 1px 2px #ddd;
	position:absolute;
	z-index:999;
	background:#fff;
	color:#000;
	width:100%;
	overflow:auto;
	visibility:hidden;
	border:1px solid #2ea6ec;
}
.customselectbox-options.active-opt{
	visibility:visible !important;
}
.customselectbox-options li{
	padding:0;
	cursor:context-menu;
	list-style:none;
	display:block;
	float:none;width:100%;
}
.customselectbox-options li::before,.customselectbox-options li::after{
	border:0 !important;
}
.customselectbox-options li.options.focus{
	background-color:#2ea6ec !important;
	color:#fff;
}
.customselectbox-options>li:first-child{
	border-top:1px solid #ccc;
	
}
.customselectbox-options li[selected]{
	background:#ddd;
}
.customselect-optgroup{
	position:relative;
	border:1px solid #ccc;
	
}
.customselectbox{
	border:0;
}
.customselect-optgroup input[type='text']{
	width:100% !important;
	max-width:100% !important;
	text-align:left !important;
	margin:0 !important;

	
}
.customselectbox-options li ul{margin:0;padding:0;padding-left:8px;background:#fff;	}
.customselectbox-options>li.optgroup{font-weight:600;margin:5px;border:0;}
.customselectbox-options li.options{background:#fff;font-weight:normal;padding:5px;text-align:left !important;float:none;width:100%;}

.customselect-optgroup>span{
	position:absolute;
	top:0;
	right:0;
	transform: rotate(-90deg);
	bottom:0;
	display:block;
	height:100%;
}