/* This stylesheet is loaded last so select controls retain a clear dropdown indicator. */
select.form-control:not([multiple]):not([size]),
select.form-control[size="1"] {
    padding-right: 48px !important;
    background-color: #ffffff !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='m5 7 5 5 5-5' fill='none' stroke='%23ff9b00' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5'/%3E%3C/svg%3E") !important;
    background-position: right 14px center !important;
    background-repeat: no-repeat !important;
    background-size: 20px 20px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
