@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400;500;600;700&display=swap";:root{--app-font-family: "IBM Plex Mono", monospace;--scrollbar-thumb-color: #555555;--scrollbar-thumb-hover-color: #555555}html{font-size:14px}html,body,#root{font-family:var(--app-font-family)!important}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;font-family:var(--app-font-family)!important}button,input,textarea,select,option{font-family:var(--app-font-family)!important}input::placeholder,textarea::placeholder{color:#f8fafc;opacity:1}*::-webkit-scrollbar{width:6px;height:6px;background:#232b3e;border-radius:8px}*::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-color);border-radius:8px;min-height:32px;transition:background .18s}*::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover-color)}*::-webkit-scrollbar-corner{background:#232b3e}select,input[type=datetime-local],input[type=week]{color-scheme:dark}select option{background-color:#0f172a;color:#f8fafc}.App-container{transition:filter .5s ease-in-out,opacity .3s ease-in-out;height:100vh;width:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.main{min-width:100vw;height:100vh}.recharts-tooltip-cursor{fill:transparent!important;stroke:transparent!important}
