.btn_go{
	
}

.btn_reset{
	
}


.dropdown-menu {
	max-height: 300px;
	overflow-y: auto;
}
.selected-item {
	display: inline-flex;
	align-items: center;
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	border-radius: 15px;
	padding: 2px 10px;
	margin-right: 5px;
}
.selected-item .remove-btn {
	cursor: pointer;
	margin-left: 5px;
	color: #ff0000;
}

.btn_country_id .form-check .form-check-input {
	margin-left : unset;
	float : unset;
}

.table_sort{
	position : relative;
	cursor : pointer;
}
.table_sort::before{
	content : "\2191";
    position: absolute;
	right: .8em;
	opacity : 0.5;
	top : 18px;
}
.table_sort::after{
	content : "\2193";
    position: absolute;
	right: 0.3em;
	opacity : 0.5;
	top : 18px;
}

.table_sort.ASC::before{
	opacity : 1;
}
.table_sort.DESC::after{
	opacity : 1;
}