.range-rs{position:relative;width:100%;direction:rtl;font-family:inherit}.range-rs__native{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}.range-rs__control{display:flex;align-items:center;gap:10px;width:100%;min-height:52px;padding:8px 14px;background:#fff;border:1px solid #d9dce3;border-radius:10px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box}.range-rs__control:hover{border-color:#b9bec9}.range-rs.is-open .range-rs__control,.range-rs__control:focus-visible{border-color:#f0b323;box-shadow:0 0 0 3px rgb(240 179 35 / .18);outline:none}.range-rs.is-disabled .range-rs__control{background:#f3f4f6;cursor:not-allowed;opacity:.7}.range-rs__thumb{flex:0 0 auto;width:34px;height:34px;border-radius:7px;background:#f5f6f8 center/contain no-repeat;display:none}.range-rs__thumb.has-img{display:block}.range-rs__label{flex:1 1 auto;min-width:0;font-size:15px;font-weight:600;color:#1c1e22;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.range-rs__label.is-placeholder{color:#8b8f98;font-weight:500}.range-rs__meta{flex:0 0 auto;font-size:13px;font-weight:700;color:#f0b323;white-space:nowrap}.range-rs__caret{flex:0 0 auto;width:18px;height:18px;color:#6b7280;transition:transform .18s ease}.range-rs.is-open .range-rs__caret{transform:rotate(180deg)}.range-rs__panel{position:absolute;z-index:9999;top:calc(100% + 6px);left:0;right:0;background:#16181d;border:1px solid #2a2e36;border-radius:12px;box-shadow:0 18px 44px rgb(0 0 0 / .38);overflow:hidden;display:none}.range-rs.is-open .range-rs__panel{display:block}.range-rs__searchwrap{padding:10px;border-bottom:1px solid #262a32}.range-rs__search{width:100%;height:40px;padding:0 12px;background:#1e2128;border:1px solid #2f333c;border-radius:8px;color:#fff;font-size:14px;font-family:inherit;box-sizing:border-box;outline:none}.range-rs__search::placeholder{color:#7c828d}.range-rs__search:focus{border-color:#f0b323}.range-rs__list{max-height:320px;overflow-y:auto;padding:6px;margin:0;list-style:none;-webkit-overflow-scrolling:touch}.range-rs__opt{display:flex;align-items:center;gap:12px;padding:9px 10px;border-radius:9px;cursor:pointer;color:#e8eaee;transition:background .12s ease}.range-rs__opt:hover,.range-rs__opt.is-active{background:#23262e}.range-rs__opt.is-selected{background:rgb(240 179 35 / .13)}.range-rs__opt-img{flex:0 0 auto;width:44px;height:44px;border-radius:8px;background:#fff center/contain no-repeat;border:1px solid #2c3038}.range-rs__opt-img.is-empty{background:#22252c;display:flex;align-items:center;justify-content:center;color:#6f7681;font-size:15px;font-weight:700}.range-rs__opt-body{display:block;flex:1 1 auto;min-width:0}.range-rs__opt-name{display:block;font-size:14.5px;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.range-rs__opt-sub{display:block;margin-top:2px;font-size:12.5px;font-weight:600;line-height:1.2;color:#f0b323}.range-rs__empty{padding:18px 12px;text-align:center;color:#8b919b;font-size:14px}@media (max-width:767px){.range-rs__control{min-height:56px}.range-rs__opt{padding:11px 10px}.range-rs__opt-img{width:48px;height:48px}.range-rs__list{max-height:60vh}}@media (prefers-reduced-motion:reduce){.range-rs__control,.range-rs__caret,.range-rs__opt{transition:none}}