input[type=range].range-slider-thumb{-webkit-appearance:none;appearance:none;height:0;outline:none;pointer-events:none}input[type=range].range-slider-thumb::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:white;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.5);border:3px solid #f59e0b;pointer-events:auto;position:relative}input[type=range].range-slider-thumb::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:white;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.5);border:3px solid #f59e0b;pointer-events:auto}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}