.samora-custom-select{-webkit-user-select:none;user-select:none;width:100%;position:relative}.samora-custom-select__native{display:none}select[data-samora-custom-select]:not(.samora-custom-select__native),select[data-samora-multiselect]:not(.samora-custom-select__native){border:1px solid var(--samora-border);width:100%;height:42px;color:var(--samora-ink);background:var(--samora-surface);font-size:14px;font-family:var(--font-primary);border-radius:5px;padding:0 36px 0 14px}.samora-custom-select__trigger{background:var(--samora-surface);border:1px solid var(--samora-border);cursor:pointer;width:100%;min-height:42px;font-family:var(--font-primary);-webkit-appearance:none;border-radius:5px;align-items:center;padding:0 36px 0 14px;transition:border-color .2s;display:flex;position:relative}.samora-custom-select__trigger:hover,.samora-custom-select.is-open .samora-custom-select__trigger{border-color:var(--samora-emerald-forest)}.samora-custom-select__label{color:var(--samora-ink);white-space:nowrap;text-overflow:ellipsis;pointer-events:none;flex:1;font-size:14px;overflow:hidden}.samora-custom-select__label.is-placeholder{color:var(--samora-muted)}.samora-custom-select__trigger:after{content:"";color:var(--samora-muted);pointer-events:none;font-family:"Font Awesome 6 Pro","Font Awesome 6 Free",FontAwesome;font-size:11px;font-weight:400;line-height:1;transition:transform .2s;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.samora-custom-select.is-open .samora-custom-select__trigger:after{transform:translateY(-50%)rotate(180deg)}.samora-custom-select__dropdown{z-index:50;background:var(--samora-surface);border:1px solid var(--samora-border);opacity:0;visibility:hidden;border-radius:5px;max-height:260px;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;transform:translateY(-4px);box-shadow:0 10px 30px #00000014}.samora-custom-select.is-open .samora-custom-select__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.samora-custom-select__search{z-index:1;background:var(--samora-surface);border-bottom:1px solid var(--samora-border);padding:8px 10px;position:sticky;top:0}.samora-custom-select__search input{border:1px solid var(--samora-border);width:100%;font-size:13px;font-family:var(--font-primary);border-radius:4px;outline:none;padding:7px 10px}.samora-custom-select__search input:focus{border-color:var(--samora-emerald-forest)}.samora-custom-select__options{margin:0;padding:4px 0;list-style:none}.samora-custom-select__option{color:var(--samora-ink);cursor:pointer;padding:8px 14px;font-size:14px;transition:background-color .15s}.samora-custom-select__option:hover{background-color:var(--samora-soft-mint)}.samora-custom-select__option.is-active{background-color:var(--samora-soft-mint);color:var(--samora-emerald-forest);font-weight:600}.samora-custom-select__option.is-hidden{display:none}.samora-custom-select__no-results{color:var(--samora-muted);text-align:center;padding:10px 14px;font-size:13px}.samora-custom-select__dropdown::-webkit-scrollbar{width:5px}.samora-custom-select__dropdown::-webkit-scrollbar-thumb{background:#6b728038;border-radius:8px}.samora-custom-select__dropdown::-webkit-scrollbar-track{background:0 0}.samora-multiselect__trigger{background:var(--samora-surface);border:1px solid var(--samora-border);cursor:pointer;width:100%;min-height:42px;font-family:var(--font-primary);border-radius:5px;flex-wrap:wrap;align-items:center;gap:4px;padding:6px 36px 6px 10px;transition:border-color .2s;display:flex;position:relative}.samora-multiselect__trigger:hover,.samora-custom-select.is-open .samora-multiselect__trigger{border-color:var(--samora-emerald-forest)}.samora-multiselect__trigger:after{content:"";color:var(--samora-muted);pointer-events:none;font-family:"Font Awesome 6 Pro","Font Awesome 6 Free",FontAwesome;font-size:11px;font-weight:400;line-height:1;transition:transform .2s;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.samora-custom-select.is-open .samora-multiselect__trigger:after{transform:translateY(-50%)rotate(180deg)}.samora-multiselect__placeholder{color:var(--samora-muted);pointer-events:none;padding:2px 4px;font-size:14px}.samora-multiselect__chip{background:var(--samora-soft-mint);color:var(--samora-emerald-forest);pointer-events:none;border-radius:4px;align-items:center;gap:4px;padding:2px 8px;font-size:13px;display:inline-flex}.samora-multiselect__chip-remove{width:16px;height:16px;color:var(--samora-muted);cursor:pointer;pointer-events:auto;background:0 0;border:none;border-radius:2px;justify-content:center;align-items:center;padding:0;font-size:14px;line-height:1;transition:color .15s,background-color .15s;display:inline-flex}.samora-multiselect__chip-remove:hover{color:var(--samora-emerald-forest);background:#003d2614}.samora-multiselect__option{color:var(--samora-ink);cursor:pointer;align-items:center;gap:10px;padding:8px 14px;font-size:14px;transition:background-color .15s;display:flex}.samora-multiselect__option:hover{background-color:var(--samora-soft-mint)}.samora-multiselect__checkmark{border:2px solid var(--samora-border);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:background-color .15s,border-color .15s;display:flex}.samora-multiselect__option.is-selected .samora-multiselect__checkmark{background:var(--samora-emerald-forest);border-color:var(--samora-emerald-forest)}.samora-multiselect__option.is-selected .samora-multiselect__checkmark:after{content:"";border:solid var(--samora-surface);border-width:0 2px 2px 0;width:5px;height:9px;margin-top:-1px;display:block;transform:rotate(45deg)}.samora-multiselect__option-label{flex:1}.samora-multiselect__option.is-hidden{display:none}.samora-multiselect__counter{color:var(--samora-muted);align-items:center;margin-left:auto;padding:0 6px;font-size:12px;display:inline-flex}
