.value-pills-input{flex-wrap:wrap;gap:8px;width:100%;display:flex}.value-pills-input__section{display:contents}.value-pills-input__item{background:var(--muted);width:fit-content;height:35px;color:var(--foreground);text-wrap:nowrap;cursor:default;border:none;border-radius:100px;align-items:center;gap:6px;padding:12px 14px;font-size:12px;font-weight:400;display:inline-flex}.value-pills-input__item--default{border:1px solid var(--muted);cursor:pointer;background:0 0}.value-pills-input__item--default:hover{border-color:var(--input)}.value-pills-input__item--default-selected{background:var(--muted);border-color:var(--muted);font-weight:500}.value-pills-input__item--add{border:1px solid var(--muted);color:var(--foreground);cursor:pointer;background:0 0}.value-pills-input__item--input{background:var(--background);border:1px solid var(--muted)}.value-pills-input__item--input:focus-within{border-color:var(--foreground)}.value-pills-input__text{text-overflow:ellipsis;white-space:nowrap;align-items:center;display:inline-block;overflow:hidden}.value-pills-input__input{color:var(--foreground);background:0 0;border:none;outline:none;min-width:68px;font-size:12px;font-weight:300}.value-pills-input__remove{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.value-pills-input__item--default:disabled{cursor:default}.value-pills-input__plus-icon{width:8px;height:8px}.value-pills-input__plus-icon path{fill:#000}.value-pills-input--error .value-pills-input__item,.value-pills-input--error .value-pills-input__item--add,.value-pills-input--error .value-pills-input__item--input{border:1px solid var(--destructive)}.value-pills-input--error .value-pills-input__item--add{color:var(--destructive)}
