@tailwind base;@tailwind components;@tailwind utilities;.custom-scrollbar{scrollbar-width:thin;scrollbar-color:transparent transparent;transition:scrollbar-color .3s ease}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:transparent;border-radius:20px;border:2px solid transparent;background-clip:content-box}.custom-scrollbar:hover{scrollbar-color:#4B5563 transparent}.custom-scrollbar:hover::-webkit-scrollbar-thumb{background-color:#4b5563}.custom-scrollbar::-webkit-scrollbar-thumb:active{background-color:#6b7280}.custom-scrollbar{overflow-y:overlay}@supports not (overflow-y: overlay){.custom-scrollbar{overflow-y:auto}}
