*{box-sizing:border-box;margin:0}.header-container{width:100%}ul{display:flex;width:100%;font-size:1em;font-weight:500;justify-content:space-between;margin:0 auto;padding-left:1rem;padding-right:1rem;padding-bottom:3rem}ul li{background:rgba(255,255,255,.06);box-shadow:0 4px 30px #0000001a;border-radius:16px;backdrop-filter:blur(4.1px);-webkit-backdrop-filter:blur(4.1px);border:1px solid rgba(255,255,255,.09);width:160px;text-align:center;cursor:pointer;padding:.5em;list-style:none;text-decoration:none;font-weight:700}:focus>li{border:none;border-radius:16px;box-shadow:inset 1px 1px 5px #0050c9;transition:all 2s}@media (min-width: 450px){ul{max-width:435px}}@media (min-width: 810px){ul{max-width:435px}}.Market-cont{width:100%;padding:2rem 0 0;border-radius:8px;border:1px solid #20222A;background:#2C2E37;box-shadow:1px 8px 20px 30px #1e2027;margin-bottom:4rem}.Market-cont h1{width:100%}.search-cont{background:none;display:flex;justify-content:space-between;align-items:center;width:90%;margin:0 auto;padding-bottom:2rem}input{width:70%;padding:.8rem;border-radius:10px;color:#fff;border:none}input:focus,button:focus{outline:none}button{background-color:#0050c9;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:.8em;margin-left:8px;border-radius:8px;font-size:.9em;font-weight:500;transition:all 1s}.btn-red{background:rgb(255,80,80);border:none}.btn-red span{padding-top:.1rem}span,.SearchIcon,.DeleteSweepIcon{background:none}.Trend{width:100%;padding:2rem 0 0;border-radius:8px;border:1px solid #20222A;background:#2C2E37;box-shadow:1px 8px 20px 30px #1e2027;margin-bottom:4rem}.Trend h2,.Trend span{background:none;font-size:1.5em;font-weight:600;text-align:left;padding-bottom:2rem;padding-left:1rem}div .nft{width:95%}input .nft-input{width:65%;font-size:.5em}select{padding:.8em .3em;margin-left:8px;border-radius:8px}select:focus{outline:none}.Trend #one{animation-name:load;animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-direction:alternate}.Trend #two{animation-name:load;animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-direction:alternate;animation-delay:2.3s}.Trend #three{animation-name:load;animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-direction:alternate;animation-delay:3s}.Trend h2 span{font-size:2rem}table{width:100%}table .table-head,.table-head-search{font-size:.8em;text-align:center;width:100%}.name-th{text-align:left}.table-head th{color:gray;padding:1.2em;font-size:.9em;width:100%}.table-cont{width:100%;overflow-y:auto;max-height:20rem}::-webkit-scrollbar{width:.5em;transition:.5s}::-webkit-scrollbar:hover{width:1em;background-color:#a389ff;transition:.5s}.table-cont>*{width:100%}table .red{background:rgb(255,45,30)}table .green{background:rgb(0,145,60)}table .red,table .green{font-size:.9em;font-weight:200;padding:.5em .8em;border-radius:3px;border:none}.name-img-cont td{font-size:1em;padding:1em .5em;text-align:center;width:100%}table .name-img-cont img{width:20px;margin-right:3px}table .name-img-cont{display:flex;align-items:center;justify-content:flex-start}.trend-table .table-head{text-align:center}.trend-head th{text-align:center;color:gray;padding:1em;font-size:.8em}.trend-head-nft th{text-align:end;color:gray;padding:1.3em 1.5em 1.3em 0;font-size:.8em}.nft td{padding:1em 0;font-size:.8em}tr td{font-size:1em;padding:1em .5em;text-align:center;width:100%}th .cap-rank{text-align:left}.trend-img-cont-nft{display:flex;align-items:center}.trend-img-cont{align-items:flex-start}.trend-img-cont-nft img{width:30px;margin-right:5px}.search-result{padding:.5em 1em;font-size:1em}.search-result p{font-size:.9em;color:#fff}.search-result .flex{padding:.8em 0;display:flex;justify-content:space-between;align-items:center}.search-result img{padding-right:5px}.search-result h3{padding:2em 0 1.2em;font-style:italic}.search-result a{text-decoration:none;color:gray;background:black;padding:.5em .9em;border-radius:25px;font-size:.8em;font-weight:700;transition:all .5s}.search-result a:hover{transform:scale(1.2)}.fade{animation-name:fade-in;animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:1;animation-direction:normal}@keyframes load{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@media (min-width: 810px){.search-cont{max-width:80%}.Market-cont,.Trend{max-width:55%}}@media (min-width: 1111px){.Trend{max-width:28%}}.main-cont{width:94%;margin:0 auto;text-align:center;display:"flex";flex-direction:column;justify-content:center;align-items:center}@media (min-width: 1111px){.main-cont{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:5rem}}.App{color:#fff;background-color:#20222a;width:100%}.App-sub-container{position:fixed;width:100%;padding:1rem;color:#fff;background:rgba(255,255,255,.06);box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(4.1px);-webkit-backdrop-filter:blur(4.1px);border:1px solid rgba(255,255,255,.09);display:flex;align-items:center;z-index:1000}.App-sub-container h1{font-size:2rem;font-weight:700;background:none;padding-left:10px}.live{background:none;animation-name:live;animation-duration:1.2s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-direction:alternate;transform:scale(1.2)}@keyframes live{0%{opacity:0}to{opacity:1}}*{margin:0;box-sizing:border-box;background-color:#20222a;color:#fff}#root{background-color:#20222a;color:#fff}
