
body .select2-container--default .select2-selection--single .select2-selection__arrow {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==");
	top: 8px;
	right: 10px !important;
	background-position: right 1px top 50%;
	background-size: auto 18px;
	background-repeat: no-repeat;
}

.global-color-scheme-light body .select2-container--default .select2-selection--single .select2-selection__arrow {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC42KSI+PHBhdGggZD0iTTYgOWw2IDYgNi02Ii8+PC9zdmc+");
}

.global-color-scheme-light body .select2-container--default .select2-selection--single .select2-selection__arrow.nitro-lazy {
	background-image: none !important;
}

body .select2-container--default {
	min-height: 42px;
}

body .select2-container--default .select2-selection {
	border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
	border-radius: var(--wd-form-brd-radius);
	background-color: transparent;
	transition: border-color .4s ease;
}

body .select2-container--default .select2-selection:focus {
	outline: none;
}

body .select2-container--default .select2-selection--single {
	padding: 0 15px;
	height: 42px;
	text-align: left;
	font-size: 14px;
	line-height: 38px;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
	display: inline;
	padding-right: 0 !important;
	padding-left: 0 !important;
	color: #777;
	line-height: 1.4;
}

body .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: inherit;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

body .select2-container--default .select2-selection--single .select2-selection__clear {
	position: absolute;
	top: 10px;
	right: 35px;
	color: #bbb;
}

body .select2-container--default .select2-selection--multiple {
	min-height: 42px;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	display: block;
	margin-bottom: 9px;
	padding: 0 15px;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	margin-top: 9px;
	margin-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 6px;
	border: none;
	border-radius: 0;
	background-color: #f1f1f1;
	color: #333;
	font-weight: 600;
	font-size: 12px;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
	margin-top: -2px;
	margin-right: 4px;
	color: inherit;
	font-size: 16px;
	line-height: 12px;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
	display: inline-block;
	margin: 0;
	margin-top: 9px;
	line-height: 1;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline input {
	height: auto;
}

body .select2-container--default .select2-search--dropdown {
	position: relative;
	padding: 18px;
	border-bottom: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
	background-color: #1a1a1a;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
	padding: 0 15px;
	height: 42px;
	border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
	background-color: #fff;
	background-image: none;
	color: #777;
}

body .select2-container--default .select2-search--dropdown .select2-search__field.nitro-lazy {
	background-image: none !important;
}

body .select2-container--default .select2-search--dropdown:after {
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -9px;
	color: #8c8c8c;
	font-size: 18px;
	line-height: 18px;
	content: "";
	font-family: "woodmart-font";
}

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #f2f2f2;
	color: #333;
}

body .select2-container--default .select2-results__option[aria-selected=true] {
	color: #fff;
	font-weight: 600;
	background-color: var(--wd-primary-color);
}

body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
	transform: rotate(180deg);
}

body .select2-container--default .select2-dropdown {
	border-width: var(--wd-form-brd-width);
	border-color: var(--wd-form-brd-color);
	border-radius: 0;
	background-color: #1a1a1a;
}

body .select2-container--default .select2-results__option {
	padding: 10px 18px;
}

body .select2-container--default .select2-results__option:focus {
	outline: none;
}

body .select2-container--default.select2-container--focus .select2-selection--multiple {
	border-width: var(--wd-form-brd-width);
	border-color: var(--wd-form-brd-color);
}

body .select2-results__options {
	--li-mb: 0;
}

.global-color-scheme-light body .select2-container--default .select2-selection {
	border-color: rgba(255, 255, 255, .15);
}

.global-color-scheme-light body .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fff;
}

.global-color-scheme-light body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	background-color: #101010;
	color: #fff;
}

.global-color-scheme-light body .select2-container--default .select2-search--dropdown {
	border-color: rgba(255, 255, 255, .15);
	background-color: rgba(0, 0, 0, .3);
}

.global-color-scheme-light body .select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: rgba(255, 255, 255, .15);
	background-color: rgba(0, 0, 0, .3);
}

.global-color-scheme-light body .select2-container--default .select2-search--dropdown:after {
	color: #fff;
}

.global-color-scheme-light body .select2-container--default .select2-results__option[aria-selected=true], .global-color-scheme-light body .select2-container--default .select2-results__option[data-selected=true], .global-color-scheme-light body .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: rgba(0, 0, 0, .3);
	color: #fff;
}

.global-color-scheme-light body .select2-container--default .select2-dropdown {
	border-color: rgba(255, 255, 255, .25);
	background-color: #101010;
}

.global-color-scheme-light body .select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: rgba(255, 255, 255, .25);
}

.form-style-underlined .select2-container--default .select2-selection {
	padding-right: 0;
	padding-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.form-style-underlined .select2-container--default .select2-selection .select2-selection__arrow {
	right: 0 !important;
}

.form-style-underlined .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding-right: 0;
	padding-left: 0;
}

.form-style-underlined .select2-container--default.select2-container--focus .select2-selection--multiple {
	border-top: none;
	border-right: none;
	border-left: none;
}

.form-style-underlined .select2-container--open .select2-dropdown--above {
	border-bottom-style: solid;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow.nitro-lazy {
	background-image: none !important;
}
