.cascade-arrow{justify-content:center;margin:12px 0;display:flex;position:relative}.cascade-arrow.disabled{opacity:.3}.cascade-arrow:before{content:"";background:var(--foreground);width:2px;height:24px;position:relative}.cascade-arrow:after{content:"";border-left:6px solid #0000;border-right:6px solid #0000;border-top:8px solid var(--foreground);margin-top:20px;position:absolute}input[type=range]{appearance:none;background:var(--foreground);cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;border:none;outline:none;width:100%;height:2px;margin:10px 0;padding:0}input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--foreground);cursor:pointer;width:16px;height:16px;box-shadow:none;touch-action:none;-webkit-user-select:none;user-select:none;border:none;border-radius:0;margin-top:-7px}input[type=range]::-webkit-slider-runnable-track{cursor:pointer;background:var(--foreground);border:none;width:100%;height:2px}input[type=range]::-moz-range-thumb{background:var(--foreground);cursor:pointer;width:16px;height:16px;box-shadow:none;touch-action:none;-webkit-user-select:none;user-select:none;border:none;border-radius:0}input[type=range]::-moz-range-track{cursor:pointer;background:var(--foreground);border:none;width:100%;height:2px}input[type=range]:focus{outline:none}input[type=range]:focus::-webkit-slider-thumb{outline:2px solid var(--foreground);outline-offset:2px}
