/* Form select2 field */
.zipcodeform .form-col .select2-container {
	width: 100% !important;
	margin-top: 0;
}
.zipcodeform .form-col .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 30px;
	outline: 0;
	height: 55px;
}
.task_list_only .form-col .select2-container--default .select2-selection--single {
	border: 1px solid #BDBDBD;
}
.zipcodeform .form-col .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000000;
	line-height: 53px;
	text-align: left;
	height: 55px;
	padding-left: 25px;
	padding-right: 15px;
}
.task_list_only .form-col .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-right: 50px;
}
.zipcodeform .form-col .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #888;
}
.zipcodeform .form-col .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 55px;
	width: 35px;
}
.task_list_only .form-col .select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 130px;
}
.zipcodeform .form-col .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: inline-block;
	background-image: url('../../img/icons/select-arrow.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 19px 11px;
	border: none;
	width: 35px;
	height: 100%;
	margin: 0;
	position: static;
}
.task_list_only .form-col .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: inline-block;
	background-image: url('../../img/icons/select-arrow.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 19px 11px;
	border: none;
	width: 35px;
	height: 100%;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.zipcodeform .form-col .select2-container--open .select2-selection--single .select2-selection__arrow b {
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
}
body .select2-container--open .select2-dropdown--above.select2-dropdown-zipform {
	border-radius: 30px 30px 0 0;
}
body .select2-container--open .select2-dropdown--below.select2-dropdown-zipform {
	border-radius: 0 0 30px 30px;
}
body .select2-container--default .select2-dropdown--above.select2-dropdown-zipform .select2-results > .select2-results__options {
	max-height: 230px;
	overflow-y: auto;
	padding-top: 0px;
	border-radius: 30px 30px 0 0;
}
body .select2-container--default .select2-dropdown--below.select2-dropdown-zipform .select2-results > .select2-results__options {
	max-height: 230px;
	overflow-y: auto;
	padding-bottom: 0px;
	border-radius: 0 0 30px 30px;
}
body .select2-dropdown-zipform .select2-results__option {
    font-size: 14px;
	height: auto;
	line-height: 20px;
    padding: 10px 6px !important;
	padding-left: 12px !important;
}

body .select2-container--default .select2-dropdown-zipform .select2-results__option[aria-selected=true] {
	background-color: #fff;
}
body .select2-container--default .select2-dropdown-zipform .select2-results__option--highlighted[aria-selected] {
	background-color: #F4620E;
	color: #fff;
}

.zipcodeform .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.zipcodeform .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.zipcodeform .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.zipcodeform .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
/* Form select2 field END */





/* Form select2 multiple field */
body.page form select[multiple].field-select {
	background-image: url('data:image/svg+xml,%3Csvg width="19" height="11" viewBox="0 0 19 11" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 1L9.5 9.5L18 1" stroke="%23BBBBBB" stroke-width="2"/%3E%3C/svg%3E');
	color: #888;
	font-weight: 500;
	line-height: 40px;
	overflow: hidden;
}
body.page form select[multiple].field-select option {
	display: flex;
	height: 40px;
	min-height: 40px;
	line-height: 40px;
	align-items: center;
}
.select2-container--default .select2_multiple.select2-selection--multiple {
	background-color: #F2F2F2;
	border: 1px solid #BDBDBD;
	height: 40px;
	min-height: 40px;
	max-height: 40px;
	overflow: hidden;
}
.select2-container--default.select2-container--focus .select2_multiple.select2-selection--multiple {
	border: 1px solid #BDBDBD;
	border-radius: 2px;
	outline: 0;
}
.select2-container--default .select2_multiple.select2-selection--multiple .select2-selection__rendered {
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.5 6.5L14 1' stroke='%23828282'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: calc(100% - 12px) center;
	background-size: 15px 8px;
	
	display: initial;
	display: inline-block;
	display: list-item;
	/* display: flex; */
	position: static;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	padding: 0 12px;
	padding-right: 50px;
	width: 100%;
	height: 40px;
	max-height: 40px;
	overflow: hidden;
	vertical-align: top;
	align-items: center;
	flex-wrap: wrap;
}
.select2-container--default .select2_multiple.select2-selection--multiple .select2-selection__rendered:after {
	content: '';
	display: block;
	border-radius: 0 10px 10px 0;
	width: 35px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.select2-container--open .select2_multiple.select2-selection--multiple .select2-selection__rendered {
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='7' viewBox='0 0 15 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 6.5L7.5 0.999999L1 6.5' stroke='%23828282'/%3E%3C/svg%3E");
	background-position-y: 15px;
}
.select2-container--default .select2_multiple.select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.select2-container--default .select2_multiple.select2-selection--multiple .select2-selection__rendered li:before {
	display: none;
}
.select2-container--default .select2_multiple.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	background-color: transparent;
	position: relative;
	border: none;
	border-radius: 2px;
	height: 40px;
	max-height: 40px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 8px;
	white-space: nowrap;
	z-index: 1;
}
.select2_multiple.select2-selection--multiple .is_selected_multiple .select2-selection__choice:not(:only-of-type) {
	overflow: visible;
}
.select2_multiple.select2-selection--multiple .is_selected_multiple .select2-selection__choice:not(:only-of-type):before {
	content: '...';
	background-color: rgb(119 119 119 / 10%);
	background-color: transparent;
	border-radius: 2px;
	display: block;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
	position: absolute;
	left: auto;
	right: -25px;
	top: 4px;
	width: 20px;
	height: 30px;
	z-index: 3;
}
.select2_multiple.select2-selection--multiple .is_selected_multiple .select2-selection__choice:first-of-type:not(:only-of-type) ~ .select2-selection__choice {
	display: none;
}
.select2-container--default .select2_multiple.select2-selection--multiple .select2-selection__choice:after {
	content: '';
	background-color: #E2E2E2;
	border-radius: 2px;
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	width: 100%;
	height: 30px;
	z-index: -1;
}
.select2-container--default .select2_multiple.select2-selection--multiple .select2-search--inline {
	display: block;
	float: none;
	/* width: 20px; */
	min-width: auto;
	max-height: 40px;
	padding-left: 5px;
	text-align: left;
}
.select2-container--default .select2_multiple.select2-selection--multiple .select2-search--inline:only-of-type {
	padding-left: 0;
	width: auto;
	max-width: 100%;
}
.select2-container--default .select2_multiple.select2-selection--multiple .select2-selection__choice__remove {
	display: block;
	background-image: url('data:image/svg+xml,%3Csvg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M10.8995 1.05029L1.00004 10.9498" stroke="%2326223C" stroke-width="2"/%3E%3Cpath d="M1.00012 1.05029L10.8996 10.9498" stroke="%2326223C" stroke-width="2"/%3E%3C/svg%3E');
	width: 12px;
	height: 12px;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	margin-left: 7px;
	margin-right: 0;
}
.select2-container--default .select2_multiple .select2-search--inline .select2-search__field {
	line-height: 38px;
}
.select2-container--default .select2_multiple .select2-search--inline:only-of-type .select2-search__field {
	margin-top: 0;
	width: 100% !important;
}
.select2-container--default .select2_multiple.select2-selection--multiple .select2-selection__clear {
	background-color: #26223C;
	border-radius: 2px;
	position: absolute;
	display: flex;
	top: 4px;
	right: 40px;
	cursor: pointer;
	float: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	margin-top: 0;
	margin-right: 0;
	min-width: 32px;
	height: 32px;
	padding: 0 10px;
	padding-right: 30px;
	align-items: center;
	z-index: 2;
}
.select2-container--default .select2_multiple.select2-selection--multiple .select2-selection__clear:after {
	content: '';
	display: block;
	background-image: url('data:image/svg+xml,%3Csvg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M10.8995 1.05029L1.00004 10.9498" stroke="%23FFFFFF" stroke-width="2"/%3E%3Cpath d="M1.00012 1.05029L10.8996 10.9498" stroke="%23FFFFFF" stroke-width="2"/%3E%3C/svg%3E');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 12px;
	height: 12px;
	position: absolute;
	top: calc(50% - 6px);
	right: 10px;
}

.select2_multiple_dropdown .select2-results__option {
	font-size: 14px;
	font-weight: 500;
	padding-right: 20px;
	vertical-align: middle;
}
.select2_multiple_dropdown .select2-results__option:before {
	content: "";
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='14' height='14' rx='1' fill='white' stroke='%23BDBDBD' stroke-width='2'/%3E%3C/svg%3E");
	position: relative;
	top: -1px;
	height: 16px;
	width: 16px;
	border: 0;
	border-radius: 0;
	background-color: #fff;
	margin-right: 12px;
	vertical-align: middle;
}
.select2_multiple_dropdown .select2-results__option[aria-selected=true]:before {
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='2' fill='%23F4620E'/%3E%3Cpath d='M5 8L7.5 10.5L12 6' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}
.select2_multiple_dropdown .select2-results__option[aria-selected=true]:before,
.select2_multiple_dropdown .select2-results__option[aria-selected=true]:hover:before {
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='2' fill='white'/%3E%3Cpath d='M5 8L7.5 10.5L12 6' stroke='%23F4620E' stroke-width='2'/%3E%3C/svg%3E");
}
.select2-container--default .select2_multiple_dropdown .select2-results__option[aria-selected=true] {
	background-color: #fff;
}
.select2-container--default .select2_multiple_dropdown .select2-results__option--highlighted[aria-selected] {
	background-color: transparent;
	color: #26223C;
}
.select2-container--default .select2_multiple_dropdown .select2-results__option[aria-selected=true],
.select2-container--default .select2_multiple_dropdown .select2-results__option:hover {
	background-color: #F4620E;
	color: #FFFFFF;
}
.select2-container--default .select2_multiple .select2-selection--multiple {
	margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below .select2_multiple_dropdown .select2-selection--multiple {
	border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2_multiple .select2-selection--multiple {
	border-color: #f77750;
	border-width: 2px;
}
.select2-container--default .select2_multiple .select2-selection--multiple {
	border-width: 2px;
}
.select2-container--open .select2_multiple_dropdown.select2-dropdown--below {
	border-radius: 0 0 2px 2px;
}
.form-col[class*="field-error"] .select2_multiple input {
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.form-col[class*="field-error"]  .select2_multiple.select2-selection--multiple {
	border: 1px solid red !important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255,0,0,0.75) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(255,0,0,0.75) !important;
	box-shadow: 0px 0px 5px 0px rgba(255,0,0,0.75) !important;
}
@media (hover: none) {
	.select2-container--default .select2_multiple_dropdown .select2-results__option:hover {
		background-color: #FFFFFF;
		color: inherit;
	}
	.select2-container--default .select2_multiple_dropdown .select2-results__option[aria-selected=true] {
		background-color: #F4620E;
		color: #FFFFFF;
	}
}
@media (max-width: 767px) {
	.select2-container--default .select2_multiple_dropdown .select2-results__option {
		height: auto;
		line-height: 20px;
	}
}




