.custom-select-root{width:100%;position:relative;font-family:Inter,system-ui,sans-serif}.custom-select-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:9px 14px;border-radius:13px;border:1px solid #cccccc;background:#fff;cursor:pointer;outline:none;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:box-shadow .16s ease,border-color .16s ease}.custom-select-value{font-size:15px;color:#222;font-family:Reddit Sans}.custom-select-value.placeholder{color:#9f9f9f;background-color:transparent;font-weight:500;font-family:Reddit Sans;cursor:pointer}.custom-select-caret{transition:transform .2s ease}.custom-select-caret.open{transform:rotate(180deg)}.custom-select-list-wrapper{position:absolute;left:0;right:0;margin-top:8px;z-index:999;pointer-events:none;opacity:0;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease}.custom-select-list-wrapper.open{pointer-events:auto;opacity:1;transform:translateY(0)}.custom-select-list{list-style:none;margin:0;padding:5px;background:#fff;border-radius:5px;box-shadow:0 0 21px 0 rgba(21,21,21,.12);max-height:180px;overflow:auto;display:flex;flex-direction:column;gap:1px;font-family:Reddit Sans}.custom-select-option{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;border-radius:5px;cursor:pointer;transition:background-color .12s ease,transform .12s ease}.custom-select-option.highlighted,.custom-select-option:hover{background:#dbdbdb61;transform:translateY(-1px)}.custom-select-option.selected{background:rgba(45,174,115,.06);border:1px solid rgba(45,174,115,.12)}.option-label{font-size:15px;color:#222}.option-check{font-size:13px;color:#2dae73}.custom-select-root.disabled .custom-select-toggle{opacity:.6;cursor:not-allowed}