@tailwind base;@tailwind components;@tailwind utilities;@layer base{*{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:20px;border:2px solid transparent;background-clip:content-box}*::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}.dark{scrollbar-color:#374151 transparent}.dark *::-webkit-scrollbar-thumb{background-color:#374151}.dark *::-webkit-scrollbar-thumb:hover{background-color:#4b5563}}@layer utilities{.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}}
