:root{--background:#ffffff;--foreground:#171717;--gray:#c4ccdd;--darkGray:#565d6b;--borderColor:#d1dcf1;--primary:#093fb4;--darkBlue:#373090}@theme inline{--color-background:var(--background);--color-foreground:var(--foreground);--font-sans:var(--font-geist-sans);--font-mono:var(--font-geist-mono)}body{background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif}.layout_wrapper{display:flex;width:100%;height:100vh;overflow:hidden;position:fixed;top:0;left:0;right:0;bottom:0}.main_children_wrapper{overflow-y:auto;padding:20px;width:100%}::-webkit-scrollbar{width:5px;height:5px;padding:2px}::-webkit-scrollbar-thumb{background-color:var(--darkBlue);border-radius:10px;height:5px;width:5px}::-webkit-scrollbar-track{background:#e0e6eb;width:5px;height:5px;padding:2px;box-shadow:inset 3px 3px 6px 0 rgb(183,197,210),inset -3px -3px 6px 1px rgba(255,255,255,.5)}.tooltip{background-color:#fff;border:1px solid #7f8899;border-radius:16px;border-bottom-left-radius:0;padding:10px;box-shadow:0 2px 8px rgba(0,0,0,.15);display:flex;flex-direction:column;gap:8px}.tooltip__title{margin:0;font-weight:600;color:#152745;font-size:16px}.tooltip__label{margin:0;font-weight:400;font-size:14px;color:#374151;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.tooltip__label b{font-weight:700;margin-left:4px}.recharts-wrapper path:focus,.recharts-wrapper rect:focus,.recharts-wrapper svg:focus{outline:none}