@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";nav{display:flex;height:fit-content;padding:1rem 2rem;justify-content:space-between;align-items:center;position:sticky;top:0;left:0;z-index:1000;background-color:var(--white)}nav>h1{font-weight:600;font-size:2rem}.themes{display:flex;justify-content:center;align-items:center;background-color:var(--primary);height:fit-content}.themes *{flex:1;text-align:center;color:var(--black)}.Themeslider{display:flex;justify-content:center;align-items:center;position:relative}.slidericon{position:absolute;left:48%;right:48%;bottom:-1rem}.slidericon:hover{border-radius:100%;background-color:var(--primary);color:var(--white)}.humburger{color:var(--black)}.humburger:hover{color:var(--primary)}.desktopMenu{display:flex;list-style:none;gap:1.5rem;align-items:center}.mobileMenu{display:none;list-style:none;gap:1rem;flex-direction:column;padding:1rem;align-items:center;background-color:var(--black);height:100vh}.active{color:var(--primary)}li>*{text-decoration:none;font-weight:500;color:var(--grey)}.mobile-drawer{display:none}@media only screen and (max-width: 768px){nav{padding:.6rem 1rem}nav>h1{font-size:1.2rem}.desktopMenu{display:none}.mobileMenu{display:flex}.mobile-drawer{display:block}.themes *{height:.9rem;font-size:.5rem;font-weight:600}}.toggle{display:flex;justify-content:space-between;border:2px solid var(--primary);border-radius:1rem;position:relative;padding:.2rem;cursor:pointer}.toggle>*{width:1rem;height:1rem;color:var(--primary)}.t-button{border-radius:100%;background:var(--primary);position:absolute}@media screen and (max-width: 768px){.toggle{padding:.15rem}.toggle>*{width:.8rem;height:.8rem}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn,.outlined-Btn{text-align:center;padding:.8rem;background-color:var(--primary);color:var(--black);border-radius:1.5rem;font-weight:600;border:none;width:10rem;min-width:100px;text-transform:capitalize;cursor:pointer}.btn:hover,.outlined-Btn:hover{box-shadow:5px 5px 10px var(--primary)}.outlined-Btn{background-color:transparent;outline:1px solid var(--primary)}main{display:flex;padding:3rem;gap:3rem}.textContainer{flex:.75;display:flex;flex-direction:column;gap:2rem}.textContainer a{text-decoration:none}.Track-crypto-heading,.Real-Time-heading{font-size:8.5rem;margin:0}.Track-crypto-heading{color:var(--black);-webkit-text-stroke-width:2px;-webkit-text-stroke-color:var(--black)}.Track-crypto-heading:hover{color:var(--white);-webkit-text-stroke-color:var(--black);transition:all .3s}.Real-Time-heading{color:var(--primary)}.buttonContainer{display:flex;gap:1rem}.imageContainer{flex:.25;position:relative}.phone{position:absolute;z-index:10;min-width:280px;max-width:300px}.gradient{position:absolute;top:3rem;left:2rem;min-width:200px;max-width:260px}@media only screen and (max-width: 768px){main{flex-direction:column;padding:1rem;gap:5rem}.textContainer{justify-content:center;align-items:center;text-align:center;flex:1;gap:1.5rem}.textContainer>h1{font-size:3.5rem}.imageContainer{flex:1;display:block}.phone{min-width:280px;max-width:300px;left:20%}.gradient{left:25%;min-width:200px;max-width:250px}}.coin-flex{display:flex;justify-content:center;align-items:center;gap:1.5rem}@media only screen and (max-width: 768px){.label{display:none}}.select-days{display:flex;align-items:center;gap:.5rem}.loader-container{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;background-color:var(--white);color:var(--primary);position:absolute;z-index:1000}.List-item{text-decoration:none}.list-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin:0rem 1rem;padding:1rem;box-sizing:border-box}.list-row td{width:18%;text-align:left}.list-row:hover{background-color:var(--darkgrey);transition:all .3s;border-radius:.3rem}.td-image{width:fit-content!important;margin-right:.5rem}.coin-logo{width:3rem!important;height:auto!important}.right-align{text-align:right}.center-align{text-align:center}.Mobile{display:none}a{text-decoration:none}@media only screen and (max-width: 768px){.list-row{gap:.3rem;margin:.2rem;padding:1rem .25rem}.list-row td{width:14%;font-size:70%!important}.td-image{width:fit-content!important}.coin-logo{width:1.7rem!important}.Desktop{display:none}.Mobile{display:block}.center-align{text-align:left}}.footer{display:flex;justify-content:space-between;align-items:center;padding:1rem;margin:3rem;height:auto;border-radius:.75rem;background:linear-gradient(90deg,rgba(133,133,133,.46) 0%,var(--primary) 100%);background-size:400% 400%;animation:gradient 8s ease infinite}.footer h2{cursor:pointer}.social-links{display:flex;justify-content:flex-end;align-items:center;gap:1rem}.social-link{color:var(--black);font-size:2rem!important;transition:all .2s ease-in-out!important}.social-link:hover{transform:scale(1.2)}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media only screen and (max-width: 800px){.footer{margin:1.5rem .5rem 6rem}.footer h2{font-size:1rem}.social-links{gap:.5rem}.social-link{font-size:1rem!important}}.coin-info-heading,.coin-info-desc{margin:1rem}.coin-info-desc a{color:var(--primary)}.coin-info-desc a:hover{filter:brightness(60%)}.gridView{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem;margin:1.5rem 2rem}.ListViewTable,.ListView{width:80%;display:block;margin-left:auto;margin-right:auto}.ListView{width:100%}@media only screen and (max-width: 768px){.gridView{gap:1rem;margin:.8rem}.ListViewTable,.ListView{width:100%}}.grid-item-link{text-decoration:none}.grid-item{width:300px;height:300px;background-color:var(--darkgrey);border-radius:.75rem;overflow:hidden;padding:1.5rem;display:flex;flex-direction:column;gap:1.2rem;z-index:1}.grid-item:hover{border:1px solid var(--green)!important;transition:all .3s}.grid-red:hover{border:1px solid var(--red)!important;transition:all .3s}.data-flex{display:flex;justify-content:flex-start;align-items:center;gap:1rem}.coin-logo{height:3.5rem;width:3.5rem}.name-col{width:100%;display:flex;justify-content:space-between;position:relative}.coinSymbol{color:var(--black);text-transform:uppercase;font-weight:600;font-size:1.2rem;margin:0}.coinName{color:var(--grey);text-transform:capitalize;font-weight:light;font-size:1rem;margin:0}.chip-flex{display:flex;justify-content:flex-start;align-items:center;gap:1rem;margin:1rem 0rem}.price-chip{border:2px solid var(--green);color:var(--green);border-radius:2rem;padding:.25rem 1.25rem;text-align:center;font-weight:600;font-size:1rem;height:2rem;min-width:60px;max-width:100px}.icon-chip{border:2px solid var(--green);color:var(--green);border-radius:50%;height:2rem;width:2rem;display:flex;justify-content:center;align-items:center}.price-chip:hover,.icon-chip:hover{background-color:var(--green);color:var(--black);transition:all .3s}.chip-red{border:2px solid var(--red)!important;color:var(--red)!important}.chip-red:hover{background-color:var(--red)!important;color:var(--black)!important;transition:all .3s}.Coin-price{color:var(--green)!important;border:none!important;text-align:left;padding:0}.Coin-price-red{color:var(--red)!important}.total-volume,.mkt-Cap{font-size:.9rem;color:var(--grey)}@media only screen and (max-width: 768px){.price-chip{padding:.2rem .4rem;font-size:.7rem;height:1.5rem;min-width:30px;transform:scale(.8)}.icon-chip{height:1.8rem;width:1.8rem;transform:scale(.8)}.coinSymbol{font-size:.7rem}.coinName{font-size:.6rem}}.Search-flex{display:flex;justify-content:center;align-items:center;padding:2rem;width:100%}.search-container{padding:.5rem 1rem;display:flex;justify-content:center;align-items:center;background-color:var(--darkgrey);width:1000%;border-radius:2rem}.input-text{font-size:1.2rem;flex:1;background-color:transparent;padding:1rem;outline:none;border:none;color:var(--black)}.input-text::placeholder{font-size:1.2rem}.Pagination-item{display:flex;justify-content:center;align-items:center;margin-bottom:2rem}.backtotop{position:fixed;right:1rem;bottom:1rem;background-color:var(--primary);z-index:1000;padding:.4rem .6rem;border-radius:100%;cursor:pointer}.backtotop:hover{opacity:.8}.filters-div{width:80%;margin:.5rem auto;display:flex;justify-content:end;align-items:center}.toggle-div{display:flex;justify-content:center;align-items:center;margin:1.5rem}@media only screen and (max-width: 800px){.toggle-btn{font-size:.7rem!important;padding:.5rem!important}}:root{--black: rgb(22, 22, 22);--white: rgb(238, 238, 238);--orange: orange;--blue: #a2a2a2b6;--primary: #3a80e9;--grey: rgb(156, 155, 155);--red: rgb(245, 31, 31);--green: rgb(1, 171, 1)}.light{--black: rgb(22, 22, 22);--white: rgb(245, 245, 245);--grey: rgb(71, 71, 71);--darkgrey: rgb(215, 215, 215)}.dark{--black: rgb(245, 245, 245);--white: rgb(22, 22, 22);--grey: rgb(125, 124, 124);--darkgrey: rgb(32, 32, 32)}*{padding:0;margin:0;box-sizing:border-box;scroll-behavior:smooth}img{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none}body{color:var(--black);background-color:var(--white);font-family:Inter,sans-serif}::selection{background-color:var(--primary);color:var(--white)}::-webkit-scrollbar{width:7px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:.5rem}::-webkit-scrollbar-thumb:hover{background:#555}.grey-wrapper{background-color:var(--darkgrey);border-radius:.8rem;display:block;width:90%;margin:1.5rem auto;padding:.5rem}.filter{display:flex;align-items:center;gap:1rem}.coin-days-flex{display:flex;justify-content:space-between;align-items:center;margin:0rem 2.5rem}.WatchListIcon{position:absolute;top:.05rem;right:.05rem;z-index:100}.IconW{font-size:2rem}.watchlistEmpty{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.5rem}section{width:100vw;min-height:100vh;height:fit-content}@media only screen and (max-width: 768px){.IconW{font-size:1.5rem!important}.coin-days-flex{gap:1rem;display:flex;justify-content:center;align-items:center}}
