.CustomSelect-module-scss-module__-LXQIW__container{position:relative}.CustomSelect-module-scss-module__-LXQIW__control{border:1px solid var(--border-color);background:var(--content-bg);width:100%;color:var(--text-primary);cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:7px 30px 7px 10px;font-size:13px;line-height:1.4;transition:border-color .12s,box-shadow .12s;display:flex}.CustomSelect-module-scss-module__-LXQIW__control:hover{border-color:var(--component-custom-select-border-hover)}.CustomSelect-module-scss-module__-LXQIW__controlOpen{border-color:var(--component-custom-select-border-active);box-shadow:var(--component-custom-select-ring-active)}.CustomSelect-module-scss-module__-LXQIW__disabled{opacity:.5;cursor:not-allowed}.CustomSelect-module-scss-module__-LXQIW__value{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;overflow:hidden}.CustomSelect-module-scss-module__-LXQIW__placeholder{color:var(--gray-400);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;overflow:hidden}.CustomSelect-module-scss-module__-LXQIW__arrow{border-left:5px solid #0000;border-right:5px solid #0000;border-top:6px solid var(--gray-500);flex-shrink:0;width:0;height:0;transition:transform .12s}.CustomSelect-module-scss-module__-LXQIW__controlOpen .CustomSelect-module-scss-module__-LXQIW__arrow{transform:rotate(180deg)}.CustomSelect-module-scss-module__-LXQIW__menu{background:var(--content-bg);border:1px solid var(--border-color);box-shadow:var(--component-custom-select-menu-shadow);z-index:40;border-radius:8px;max-height:260px;margin-top:6px;position:absolute;left:0;right:0;overflow-y:auto}.CustomSelect-module-scss-module__-LXQIW__option{color:var(--text-primary);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;padding:10px 12px;font-size:13px;transition:background-color 80ms,color 80ms;overflow:hidden}.CustomSelect-module-scss-module__-LXQIW__option:hover,.CustomSelect-module-scss-module__-LXQIW__optionActive{background:var(--component-custom-select-option-active-bg);color:var(--text-primary)}.CustomSelect-module-scss-module__-LXQIW__optionSelected{background:var(--component-custom-select-option-selected-bg);color:var(--component-custom-select-option-selected-fg)}.CustomSelect-module-scss-module__-LXQIW__wide{min-width:160px;max-width:220px}.CustomSelect-module-scss-module__-LXQIW__wide .CustomSelect-module-scss-module__-LXQIW__menu{width:max-content;min-width:160px;max-width:280px}
