.native-search-select{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.search-select{position:relative;width:100%;margin-top:0;font-size:14px}.search-select__trigger{display:flex;align-items:center;width:100%;min-height:48px;padding:0 13px;border:1.5px solid #cbd5e1;border-radius:10px;background:#fff;color:#172033;text-align:left;font-weight:600;box-shadow:0 1px 2px #0f172a08;transition:border-color .18s,box-shadow .18s,transform .18s}.search-select__trigger:hover{border-color:#94a3b8;background:#fff}.search-select.is-open .search-select__trigger{border-color:#2f6df6;box-shadow:0 0 0 3px #2f6df620;transform:none}.search-select__leading{display:grid;place-items:center;flex:0 0 28px;margin-right:8px;color:#2f6df6}.search-select svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.search-select__value{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-select:not(.has-value) .search-select__value{color:#94a3b8;font-weight:500}.search-select__chevron{display:grid;place-items:center;color:#64748b;transition:transform .18s,color .18s}.search-select.is-open .search-select__chevron{color:#2f6df6;transform:rotate(180deg)}.search-select__dropdown{position:absolute;z-index:100;left:0;right:0;top:calc(100% + 8px);overflow:hidden;border:1px solid #e2e8f0;border-radius:14px;background:#fff;box-shadow:0 18px 45px #0f172a24,0 4px 12px #0f172a12;animation:select-pop .16s ease-out}.search-select__search-wrap{position:relative;padding:14px 14px 12px;border-bottom:1px solid #eef2f7}.search-select__search-wrap svg{position:absolute;left:27px;top:28px;width:18px;height:18px;color:#94a3b8}.search-select__search{height:44px!important;padding:0 13px 0 41px!important;border:1.5px solid #d7dee8!important;border-radius:9px!important;outline:none;background:#fff!important;font-size:14px;box-shadow:none!important}.search-select__search:focus{border-color:#2f6df6!important;box-shadow:0 0 0 3px #2f6df617!important}.search-select__search::placeholder{color:#aab4c2}.search-select__meta{padding:12px 17px 7px;color:#94a3b8;font-size:10px;font-weight:800;letter-spacing:.8px}.search-select__options{max-height:245px;overflow-y:auto;padding:3px 8px 10px;scrollbar-width:thin;scrollbar-color:#94a3b8 transparent}.search-select__options::-webkit-scrollbar{width:7px}.search-select__options::-webkit-scrollbar-track{background:transparent}.search-select__options::-webkit-scrollbar-thumb{border:2px solid #fff;border-radius:20px;background:#94a3b8}.search-select__option{display:flex;align-items:center;gap:10px;width:100%;min-height:42px;padding:9px 10px;border:0;border-radius:8px;background:#fff;color:#334155;text-align:left;font-weight:600;cursor:pointer;transition:background .14s,color .14s,transform .14s}.search-select__option:hover,.search-select__option.is-highlighted{background:#eff6ff;color:#1d4ed8;transform:translateX(2px)}.search-select__option-icon{display:grid;place-items:center;width:25px;height:25px;border-radius:7px;background:#f1f5f9;color:#64748b;font-size:11px}.search-select__option:hover .search-select__option-icon,.search-select__option.is-highlighted .search-select__option-icon{background:#dbeafe;color:#2563eb}.search-select__check{margin-left:auto;color:#2563eb;opacity:0}.search-select__option[aria-selected=true]{background:#eef4ff;color:#1d4ed8}.search-select__option[aria-selected=true] .search-select__check{opacity:1}.search-select__empty{padding:22px;text-align:center;color:#94a3b8}.actions .search-select{min-width:210px}.actions .search-select__dropdown{top:auto;bottom:calc(100% + 8px)}@keyframes select-pop{from{opacity:0;transform:translateY(-5px) scale(.985)}to{opacity:1;transform:none}}@media(max-width:650px){.search-select__dropdown{position:fixed;z-index:1000;left:12px;right:12px;top:50%;bottom:auto;transform:translateY(-50%);max-height:min(70vh,520px)}.search-select__options{max-height:42vh}.search-select__trigger{min-height:46px}.actions .search-select{min-width:100%}@keyframes select-pop{from{opacity:0;transform:translateY(calc(-50% - 8px)) scale(.985)}to{opacity:1;transform:translateY(-50%) scale(1)}}}
