.orchesia-select{position:relative;display:block;min-width:0}.orchesia-select__trigger.input-select{background-image:none;display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;min-height:2.5rem;text-align:left;cursor:pointer;font:inherit;margin:0}.orchesia-select__trigger.input-select:disabled{opacity:.65;cursor:not-allowed}.orchesia-select__trigger.input-select.is-open{border-color:#2b8074}.orchesia-select__value{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.orchesia-select__chevron{flex-shrink:0;width:1.5rem;height:1.5rem;background-image:url(/images/select-icon-black.svg);background-repeat:no-repeat;background-position:50%;background-size:1.5rem auto;transition:transform .2s ease}.orchesia-select__chevron.is-open{transform:rotate(180deg)}.orchesia-select__dropdown{display:flex;flex-direction:column;gap:.25rem;z-index:16000;background:#fdf6f6;border:1px solid rgba(43,128,116,.35);border-radius:.5rem;box-shadow:0 4px 20px rgba(61,64,63,.18);padding:.35rem;overflow-y:auto;box-sizing:border-box;animation:orchesiaSelectDropdownIn .15s ease-out}.orchesia-select__dropdown--inline{position:absolute;left:0;right:0;top:calc(100% + 4px);max-height:min(20rem,70vh)}.orchesia-select__group-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#888f8c;padding:.35rem .5rem .15rem;margin-top:.25rem}.orchesia-select__group-label:first-child{margin-top:0}.orchesia-select__option{display:block;width:100%;text-align:left;padding:.45rem .65rem;border:none;border-radius:.35rem;background:rgba(0,0,0,0);color:#3d403f;font:inherit;font-size:.95rem;cursor:pointer;transition:background .12s ease}.orchesia-select__option:hover:not(:disabled){background:rgba(43,128,116,.12)}.orchesia-select__option:disabled{opacity:.45;cursor:default}.orchesia-select__option.is-selected{background:rgba(43,128,116,.18);font-weight:600}.orchesia-select__option--create{font-weight:600;color:#2b8074}.orchesia-select__option--deletable{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.orchesia-select__option--deletable .orchesia-select__option-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.orchesia-select__option-delete{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem;font-size:1.2rem;font-weight:400;line-height:1;color:#9ca3a0;border-radius:50%;transition:color .15s ease,background .15s ease;cursor:pointer}.orchesia-select__option-delete:hover{color:#dc2626;background:rgba(220,38,38,.1)}.orchesia-select__portal-root{position:relative}@keyframes orchesiaSelectDropdownIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}