@tailwind base;@tailwind components;@tailwind utilities;.dashboard-card{transition:all .3s cubic-bezier(.4,0,.2,1)}.dashboard-card:hover{transform:translateY(-1px);box-shadow:0 4px 20px #4fd1c514}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#1a2332;border-radius:2px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#4fd1c5}::selection{background:#4fd1c54d;color:#fff}
