 
.select2-container--default .select2-selection--single {
	height: 40px;
	padding-top: 13px;
	padding-bottom: 2px;
	padding-left: 14px;
	border: none;
	border-bottom: 1px solid #ced4da;
	border-radius: 0;
	background-color: transparent;
	font-size: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1.5;
	padding-left: 0;
	padding-top: 0;
}

/*.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
	top: 0;
}*/

/* Panah dropdown */
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;  
	top: 0;    
}

/* Tombol clear (X) */
.select2-container--default .select2-selection--single .select2-selection__clear {
	top: 50%;             
	transform: translateY(-50%);  
}
