.searchable-select-dropdown--portal{position:fixed;z-index:10050;display:flex;flex-direction:column;max-height:min(320px,52vh);box-sizing:border-box;overflow:hidden;color-scheme:dark;font-family:var(--font-unbounded),var(--font-montserrat),Montserrat,system-ui,sans-serif;color:#fff;background-color:#0d0d0d;border:1px solid hsla(0,0%,100%,.12);border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.55)}.searchable-select-dropdown--portal .searchable-select-search{display:flex;align-items:center;gap:8px;padding:8px 12px;border-bottom:1px solid hsla(0,0%,100%,.1);flex:0 0 auto;background-color:#0d0d0d}.searchable-select-dropdown--portal .searchable-select-search svg{flex-shrink:0;font-size:14px;color:#aaa}.searchable-select-dropdown--portal .searchable-select-search input{flex:1;min-width:0;height:32px;padding:0 10px;border-radius:8px;border:1px solid hsla(0,0%,100%,.1);outline:none;font-size:13px;font-family:inherit;color:#fff;background-color:hsla(0,0%,100%,.06);box-shadow:none;-webkit-appearance:none;appearance:none}.searchable-select-dropdown--portal .searchable-select-search input::placeholder{color:#aaa}.searchable-select-dropdown--portal .searchable-select-search input:focus{border-color:rgba(255,35,35,.45);background-color:rgba(255,35,35,.08)}.searchable-select-dropdown--portal .searchable-select-options{flex:1 1 auto;min-height:0;max-height:min(240px,42vh);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:6px;-webkit-overflow-scrolling:touch;background-color:#0d0d0d}.searchable-select-dropdown--portal .searchable-select-options::-webkit-scrollbar{width:8px}.searchable-select-dropdown--portal .searchable-select-options::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.22);border-radius:4px}.searchable-select-dropdown--portal .searchable-select-option{margin:2px 0;padding:8px 10px;font-size:13px;font-weight:500;line-height:1.35;color:#ccc;border-radius:6px;cursor:pointer;transition:background .15s,color .15s}.searchable-select-dropdown--portal .searchable-select-option:hover{background:hsla(0,0%,100%,.08);color:#fff}.searchable-select-dropdown--portal .searchable-select-option.selected{background:rgba(255,35,35,.18);color:#ff2323}.searchable-select-dropdown--portal .searchable-select-empty{padding:12px;text-align:center;font-size:13px;color:#aaa}.searchable-select-dropdown--portal.is-no-search{max-height:min(340px,55vh)}.searchable-select-dropdown--portal.is-no-search .searchable-select-options--no-search{max-height:min(300px,50vh);padding-top:6px}