@import"https://fonts.googleapis.com/css2?family=Pacifico&family=Inter:wght@400;500;600;700&display=swap";body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafafa}.sidebar__top{display:flex;justify-content:space-around;align-items:center;padding:20px;color:#fff;border-bottom:3px solid #26282c}.sidebar__header{display:flex;justify-content:space-around;align-items:center;padding:10px;color:gray;border-bottom:2px solid #26282c}.sidebar__touppercase{font-size:large;font-weight:400;text-transform:capitalize;color:#fff;margin-left:10px}.sidebar__addchannel{display:flex;align-items:center}.sidebarToggleButton{padding:10px;border-radius:20px;color:#fff;background-color:#3f51b5}.container{height:100%}.friend{display:flex;justify-content:space-between;align-items:flex-start;width:30vw;color:#7c76b8;border-radius:24px;cursor:pointer;z-index:10}.friend:hover{background-color:#3f51b5;color:#fff}.datejoined{padding:10px}@media only screen and (max-width: 767px){.friend{width:auto}}.textInput{border-radius:8px;width:auto}.chatHeader{display:flex;justify-content:space-between;align-items:center;color:gray;padding:10px}.chatHeader__hash{color:gray;font-size:30px;padding:10px}.chatHeader__left>h3{display:flex;align-items:center;color:#fff}.chatHeader__right{display:flex;align-items:center;flex:.5;justify-content:space-between}.chatHeader__right>.MuiSvgIcon-root{padding:5px;cursor:pointer}.chatHeader__right>.MuiSvgIcon-root:hover{color:#fff}.chatHeader__search{display:flex;align-items:center;color:gray;background-color:#2f3135;border-radius:5px;padding:3px}.chatHeader__search>input{background:transparent;outline-width:0;color:#fff;border:none}.chat{display:flex;flex-direction:column;flex:.75;background-color:#363a3f;height:89vh;border-radius:5px}.chat__messages{flex:1;overflow:scroll}.chat__messages::-webkit-scrollbar{display:none}.chat__messages{-ms-overflow-style:none;scrollbar-width:none}.chat__input{color:#d3d3d3;display:flex;align-items:center;justify-content:space-between;padding:15px;border-radius:5px;margin:20px;border-top:1px solid gray;background-color:#474b53}.chat__input>form>input{padding:15px;background:transparent;border:none;width:50%;outline-width:0;color:#fff;font-size:large}.chat__input>form{flex:1}.chat__inputButton{display:none}.chat__inputIcons>.MuiSvgIcon-root{padding:5px;cursor:pointer}.chat__input>.MuiSvgIcon-root{cursor:pointer}@media only screen and (max-width: 767px){.chat>img{height:50vh;justify-content:center;align-items:center}}.message{display:flex;align-items:center;padding:20px;color:#fff;margin-left:20px}.message__info{margin-left:20px}.message__timestamp{color:gray;margin-left:20px;font-size:x-small}.other{display:flex;align-items:center;flex-direction:row-reverse;justify-content:flex-start;padding:20px;margin-right:40px;color:#fff}.message__other{margin-right:20px}.message__width{background-color:#3f51b5;padding:10px;border-radius:20px;max-width:300px;text-overflow:clip}.timeago{color:bisque;font-size:x-small}.container{display:flex;justify-content:center;align-items:center;color:#fff;flex-direction:column}.container>img{height:20rem}.container>h1>span{color:#4e0eff}@media only screen and (max-width: 767px){.container img{height:11rem}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--primary-500: #7c3aed;--primary-600: #6d28d9;--primary-700: #5b21b6;--primary-100: #ede9fe;--secondary-200: #c4b5fd;--accent-300: #86efac;--accent-400: #4ade80;--bg-50: #fafafa;--bg-100: #f4f4f5;--bg-200: #e4e4e7;--fg-400: #a1a1aa;--fg-500: #71717a;--fg-600: #52525b;--fg-700: #3f3f46;--fg-800: #27272a;--fg-950: #09090b;--radius: .75rem}.auth-page{display:flex;flex-direction:column;min-height:100vh;background-color:var(--bg-50);font-family:Inter,sans-serif}.auth-body{display:flex;flex:1;min-height:calc(100vh - 57px)}.auth-left{flex:1;display:flex;align-items:center;justify-content:center;padding:2.5rem 1.5rem}.auth-card{width:100%;max-width:420px;animation:fadeUp .4s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.auth-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:2.5rem}.auth-logo-icon{width:40px;height:40px;border-radius:.75rem;background-color:var(--primary-500);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem}.auth-logo-text{font-family:Pacifico,cursive;font-size:1.5rem;color:var(--fg-950)}.auth-tabs{display:inline-flex;padding:4px;border-radius:9999px;background-color:var(--bg-100);border:1px solid var(--bg-200);margin-bottom:2rem}.auth-tab{padding:.4rem 1.25rem;font-size:.8125rem;font-weight:600;border-radius:9999px;border:none;background:transparent;color:var(--fg-600);cursor:pointer;transition:background .2s,color .2s,box-shadow .2s;white-space:nowrap;font-family:Inter,sans-serif}.auth-tab.active{background:var(--bg-50);color:var(--fg-950);box-shadow:0 1px 3px #0000001a}.auth-tab:hover:not(.active){color:var(--fg-950)}.auth-heading{margin-bottom:2rem}.auth-heading h1{font-size:2rem;font-weight:700;color:var(--fg-950);letter-spacing:-.02em;line-height:1.2;font-family:Inter,sans-serif}.auth-heading p{margin-top:.5rem;font-size:.875rem;color:var(--fg-600)}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-field label{display:block;font-size:.75rem;font-weight:600;color:var(--fg-700);margin-bottom:.375rem}.auth-input-wrap{display:flex;align-items:center;gap:.625rem;height:44px;padding:0 .875rem;border-radius:.5rem;background:var(--bg-50);border:1px solid var(--bg-200);transition:border-color .2s}.auth-input-wrap:focus-within{border-color:var(--fg-700)}.auth-input-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:var(--fg-500);font-size:1rem;flex-shrink:0}.auth-input-wrap input{flex:1;background:transparent;border:none;outline:none;font-size:.875rem;color:var(--fg-950);font-family:Inter,sans-serif}.auth-input-wrap input::placeholder{color:var(--fg-400)}.auth-eye-btn{background:none;border:none;cursor:pointer;color:var(--fg-500);display:flex;align-items:center;padding:0;transition:color .15s;font-size:1rem}.auth-eye-btn:hover{color:var(--fg-800)}.auth-row{display:flex;align-items:center;justify-content:space-between}.auth-check-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.75rem;color:var(--fg-600);-webkit-user-select:none;user-select:none}.auth-check-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary-500);cursor:pointer}.auth-forgot{font-size:.75rem;font-weight:500;color:var(--primary-600);text-decoration:none}.auth-forgot:hover{color:var(--primary-700)}.auth-btn-primary{width:100%;height:44px;display:flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;background:var(--primary-500);color:#fff;font-size:.875rem;font-weight:600;border:none;cursor:pointer;transition:background .2s;font-family:Inter,sans-serif}.auth-btn-primary:hover{background:var(--primary-600)}.auth-btn-primary:disabled{background:var(--fg-400);cursor:not-allowed}.auth-divider{display:flex;align-items:center;gap:.75rem}.auth-divider-line{flex:1;height:1px;background:var(--bg-200)}.auth-divider span{font-size:.75rem;color:var(--fg-500);white-space:nowrap}.auth-socials{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem}.auth-btn-social{height:40px;display:flex;align-items:center;justify-content:center;gap:.375rem;border-radius:.5rem;border:1px solid var(--bg-200);background:var(--bg-50);color:var(--fg-800);font-size:.75rem;font-weight:500;cursor:pointer;transition:background .15s;font-family:Inter,sans-serif}.auth-btn-social:hover{background:var(--bg-100)}.auth-switch{text-align:center;font-size:.75rem;color:var(--fg-600);padding-top:.5rem}.auth-switch button{background:none;border:none;font-weight:600;color:var(--primary-600);cursor:pointer;font-family:Inter,sans-serif;font-size:.75rem}.auth-switch button:hover{color:var(--primary-700)}.auth-right{display:none;flex:1;padding:2rem}@media (min-width: 1024px){.auth-right{display:flex;align-items:stretch}}.auth-panel{position:relative;width:100%;border-radius:1.5rem;overflow:hidden;background:linear-gradient(135deg,var(--primary-500),var(--primary-600),var(--primary-700));display:flex;flex-direction:column;justify-content:space-between;padding:2.5rem 3rem;color:#fff;min-height:600px}.auth-panel-glow-1{position:absolute;top:-6rem;right:-6rem;width:18rem;height:18rem;border-radius:50%;background:#c4b5fd59;filter:blur(60px);pointer-events:none}.auth-panel-glow-2{position:absolute;bottom:-6rem;left:-6rem;width:20rem;height:20rem;border-radius:50%;background:#4ade8040;filter:blur(60px);pointer-events:none}.auth-panel-topbar{position:relative;display:flex;align-items:center;justify-content:space-between}.auth-panel-status{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:9999px;background:#ffffff26;border:1px solid rgba(255,255,255,.25);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.75rem;font-weight:500}.auth-panel-dot{width:8px;height:8px;border-radius:50%;background:var(--accent-300);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.auth-panel-avatars{display:flex}.auth-panel-avatars img,.auth-panel-avatar-more{width:32px;height:32px;border-radius:50%;border:2px solid var(--primary-500);margin-left:-8px;object-fit:cover}.auth-panel-avatar-more{background:#ffffff40;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:600}.auth-panel-chat{position:relative;flex:1;display:flex;flex-direction:column;justify-content:center;gap:.75rem;padding:2rem 0}.auth-bubble-row{display:flex;align-items:flex-end;gap:.5rem}.auth-bubble-row.right{justify-content:flex-end}.auth-bubble-avatar{width:32px;height:32px;border-radius:50%;border:2px solid rgba(255,255,255,.4);object-fit:cover;flex-shrink:0}.auth-bubble-avatar-you{width:32px;height:32px;border-radius:50%;background:var(--accent-400);border:2px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:700;color:#fff;flex-shrink:0}.auth-bubble{max-width:78%;padding:.625rem 1rem;border-radius:1rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);background:#ffffff26;color:#fff}.auth-bubble.you{background:#fff;color:var(--fg-950);border-radius:1rem 1rem .25rem;border-color:#fff}.auth-bubble-name{font-size:.6875rem;font-weight:600;margin-bottom:2px;opacity:.9}.auth-bubble.you .auth-bubble-name{color:var(--primary-600)}.auth-bubble-time{font-size:.625rem;opacity:.6;margin-left:.5rem}.auth-bubble p{font-size:.75rem;line-height:1.5}.auth-bubble-typing{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .75rem;border-radius:1rem 1rem 1rem .25rem;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);margin-left:2.5rem}.auth-bubble-typing span.dot{width:6px;height:6px;border-radius:50%;background:#fff;animation:bounce 1s infinite}.auth-bubble-typing span.dot:nth-child(2){animation-delay:.15s}.auth-bubble-typing span.dot:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.auth-bubble-typing-label{font-size:.625rem;opacity:.8;margin-left:4px}.auth-panel-copy{position:relative}.auth-panel-copy h2{font-size:2rem;font-weight:700;line-height:1.2;font-family:Inter,sans-serif}.auth-panel-copy h2 span{color:var(--secondary-200)}.auth-panel-copy p{margin-top:.75rem;font-size:.875rem;opacity:.85;max-width:420px;line-height:1.6}.auth-panel-badges{margin-top:1.75rem;display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.auth-panel-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.75rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.6875rem;font-weight:500;line-height:1.3}.auth-panel-badge i{color:var(--secondary-200);font-size:1rem;flex-shrink:0}.auth-footer{border-top:1px solid var(--bg-200);background:var(--bg-50);padding:1rem 2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:.75rem}@media (min-width: 640px){.auth-footer{flex-direction:row}}.auth-footer p{font-size:.75rem;color:var(--fg-500)}.auth-footer-links{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.auth-footer-links a{font-size:.75rem;color:var(--fg-500);text-decoration:none;white-space:nowrap}.auth-footer-links a:hover{color:var(--fg-800)}.auth-footer-status{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--fg-500);white-space:nowrap}.auth-footer-status-dot{width:6px;height:6px;border-radius:50%;background:var(--accent-400)}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-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( 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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.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:5px;z-index:var(--toastify-z-index);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}.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,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--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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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: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{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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(0)}to{transform:rotate(360deg)}}
