@import url(https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,700;1,700&display=swap);body{margin:0;font-family:Cabin,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0e151d;background:var(--colorBackground);color:#ffe81f;color:var(--colorAccent)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}:root{--colorPrimaryDark:#0e151d;--colorPrimaryLight:#fff;--colorBackground:#0e151d;--colorAccent:#ffe81f;--colorBorder:#ffe81f;--gutter:0 16px;--border:1.5px solid var(--colorBorder);--radius:5px}.Circles__circle{fill:var(--colorAccent);cursor:pointer;opacity:.8}.Axis{fill:var(--colorPrimaryLight)}.Axis__line{stroke:var(--colorPrimaryLight);stroke-width:1px}.input{display:flex;flex-direction:column;justify-content:center;border:var(--border);border-radius:var(--radius);height:36px;width:280px;padding:var(--gutter);background-color:var(--colorBackground)}.input__active{border-color:var(--colorPrimaryLight);border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.input__placeholder{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.input:hover{cursor:pointer}#svg-arrow{fill:var(--colorAccent)}.list{flex-direction:column;justify-content:flex-start;height:200px;width:280px;overflow:scroll;background-color:var(--colorBackground);border:var(--border);position:absolute;z-index:2}.list,.list>div{display:flex;padding:var(--gutter)}.list>div{flex-direction:row;align-items:center}.list>div:hover{background-color:var(--colorAccent);color:var(--colorPrimaryDark);cursor:pointer}.tooltip{position:absolute;top:0;left:0;text-align:center;width:auto;min-width:140px;height:60px;padding:4px 8px;background:var(--colorBackground);border:var(--border);border-radius:var(--radius);pointer-events:none;display:flex;flex-direction:column;justify-content:center}.tooltip_title{font-weight:700;font-size:1em;padding:4px}.tooltip_subtitle{font-weight:400;font-size:.8em;padding:4px}.App{position:relative;display:flex;flex-direction:column;width:100vw;height:100vh;align-items:center;vertical-align:center}.App__charts{position:relative;width:600px}
/*# sourceMappingURL=main.118dccf0.chunk.css.map */