.main{width:100%;display:flex;flex-direction:column;align-items:center}.main section{width:100%;padding:.5em;background:#0c0c0c99;margin-bottom:.5em;border-radius:.5em;background-size:cover;box-shadow:0 0 10px #000000bf;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.75)}.main section .header,.main section .header_info{display:flex;gap:1.5rem;width:100%;align-items:center;padding:.5em;margin-bottom:.5em;border-radius:.5em;background:#0c0c0c}.main section .header .crypto_info p,.main section .header_info .crypto_info p{font-size:12px}.main section .header .crypto_img,.main section .header_info .crypto_img{display:flex;justify-content:center;align-items:center}.main section .header .crypto_img img,.main section .header_info .crypto_img img{width:40px;border-radius:5px}.main .chart-container{width:100%;height:40svh;margin-bottom:.5em;position:relative}.main .chart-container_bg{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1}.main .chart-container_bg img{width:80%;height:80%;object-fit:contain;opacity:.04;filter:grayscale(100%)}.main .crypto_intervals{width:100%;display:flex;gap:.5em;margin-bottom:.5em}.main .crypto_intervals .interval-btn{width:25px;padding:.5em;border-radius:.5em;background:#0c0c0c;cursor:pointer;color:#ccc;font-size:10px;outline:none;border:1px solid #262626;transition:all .5s ease-in-out}.main .crypto_intervals .interval-btn:hover,.main .crypto_intervals .interval-btn:focus,.main .crypto_intervals .interval-btn.active{background:linear-gradient(180.4deg,#091e3d 45.3%,#0e0869 279%)}.main .crypto_table-wrapper{animation:slideFade .5s ease both}@keyframes slideFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.main .crypto_table-title{display:flex;justify-content:space-between;gap:2rem;width:100%;align-items:center;padding:.5em;margin-bottom:.5em;border-radius:.5em;background:#0c0c0c}.main .crypto_table-title h3{position:relative;cursor:pointer;font-weight:400;padding-bottom:.5em;transition:color .3s ease;display:flex;align-items:center}.main .crypto_table-title h3:after{content:"";position:absolute;bottom:0;left:0;height:2px;width:0;background-color:#aaa8d9;transition:width .5s ease-in-out}.main .crypto_table-title h3.active-tab{color:#ccc;transition:color .5s ease-in-out}.main .crypto_table-title h3.active-tab:after{width:100%}.main .crypto_table-title h3:hover{color:#aaa8d9}.main .crypto_table_item.selected{background:#737373a1;box-shadow:inset 0 0 10px #ffffff1a;transition:all .5s ease-in-out}.main .crypto_table_item .favorite-button{display:flex;align-items:center}.search{position:relative}.search input{width:100%;padding:.5em;border-radius:.5em;border:1px solid #262626;outline:none;background:#0c0c0c;color:#ccc;font-size:14px;transition:all .5s ease-in-out}.search input::placeholder{color:#ccc;transition:opacity .5s ease-in-out}.search input:focus::placeholder{opacity:.5}.search input:focus{border:1px solid linear-gradient(180.4deg,rgb(9,30,61) 45.3%,rgb(14,8,105) 279%)}.search .suggestion{position:absolute;top:2.5em;left:0;background:#0c0c0c;border-radius:.5em;border:1px solid rgba(12,12,12,.6);padding:.5em;margin:.5em;z-index:1}.search .suggestion li{cursor:pointer;padding:.5em;color:#ccc;transition:all .5s ease-in-out;font-size:14px;list-style:none}.search .suggestion li:hover,.search .suggestion li:focus{background:linear-gradient(180.4deg,#091e3d 45.3%,#0e0869 279%);color:#b3b3b3;border-radius:.5em}.crypto_table{list-style:none;display:flex;flex-direction:column;align-items:center;width:100%;color:#ccc;font-size:14px}.crypto_table li.crypto_table_item,.crypto_table li.crypto_table_header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.5em;margin-bottom:.5em;border-radius:.5em;background:#0c0c0c;cursor:pointer;position:relative}.crypto_table li.crypto_table_item .symbol,.crypto_table li.crypto_table_header .symbol{font-size:12px}.crypto_table li.crypto_table_item .crypto_table_header__rank,.crypto_table li.crypto_table_item .crypto_table_item-rank,.crypto_table li.crypto_table_header .crypto_table_header__rank,.crypto_table li.crypto_table_header .crypto_table_item-rank{width:24px;text-align:center}.crypto_table li.crypto_table_item .crypto_table_header__symbol,.crypto_table li.crypto_table_header .crypto_table_header__symbol{width:33.33%;text-align:left}.crypto_table li.crypto_table_item .crypto_table_header__price,.crypto_table li.crypto_table_item .crypto_table_item__price,.crypto_table li.crypto_table_header .crypto_table_header__price,.crypto_table li.crypto_table_header .crypto_table_item__price{width:33.33%;text-align:center}.crypto_table li.crypto_table_item .crypto_table_header__change,.crypto_table li.crypto_table_item .crypto_table_item__change,.crypto_table li.crypto_table_header .crypto_table_header__change,.crypto_table li.crypto_table_header .crypto_table_item__change{width:33.33%;text-align:right}.crypto_table li.crypto_table_item .crypto_table_item__change,.crypto_table li.crypto_table_header .crypto_table_item__change{display:flex;align-items:center;justify-content:flex-end;gap:.5em}.crypto_table li.crypto_table_item img,.crypto_table li.crypto_table_header img{width:20px;position:absolute;margin-left:25px}.crypto_table li.crypto_table_item .crypto_table_item-name,.crypto_table li.crypto_table_header .crypto_table_item-name{width:33.33%;text-align:left;padding-left:2em}.show_more_button{display:flex;margin:20px auto 0;padding:10px 20px;background:linear-gradient(180.4deg,#091e3d 45.3%,#0e0869 279%);color:#ccc;border:none;border-radius:5px;cursor:pointer;font-size:16px;justify-content:center;transition:all .5s ease-in-out}.show_more_button:hover{background:#3b529f;color:#b3b3b3}@media (max-width: 1024px){.show_more_button{width:100%;font-size:14px}}@media (max-width: 425px){.main{padding:0}.main section{margin-bottom:0;border-radius:0}.main section .header .crypto_img img{width:25px}.main .crypto_table{font-size:12px}}*{padding:0;margin:0;box-sizing:border-box;font-family:Montserrat,sans-serif}html{scroll-behavior:smooth;background:#000}ul,li{list-style:none}body{background:#000;background:linear-gradient(129deg,#131313 19.22%,#032121 70.97%);color:#ccc;background:#0e0869;background:-moz-radial-gradient(circle,rgb(14,8,105) 0%,rgb(14,14,23) 70%,rgb(0,0,0) 100%);background:-webkit-radial-gradient(circle,rgb(14,8,105) 0%,rgb(14,14,23) 70%,rgb(0,0,0) 100%);background:radial-gradient(circle,#0e0869,#0e0e17 70%,#000);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e0869",endColorstr="#000000",GradientType=1)}.App{display:flex;flex-direction:column;align-items:center;min-height:100vh;max-width:1200px;margin:0 auto;padding:.5em}h3{color:#ccc;font-size:16px}@media (max-width: 425px){.App{padding:0}h3{font-size:14px}main{padding:0}main section{margin-bottom:0;border-radius:0}}
