.dropdown {
	position: relative;
	display: inline-flex;
	width: 20px;
	border: 0;
	background-color: transparent;
}
.dropdown-selector {
	width: 21px;
	max-height: 20px; /* Adjust the max-height as needed */
	border-radius: 8px;
}
select.dropdown-selector.select2-hidden-accessible {
	display: inline-flex;
}

select.dropdown-selector.select2-hidden-accessible
	+ .select2-container--default
	.select2-selection--single {
	height: 20px !important; /* Adjust the height as needed */
	line-height: 20px !important; /* Adjust the line-height as needed */
}

select.dropdown-selector.select2-hidden-accessible
	+ .select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	background-image: url("../hamburger-menu-50.png");
	background-color: transparent;
	background-size: 10px;
	background-position: center;
	background-repeat: no-repeat;
	border: none !important;
	height: 20px !important;
	width: 20px !important;
	margin: auto !important;
	top: -1px !important; /* Adjust the top position as needed */
	left: 0.5px !important;
}

select.dropdown-selector
	+ .select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: #444;
	line-height: 28px;
	display: none !important;
}
