@tailwind base;@tailwind components;@tailwind utilities;.custom-scrollbar::-webkit-scrollbar{width:0px;height:0px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:transparent;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:transparent}.visible-scrollbar::-webkit-scrollbar{width:6px;height:6px}.visible-scrollbar::-webkit-scrollbar-track{background:#ffffff0d}.visible-scrollbar::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}.visible-scrollbar::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.custom-scrollbar{scrollbar-width:none}.visible-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) rgba(255,255,255,.05)}
