@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;text-decoration:inherit;color:#fff}html,body,#root{background:transparent;margin:0;padding:0;height:100%;width:100%;position:relative;overflow-x:hidden}body{display:block;place-items:center;min-width:320px;min-height:100%;z-index:0}#bg-wrap{position:fixed;top:0;left:0;width:100%;height:100%;min-height:100%;z-index:-1;pointer-events:none;overflow:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.Toastify__close-button{color:#333!important;background:transparent!important;border:none!important;box-shadow:none!important;font-size:1.25rem!important;cursor:pointer!important}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.nav-bar a{color:#fff;font-family:Helvetica World,Helvetica,Arial,sans-serif}.nav-bar{position:relative;display:flex;align-items:center;justify-content:center;padding-top:1em}.nav-logo{display:flex;flex-direction:row;justify-content:center;align-items:center}.nav-bar .promptify-logo{flex:0 1 auto;display:flex;align-items:center;padding-left:30px}.nav-bar .promptify-logo h1{font-family:Helvetica World,Helvetica,Arial,sans-serif;font-weight:500;text-align:center;margin:0}.left-nav{flex:1}.right-nav{flex:1;display:flex;justify-content:flex-end;align-items:center}.about-us{padding-right:1em}.nav-bar .nav-logo-image{width:48px;height:48px;animation:spin 15s linear infinite;position:relative;margin:0}.dropdown{position:relative;display:inline-block}.dropdown-content .close-icon{position:absolute;top:16px;right:16px;font-size:32px;cursor:pointer;color:#e5f3f0;background:none;border:none;z-index:1100}.hamburger{font-size:40px;cursor:pointer}.dropdown-content{position:fixed;top:20px;right:5px;background:linear-gradient(145deg,#191919,#00ffaa1a);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:10px;box-shadow:0 8px 24px #02ff783b,0 0 12px #0fa3;border:1px solid rgba(0,255,170,.4);z-index:100;overflow:hidden;min-width:200px;transition:all .3s ease-in-out}.dropdown-content a{color:#eef5f4;font-weight:500;padding:14px 20px;display:block;text-decoration:none;transition:background .3s ease,color .3s ease;position:relative;min-height:48px;border-bottom:1px solid rgba(0,255,170,.2);box-shadow:0 1px 3px #00ffaa1a}.dropdown-content a:hover{background:#00ffaa26;color:#fff;text-shadow:0 0 10px #00ffd1}.dropdown-content a:last-child{border-bottom:none}.dropdown-item{opacity:0;transform:translate(20px);animation:slideIn .3s ease forwards}.dropdown-item:nth-child(1){animation-delay:.05s}.dropdown-item:nth-child(2){animation-delay:.1s}.dropdown-item:nth-child(3){animation-delay:.15s}@keyframes slideIn{to{opacity:1;transform:translate(0)}}.hamburger-icon{position:relative;width:32px;height:32px;cursor:pointer;font-size:32px;padding-right:20px;display:flex;align-items:center;justify-content:center}.icon{position:absolute;top:0;left:0;font-size:32px;transition:opacity .3s ease,transform .3s ease;pointer-events:none}.fade-in{opacity:1;transform:scale(1) rotate(0);pointer-events:auto}.fade-out{opacity:0;transform:scale(.8) rotate(90deg);pointer-events:none}@media (max-width: 600px){.dropdown-content{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(145deg,#191919cc,#00ffaa1a);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:1000;box-shadow:inset 0 0 50px #00ffaa26;display:flex;flex-direction:column;align-items:stretch;animation:none;border-radius:0;overflow-y:auto}.dropdown-content a{color:#f4f8f8;font-size:1.5rem;font-weight:500;padding:24px 32px;border-bottom:1px solid rgba(0,255,170,.2);text-align:left;transition:background .3s ease,color .3s ease}.dropdown-content a:hover{background:#00ffaa26;color:#fff;text-shadow:0 0 10px #00ffd1}.dropdown-content a:last-child{border-bottom:none}.dropdown-content .close-icon{position:absolute;top:px;right:24px;left:auto;font-size:3rem;cursor:pointer;color:#e9f5f3;background:none;border:none;z-index:1100}}.delete-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;pointer-events:none}.delete-modal-content{background-color:#fff;width:90%;max-width:500px;border-radius:16px;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:flex-end;color:#000;box-shadow:0 8px 24px #0006;pointer-events:none}.message{display:flex;align-items:center}.delete-modal .modal-playlist-name{font-weight:700;word-break:break-word}button:hover{background-color:#107434}img{width:300px;height:300px}.PlaylistCard{display:flex;justify-content:center;padding:1em;border-radius:20px}.PlaylistCard:hover{background-color:#cecece;box-shadow:0 4px 30px #0003;transition:background-color .5s}.PlaylistCard:hover .playlist-info{color:#000}.PlaylistCard .info,.PlaylistCard .info:hover{display:flex;flex-direction:column;background-color:transparent}.PlaylistCard .playlist-name{margin-top:.5em;margin-bottom:.5em;padding-left:.5em}.playlist-creation{margin:0;padding-left:.5em}.playlist-first-line{display:flex;align-items:center}.delete-icon{white-space:nowrap;flex-shrink:0;text-align:right;margin-left:auto;padding-right:1rem}.recent-playlists{display:flex;flex-wrap:wrap;justify-content:center;gap:1em}@media (max-width: 768px){.recent-playlists{align-items:center;flex-wrap:wrap}.PlaylistCard{width:auto;max-width:350px;padding:1em;border-radius:20px}.recent-playlists .PlaylistCard img{width:100%;height:auto;max-width:250px;max-height:250px;object-fit:cover}}.home-page{justify-content:center;align-items:center;width:100vw}.header,.button-container{display:flex;justify-content:center}.home-page-button{background-color:#20d65f;border-radius:50px;box-sizing:border-box;color:#fff;cursor:pointer;flex:0 0 auto;font-size:1.125rem;font-weight:600;line-height:1.5rem;text-align:center;text-decoration:none #6b7280 solid;text-decoration-thickness:auto;transition-duration:.2s;transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);user-select:none;-webkit-user-select:none;touch-action:manipulation;width:auto;margin:2em}.home-page-button h2{margin:0}.home-page-button:hover{background-color:#107434}.home-page-button:focus{box-shadow:none;outline:2px solid transparent;outline-offset:2px}@media (min-width: 768px){.home-page-button{padding:.75rem 1.5rem}}.loading-page{position:relative;height:100vh;width:100vw;font-family:Helvetica World,Helvetica,Arial,sans-serif}.title{position:absolute;top:0;width:100%;text-align:center;font-size:50px;transform:translateY(-30%)}.loading-page .promptify-logo{display:flex;justify-content:center}.center-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.loading-dots{width:200px;height:200px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><rect fill="%23FFFFFF" stroke="%23FFFFFF" stroke-width="15" width="30" height="30" x="25" y="50"><animate attributeName="y" calcMode="spline" dur="1.7" values="50;120;50;" keySplines=".5 0 .5 1;.5 0 .5 1" repeatCount="indefinite" begin="-.4"></animate></rect><rect fill="%23FFFFFF" stroke="%23FFFFFF" stroke-width="15" width="30" height="30" x="85" y="50"><animate attributeName="y" calcMode="spline" dur="1.7" values="50;120;50;" keySplines=".5 0 .5 1;.5 0 .5 1" repeatCount="indefinite" begin="-.2"></animate></rect><rect fill="%23FFFFFF" stroke="%23FFFFFF" stroke-width="15" width="30" height="30" x="145" y="50"><animate attributeName="y" calcMode="spline" dur="1.7" values="50;120;50;" keySplines=".5 0 .5 1;.5 0 .5 1" repeatCount="indefinite" begin="0"></animate></rect></svg>');background-position:center;margin:0 auto}.prompt-caption{font-size:23px;font-weight:700;transform:translateY(-100%)}@media (max-width: 768px){.prompt-caption{font-size:15px;transform:translateY(-150%);white-space:nowrap}.loading-dots{width:150px;height:150px}}@media ((min-width: 768px) and (max-width: 1024px)){.prompt-caption{font-size:35px;transform:translateY(-120%);width:100%;white-space:nowrap}.loading-dots{width:300px;height:300px}.title{font-size:100px}}.aboutCard-container{display:flex;flex-wrap:wrap;gap:100px;justify-content:center;font-family:Poppins,sans-serif;width:100vw}.about-card{position:relative;width:250px;border-radius:12px;overflow:hidden;cursor:pointer;box-shadow:0 4px 12px #0000001a;transition:transform .3s,box-shadow .3s}.about-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0003;border:1px solid #8BE9FD}img.card-bg{width:100%;height:410px;object-fit:cover;object-position:top;display:block;filter:brightness(.9)}.card-content{position:absolute;top:225px;left:50%;transform:translate(-50%);z-index:2;color:#fff;width:100%;padding:10px;text-align:center;font-size:1rem;line-height:1.6;text-shadow:0 0 4px rgba(0,0,0,.7)}.card-content h3{font-size:1.25rem;font-weight:600;margin:0}.card-content p{font-size:1rem;color:#ccc;margin:5px 0}.card-content a{font-size:1.2rem;color:#66d3eb;text-decoration:none;transition:color .2s}.card-content a:hover{color:#fff}.faq-container{padding:2rem;max-width:700px;margin:0 auto;justify-content:center;align-items:center}.faq-item{background:#f8f8f8;border:1px solid #ccc;padding:1rem;border-radius:8px;transition:background .3s}.faq-item.open{background:#e6f7ff}.faq-question{display:flex;justify-content:space-between;font-weight:700;color:#000}.faq-answer{margin-top:.5rem;line-height:1.5;color:#333}@media (max-width: 768px){.aboutCard-container{flex-direction:column;align-items:center;gap:24px}.about-card{width:250px}.about-card img{height:auto}.about-card p,.about-card h3,.about-card a{font-size:.95rem;text-align:center}.about-header{font-size:1.8rem;margin:16px 0}}@media (max-width: 480px){.about-card{width:90%;max-width:220px}.card-content{top:200px;padding:6px;font-size:.85rem;line-height:1.4}.card-content h3{font-size:1.1rem}.card-content p,.card-content a{font-size:.85rem}.about-header{font-size:1.5rem}}.modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-image:none;background-size:cover;background-position:center;width:90%;max-width:500px;aspect-ratio:3 / 4;border-radius:16px;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;box-shadow:0 8px 24px #0006;padding-top:100px}.modal-header{position:absolute;top:12px;right:16px;z-index:10}.modal-header button{background:#00000080;border:none;font-size:1.25rem;color:#fff;cursor:pointer;border-radius:50%;width:36px;height:36px;display:flex;justify-content:center;align-items:center}.modal-header button:hover{background:#000c}.modal-body{background:linear-gradient(to top,rgba(0,0,0,.8),transparent 80%);padding:24px;position:relative;z-index:2}.details h2{font-size:2rem;margin-bottom:12px;text-align:center}.details p{font-size:1.1rem;margin:6px 0;line-height:1.5}.fun-facts strong{color:#8be9fd}.details{position:relative;top:-100px}.about-header{text-align:center;width:100%;font-size:2rem;margin:20px 0}@media (max-width: 768px){.modal-content{width:95%;max-width:400px;aspect-ratio:3 / 4;padding-top:80px}.details h2{font-size:1.5rem}.details p{font-size:1rem}.modal-header button{width:32px;height:32px;font-size:1rem}}@media (max-width: 480px){.modal-content{width:90%;max-width:340px;aspect-ratio:3 / 4;padding-top:60px}.details h2{font-size:1.3rem}.details p{font-size:.95rem}.modal-header button{width:28px;height:28px;font-size:.9rem}}@media (max-width: 768px){.details{top:-20px}}@media (max-width: 480px){.details{top:0}}.login-button{border-radius:50%;border:6px solid #fcfcff2a;animation:spin 15s linear infinite;position:relative;width:18vw;height:18vw}.login-button:hover{cursor:pointer}@media (max-width: 600px){.login-button{border-radius:50%;border:6px solid #fcfcff2a;animation:spin 15s linear infinite;position:relative;width:30vw;height:30vw}}.landing-page{display:flex;align-items:center;min-height:100vh}.landing-page .about-us{font-family:Helvetica World,Helvetica,Arial,sans-serif;font-weight:50;font-size:1.1rem;color:#ff0;position:fixed;top:0vh;right:2vh}.promptify-title{font-family:Helvetica World,Helvetica,Arial,sans-serif;font-weight:375;font-size:8vw;margin:0;display:flex;align-items:center}.landing-page .logo-image{height:.85em;width:auto;animation:spin 15s linear infinite;position:relative;margin:0}.landing-page .promptify-logo{display:flex;flex-direction:row;align-items:center;height:fit-content;margin:0}.video{width:55vw;border-radius:60px}.landing-page .info{padding:2rem;position:relative;display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center}.container-left{padding:10px}.container-right{justify-content:center;align-items:center;padding-left:10vh}@media (max-width: 900px){.landing-page .promptify-logo{display:flex;flex-direction:row;justify-content:center;align-items:center;height:fit-content;margin:1em}.promptify-title{font-size:10vw;margin-bottom:1rem;top:-50px}.landing-page .about-us{font-size:1.1rem;top:10px;right:10px}.video{width:80vw;height:auto;border-radius:20px;margin-bottom:1rem}.video{margin-top:-20px}.landing-page .info{padding:1rem 1rem 0;position:relative;display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start}.landing-page .info{flex-direction:column;align-items:center}.login-button{font-size:1.3rem;border-radius:10px;color:#fff;border:none;cursor:pointer;transition:transform .3s ease,background-color .3s ease}.container-left,.container-right{padding:0;width:100%;text-align:center}.login-button{font-size:10rem;padding:2rem 3.5rem;border-radius:22px}}.prompt-container{background-color:#ffffff26;margin:50px auto;padding:40px;width:90%;max-width:1300px;min-height:80vh;overflow-y:auto;border-radius:20px;box-shadow:0 4px 30px #0003;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);display:flex;flex-direction:column;gap:30px}.prompt-layout{display:flex;flex-direction:column;gap:30px;width:100%}.prompt-sidebar{display:flex;flex-direction:column;gap:20px}.section-title{font-size:1.5rem;font-weight:700;color:#fff;text-align:left}.section-title.inline{margin:0;font-size:1.5rem;white-space:nowrap;color:#fff;font-weight:700;flex-shrink:0}.user-choice{background-color:#ffffff1a;border:1px solid #c0b6e9;border-radius:15px;padding:1px 15px;color:#fff;font-size:.95rem;font-style:italic;box-shadow:0 2px 8px #00000026;margin-top:0;font-weight:700}.form-row{display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap;width:100%}.prompt-container .playlist-name,.genre-search,.activity-search-input{flex:1;min-width:200px;padding:10px 15px;border-radius:30px;border:2px solid #c0b6e9;background-color:#fff;color:#000;font-size:1rem;outline:none}.prompt-container .playlist-name>p{color:#fff;font-weight:bolder;font-size:30px;margin:0;text-align:center}.option-list{display:flex;flex-wrap:wrap;gap:10px;justify-content:left}.option-list button{padding:10px 20px;font-size:1rem;border-radius:30px;border:2px solid #a97ff0;background-color:#4b2991;color:#fff;font-weight:700;font-style:oblique;cursor:pointer;transition:background-color .3s ease}.option-list button:hover{background-color:#6f4dcf}.option-list button.selected{background-color:#7e5dcf;border-color:#fcf}.loadmore-btn{display:inline-block;margin:10px auto;padding:12px 32px;font-size:1.2rem;border-radius:30px;font-weight:700;cursor:pointer;background-color:#20d65f;border:2px solid rgb(161,218,181);text-align:center;white-space:normal}.loadmore-btn:hover,.option-list button:active,.generate-button button:active,.loadmore-btn:active{transform:translateY(2px)}.option-list button:hover,.generate-button button:hover,.loadmore-btn:hover{filter:brightness(1.08);box-shadow:0 2px #a97ff0,0 1px 4px #0000002e;transform:translateY(1px)}.all-genres{display:flex;flex-wrap:wrap;justify-content:left;gap:10px;margin:10px 0}.all-genres label{display:flex;align-items:center;background-color:#4b2991;border:2px solid #a97ff0;border-radius:30px;padding:8px 18px;font-size:1rem;color:#fff;font-weight:700;font-style:oblique;cursor:pointer;transition:background-color .3s ease,border-color .3s ease;margin-bottom:6px}.all-genres label:hover{background-color:#6f4dcf;transform:translateY(1px)}.all-genres input[type=checkbox]{margin-right:10px;accent-color:#a600ff;transform:scale(1.2);cursor:pointer}.scrollable-genres-list{max-height:200px;overflow-y:auto;padding-right:5px}.scrollable-genres-list::-webkit-scrollbar{width:6px}.scrollable-genres-list::-webkit-scrollbar-thumb{background-color:#c0b6e9;border-radius:10px}.toggle-genres{display:flex;justify-content:center;width:100%}.toggle-genres .toggle-btn{padding:8px 16px;font-size:1rem;font-weight:700;border-radius:30px;background-color:#20d65f;border:2px solid rgb(161,218,181);color:#fff;cursor:pointer;transition:background-color .3s ease;margin-bottom:10px}.toggle-genres .toggle-btn:hover{background-color:#20d65f;color:#fff;border-color:#a1dab5;filter:brightness(1.08)}.generate-button{display:flex;justify-content:center;margin-top:20px}.generate-button button{background-color:#20d65f;border:2px solid rgb(161,218,181);border-radius:30px;padding:15px 30px;font-size:1.2rem;font-weight:700;cursor:pointer}.caption{color:#fff;font-weight:bolder;font-size:medium;font-style:oblique;text-align:center}@media (max-width: 600px){.prompt-container{overflow-x:hidden;box-shadow:0 4px 20px #0003;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:92%;padding:20px;margin:20px auto;max-width:80vw;min-height:90vh;border-radius:18px}.prompt-layout,.prompt-sidebar{gap:14px}.section-title{font-size:1.1rem;margin-bottom:4px}.section-title.inline{font-size:1rem;white-space:normal}.form-row{flex-direction:column;align-items:stretch;width:100%;gap:8px}.playlist-name,.genre-search{width:100%;max-width:300px;font-size:.9rem;padding:6px 12px;border-radius:20px;box-sizing:border-box}.option-list{gap:8px;justify-content:center;flex-wrap:wrap}.option-list button{padding:8px 12px;font-size:.85rem}.user-choice{font-size:.8rem;padding:4px 10px}.generate-button{margin-top:16px}.generate-button button{width:100%;padding:12px 16px;font-size:1rem}.all-genres label{font-size:.85rem;padding:4px 8px}.all-genres input[type=checkbox]{transform:scale(1)}.loadmore-btn,.toggle-genres .toggle-btn{min-width:120px;font-size:1rem;padding:10px 14px}.center-btn-row{margin:10px 0}}@media (min-width: 601px) and (max-width: 900px){.prompt-container{padding:20px;margin:20px auto;max-width:95vw}.prompt-layout,.prompt-sidebar{gap:18px}.section-title{font-size:1.3rem}.section-title.inline{font-size:1.1rem}.form-row{flex-direction:column;align-items:stretch;gap:10px}.playlist-name,.genre-search{width:100%;min-width:0;font-size:1rem;padding:10px 12px;max-width:400px}.option-list{gap:8px;justify-content:flex-start}.option-list button{padding:9px 16px;font-size:1rem}.user-choice{font-size:.9rem;padding:6px 12px}.generate-button button{width:100%;padding:14px;font-size:1.1rem}}@media (min-width: 901px) and (max-width: 1200px){.prompt-container{padding:30px;margin:30px auto;max-width:1100px}.prompt-layout,.prompt-sidebar{gap:24px}.section-title{font-size:1.4rem}.section-title.inline{font-size:1.15rem}.form-row{flex-direction:row;align-items:center;gap:12px}.playlist-name,.genre-search{width:100%;min-width:200px;font-size:1.05rem;padding:12px 15px}.option-list{gap:10px;justify-content:flex-start}.option-list button{padding:10px 18px;font-size:1.05rem}.user-choice{font-size:1rem;padding:8px 16px}.generate-button button{width:auto;padding:16px 32px;font-size:1.15rem}}.center-btn-row{display:flex;justify-content:center;align-items:center;width:100%;margin:12px 0}.loadmore-btn,.toggle-genres .toggle-btn{min-width:140px;padding:10px 20px;font-size:1.1rem;border-radius:30px;font-weight:700;margin:0 8px}.center-btn-row>button{margin:0 8px}.playlist-page{justify-content:center;align-items:center;width:100vw;margin:0 auto}.playlist-content{border-radius:10px;padding:1em;display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;overflow:hidden;gap:2rem;justify-content:center;margin:2em auto;max-width:1500px;position:relative}.playlist-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;text-align:center}.playlist-cover{align-self:center;flex-shrink:0;display:flex;justify-content:center;align-items:center}.playlist-cover img{width:400px;height:400px;object-fit:cover;border-radius:8px}.playlist-tracks{flex:1;display:flex;flex-direction:column;gap:1rem;overflow-y:auto;max-height:600px;padding-right:.5rem}.header{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem;width:100%}.content .playlist-page{display:flex;gap:2rem;width:100%;max-height:600px;overflow:hidden;align-items:flex-start}.button-container{display:flex;justify-content:center}.add-to-spotify-button{background-color:#20d65f;border-radius:50px;box-sizing:border-box;color:#fff;cursor:pointer;flex:0 0 auto;font-size:1.125rem;font-weight:600;line-height:1.5rem;text-align:center;text-decoration:none #6b7280 solid;text-decoration-thickness:auto;transition-duration:.2s;transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);user-select:none;-webkit-user-select:none;touch-action:manipulation;width:auto;margin:2em}.add-to-spotify-button:hover{background-color:#107434}.add-to-spotify-button:focus{box-shadow:none;outline:2px solid transparent;outline-offset:2px}.add-to-spotify-button h2{margin:0}.left-container{padding:1em}@media (min-width: 768px){.add-to-spotify-button{padding:.75rem 1.5rem}}.no-tracks{display:flex;justify-content:center}@media (max-width: 900px){.playlist-content{flex-direction:column;align-items:center}.playlist-cover img{width:80vw;max-width:400px;height:auto}.playlist-tracks{width:100%;max-width:700px}}.delete-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;pointer-events:auto}.delete-modal-content{background-color:#fff;width:90%;max-width:500px;border-radius:16px;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:flex-end;color:#000;box-shadow:0 8px 24px #0006;pointer-events:auto}.delete-modal-body{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px 0;position:relative;z-index:2}.delete-content{display:flex;justify-content:center;flex-direction:column}.delete-content h2{display:flex;justify-content:center;margin-bottom:1.5px}.message{display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:wrap}.delete-modal .modal-track-name{font-weight:700;word-break:break-word}.cancel-button{background:transparent;color:#000;border:black solid 1.5px}.cancel-button:hover{background-color:#6e6e6e;color:#fff}button{background-color:#20d65f;border-radius:50px;box-sizing:border-box;color:#fff;cursor:pointer;flex:0 0 auto;font-size:1.125rem;font-weight:600;line-height:1.5rem;text-align:center;text-decoration:none #6B7280 solid;text-decoration-thickness:auto;transition-duration:.2s;transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);user-select:none;-webkit-user-select:none;touch-action:manipulation;width:auto;margin:0 1em}button:hover{background-color:#107434;border:black solid 1.5px}button:focus{box-shadow:none;outline:2px solid transparent;outline-offset:2px}.TrackCard{display:flex;align-items:center;gap:1rem;padding:.75rem;border-radius:8px;transition:background-color .2s ease;width:100%;max-width:100%;box-sizing:border-box}.TrackCard:hover{background-color:#cecece;color:#000;cursor:pointer}.track-cover{width:100px;height:100px;object-fit:cover;border-radius:4px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.track-cover img{width:100%;height:100%;object-fit:cover;border-radius:4px}.track-info{display:flex;flex-direction:column;flex:1;min-width:0;overflow:hidden}.track-name{font-weight:600;font-size:1.75rem;white-space:nowrap;margin:0;text-overflow:ellipsis}.track-artist{font-size:1rem;margin:0}.track-duration{font-size:1rem;white-space:nowrap;flex-shrink:0;text-align:right;margin-left:auto}.header{display:flex;justify-content:center}.search-bar{display:flex;justify-content:center;align-items:center;padding:40px 20px 20px;width:100%}.playlist-search{width:100%;max-width:600px;padding:12px 20px;border-radius:30px;border:2px solid #c0b6e9;background-color:#fff;color:#000;font-size:1rem;outline:none;box-shadow:0 2px 8px #00000026;transition:box-shadow .2s ease,border-color .2s ease;margin-bottom:30px;align-items:center;justify-content:center}.playlist-search:focus{border-color:#a97ff0;box-shadow:0 0 5px #a97ff0}@media (max-width: 600px){.playlist-search{font-size:.9rem;padding:10px 16px;max-width:250px;width:300%}}@media (min-width: 601px) and (max-width: 900px){.playlist-search{font-size:1rem;padding:12px 18px;max-width:500px}}.all-playlists{display:flex;flex-wrap:wrap;justify-content:center;gap:1em}@media (max-width: 768px){.all-playlists{align-items:center;flex-wrap:wrap}.PlaylistCard{width:auto;max-width:350px;padding:1em;border-radius:20px}.all-playlists .PlaylistCard img{width:100%;height:auto;max-width:250px;max-height:250px;object-fit:cover}}.error-page{width:100vw;justify-content:center;align-items:center}.error-body{display:flex;justify-content:center;align-items:center;min-height:80vh}.error-page .error-title{font-family:Helvetica World,Helvetica,Arial,sans-serif;font-weight:375;font-size:12vw;height:auto;margin:0;display:flex;align-items:center}@media screen and (min-width: 1650px){.error-page .error-title{font-size:200px}}.error-page .logo-image{height:.85em;width:auto;animation:spin 15s linear infinite;position:relative;margin:0}.error-page .error-info{display:flex;flex-direction:column;align-items:center;height:fit-content;justify-content:center;margin:0;position:relative}.error-page p{margin:0;align-items:center;font-size:1.5vw;font-weight:700}@media screen and (max-width: 1600px){.error-page p{font-size:20px}}.error-page-button{background-color:#20d65f;border-radius:50px;box-sizing:border-box;color:#fff;cursor:pointer;flex:0 0 auto;font-size:1.125rem;font-weight:600;line-height:1.5rem;text-align:center;text-decoration:none #6b7280 solid;text-decoration-thickness:auto;transition-duration:.2s;transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);user-select:none;-webkit-user-select:none;touch-action:manipulation;width:auto;margin:2em}.error-page-button h2{margin:0}.error-page-button:hover{background-color:#107434}.error-page-button:focus{box-shadow:none;outline:2px solid transparent;outline-offset:2px}.stats-page-container header{font-size:50px;color:#fff;text-align:center;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.stats-page-container p{padding:1px}.top-tracks,.top-artists,.top-albums,.top-genres{background-color:#ffffff26;padding:40px;overflow-y:scroll;border-radius:20px;box-shadow:0 4px 30px #0003;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);display:flex;flex-direction:column;gap:30px}.top-tracks,.top-albums{width:645px;height:500px}.top-artists,.top-genres{width:385px;height:500px}.extra-display .profile-pic img{width:200px;height:200px;border-radius:50%;object-fit:cover;display:block;margin:0 auto}.extra-display .thank-you-section .large-number{font-size:149px;text-align:center}.extra-display .welcome-message p,.extra-display .thank-you-section p{font-size:22px;font-weight:700;text-align:center;margin:8px 0}.stats-section{display:flex;flex-wrap:wrap;gap:30px;padding:60px}.stats-page-container{display:flex;flex-direction:row;justify-content:center;align-items:center}.extra-display{max-width:300px;padding:25px;margin:0}.extra-display .profile-pic{margin:0 auto 40px}@media (min-width: 768px) and (max-width: 1400px){.stats-page-container{flex-direction:column;display:flex;justify-content:center;align-items:center;min-height:100vh}.stats-section{display:flex;flex-wrap:wrap;gap:25px;padding:40px;justify-content:center}.top-tracks,.top-albums,.top-artists,.top-genres{width:650px;height:450px}.extra-display{order:-1;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:75px;padding:20px;margin-top:auto;max-width:900px}.extra-display .profile-pic img{width:200px;height:200px;border-radius:50%;object-fit:cover}.extra-display .text-content{display:flex;flex-direction:column;align-items:center;height:100%;justify-content:center}.extra-display .thank-you-section{margin-top:10px;margin-bottom:0}.extra-display .thank-you-section .large-number{font-size:120px;display:flex;flex-direction:column;align-items:center}}@media (max-width: 768px){.stats-page-container{flex-direction:column;display:flex;justify-content:center;align-items:center;min-height:100vh}.stats-page-container header{font-size:35px}.stats-section{display:flex;flex-direction:column;gap:20px;padding:20px;justify-content:center;align-items:center}.top-tracks,.top-albums,.top-artists,.top-genres{width:250px;height:350px}.extra-display{order:-1;flex-direction:column;gap:30px;padding:0;margin-top:auto}.extra-display .profile-pic img{width:230px;height:230px;border-radius:50%;object-fit:cover}.extra-display .thank-you-section{margin-top:25px;margin-bottom:0}.extra-display .thank-you-section .large-number{font-size:80px}.extra-display .welcome-message p,.extra-display .thank-you-section p{font-size:18px}}@media (min-width: 1400px){.stats-section{gap:20px;padding:80px}.top-tracks,.top-albums{width:500px;height:550px}.top-artists,.top-genres{width:700px;height:550px}.stats-page-container header{font-size:60px}.extra-display .profile-pic img{width:160px;height:160px;border-radius:50%;object-fit:cover;display:block;margin:0 auto}.extra-display .thank-you-section .large-number{font-size:120px;text-align:center}.extra-display .welcome-message p,.extra-display .thank-you-section p{font-size:24px;font-weight:700;text-align:center;margin:6px 0}.extra-display{max-width:180px;padding:15px;margin:60px 100px 60px auto}}.track-number{font-size:2rem;font-weight:700;color:#fff;width:40px;text-align:right;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stats-button-options-btn{padding:10px 20px;font-size:15px;border-radius:30px;border:2px solid #a97ff0;background-color:#4b2991;color:#fff;font-weight:700;font-style:oblique;cursor:pointer;transition:background-color .3s ease;min-width:70px;margin-bottom:10px;display:flex;justify-content:center;align-items:center}.stats-button-options{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;width:100%;margin:0 auto}.stats-button-options-btn:hover:not(:disabled){background-color:#8151e1}.stats-button-options-btn:disabled{opacity:.5;cursor:not-allowed}.top-artists::-webkit-scrollbar,.top-tracks::-webkit-scrollbar,.top-albums::-webkit-scrollbar,.top-genres::-webkit-scrollbar{width:3px}.top-artists::-webkit-scrollbar-track,.top-tracks::-webkit-scrollbar-track,.top-albums::-webkit-scrollbar-track,.top-genres::-webkit-scrollbar-track{background:#fff}.top-artists::-webkit-scrollbar-thumb,.top-tracks::-webkit-scrollbar-thumb,.top-albums::-webkit-scrollbar-thumb,.top-genres::-webkit-scrollbar-thumb{background-color:#a97ff0;border-radius:4px}.loading-container img{width:100px;height:100px;padding:70px;animation:spin 1.5s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container p{font-size:24px;font-weight:700;text-align:center;font-style:italic;display:flex;flex-direction:column;align-items:center}@media (max-width: 768px){.track-stats .TrackCard{display:flex;flex-direction:column;align-items:center;gap:8px}.track-stats .track-cover img{width:100px;height:100px;border-radius:8px;object-fit:cover}.track-stats .track-number{font-size:24px;order:1}.track-stats .track-cover{order:2}.track-stats .track-info{order:3;text-align:center}.track-stats .track-info .track-name{margin-bottom:4px}.stats-button-options{flex-direction:column}}.track-name{font-weight:600;font-size:24px;margin:0;word-wrap:break-word;white-space:normal}.authentication-page{width:100vw;justify-content:center;align-items:center}.authentication-body{display:flex;justify-content:center;align-items:center;min-height:80vh}.authentication-page .authentication-title{font-family:Helvetica World,Helvetica,Arial,sans-serif;font-weight:375;margin:0;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:1rem;line-height:1.2}.authentication-title .authorization-word,.authentication-title .error-word{display:inline-flex;align-items:center;white-space:nowrap}@media (max-width: 700px){.authentication-title{font-size:1.8rem}}.authentication-page .logo-image{height:.85em;width:auto;animation:spin 15s linear infinite;position:relative;margin:0}.authentication-page .authentication-info{display:flex;flex-direction:column;align-items:center;height:fit-content;justify-content:center;margin:0;position:relative}.authentication-page p{display:flex;align-items:center;font-size:1.5vw;font-weight:700;text-align:center}@media screen and (min-width: 800px){.authentication-page p{font-size:20px}}.authentication-page-button{background-color:#20d65f;border-radius:50px;box-sizing:border-box;color:#fff;cursor:pointer;flex:0 0 auto;font-size:1.125rem;font-weight:600;line-height:1.5rem;text-align:center;text-decoration:none #6b7280 solid;text-decoration-thickness:auto;transition-duration:.2s;transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);user-select:none;-webkit-user-select:none;touch-action:manipulation;width:auto;margin:1em}.authentication-page-button h2{margin:0}.authentication-page-button:hover{background-color:#107434}.authentication-page-button:focus{box-shadow:none;outline:2px solid transparent;outline-offset:2px}.not-found-page{width:100vw;justify-content:center;align-items:center}.not-found-body{display:flex;justify-content:center;align-items:center;min-height:80vh}.not-found-page .not-found-title{font-family:Helvetica World,Helvetica,Arial,sans-serif;font-weight:375;font-size:12vw;height:auto;margin:0;display:flex;align-items:center}@media screen and (min-width: 1650px){.not-found-page .not-found-title{font-size:200px}}.not-found-page .logo-image{height:.85em;width:auto;animation:spin 15s linear infinite;position:relative;margin:0}.not-found-page .not-found-info{display:flex;flex-direction:column;align-items:center;height:fit-content;justify-content:center;margin:0;position:relative}.not-found-page p{margin:0;align-items:center;font-size:1.5vw;font-weight:700}@media screen and (max-width: 1600px){.not-found-page p{font-size:20px}}.not-found-page-button{background-color:#20d65f;border-radius:50px;box-sizing:border-box;color:#fff;cursor:pointer;flex:0 0 auto;font-size:1.125rem;font-weight:600;line-height:1.5rem;text-align:center;text-decoration:none #6b7280 solid;text-decoration-thickness:auto;transition-duration:.2s;transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);user-select:none;-webkit-user-select:none;touch-action:manipulation;width:auto;margin:2em}.not-found-page-button h2{margin:0}.not-found-page-button:hover{background-color:#107434}.not-found-page-button:focus{box-shadow:none;outline:2px solid transparent;outline-offset:2px}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--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-container-width: fit-content;--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-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.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%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.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%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;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{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.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-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.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;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.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:1;opacity:.7;transform-origin:left}.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}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-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)}}
