html{scroll-behavior:smooth;scroll-padding-top:6rem}*{box-sizing:border-box;margin:0;padding:0}body{background:radial-gradient(circle at top left,#1a1440,#0d0b1f);font-family:Poppins,Roboto,sans-serif;color:#00eaff}@media screen and (max-width: 480px){body{height:100%}}.signup-container,.signin-container,.update-container{height:100vh;display:flex;justify-content:center;align-items:center}.intronav{display:flex;justify-content:space-between;align-items:center;height:5.625rem;border-bottom:1px solid rgb(255,255,255);width:100vw}.logo-name{font-family:poppins;font-size:2rem;margin-left:2rem;background:linear-gradient(90deg,#aaffa9,#11ffbd);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.intronav-link{margin-right:2rem;width:33%;display:flex;justify-content:space-between;align-items:center}.intronav-link a{color:#00eaff;font-size:1.1rem;font-weight:700}.logo-name:hover{cursor:pointer}@media screen and (max-width: 480px){.intronav{display:flex;flex-direction:column;height:max-content;padding:1rem;justify-content:center;align-items:center}.logo-name{margin:0;padding:0;width:100%;text-align:center}.intronav-link{margin:0;padding:0;width:100%;justify-content:space-around}}.techno-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:200px;margin-top:3rem}.techno-container{margin-top:35px;overflow:hidden;width:80%;height:130px;align-content:center}.techno-track{display:flex;gap:60px;animation:seamless-loop 15s linear infinite}.techno-track:hover{animation-play-state:paused}.techno-track a{display:flex;justify-content:center;align-items:center;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:20px;min-width:80px;min-height:80px;box-shadow:0 8px 32px #0000001a;transition:all .3s ease}.techno-track a i{font-family:Inter;font-size:40px;color:#fff}.techno-track a:hover{transform:translateY(-10px) scale(1.1);background:#fff3;box-shadow:0 15px 35px #0003}@keyframes seamless-loop{0%{transform:translate(0)}to{transform:translate(-100%)}}@media (max-width: 768px){.techno-track{gap:40px;animation-duration:25s}.techno-track a{min-width:60px;min-height:60px;padding:15px}.techno-track a i{font-size:30px}}@media (max-width: 480px){.techno-track{gap:30px;animation-duration:20s}.techno-track a{min-width:50px;min-height:50px;padding:12px}.techno-track a i{font-size:24px}}.features-container{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:5rem}.features{width:100%;margin-top:2.5rem;display:flex;justify-content:space-around;flex-wrap:wrap}.feature-card{width:15.6rem;height:17.5rem;background-color:#13102a;display:flex;flex-direction:column;align-items:center;border-radius:1rem;padding:1rem;transition:1s;box-shadow:0 0 .75rem #0ff6;margin-bottom:4rem}.feature-card .fa-solid{width:100%;text-align:center;font-size:5rem;margin-top:.4rem;margin-bottom:1rem;border-bottom:1px solid white;height:6rem}.feature-card div strong{color:#00eaff;width:100%;font-size:large;font-family:Inter,sans-serif;text-align:left}.feature-card div p{margin-top:.5rem}.feature-card div{background-color:transparent;flex:1;padding:1rem;border-radius:.75rem;box-shadow:inset -4px -4px 8px #00ffcc30,inset 4px 4px 8px #a6ff0020}.feature-card:hover{cursor:pointer;transform:scale(1.05);box-shadow:0 0 12px #0ff}@media screen and (max-width: 480px){.features-container{margin-top:3rem}}.footer-container{color:#fff;padding:.5rem;width:100%;font-size:.9rem;display:flex;justify-content:space-around;align-items:center;border-top:1px solid white;height:6.25rem}.footer-links{width:15%;display:flex;justify-content:space-around}.footer-links .fa-brands{color:#fff;font-size:.9rem}.policy{position:relative;display:inline-block}.policy:hover{cursor:pointer;color:#e89906d9}.policy:after{position:absolute;bottom:0;left:0;content:"";background-color:#e89906d9;width:0%;height:.125rem;transition:width .5s ease}.policy:hover:after{width:100%}@media screen and (max-width: 480px){.footer-container{height:8rem;display:flex;flex-direction:column;justify-content:space-around;align-items:center}.footer-links{margin-top:.1rem;width:100%}}.dashboard-container{display:flex;flex-direction:column}.nav-dash{background:radial-gradient(circle at top left,#1a1440,#0d0b1f);top:0;position:fixed;z-index:100;width:100%}.home{display:flex;flex-direction:column;align-items:center}.headline{font-family:Roboto,poppins;font-weight:bolder;font-size:4.4rem;margin-top:10rem;margin-bottom:3rem}.sub-headline{font-family:Inter;font-size:1.5rem;margin-bottom:3rem}@media screen and (max-width: 480px){.home{padding:1rem}}.no-page-container{height:100vh;display:flex;justify-content:center;align-items:center}.no-page{border:2px solid rgb(0,255,255);width:400px;display:flex;flex-direction:column;align-items:center;height:470px;border-radius:3rem}.four-zero-four{font-size:100px}.page-not-found{font-size:30px}.emoji{font-size:100px;animation:float 2s ease-in-out infinite;cursor:pointer}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.loading-container{height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center}.loading-text{font-size:1rem;letter-spacing:.3rem;margin-top:15rem;margin-bottom:2rem}.loading-circles{width:80%;display:flex;align-items:center;gap:1rem;justify-content:center}.circle{width:1rem;height:1rem;border-radius:50%;background-color:#fff;animation:greenWave 2s ease-in-out infinite}@keyframes greenWave{0%{background-color:#fff}50%{background-color:orange}to{background-color:#11df11}}.circle:nth-child(1){animation-delay:0s}.circle:nth-child(2){animation-delay:.1s}.circle:nth-child(3){animation-delay:.2s}.circle:nth-child(4){animation-delay:.3s}.circle:nth-child(5){animation-delay:.4s}.circle:nth-child(6){animation-delay:.5s}.circle:nth-child(7){animation-delay:.6s}.circle:nth-child(8){animation-delay:.7s}.circle:nth-child(9){animation-delay:.8s}.circle:nth-child(10){animation-delay:.9s}.nav-card-container{height:fit-content;width:fit-content;padding:.5rem .8rem;border-radius:1rem;box-shadow:6px 6px 12px #0a071e,-6px -6px 12px #251d66;transition:all .2s ease-in-out;font-size:1.1rem}.nav-card-container:hover{transform:scale(1.1)}.nav-card-container:active{box-shadow:inset 6px 6px 12px #0f0b2e,inset -6px -6px 12px #251d66}.logo{min-width:50px;min-height:50px;max-width:50px;max-height:50px;border-radius:50%;box-shadow:6px 6px 12px #0a071e,-6px -6px 12px #251d66;border:2px solid rgb(0,179,255);align-self:center;cursor:pointer}.logout{align-self:center;margin:0!important}@media screen and (max-width: 480px){.logout{background-color:#97290d!important;border:none!important}}.navbar-container{width:100%;height:5.625rem;border-bottom:1px solid;display:flex;align-items:center;box-shadow:0 5px 5px #0b9c9c3d}.navbar{width:100%;height:100%;display:flex;justify-content:space-around;align-items:center}.home-container{display:flex;width:40%;height:100%;justify-content:space-around;align-items:center;box-shadow:0 0 10px #0ff9,inset 4px 4px 12px #00000080,inset -4px -4px 12px #00ffff1a;border-radius:2rem}.mobile-nav,.fa-bars{display:none}@media screen and (max-width: 480px){.home-container{flex:1}.fa-bars{display:block}.mobile-nav{display:flex;flex-direction:column;position:fixed;top:0;right:0;background-color:#0a255b;width:48vw;height:100vh;z-index:100}.logout-nav,.small-profile,.clock{display:none}.fa-xmark{color:red!important;font-size:1.5rem;position:relative;left:.5rem;top:.5rem;cursor:pointer}.mobile-logout{margin-top:250%;align-self:center}.mobile-nav p,.mobile-nav a{text-align:center;margin-top:1rem;font-weight:700}.slidebar{right:-49vw;transition:right .3s ease}.mobile-nav.active{right:0}}.upload-container{display:flex;width:40%;background:#ffffff08;justify-content:space-around;align-items:center;box-shadow:0 20px 40px #0000004d,0 0 20px #0366dfaf;border-radius:1rem;margin-left:-1.9rem}.upload-container input{width:25rem;padding:14px 18px;margin:18px 0;font-size:15px;border:none;border-radius:28px;background:linear-gradient(145deg,#0d112a,#090c20);color:#00eaff;box-shadow:inset 4px 4px 8px #000000b3,inset -4px -4px 8px #00ffff0d;outline:none}.upload-container input[type=file]{display:none}.upload-container label{text-align:center;cursor:pointer}.fa-cloud-arrow-up{font-size:1rem}@media screen and (max-width: 480px){.upload-container{width:100%;justify-content:space-around;border-radius:0;flex-wrap:wrap;margin:0}.upload-container input{width:10rem}}.post-father-container{display:flex;flex-direction:column;gap:1.5rem}.post-container{background:#ffffff08;max-width:100%;max-height:100%;display:flex;flex-direction:column;gap:.8rem;border-radius:1rem;padding-top:1rem;padding-bottom:1rem}.profile-name{display:flex;align-items:center;gap:.6rem;padding-left:.8rem}#caption{padding-left:1rem}.user-post{background-color:#fff;max-width:100%;width:auto;max-height:450px;height:auto;display:flex;justify-content:center}.user-post img{max-width:100%;max-height:100%;width:100%;height:auto;object-fit:contain}.cmnt-like{display:flex;justify-content:space-around}#like i,#comment i{font-size:large;margin-right:.5rem}#like,#comment:hover{cursor:pointer}@media screen and (max-width: 480px){.post-container{max-width:100%}}.index-profile{display:flex;flex-direction:column}.profile-intro-post-contact{margin-top:1.5rem;display:flex;justify-content:space-around;flex:1}.profile-upload{margin-top:1rem;display:flex;justify-content:center}.profile-intro-post-contact .post{width:40%;overflow-y:auto;max-height:75vh;scrollbar-width:none;border-radius:1rem}@media screen and (max-width: 480px){.profile-intro-post-contact .contact,.profile-intro-post-contact .intro{display:none}.profile-intro-post-contact .post{width:100%;height:100%}}.contact-container{display:flex;flex-direction:column;gap:1rem}.people-container{display:flex;flex-direction:column;gap:1rem;height:64.5vh;overflow-y:auto;overflow-x:hidden;scrollbar-width:none}.people{width:20rem;display:flex;gap:1rem;margin-left:1rem}.people p{align-self:center}.search{position:relative;width:fit-content}.search input{width:20rem;padding:14px 18px;font-size:15px;border:none;border-radius:28px;background:linear-gradient(145deg,#0d112a,#090c20);color:#00eaff;box-shadow:inset 4px 4px 8px #000000b3,inset -4px -4px 8px #00ffff0d;outline:none}.search button{position:absolute;right:1rem;top:.5rem;font-size:.8rem;padding:.5rem}@media screen and (max-width: 480px){.contact-container{align-items:center;justify-content:space-around;height:100vh;gap:0}.people-container{height:85vh}}.profile-intro{display:flex;flex-direction:column;gap:2rem;background:#ffffff08;border-radius:32px;padding:30px 20px;width:300px;box-shadow:0 0 30px #00eaff40,0 0 10px #00ffffc2,inset 0 0 10px #00ffff0d;border:2px solid rgb(0,255,255);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);text-align:center;color:#00eaff}.profile-intro button{align-self:center}.setup,.punchline{color:#00eaff}.cover-container{display:flex;flex-direction:column}.coverImg-form{background-color:#0a255b;width:15rem;height:9rem;display:flex;flex-direction:column;justify-content:space-around;padding:1rem;border-radius:1rem;z-index:100;position:fixed;top:15rem;right:10rem}.coverImg-form input{font-size:.9rem;margin-bottom:1rem}.coverImg-form button{align-self:center}.coverImg-form input,.cover-img:hover{cursor:pointer}.cover-img{width:80vw;height:50vh;align-self:center;border-radius:1rem}.cover-img img{width:100%;height:100%;object-fit:cover;border-radius:1rem}.preview{display:block;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);max-width:40rem;max-height:50rem;width:auto;height:auto;background-color:#000;border-radius:.5rem;z-index:1000;overflow:auto;box-shadow:0 0 20px #000000b3}.preview img{width:auto;height:auto;max-width:100%;max-height:100%;display:block;margin:auto}@media screen and (max-width: 480px){body{height:100vh}.cover-img{width:100vw;height:21vh;background-size:cover}.cover-img img{border-radius:0}.coverImg-form{top:3rem;right:0}}.profile-details-container{display:flex;justify-content:space-between;width:80vw;gap:5rem}.profile-home-img{height:fit-content;display:flex}.profile-home-img img{width:13rem;height:13rem;border:.5rem solid #fff;border-radius:50%}.profile-home-img #username{align-self:flex-end}.profile-details{flex:1;display:flex;justify-content:space-between;align-self:flex-end}#username{font-size:3rem;font-weight:100;font-family:roboto,inter,poppins}#followers,#following{font-size:1.1rem;font-weight:700}@media screen and (max-width:480px){.profile-details-container{flex-direction:column;gap:0;justify-content:center;align-items:center}.profile-home-img{flex-direction:column;align-items:center;margin-bottom:1rem}.profile-home-img img{width:9rem;height:9rem;margin-bottom:.3rem}.profile-home-img #username{width:100vw;text-align:center;font-size:2rem}.profile-details{width:100vw;align-self:center;justify-content:space-around}}.profile-home-container{display:flex;flex-direction:column}.combined-profilehome{display:flex;flex-direction:column;align-items:center;justify-content:center;align-self:center;width:80%}.profilehome-profiledetails{position:relative;top:-6.5rem}.profilehome-posts{width:70%;align-self:center}@media screen and (max-width: 480px){body{height:100%}.profilehome-profiledetails{position:relative;top:-5rem;left:0}.profilehome-posts{margin-top:-2rem!important;width:100%}}.profile-container{display:flex;flex-direction:column;height:80vh;justify-content:center;align-items:center}.profile-container h1{margin-bottom:1.5rem}@media screen and (max-width: 480px){.profile-container h1{width:80vw}}.qr-code{max-width:800px;margin:0 auto;padding:2rem;text-align:center;min-height:100vh;font-family:Arial,sans-serif}.qr-code h1{color:#fff;margin-bottom:2rem;font-size:2.5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.qr-nav{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem}.qr-nav a{padding:12px 24px;background:#ffffff1a;color:#fff;text-decoration:none;border-radius:25px;border:2px solid rgba(255,255,255,.3);transition:all .3s ease;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.qr-nav a:hover{background:#fff3;border-color:#fff9;transform:translateY(-2px);box-shadow:0 5px 15px #0003}.qr-nav a:active,.qr-nav a.active{background:linear-gradient(45deg,#ff6b6b,orange);border-color:#ff6b6b;color:#fff;box-shadow:0 4px 15px #ff6b6b66;transform:translateY(-2px)}.outlet{background:#ffffff08;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.qr-container{display:flex;flex-direction:column;align-items:center;gap:2rem}.qr-container>div{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:400px}.text-input,input[type=file]{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:10px;font-size:16px;transition:all .3s ease;background:#fff;color:#000}.text-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.text-input::placeholder{color:#9ca3af}input[type=file]{cursor:pointer;background:#f8f9fa}input[type=file]::-webkit-file-upload-button{background:#667eea;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;margin-right:10px;font-weight:500;transition:background .3s ease}input[type=file]::-webkit-file-upload-button:hover{background:#5a67d8}.qr-container svg{background:#fff;padding:20px;border-radius:15px;box-shadow:0 8px 25px #0000001a;border:2px solid #f1f3f4;max-width:100%;height:auto}@media (max-width: 768px){.qr-code{padding:1rem}.qr-code h1{font-size:2rem}.qr-nav{flex-direction:column;gap:.5rem}.qr-nav a{padding:10px 20px;font-size:14px}.outlet{padding:1.5rem}.qr-container>div{max-width:100%}}@media (max-width: 480px){.qr-code h1{font-size:1.8rem}.outlet{padding:1rem}.text-input,input[type=file]{font-size:14px;padding:10px 12px}.neon-btn{padding:10px 24px;font-size:14px}}.form-container{background:#ffffff08;border-radius:32px;padding:50px 40px;width:350px;box-shadow:0 0 30px #00eaff40,0 0 10px #00ffffc2,inset 0 0 10px #00ffff0d;border:2px solid rgb(0,255,255);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);text-align:center;color:#00eaff}.form-container input{width:100%;padding:14px 18px;margin:18px 0;font-size:15px;border:none;border-radius:28px;background:linear-gradient(145deg,#0d112a,#090c20);color:#00eaff;box-shadow:inset 4px 4px 8px #000000b3,inset -4px -4px 8px #00ffff0d;outline:none;transition:.3s ease}.form-container input::placeholder{color:#fff6}.form-container input:focus{box-shadow:0 0 10px #0ff9,inset 4px 4px 12px #00000080,inset -4px -4px 12px #00ffff1a}.form-container button{width:100%;padding:14px;margin-top:20px;border:2px solid #00eaff;background:transparent;color:#00eaff;font-weight:700;border-radius:28px;font-size:16px;cursor:pointer;transition:.3s ease;box-shadow:0 0 12px #0ff6}.form-container button:hover{background:#00eaff;color:#0b0e24;box-shadow:0 0 20px #0ff9}hr{margin:30px 0 10px;border:none;border-top:1px solid rgba(255,255,255,.1)}.link-default{display:block;margin-top:14px;font-size:14px;color:#00eaff;text-decoration:none;transition:color .3s}.link-default:hover{color:#fff}.green-btn{color:#0fc;margin-top:10px}.heading-second{font-family:Inter,sans-serif;font-size:40px}.neon-btn{width:fit-content;height:fit-content;font-size:1.1rem;padding:.9rem;border:2px solid #00eaff;background:transparent;color:#00eaff;border-radius:28px;cursor:pointer;transition:.3s ease;box-shadow:0 0 12px #0ff6;white-space:nowrap;font-weight:700}.neon-btn:hover{background:#00eaff;color:#0b0e24!important;box-shadow:0 0 20px #0ff9}.medium-logo{width:60px;height:60px;border-radius:50%;border:1px solid}.remove-default{text-decoration:none;color:#00eaff}.fa-solid{color:#fff}.success-border:focus{box-shadow:0 0 10px #00ff5199,inset 4px 4px 12px #00000080,inset -4px -4px 12px #00ffff1a!important}.fail-border:focus{box-shadow:0 0 10px #f009,inset 4px 4px 12px #00000080,inset -4px -4px 12px #00ffff1a!important}a{text-decoration:none}.extra-link{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}.text-input{width:fit-content;padding:14px 18px;margin:18px 0;font-size:15px;border:none;border-radius:28px;background:linear-gradient(145deg,#0d112a,#090c20);color:#00eaff;box-shadow:inset 4px 4px 8px #000000b3,inset -4px -4px 8px #00ffff0d;outline:none;transition:.3s ease}.underline{position:relative;display:inline-block}.underline:hover{cursor:pointer}.underline:after{position:absolute;bottom:0;left:0;content:"";background-color:#00eaff;width:0%;height:2px;transition:width .5s ease}.underline:hover:after{width:100%}.click-btn:active{box-shadow:inset 0 0 12px #000!important}: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)}}
