@tailwind utilities;html,body,#root{height:100%;width:100%;margin:0;padding:0}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#555}.dark .custom-scrollbar::-webkit-scrollbar-track{background:#2d3748}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background:#a0aec0}.chart-container{position:relative;width:100%;height:100%}canvas{display:block;max-width:100%;max-height:100%;box-sizing:border-box}
