.custom-select{position:relative;width:100%;font-size:14px;color:#fff;cursor:pointer;outline:none}.custom-select.rtl{direction:rtl}.select-header{display:flex;align-items:center;justify-content:space-between;padding:8px;border-radius:12px;background-color:transparent;transition:border-color .2s}.custom-select.disabled .select-header{background-color:#f5f5f5;cursor:not-allowed;opacity:.7}.selected-value{overflow:hidden;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.selected-value.placeholder{color:#fff;font-weight:700}.dropdown-icon{display:flex;align-items:center;margin-left:8px;transition:transform .2s}.rtl .dropdown-icon{margin-left:0;margin-right:8px}.custom-select.open .dropdown-icon{transform:rotate(180deg)}.options-list{position:absolute;width:100%;max-height:200px;overflow-y:auto;margin-top:4px;padding:0;border:1px solid #666;border-radius:12px;background-color:#333;box-shadow:0 2px 4px rgba(0,0,0,.1);z-index:1000;list-style:none}.option-item{padding:8px 12px;transition:background-color .2s}.option-item.highlighted,.option-item:hover{background-color:#666}.option-item.selected{background-color:#333;color:#fdb913;font-weight:700}.options-list::-webkit-scrollbar{width:8px}.options-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:0 4px 4px 0}.rtl .options-list::-webkit-scrollbar-track{border-radius:4px 0 0 4px}.options-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.options-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media only screen and (min-width:1024px){.select-header{padding:12px}}.range-slider-container{position:relative;display:flex;flex-direction:column;align-items:center;padding:10px 0}.range-slider-rtl{-webkit-appearance:none;width:100%;height:var(--height);border-radius:5px;background:linear-gradient(to right,var(--track-color) 0,var(--track-color) var(--progress-percentage),var(--progress-color) var(--progress-percentage),var(--progress-color) 100%);outline:none;direction:rtl}.range-slider-rtl::-webkit-slider-thumb{position:relative;-webkit-appearance:none;appearance:none;width:8px;height:16px;border-radius:4px;background:#fff;cursor:pointer;border:2px solid var(--thumb-color);box-shadow:0 2px 4px rgba(0,0,0,.2);z-index:2}.range-slider-rtl::-moz-range-thumb{position:relative;width:8px;height:16px;border-radius:4px;background:var(--thumb-color);cursor:pointer;box-shadow:0 2px 4px rgba(0,0,0,.2);z-index:2}.slider-value-display{margin-top:8px;color:#666}.step-indicators{display:flex;position:absolute;justify-content:space-between;align-items:center;top:50%;right:0;width:100%;height:var(--height);transform:translateY(-50%);z-index:1;pointer-events:none}.step-dot{width:4px;height:4px;background:#1a1a1a;border-radius:50%}.step-dot.hide{opacity:0}.step-dot.active{box-shadow:0 0 0 2px var(--progress-color)}