.react-select__control{border-radius:.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity,1));background-color:transparent;--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.react-select__control:focus,.react-select__control:hover{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.react-select__control:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:rgba(75,85,99,.5)}.react-select__value-container{display:flex;width:100%;flex-wrap:wrap;gap:.5rem;padding:0}.react-select__placeholder{display:flex;align-items:center}.react-select__dropdown-indicator,.react-select__placeholder,.react-select__single-value{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.react-select__dropdown-indicator:hover{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.react-select__menu{margin-top:.25rem;border-radius:.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1));background-color:hsl(var(--card))}.react-select__option{background-color:hsl(var(--card));padding:.5rem;color:hsl(var(--foreground))}.react-select__option:active,.react-select__option:hover{background-color:hsl(var(--accent))}.react-select__option--is-focused,.react-select__option--is-selected{background-color:hsl(var(--accent));color:hsl(var(--foreground))}.react-select__multi-value{display:flex;align-items:center;gap:.25rem;border-radius:1rem;background-color:hsl(var(--primary)/.1);padding:6px .75rem}.react-select__multi-value__label{font-size:.875rem;line-height:1.25rem;font-weight:600;color:hsl(var(--primary))}.react-select__multi-value__remove{display:flex;height:1.25rem;width:1.25rem;cursor:pointer;align-items:center;justify-content:center;border-radius:9999px;border-width:2px;border-color:hsl(var(--foreground));color:hsl(var(--foreground))}