.custom-select{width:100%;min-width:0;position:relative}.custom-select__button{width:100%;min-height:48px;color:var(--ink,#101828);font:inherit;text-align:left;box-shadow:none;cursor:pointer;background:#fff;border:1px solid #d8dee8;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px 10px 14px;display:flex}.custom-select__button:hover:not(:disabled){opacity:1;background:#fbfcfe;border-color:#c8cfdd}.custom-select__button:focus-visible{border-color:var(--brand,#6c5cff);box-shadow:0 0 0 4px var(--brand-soft,#6c58ff1f);outline:0}.custom-select__button:disabled{cursor:not-allowed;opacity:.58}.custom-select__button span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.custom-select__button svg{color:#778397;flex:none;transition:transform .14s,color .14s;transform:rotate(90deg)}.custom-select--open .custom-select__button{border-color:var(--brand,#6c5cff);box-shadow:0 0 0 4px var(--brand-soft,#6c58ff1f)}.custom-select--open .custom-select__button svg{color:var(--brand,#6c5cff);transform:rotate(-90deg)}.custom-select__menu{background:#fff;border:1px solid #d8dee8;border-radius:12px;min-width:0;max-width:min(360px,100vw - 16px);padding:5px;overflow-y:auto;box-shadow:0 18px 44px #0f172a29}.custom-select__menu--portal{z-index:320;position:fixed}.custom-select__search{z-index:1;color:#778397;background:#fff;border:1px solid #d8dee8;border-radius:9px;align-items:center;gap:7px;margin-bottom:4px;padding:6px 8px;display:flex;position:sticky;top:0}.custom-select__search input{width:100%;min-width:0;height:24px;color:var(--ink,#101828);background:0 0;border:0;outline:0;padding:0;font-size:12px;font-weight:650;line-height:1.2}.custom-select__search input::placeholder{color:#98a2b3}.custom-select__menu button{color:#344054;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:34px;padding:8px 9px;font-size:12px;font-weight:650;display:flex}.custom-select__menu button:hover:not(:disabled),.custom-select__menu button.highlighted:not(:disabled){opacity:1;color:var(--ink,#101828);background:#f2f4f8}.custom-select__menu button.active{color:#fff;background:var(--brand,#6c5cff)}.custom-select__menu button.active svg{color:currentColor}.custom-select__menu button:disabled{cursor:not-allowed;opacity:.45}.custom-select__menu span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.custom-select__empty{color:#667085;padding:10px 9px;font-size:12px;font-weight:700}.custom-select--compact .custom-select__button{border-radius:10px;min-height:36px;padding:7px 9px 7px 11px;font-size:11px;font-weight:720}.custom-select--compact .custom-select__menu button,.custom-select__menu--compact button{min-height:30px;font-size:11px}
