.select2-container .select2-selection--single {
	  height: calc(2.25rem + 2px) !important;
    padding: .375rem .75rem !important;
	  font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
}
.phone-div .select2-container .select2-selection--single {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
.salary-div .select2-container .select2-selection--single {
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}
.phone-div .input {
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	border-left-width: 0px;
}
.select2-container1 .select2-selection1--single {
  height: calc(2.25rem + 2px) !important;
  padding: .375rem .75rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box;
  border: none !important;
  border-radius: .25rem !important;
}

.select2-container--default .select2-selection--multiple {
	min-height: calc(2.25rem + 2px) !important;
	padding: .375rem .75rem !important;
	font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
	 margin: 0px !important;
	 height: 22px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-search--inline .select2-search__field {
	font-weight: 400 !important;
	color: #495057 !important;
	font-size: 14px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100% !important;
	top: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #777 transparent transparent transparent !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	width: 16px;
	height: 16px !important;
	padding: 0;
	color: #fff;
	background-color: #7f7f7f !important;
	border-radius: 50%;
	text-align: center;
	position: relative;
	top: 5px;
	margin-right: 10px !important;
	font-size: 14px !important;
	font-weight: normal;
}
.LanguageFilter {
	width: 16px;
	height: 16px !important;
	padding: 0;
	color: #fff;
	background-color: transparent !important;
	border-radius: 50%;
	text-align: center;
	position: relative;
	top: 5px;
	margin-right: 10px !important;
	font-size: 14px !important;
	font-weight: normal;
}
.select2-container--default .select2-selection--single .select2-selection__clear span {
	position: absolute;
	top: 50%;
	left: 51%;
	transform: translate(-50%,-50%);
}
.select2-results__option {
    padding: 6px 10px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	font-size: 14px;
    font-weight: 400;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-bottom: 2px;
	margin-right: 5px;
}

input:focus-visible {
	box-shadow: none !important;
	outline: none !important;
}
.select2-container{
	/* width: 100% !important; */
}
@media (max-width: 767px) {

}
