/* ANF BOS v2.16.39 — global native dropdown indicator */
:root{
	--anf-bos-select-arrow:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1.5 1.5L7 7l5.5-5.5' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
select:not([multiple]):not([size]),
.wp-admin select:not([multiple]):not([size]),
#wpadminbar select:not([multiple]):not([size]),
select[size="1"]:not([multiple]){
	-webkit-appearance:none !important;
	-moz-appearance:none !important;
	appearance:none !important;
	background-image:var(--anf-bos-select-arrow) !important;
	background-repeat:no-repeat !important;
	background-position:right 12px center !important;
	background-size:14px 9px !important;
	padding-right:38px !important;
}
select:not([multiple]):disabled{opacity:.72;cursor:not-allowed}
.select2-container .select2-selection--single .select2-selection__arrow{
	display:block !important;visibility:visible !important;opacity:1 !important;
}
.select2-container .select2-selection--single .select2-selection__arrow b{
	border-color:#475569 transparent transparent transparent !important;
	border-style:solid !important;border-width:6px 5px 0 5px !important;
}
html[dir="rtl"] select:not([multiple]):not([size]),
html[dir="rtl"] select[size="1"]:not([multiple]){
	background-position:left 12px center !important;
	padding-left:38px !important;padding-right:10px !important;
}
