.react-select__control{border-radius:256px;padding:.5rem;font-weight:500}.react-select__menu{background:var(--theme--surface-card);margin-left:-1rem;padding:1rem;font-weight:500}.react-select__option{background:var(--theme--surface-card);padding:0 .25rem}.react-select__option--is-focused,.react-select__option:hover{background:var(--theme--surface-card-hover-two);cursor:pointer}.react-select__multi-value{background:var(--theme--surface-brand);color:var(--theme--content-on-primary);display:flex;gap:4px;padding:.125rem .5rem .125rem .75rem;border-radius:256px;margin-right:.25rem}.react-select__indicator{cursor:pointer}.react-select__clear-indicator:hover *,.react-select__multi-value .react-select__multi-value__remove:hover,.react-select__multi-value .react-select__multi-value__remove:hover *{color:var(--theme--content-accent);fill:var(--theme--content-accent)}