.select2-container--bootstrap4 .select2-selection--single{height:calc(2.25rem + 2px)!important}.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder{color:#757575;line-height:2.25rem}.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow{position:absolute;top:50%;right:3px;width:20px}.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b{top:60%;border-color:#343a40 transparent transparent;border-style:solid;border-width:5px 4px 0;width:0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute}.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered{line-height:2.25rem}.select2-search--dropdown .select2-search__field{border:1px solid #ced4da;border-radius:.25rem}.select2-results__message{color:#6c757d}.select2-container--bootstrap4 .select2-selection--multiple{min-height:calc(2.25rem + 2px)!important}.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered{-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice{color:#637381;border:1px solid #bdc6d0;border-radius:.2rem;padding:0;padding-right:5px;cursor:pointer;float:left;margin-top:.3em;margin-right:5px}.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove{color:#bdc6d0;font-weight:700;margin-left:3px;margin-right:1px;padding-right:3px;padding-left:3px;float:left}.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover{color:#343a40}.select2-container :focus{outline:0}.select2-container--bootstrap4 .select2-selection{border:1px solid #ced4da;border-radius:.25rem;width:100%}.select2-container--bootstrap4.select2-container--focus .select2-selection{border-color:#17a2b8;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}select.is-invalid~.select2-container--bootstrap4 .select2-selection{border-color:#dc3545}select.is-valid~.select2-container--bootstrap4 .select2-selection{border-color:#28a745}.select2-container--bootstrap4 .select2-dropdown{border-color:#ced4da;border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true]{background-color:#e9ecef}.select2-container--bootstrap4 .select2-results__option--highlighted,.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true]{background-color:#007bff;color:#f8f9fa}.select2-container--bootstrap4 .select2-results__option[role=group]{padding:0}.select2-container--bootstrap4 .select2-results__group{padding:6px;display:list-item;color:#6c757d}.select2-container--bootstrap4 .select2-selection__clear{width:1.2em;height:1.2em;line-height:1.15em;padding-left:.3em;margin-top:.5em;border-radius:100%;background-color:#6c757d;color:#f8f9fa;float:right;margin-right:.3em}.select2-container--bootstrap4 .select2-selection__clear:hover{background-color:#343a40}

.select2-search-icon>.select2-container .select2-selection__rendered:before,
.select2-container.select2-container--bootstrap4 .select2-selection.select2-selection--multiple .select2-search--inline::before{
	content: "";
	position: relative;
	display: inline-block;
	float: left;
	width: 45px;
	height: 30px;
	top: 0;
	text-align: center;
	-webkit-mask-size: cover;
	mask-size: cover;
	background-color: #000;
	-webkit-mask:  url('../img/icons/search.svg') no-repeat center;
	mask: url('../img/icons/search.svg') no-repeat center;
}
.select2-search-icon.right>.select2-container .select2-selection__rendered:before{
	float: right;
}

.select2-container .select2-search--inline .select2-search__field{
	background-color: transparent;
	margin-top: 7px;
}
.select2-container .select2-search--inline{
	display: inline-block;
	float: none;
}
.select2-container--bootstrap4 .select2-selection{
	padding: 0 5px;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered,
.select2-container .select2-selection--single .select2-selection__rendered{
	padding: 0;
	text-overflow: unset;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow{
	display: none;
}
.select2-container .select2-dropdown{
	margin-top: 15px;
	border: 0;
	border-radius: 4px;
	box-shadow: 0px 1px 10px #ced4da;
}
.select2-container .select2-dropdown:before{
	content: "▲";
	top: -15px;
	position: absolute;
	left: 50%;
	transform: translate(-50%) scaleX(2);
	text-shadow: 0px -2px 3px #ced4da6e;
	color: #fff;
	z-index: 5;
}
.single .select2-container .select2-dropdown{
	margin-top: 0;
	background: #F6F6F6;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.30432);
	border-radius: 7px;
}
.single .select2-container .select2-dropdown::before{
	display: none;
}
.select2-results__option{
	padding: 10px 15px 10px 45px;
	line-height: 20px;
	position: relative;
}
.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted .select2-results__option{
	color: #212B36;
	background: #F4F6F8;
}
.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected="true"]{
	color: #212B36;
	background-color: #fff;
}
.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected]::before{
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	left: 16px;
	top: 11px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 3.12%, rgba(97, 121, 133, 0.04) 100%), #FFFFFF;
	border: 2px solid #B9256A;
	box-shadow: 0px 1px 0px rgba(22, 29, 37, 0.05);
	border-radius: 3px;
}
.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true]::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 10px;
	line-height: 10px;
	content: "\f00c";
	position: absolute;
	color: #B9256A;
	top: 14px;
	left: 19px;
	z-index: 2;
}
.select2-tag .select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-tag .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option,
.select2-tag .select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true],
.single .select2-results__option--highlighted,
.single .select2-results__option--highlighted.select2-results__option,
.single .select2-dropdown .select2-results__option[aria-selected=true]{
	color: #fff;
	background: #B9256A;
},
.select-2-wrapper.single .select2-results__option
.select2-tag .select2-results__option{
	padding-left: 20px;
}
.select-2-wrapper.single .select2-results__option{
	padding: 5px 20px;
}
.select-2-wrapper.single .select2-dropdown .select2-results__option[aria-selected]::before,
.select-2-wrapper.single .select2-dropdown .select2-results__option[aria-selected]::after,
.select2-tag .select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected]::before,
.select2-tag .select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true]::after{
	display: none;
}
.select2-container.select2-container--bootstrap4 .select2-selection.select2-selection--multiple{
	all: unset;
}
.select2-container.select2-container--bootstrap4 .select2-selection.select2-selection--multiple .select2-search__field{
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1em;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin: 0;
	width: 100% !important;
}
.select2-search-icon.right .select2-container.select2-container--bootstrap4 .select2-selection.select2-selection--multiple .select2-search__field{
	padding-right: 40px;
}
.select2-container.select2-container--bootstrap4 .select2-selection.select2-selection--multiple .select2-search--inline{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered{
	padding-top: 50px;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice{
	margin: 3px 3px 0 0;
	background: #DFE3E8;
	border-radius: 3px;
	border: none;
	line-height: 20px;
	padding: 4px 8px;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove{
	float: right;
	margin: 0 3px 0 8px;
	padding: 0;
	color: #637381;
	font-size: 22px;
	font-weight: 300;
}
.select2-search-icon>.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered:before{
	display: none;
}
.select2-container.select2-container--bootstrap4 .select2-selection.select2-selection--multiple .select2-search--inline::before{
	position: absolute;
	right: 0;
	top: 3px;
}
.select-2-wrapper.multiple{
	position: absolute;
	display: inline-block;
	left: 0;
	top: 38px;
	width: 100%;
}
.select-2-wrapper.multiple>.select2-container{
	position: inherit !important;
	top: 0px !important;
	left: 0px !important;
}