@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap);nav{display:flex;justify-content:space-between}.nav-logo{color:#102a43;text-decoration:none}.nav-link{padding-left:20px}.nav-link a{color:#000;text-decoration:none;transition:.3s}.nav-link a:hover{color:#3ebd93}.nav-link-list{display:flex;list-style:none}#hamburger{margin-top:20px;position:absolute;top:0;right:10%;display:none}#hamburger div{background-color:#000;border-radius:5px;width:30px;height:5px;cursor:pointer;margin:5px 0}#overlay{position:absolute;display:block;left:0;top:0;width:100%;height:100%;z-index:1;background:#000;background:rgba(0,0,0,.85);cursor:default}.overlay-text{color:transparent}@media only screen and (max-width:768px){.nav-link-list{flex-direction:column;background-color:#fff;height:100%;width:60%;max-width:225px;margin:0;position:fixed;top:0;right:0;z-index:2;padding:60px 0 0;transform:translateX(100%);transition:transform .3s ease-out}.nav-link-list.open{transform:translateX(0)}#close-menu{margin-top:20px;position:fixed;top:0;right:15px;z-index:3;transform:translateX(150%);transition:transform .3s ease-out}#close-menu.open{transform:translateX(0)}#close-menu div{background-color:#000;border-radius:5px;width:30px;height:5px;cursor:pointer;margin:5px 0}#close-menu div:first-child{transform:translateY(12px) rotate(135deg)}#close-menu div:nth-child(2){transform:translateY(2px) rotate(-135deg)}#hamburger{display:block}}.footer{background-color:#f0f4f8;padding:15px}.footer-text{color:#102a43;text-align:center}.table{background-color:#fff;color:#102a43;padding:15px;margin:15px;max-width:900px;width:100%;text-align:left}@media only screen and (max-width:576px){.market-cap{display:none}}.tablerow{box-shadow:0 2px 2px -2px #d9e2ec}.tablerow-name{display:flex;align-items:center}.tablerow-name_link{text-decoration:none;color:#102a43;transition:.3s;margin-left:5px}.tablerow-name_link:hover{text-decoration:underline}.tablerow-symbol{color:#a0a2a0}.tablerow-image{width:25px}.tablerow-price_negative{color:#ba2525}.tablerow-price_positive{color:#27ab83}.loading{height:100vh;display:flex;justify-content:center;align-items:center}body{margin:0}*{font-family:"Inter",sans-serif}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media only screen and (min-width:576px){.container{max-width:540px}}@media only screen and (min-width:768px){.container{max-width:720px}}@media only screen and (min-width:992px){.container{max-width:960px}}@media only screen and (min-width:1200px){.container{max-width:1140px}}.pt-5{padding-top:3rem}.home{display:flex;justify-content:center}.coinInfo,.home{background-color:#f0f4f8;min-height:100vh}.coinInfo-container{padding:15px;margin-top:15px}.coinInfo-container,.lineChart{background-color:#fff}
/*# sourceMappingURL=main.a6c5fad3.chunk.css.map */