@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kaushan+Script&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@400;500;600&display=swap);:root{--white:#fff;--black:#111;--blue:#3a80e9;--grey:#888;--darkgrey:#1b1b1b;--green:#61c96f;--red:#f94141}[data-theme=dark]{--white:#fff;--black:#111;--grey:#888;--darkgrey:#1b1b1b}[data-theme=light]{--white:#111;--black:#fff;--grey:#888;--darkgrey:#f3f3f3}.home-container{min-height:150vh}.home-container,.page-container{display:flex;flex-direction:column}.page-container{min-height:100vh}.content{flex:1 1}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#111;background-color:var(--black);color:#fff;color:var(--white);font-family:Inter,sans-serif;margin:0}::selection{background-color:#111;background-color:var(--black);color:#fff;color:var(--white)}::-webkit-scrollbar{width:.3rem}::-webkit-scrollbar-track{background:#fff;background:var(--white)}::-webkit-scrollbar-thumb{background:#3a80e9;background:var(--blue)}a{color:#fff!important;color:var(--white)!important;text-decoration:none!important}img{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none}.grey-wrapper{background-color:#1b1b1b;background-color:var(--darkgrey);border-radius:.8rem;display:block;margin:1.5rem auto;padding:0 .5rem;width:90%}.coinInfo{padding:1rem}.coin-days-flex{align-items:center;display:flex;justify-content:flex-start;margin:0 1.5rem}@media only screen and (max-width:800px){.home-container{min-height:120vh}}@media only screen and (max-width:390px){.home-container{min-height:150vh}}.navbar{align-items:center;background-color:var(--black);display:flex;justify-content:space-between;overflow:hidden;padding:1rem 3rem;position:sticky;top:0;z-index:1000}.logo{font-size:1.2rem}.links{align-items:center;display:flex;gap:1.5rem;justify-content:flex-end}.link{color:var(--grey);font-size:1rem;font-weight:500;transition:all .3s ease}.link:hover{color:var(--white)}.drawer{display:none}@media only screen and (max-width:800px){.navbar{padding:1.5rem}.logo{font-size:1rem}.link{font-size:.9rem}.links{display:none}.drawer{display:block}.drawer-div{background:var(--black);height:100vh;padding:2rem 1.5rem;width:40vw}.drawer-div a{align-items:center;display:flex;gap:.5rem}.link-i{font-size:1.3rem!important}}.btn{background-color:var(--blue);border:2px solid var(--blue);border-radius:3rem;color:#fff;cursor:pointer;min-width:100px;padding:.7rem 1.5rem;text-align:center;text-transform:capitalize;transition:all .3s ease}.btn:hover{box-shadow:5px 5px 10px #3a80e980}.outlined-btn{background-color:var(--black);border:2px solid var(--blue);border-radius:3rem;color:var(--white);cursor:pointer;min-width:100px;padding:.7rem 1.5rem;text-align:center;text-transform:capitalize;transition:all .3s ease}.outlined-btn:hover{background-color:var(--blue)}@media screen and (max-width:600px){.btn,.outlined-btn{font-size:.9rem;padding:.7rem 1rem}}.flex-info{align-items:flex-start;display:flex;justify-content:space-between;padding:1rem 3rem}.r-t-h,.t-c-h{font-size:6rem;margin:0}.t-c-h{-webkit-text-stroke-width:2px;color:var(--white);transition:all .35s ease}.t-c-h,.t-c-h:hover{-webkit-text-stroke-color:var(--white)}.t-c-h:hover{color:var(--black)}.r-t-h{color:var(--blue)}.info-text{color:var(--grey);font-size:1rem}.btn-flex{align-items:center;display:flex;gap:1.5rem;justify-content:flex-start;margin-top:2rem}.right-component{position:relative;width:50%}.iphone{min-width:300px;width:50%;z-index:100}.gradient,.iphone{position:absolute;right:0}.gradient{min-width:250px;top:8rem;width:40%}@media screen and (max-width:1200px){.r-t-h,.t-c-h{font-size:5rem}}@media screen and (max-width:1000px){.iphone{min-width:250px;width:50%}.gradient{min-width:200px;top:6rem;width:40%}}@media screen and (max-width:800px){.flex-info{flex-direction:column}.left-component{width:100%}.right-component{display:block;padding-top:3rem;width:100%}.iphone{left:-2rem;margin:0 auto}.gradient{left:20%;margin:0 auto}.r-t-h,.t-c-h{font-size:4rem}.info-text,.r-t-h,.t-c-h{text-align:center}.btn-flex{justify-content:center}.t-c-h{-webkit-text-stroke-width:3px}}@media screen and (max-width:600px){.navbar{padding:1rem 1.5rem}.flex-info{margin-top:2rem;padding:1.5rem 3rem}.t-c-h{-webkit-text-stroke-width:1px}.info-text{font-size:.9rem}.r-t-h,.t-c-h{font-size:3rem}}@media screen and (max-width:350px){.r-t-h,.t-c-h{font-size:2.55rem}.btn,.outlined-btn{padding:.7rem}}.footer{align-items:center;animation:gradient 15s ease infinite;background:linear-gradient(90deg,#020024,#1f53c6 0,#00d4ff);background-size:400% 400%;border-radius:.75rem;display:flex;height:auto;justify-content:space-between;padding:1rem}.footer h2{cursor:pointer}.social-links{align-items:center;display:flex;gap:1rem;justify-content:flex-end}.social-link{color:var(--white);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:0 .5rem}.footer h2{font-size:1rem}.social-links{gap:.5rem}.social-link{font-size:1rem!important}}.grid-container{background-color:var(--darkgrey);border:2px solid var(--darkgrey);border-radius:.75rem;padding:16px 20px;width:240px}.grid-container:hover{border:2px solid var(--green);cursor:pointer;transition:all .3s ease}.grid-container-red:hover{border:2px solid var(--red);cursor:pointer;transition:all .3s ease}.info-flex{justify-content:space-between}.info-flex,.main_info_flex{align-items:center;display:flex}.main_info_flex{gap:1rem;justify-content:flex-start}.coin-logo{height:2.5rem;width:2.5rem}.name-sec{display:flex;flex-direction:column;gap:.5rem}.coin-symbol{color:var(--white);font-size:1rem;font-weight:600;margin:0;text-transform:uppercase}.coin-name{color:var(--grey);font-size:1rem;font-weight:light;margin:0;text-transform:capitalize}.chip-flex{align-items:center;display:flex;gap:1rem;justify-content:flex-start;margin-top:.75rem}.price-chip{border:1.5px solid var(--green);border-radius:2rem;color:var(--green);font-size:.8rem;padding:.35rem 1.2rem;text-align:center;transition:all .3s ease}.price-chip:hover{background-color:var(--green);color:var(--white)}.price-chip-red{border:1.5px solid var(--red);border-radius:2rem;color:var(--red);font-size:.8rem;padding:.35rem 1.2rem;text-align:center;transition:all .3s ease}.price-chip-red:hover{background-color:var(--red);color:var(--white)}.css-1umw9bq-MuiSvgIcon-root{padding:.2rem}.icon-chip{border:1.5px solid var(--green);border-radius:50%;color:var(--green);display:flex;font-size:.8rem;justify-content:center;text-align:center;transition:all .3s ease}.icon-chip:hover{background-color:var(--green);color:var(--white)}.icon-chip-red{border:1.5px solid var(--red);border-radius:50%;color:var(--red);display:flex;font-size:.8rem;justify-content:center;text-align:center;transition:all .3s ease}.icon-chip-red:hover{background-color:var(--red);color:var(--white)}.coin-price{color:var(--green)}.coin-price-red{color:var(--red)}.total-volume{color:var(--grey);font-size:.85rem}@media only screen and (max-width:700px){.icon-chip,.icon-chip-red{font-size:.8rem!important}}.grid-flex{align-items:center;display:flex;flex-wrap:wrap;gap:1.3rem;justify-content:center}.list-table{display:block;margin:.5rem auto;width:95%}@media only screen and (max-width:800px){.list-table{width:100%}}.list-row{align-items:center;border-radius:1rem;display:flex;gap:.5rem;justify-content:space-between;padding:1rem;transition:all .3s ease}.list-row:hover{background-color:var(--darkgrey)}.list-row td{text-align:left;width:18%}.td-image{width:4rem!important}.chip-mt{margin-top:0}.watchlist{border:1.5px solid var(--green);border-radius:50%;color:var(--green)}.watchlist,.watchlist-red{display:flex;font-size:.8rem;justify-content:center;text-align:center;transition:all .3s ease}.watchlist-red{border:1.5px solid var(--red);border-radius:50%;color:var(--red)}#watchlist{place-content:center}.mobile-td-mkt,.mobile-vol{display:none}@media only screen and (max-width:800px){.coin-logo{height:2rem;width:2rem}.desktop-td-mkt,.desktop-vol,.td-icon{display:none}.mobile-td-mkt,.mobile-vol{display:block}}@media only screen and (max-width:700px){.td-image{width:3rem!important}.css-13xfq8m-MuiTabPanel-root{padding:24px 0;padding:24px 10px!important}}@media only screen and (max-width:550px){.list-row td h4,.list-row td p{font-size:.85rem}.coin-logo{height:1.8rem;width:1.8rem}.mobile-vol{display:none!important}.price-chip,.price-chip-red{padding:.3rem .65rem}}@media only screen and (max-width:450px){.td-image{width:1.5rem!important}.mobile-td-mkt{display:none!important}.css-13xfq8m-MuiTabPanel-root{padding:24px 5px!important}.list-row td{width:15%}.coin-logo{height:1.7rem;width:1.7rem}.td-image{width:.5rem!important}}@media only screen and (max-width:365px){.list-row{padding:1rem .2rem;width:100%}.list-row td{text-align:center;width:16.5%}}.search{align-items:center;border-radius:.8rem;display:flex;gap:1.5rem;justify-content:flex-start;margin:1rem auto;padding:.5rem 1.5rem;width:80%}.search,.search input{background-color:var(--darkgrey);color:var(--grey)}.search input{border:none;font-family:inherit;font-size:1rem;letter-spacing:.5px;width:100%}.search input:focus{outline:none}@media only screen and (max-width:550px){.search{gap:1rem}}.pagination-div{margin:3rem;max-width:1.5rem auto}.loader,.pagination-div{align-items:center;display:flex;justify-content:center}.loader{background-color:var(--black);color:var(--blue);height:100vh;overflow-x:hidden;overflow-y:hidden;width:100vw;z-index:1000}.btt,.loader{position:fixed}.btt{align-items:center;border:2px solid var(--blue);border-radius:50%;bottom:6rem;cursor:pointer;display:none;height:3rem;justify-content:center;right:2.5rem;width:3rem}: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:#ffffffb3;--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(90deg,#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:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.coin-info-desc p{cursor:pointer!important}.coin-info-desc a{color:var(--blue)!important;text-decoration:underline!important}.view{color:var(--grey)!important}.form-control-custom{margin:auto;max-width:300px!important}.select-label{align-items:center!important;color:var(--white)!important;display:flex!important;justify-content:center!important;text-align:center!important}.select-days{align-items:center;display:flex;gap:1rem;justify-content:flex-start;padding:1rem .5rem}@media screen and (max-width:800px){.select-days{align-self:flex-end;padding:1rem 0 0}.select-days p{font-size:.85rem!important;margin:0}.css-w76bbz-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input{font-size:.8rem!important;padding:7px 32px 7px 10px!important}}@media screen and (max-width:600px){.css-w76bbz-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input{font-size:.75rem!important}}.toggle-prices{align-items:center;display:flex;justify-content:center;margin:1.5rem;padding-top:.7rem}.css-gn0oko-MuiButtonBase-root-MuiToggleButton-root{font-size:.75rem!important;padding:.5rem!important}@media screen and (max-width:800px){.css-gn0oko-MuiButtonBase-root-MuiToggleButton-root{font-size:.65rem!important;padding:.5rem!important}}@media screen and (max-width:600px){.toggle-prices{margin-bottom:1.5rem}}.coin-flex{gap:1.5rem;justify-content:flex-start;margin:0 1.5rem}.coin-flex,.coin-flex-div{align-items:center;display:flex}.coin-flex-div{gap:.5rem;justify-content:space-between}@media screen and (max-width:800px){.coin-flex-div{align-items:flex-start;flex-direction:column;justify-content:flex-start}.coin-flex-div p{margin:0}}@media screen and (max-width:600px){.coin-flex-div p{font-size:.82rem}}@media screen and (max-width:500px){.coin-flex{margin:0 1rem 0 0}.coin-days-flex{margin:0 1rem}}.overlay{background-color:#00000080;height:100%;left:0;pointer-events:all;position:fixed;top:0;width:100%;z-index:999}.confirm-dialog{animation:bounce-in .5s ease forwards;background-color:var(--black);border:1px solid #ddd;border-radius:5px;box-shadow:0 4px 8px #0003;left:50%;padding:20px;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:1000}.confirm-dialog button{cursor:pointer;margin:0 10px;padding:10px 20px;z-index:1000}.btn_yes{background-color:var(--blue);color:#fff}.btn_no,.btn_yes{border:none;border-radius:5px}.btn_no{background-color:#ddd}.hidden{animation:bounce-out .5s ease forwards;pointer-events:none}@keyframes bounce-in{0%{opacity:0;transform:scale(.8) translate(-50%,-50%)}60%{opacity:1;transform:scale(1.1) translate(-50%,-50%)}to{transform:scale(1) translate(-50%,-50%)}}@keyframes bounce-out{0%{opacity:1;transform:scale(1) translate(-50%,-50%)}40%{transform:scale(1.1) translate(-50%,-50%)}to{opacity:0;transform:scale(.8) translate(-50%,-50%)}}@media only screen and (max-width:600px){.confirm-dialog{width:60%}}@media only screen and (max-width:400px){.confirm-dialog{width:65%}}.empty-watchlist{margin-top:2rem;text-align:center}.empty-watchlist p{color:var(--grey);font-size:1.2rem}.empty-watchlist button{background-color:var(--blue);border:none;border-radius:5px;color:var(--darkgrey);cursor:pointer;padding:10px 15px}
/*# sourceMappingURL=main.8644ff5d.css.map*/