@tailwind base;@tailwind components;@tailwind utilities;input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;background:transparent;border:none;cursor:pointer}input[type=range]::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;background:transparent;border:none;cursor:pointer}
