.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	width: 100% !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
}
.select2-search::before {
	content: "";
	font-family: "Font Awesome 5 Pro";
	right: 10px;
	margin-top: -5px;
	top: 50%;
	position: absolute;
	line-height: 1;
	color: #686868;
     display: none !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #e7e7e7 !important;
	outline: 0;
}
.select2-container--default .select2-selection--multiple {
	background-color: transparent;
	border: 1px solid #e7e7e7 !important;
	border-radius: 0px;
	cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-weight: bolder;
	margin-right: 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #ffffff;
}
.select2-search {
	display: inline-block;
	width: 100%;
	min-height: 26px;
	margin: 0;
	padding: 0px 0px 0 0px;
	position: relative;
	 z-index: auto;
	white-space: nowrap;
}
.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 0px !important;
}
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
	width: 100% !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
    display: none;
}
.select2-container--default .select2-selection--single {
	background-color:transparent;
	border: 1px solid #e7e7e7;
	border-radius: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	border-radius: 0px !important;
	white-space: pre-line;
}
.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important; 
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important; 
}

@media screen and (max-width: 980px) {
	.smart-style-6 .sa-aside-left .sa-left-menu > li > a .fa-lg {
	float: left !important;

}

.open-menu .menu-item-parent {
	display: inline-block !important;
}
}