@tailwind base;@tailwind components;@tailwind utilities;.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;background:#3b82f6;border:2px solid white;border-radius:50%;cursor:pointer;box-shadow:0 0 2px #0006}input[type=range]::-moz-range-thumb{width:16px;height:16px;background:#3b82f6;border:2px solid white;border-radius:50%;cursor:pointer;box-shadow:0 0 2px #0006}input[type=range]::-webkit-slider-runnable-track{background:#d1d5db;height:4px;border-radius:2px}input[type=range]::-moz-range-track{background:#d1d5db;height:4px;border-radius:2px}
