input[type=range]{pointer-events:none}input[type=range]::-webkit-slider-thumb{pointer-events:auto;appearance:none;cursor:pointer;background:#2563eb;border:2px solid #fff;border-radius:50%;width:16px;height:16px;box-shadow:0 0 0 2px #2563eb}input[type=range]::-moz-range-thumb{pointer-events:auto;cursor:pointer;background:#2563eb;border-radius:50%;width:16px;height:16px}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:0 0}.custom-scrollbar::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#9ca3af}
