.custom-select{width:100%;position:relative}.custom-select__trigger{text-align:start;cursor:pointer;justify-content:space-between;align-items:center;gap:10px;width:100%;display:flex}.custom-select__value{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.custom-select__chevron{flex-shrink:0;width:16px;height:16px;transition:transform .2s}.custom-select--open .custom-select__chevron{transform:rotate(180deg)}.custom-select__menu{z-index:40;overscroll-behavior:contain;border-radius:12px;max-height:240px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:auto}.custom-select__option{cursor:pointer;text-align:start;background:0 0;border:none;justify-content:space-between;align-items:center;gap:10px;width:100%;display:flex}.custom-select__check{flex-shrink:0;width:14px;height:14px}.custom-select--disabled{opacity:.6;pointer-events:none}.custom-select--contact .custom-select__trigger{font-family:var(--font-almarai),sans-serif;color:var(--white);background-color:var(--bg3);border:1px solid #00d4e838;border-radius:10px;outline:none;padding:10px 14px;font-size:14px;transition:border-color .2s,box-shadow .2s}.custom-select--contact.custom-select--open .custom-select__trigger,.custom-select--contact .custom-select__trigger:focus-visible{border-color:var(--cyan);box-shadow:0 0 0 3px #00d4e81f}.custom-select--contact .custom-select__chevron{color:var(--cyan)}.custom-select--contact .custom-select__menu{background:var(--bg2);border:1px solid #00d4e838;box-shadow:0 16px 40px #00000059}.custom-select--contact .custom-select__option{color:var(--white);font-family:var(--font-almarai),sans-serif;border-radius:8px;padding:10px 12px;font-size:14px}.custom-select--contact .custom-select__option:hover,.custom-select--contact .custom-select__option:focus-visible{background:#00d4e81a;outline:none}.custom-select--contact .custom-select__option--active{color:var(--cyan);background:#00d4e814}.custom-select--dash .custom-select__trigger{font-family:var(--font-almarai),sans-serif;color:var(--text);background:var(--bg3);border:1px solid var(--border2);border-radius:10px;outline:none;padding:10px 12px;font-size:14px;transition:border-color .2s,box-shadow .2s}.custom-select--dash.custom-select--sm .custom-select__trigger{min-height:34px;padding:6px 10px;font-size:13px}.custom-select--dash.custom-select--open .custom-select__trigger,.custom-select--dash .custom-select__trigger:focus-visible{border-color:var(--cyan);box-shadow:0 0 0 3px #00d4e81f}.custom-select--dash .custom-select__chevron{color:var(--cyan)}.custom-select--dash .custom-select__menu{background:var(--bg2);border:1px solid var(--border2);box-shadow:0 16px 40px #0003}.custom-select--dash .custom-select__option{color:var(--text);font-family:var(--font-almarai),sans-serif;border-radius:8px;padding:8px 10px;font-size:13px}.custom-select--dash .custom-select__option:hover,.custom-select--dash .custom-select__option:focus-visible{background:#00d4e814;outline:none}.custom-select--dash .custom-select__option--active{color:var(--cyan);background:#00d4e814}.custom-select--dash .custom-select__check{color:var(--cyan)}
