.small-map{
	min-height: 400px;
}
.select2-container{
	width:  100% !important;
}
.select2-container .select2-selection--multiple{
	height: inherit;
	min-height: 51px;
	background-color: #f8f9f9;
	padding: 8px 8px;
	border: var(--bs-border-width) solid var(--bs-border-color) !important;
	border-radius: var(--bs-border-radius) !important;
}
.select2-container--default .select2-selection--multiple{
	background-color: #f8f9f9 !important;
}
.select2-container--default .select2-search--inline .select2-search__field{
	text-align: right;
	direction: rtl;;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	float: right !important;
}

.select2-container .select2-selection--single{
	box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 50px !important;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    padding: 9px 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 48px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #f8f9f9 !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: 7px !important;
	height: 50px !important;
	padding: 9px 0;
}