/* Unfold admin: WebKit draws platform <select> chrome until appearance is reset.
   Loaded globally via UNFOLD["STYLES"] (see config/settings.py). */

select:not(.select2-hidden-accessible):not([multiple]) {
    -webkit-appearance: none;
    appearance: none;
    padding-inline-end: 2.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3e%3cpath fill='%236B7280' d='M24 31.4 11.3 18.7l2.85-2.8L24 25.8l9.85-9.85 2.85 2.8Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.7rem center;
    background-size: 1.125rem 1.125rem;
    line-height: normal;
    cursor: pointer;
}

html.dark select:not(.select2-hidden-accessible):not([multiple]) {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3e%3cpath fill='%239CA3AF' d='M24 31.4 11.3 18.7l2.85-2.8L24 25.8l9.85-9.85 2.85 2.8Z'/%3e%3c/svg%3e");
}

[dir="rtl"] select:not(.select2-hidden-accessible):not([multiple]) {
    background-position: left 0.7rem center;
}
