@tailwind base;@tailwind components;@tailwind utilities;.custom-scrollbar::-webkit-scrollbar{width:24px;height:24px}.custom-scrollbar::-webkit-scrollbar-track{background:#f1f5f9;border-radius:0;margin:0}.custom-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#6366f1,#4f46e5);border-radius:12px;border:4px solid #f1f5f9;transition:all .3s ease}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#4f46e5,#4338ca);border-color:#e2e8f0}.custom-scrollbar::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#4338ca,#3730a3)}.custom-scrollbar::-webkit-scrollbar-corner{background:#f1f5f9}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#6366f1 #f1f5f9}.top-scrollbar::-webkit-scrollbar{height:24px}.top-scrollbar::-webkit-scrollbar-track{background:#f1f5f9;border-radius:0;margin:0;border-bottom:none}.top-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#6366f1,#4f46e5);border-radius:12px;border:4px solid #f1f5f9}.top-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#4f46e5,#4338ca);border-color:#e2e8f0}.top-scrollbar::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#4338ca,#3730a3)}*{scroll-behavior:smooth}
