@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&family=Poppins:wght@400;500;600;700&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.container{display:flex;flex-direction:row;align-items:center;justify-content:center;margin:auto;min-height:80vh;height:-webkit-max-content;height:-moz-max-content;height:max-content}.FXLatestPriceComponent{height:720px;width:400px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 0 20px rgba(0,0,0,.31)}.FXLatestPriceComponent .Header{display:grid;grid-template-columns:33% 33% 33%;grid-template-rows:auto;justify-items:center;align-items:center}.FXSignalChartComponent{display:flex;flex-direction:column;justify-content:space-between;height:720px;width:-webkit-max-content;width:-moz-max-content;width:max-content;margin-left:20px}.latestPriceContainer{display:flex;flex-direction:column;height:620px}.latestPriceContainer .latestPrice{display:grid;grid-template-columns:33% 33% 33%;justify-items:center;align-items:center;transition:all .2s ease;text-decoration:none;height:56.36364px;color:currentColor}.latestPriceContainer .latestPrice.active{background:#ecfbff;-webkit-backdrop-filter:blur(.8);backdrop-filter:blur(.8)}.latestPriceContainer .latestPrice:hover{background-color:#f5f5f5}.latestPriceContainer .latestPrice .change,.latestPriceContainer .latestPrice .price,.latestPriceContainer .latestPrice .symbol{padding:5px;font-weight:600}.latestPriceContainer .latestPrice{cursor:pointer}.latestPriceContainer .latestPrice .change .positive{color:#00baec}.latestPriceContainer .latestPrice .change .negative{color:tomato}*{margin:0;padding:0;box-sizing:border-box}@media (max-width:900px){.container{flex-direction:column}.container .FXLatestPriceComponent{width:90%}.container .FXSignalChartComponent{width:90%;margin:20px 0 0}}.chart{width:100%;height:100%}.chart-wrapper{width:600px;height:300px;box-shadow:0 0 20px rgba(0,0,0,.31);padding:20px}.custom-tooltip{background:#fff;box-shadow:0 0 10px rgba(0,0,0,.31);padding:10px}.custom-tooltip .label-date,.custom-tooltip .label-price .price{font-weight:700}.loader{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.loader .spinner{height:50px;width:50px;background:transparent;border-radius:50px;border:4px solid #00baec;border-top-color:#fff;-webkit-animation:spin .5s linear infinite;animation:spin .5s linear infinite}@media (max-width:900px){.chart-wrapper,.chart-wrapper .apexcharts-svg{width:100%}}.fx-signal-component{height:400px;width:600px;box-shadow:0 0 20px rgba(0,0,0,.31)}.fx-signals{height:100%;width:100%;position:relative}.fx-signals .signal{height:100%;width:100%;position:absolute;opacity:1;transition:all .2s ease-in-out;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px}.fx-signals .signal .pair{font-weight:700}.fx-signals .signal .summary{font-size:3rem;font-weight:700}.fx-signals .signal .count{display:flex;flex-direction:row;font-weight:700}.fx-signals .signal .count .buy{margin:10px;color:#00baec}.fx-signals .signal .count .sell{margin:10px;color:tomato}.fx-signals .signal .count .neutral{margin:10px;color:grey}.fx-signals .signal:hover{opacity:0}.fx-signals .indicator-header-wrapper{height:100%;width:100%;padding:20px}.fx-signals .indicator-header-wrapper .Header{display:grid;grid-template-columns:auto 20% 20%;grid-template-rows:auto;justify-items:start;align-items:center}.fx-signals .indicator-header-wrapper .Header h3{padding:10px}.fx-signals .indicator-header-wrapper .indicator-container{margin-top:20px;height:-webkit-max-content;height:-moz-max-content;height:max-content}.fx-signals .indicator-header-wrapper .indicator-container .indicator{display:grid;grid-template-columns:60% 20% 20%;grid-template-rows:auto;justify-items:start;align-items:center;margin-top:10px}.fx-signals .indicator-header-wrapper .indicator-container .indicator .action,.fx-signals .indicator-header-wrapper .indicator-container .indicator .name,.fx-signals .indicator-header-wrapper .indicator-container .indicator .value{padding:5px 10px;font-weight:500}.action.buy,.summary.buy{color:#00baec}.action.sell,.summary.sell{color:tomato}.action.neutral,.summary.neutral{color:grey}.error{height:100%;width:100%;line-height:1.6;text-align:justify;display:flex;align-items:center;justify-content:center}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:900px){.error,.error .indicator-header-wrapper,.error .signal,.fx-signal-component,.fx-signals,.fx-signals .indicator-header-wrapper,.fx-signals .signal,.loader,.loader .indicator-header-wrapper,.loader .signal{width:100%}}.App{min-height:100vh;height:-webkit-max-content;height:-moz-max-content;height:max-content;width:100%;scroll-behavior:smooth}header{height:10vh;font-size:1.5rem;font-weight:700}footer,header{width:100%;padding:10px}footer{min-height:10vh;height:-webkit-max-content;height:-moz-max-content;height:max-content}footer small{font-size:.8em;text-align:center}
/*# sourceMappingURL=main.397a1ba6.chunk.css.map */