@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);:root{--white:#fff;--black:#111;--blue:#3a80e9;--grey:#888;--darkgrey:#1b1b1b;--green:#61c96f;--red:#f94a41}html{scroll-behavior:smooth}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:#3a80e9;background-color:var(--blue);color:#fff;color:var(--white)}::-webkit-scrollbar{width:.3rem}::-webkit-scrollbar-track{background:#111;background:var(--black)}::-webkit-scrollbar-thumb{background:#3a80e9;background:var(--blue);border-radius:3rem}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:1rem;width:90%}.coins-days-flex{align-items:center;display:flex;justify-content:flex-start;margin:1.5rem}.cursor{background-color:#3a80e9;background-color:var(--blue);border:2px solid #3a80e9;border:2px solid var(--blue);height:.3rem;transition:all .2s ease-out;width:.3rem}.cursor,.cursor-pointer{border-radius:50%;pointer-events:none;position:fixed;transform:translateX(-50%) translateY(-50%);z-index:10000}.cursor-pointer{background-color:initial;border:2px solid #3a80e9;border:2px solid var(--blue);height:2rem;transition:all .4s ease-out;width:2rem}[data-theme=dark]{--white:#fff;--black:#111;--grey:#888;--darkgrey:#1b1b1b}[data-theme=light]{--white:#111;--black:#fff;--grey:#888;--darkgrey:#f3f3f3}@media only screen and (max-width:600px){.cursor,.cursor-pointer{display:none}.coins-days-flex{justify-content:space-between;margin-right:.8rem}}.header{align-items:center;background-color:var(--black);display:flex;justify-content:space-between;padding:1.5rem 3rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.logo{font-size:1.5rem;margin:0}.links{align-items:center;display:flex;gap:1.5rem;justify-content:flex-end}.link{color:var(--grey);font-size:1rem;font-weight:600}.link:hover{color:var(--white);transition:all .3s ease-out}.mobile-drawer{display:none}@media only screen and (max-width:800px){.header{padding:1.5rem}.logo{font-size:1.2rem}.links{display:none}.mobile-drawer{display:block}.drawer-div{background-color:var(--black);height:100vh;padding:1.5rem;width:40vw}}.btn{background-color:var(--blue);border:2px solid var(--blue);border-radius:3rem;color:var(--white);cursor:pointer;font-weight:600;min-width:100px;padding:.5rem 1.5rem;text-align:center;text-transform:capitalize}.btn:hover{box-shadow:5px 5px 10px #3a80e980;transition:all .3s}.outlined-btn{background-color:var(--black);border:2px solid var(--blue);border-radius:3rem;color:var(--white);cursor:pointer;font-weight:600;min-width:100px;padding:.5rem 1.5rem;text-align:center;text-transform:capitalize}.outlined-btn:hover{background-color:var(--blue);box-shadow:5px 5px 10px #3a80e980;transition:all .3s}.main-component{align-items:flex-start;display:flex;justify-content:space-between;min-height:90vh;padding:.5rem 3rem}.real-time-heading,.track-crypto-heading{font-size:6.5rem;margin:0}.track-crypto-heading{-webkit-text-stroke-color:var(--white);color:var(--white)}.track-crypto-heading:hover{-webkit-text-stroke-color:var(--white);-webkit-text-stroke-width:2px;color:var(--black);transition:all .3s}.real-time-heading{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}.phone-container{padding:1rem;position:relative;width:40%}.iphone{min-width:300px;width:50%;z-index:100}.gradient,.iphone{position:absolute;right:0}.gradient{min-width:250px;top:6rem;width:40%}@media only screen and (max-width:1260px){.real-time-heading,.track-crypto-heading{font-size:5.3rem;margin:0}}@media only screen and (max-width:1030px){.real-time-heading,.track-crypto-heading{font-size:4rem;margin:0}.iphone{min-width:250px;width:50%}.gradient{min-width:200px;top:6rem}}@media only screen and (max-width:800px){.main-component{align-items:center;flex-direction:column;justify-content:flex-start;min-height:130vh}.phone-container{display:block;margin:3rem auto auto}.iphone{left:-2rem}.gradient{left:20%}.left-component{width:100%}.track-crypto-heading:hover{-webkit-text-stroke-width:1px}.real-time-heading,.track-crypto-heading{font-size:3rem;text-align:center}.info-text{text-align:center}.btn-flex{justify-content:center}}@media only screen and (max-width:410px){.main-component{min-height:150vh}.track-crypto-heading:hover{-webkit-text-stroke-width:1px}.real-time-heading,.track-crypto-heading{font-size:2.5rem;text-align:center}}.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;margin:3rem;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:1.5rem .5rem 6rem}.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;height:320px;width:340px}.grid-container:hover{border-color:var(--green);transition:all .3s}.grid-container-red:hover{border-color:var(--red)!important;transition:all .3s}.info-flex{align-items:center;display:flex;gap:1rem;justify-content:flex-start;margin:1.5rem}.coin-img{height:3.5rem;width:3.5rem}.name-col{display:flex;flex-direction:column;gap:.5rem}.coin-symbol{color:var(--white);font-size:1.2rem;font-weight:600}.coin-name,.coin-symbol{margin:0;text-transform:capitalize}.coin-name{color:var(--grey);font-size:1rem;font-weight:light}.chip-flex{align-items:center;display:flex;gap:1rem;justify-content:flex-start;margin:1rem 1.5rem}.price-chip{border:2px solid var(--green);border-radius:2rem;color:var(--green);font-size:1rem;font-weight:600;min-width:60px;padding:.35rem 1.25rem;text-align:center}.icon-chip:hover,.price-chip:hover{background-color:var(--green);color:var(--white);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(--white)!important;transition:all .3s}.icon-chip{align-items:center;border:2px solid var(--green);border-radius:50%;color:var(--green);display:flex;height:2rem;justify-content:center;padding:.1rem;width:2rem}.info-container{margin:1.5rem}.coin-price{color:var(--green)}.total-volume{color:var(--grey);font-size:1rem;font-weight:500}.watchlist-icon{border:2px solid var(--green);border-radius:3rem;color:var(--green);display:block;font-size:2rem!important;font-weight:600;margin-left:5rem;padding:.5rem}.watchlist-icon:hover{background-color:var(--green);color:var(--white);transition:all .3s}.watchlist-icon-red{border:2px solid var(--red);color:var(--red)}.watchlist-icon-red:hover{background-color:var(--red)!important;color:var(--white);transition:all .3s}@media only screen and (max-width:800px){.watchlist-icon{font-size:1rem!important;padding:.35rem}}.list-row{align-items:center;border-radius:1.5rem;display:flex;gap:.5rem;justify-content:space-between;margin:1rem;padding:.9rem 2rem}.list-row:hover{background-color:var(--darkgrey);transition:all .3s}.list-row td{text-align:left;width:18%}.td-img{margin-right:2rem;width:3rem!important}.td-right-align{text-align:right}.td-center-align{text-align:center}.mobile-td-mkt{display:none}@media only screen and (max-width:1100px){.td-icon{display:none!important}}@media only screen and (max-width:1250px){.desktop-td-mkt{display:none}.mobile-td-mkt{display:block}}@media only screen and (max-width:950px){.td-total-volume{display:none}}@media only screen and (max-width:800px){.desktop-td-mkt{display:none}.mobile-td-mkt{display:block}.td-center-align{text-align:left}.list-row{font-size:.7rem;margin:.5rem;padding:1.5rem 0}.list-price-chip{font-size:.7rem;padding:.3rem}.td-img{margin-right:1.5rem;width:1.8rem!important}.WIcon{margin-left:auto}}@media only screen and (max-width:700px){.td-total-volume{display:none}.list-row{font-size:.5rem;padding:1.5rem 0}.list-price-chip{font-size:.6rem;padding:.2rem}.td-img{margin-right:1.5rem;width:1.5rem!important}}@media only screen and (max-width:500px){.list-row{font-size:.6rem}.td-img{margin-left:0;margin-right:.8rem;width:1rem!important}.coin-logo{height:2.2rem;width:2.2rem}.coin-name,.coin-symbol{font-size:.8rem}.list-price-chip{min-width:30px!important}.td-right-align{font-size:.7rem;text-align:left}}.grid-flex{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin:1.5rem 2rem}.list-table{display:block;margin-left:auto;margin-right:auto;width:90%}@media only screen and (max-width:1000px){.list-table{width:95%}}@media only screen and (max-width:800px){.list-table{margin:0;width:100%}}.search-flex{align-items:center;border-radius:3rem;display:flex;gap:1.5rem;justify-content:flex-start;margin:1rem auto;padding:.8rem 1.5rem;width:80%}.search-flex,.search-flex input{background-color:var(--darkgrey);color:var(--grey)}.search-flex input{border:none;font-size:1.2rem;width:100%}.search-flex input:focus{outline:none}.pageination{align-items:center;display:flex;justify-content:center;margin-bottom:2.5rem}.loader-container{background-color:var(--black);color:var(--blue);height:100vh;overflow-x:hidden;overflow-y:hidden;width:100vw;z-index:1000}.back-to-top-btn,.loader-container{align-items:center;display:flex;justify-content:center;position:fixed}.back-to-top-btn{border:2px solid var(--blue);border-radius:50%;bottom:1.5rem;cursor:pointer;height:3rem;right:1.5rem;transition:all .3s;width:3rem}.back-to-top-btn:hover{scale:1.2}@media only screen and (max-width:550px){.back-to-top-btn{height:2.5rem;right:.2rem;width:2.5rem}}.coin-info-desc a{text-decoration:underline!important}.coin-info-desc a:hover{color:var(--blue)!important}.select-days{gap:.5rem;justify-content:flex-start}.select-days,.toggle-prices{align-items:center;display:flex}.toggle-prices{justify-content:center;margin:1rem}@media only screen and (max-width:800px){.toggle-btn{font-size:.7rem!important;padding:.5rem!important}}.coin-flex{align-items:center;display:flex;gap:1.5rem;justify-content:flex-start;margin:.5rem 1.5rem}.coin1{color:var(--blue);display:block}@media only screen and (max-width:630px){.coin-flex{gap:1rem}.coin1{display:none}.coin-flex{margin-left:0}}: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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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__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:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;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;z-index:0}.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:.7s;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}.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{bottom:0;height:5px;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{left:auto;right:0;transform-origin:right}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.22bbe05a.css.map*/