*,*:after,*:before{margin:0;padding:0;box-sizing:border-box}ol,ul{list-style:none}img,svg{max-width:100%;display:block}button,input{font-size:inherit;border:none;background:none}button:hover,a:hover{cursor:pointer}.flex{display:flex;align-items:center;gap:1rem}.hide{display:none}.show{display:block}.bold{font-weight:700}.center-txt{text-align:center;width:100%}.error-container{padding:1rem;background-color:red;color:#fff;text-align:center}.cutoff-text{padding:0;--max-lines: 1;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--max-lines)}.btn{width:fit-content;padding:1em;outline:1px solid black;border-radius:.6rem;transition:all .3s ease-in-out;font-weight:700;background-color:#fff;box-shadow:var(--BOX_SHADOW_BTN)}.btn:hover{text-shadow:1px 1px 5px black;outline:1px solid black;background-color:#110d09bf;color:#fff}.btn-active{background-color:#000;color:#fff}.full-width{width:100%}.gold{color:gold}.mb{margin-bottom:2rem}.mt{margin-top:2rem}.scrolltotop{position:fixed;bottom:5rem;right:.5rem;font-size:50px;height:50px;width:50px;background-color:#110d094d;color:var(--NAV_COLOR);border-radius:50%}.center{display:flex;justify-content:center;align-items:center}.link{font-weight:700;color:gray;text-decoration:none}.breadcrumb{margin-top:2rem;padding:1rem}.breadcrumb-container{display:flex;padding-left:1rem;align-items:center}.crumb span{padding:0 .9rem}.crumb a{text-decoration:none;color:gray;display:flex;align-items:center}.crumb a:hover,.crumb a:focus{color:#000}.pagination{margin-top:2rem;display:flex;width:100%;align-items:center;justify-content:flex-end;gap:1rem}.pagination li{padding:.5rem;width:2rem;aspect-ratio:1 / 1;border-radius:.6rem;box-shadow:var(--BOX_SHADOW_BTN);display:flex;justify-content:center;align-items:center}.pagination button{text-align:center;font-weight:700;color:gray}.black-btn{background-color:#000}html{font-size:16px;font-family:Inter,sans-serif}:root{--NAV_BGCOLOR: hsl(30, 33%, 5%);--BGCOLOR: hsl(30, 33%, 5%, .75);--NAV_COLOR: hsl(0, 0%, 100%, 1);--BOX_SHADOW_CARD: rgba(0, 0, 0, .1) 0px 1px 3px 0px, rgba(0, 0, 0, .06) 0px 1px 2px 0px;--BOX_SHADOW_BTN: rgba(9, 30, 66, .25) 0px 4px 8px -2px, rgba(9, 30, 66, .08) 0px 0px 0px 1px}#root{min-height:100vh;line-height:1.5;display:flex;flex-direction:column}header{position:sticky;top:0}header,main,footer{padding:1rem}main{flex:1}.container{width:100%;max-width:1280px;margin:0 auto}@media (max-width: 768px){body{font-size:12px}footer{margin-bottom:4rem}}nav{padding:1rem;background-color:var(--NAV_BGCOLOR);color:var(--NAV_COLOR);display:flex;justify-content:space-between;align-items:center}nav a{font-family:Poppins,sans-serif;color:#fff;text-decoration:none;font-weight:700}.nav-logo{display:flex;gap:1rem;font-size:1.5rem}.nav-btn,.nav-mobile{display:none}.nav-desktop{display:flex;gap:1rem;align-items:center}.nav-search-container{min-width:60%}.nav-search{display:flex;align-items:center;position:relative}.nav-search input{background-color:#fff;flex:1;padding:.6rem;border-radius:1.5rem;box-shadow:0 0 10px #000;font-size:.9rem}.nav-search button{position:absolute;right:0;padding:1rem;background:none}.nav-cart{display:flex;align-items:center;gap:.5rem}.nav-cart-num{background-color:#fff;color:#000;display:flex;justify-content:center;align-items:center;min-width:1.5rem;aspect-ratio:1 / 1;border-radius:1rem;text-shadow:none}.search-container{text-shadow:none;width:100%;box-shadow:0 0 5px #000;background-color:#fff;color:#000;position:absolute;top:3.2rem;display:flex;flex-direction:column;gap:.5rem}.search-container a{color:#000;padding:.6rem}.search-container a:hover{background-color:var(--NAV_BGCOLOR);color:var(--NAV_COLOR)}.logout{color:#fff;width:2rem;aspect-ratio:1;position:relative}.logout button{display:flex;width:100%;color:#fff}.logout:after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;background-color:#fff;color:#000;outline:1px solid black;padding:.2rem;transform:translate(-50%);opacity:0;visibility:hidden;transition:opacity .2s ease,visiblity .2s ease}.logout:hover:after{font-weight:700;opacity:1;visibility:visible}.logout svg{width:100%;height:100%}@media (max-width: 768px){.nav-logo-txt,.nav-desktop{display:none}.nav-search-container{position:fixed;top:1rem;left:1.2rem;width:100%}nav{position:fixed;left:0;bottom:0;width:100%}.search-container{width:90%;top:2.4rem;left:1rem}.nav-search{width:90%}.nav-mobile{padding:0;background-color:var(--NAV_BGCOLOR);color:var(--NAV_COLOR);position:fixed;inset:0 0 0 1rem;display:flex;gap:1rem;flex-direction:column;justify-content:center;align-items:center;transform:translate(100%);transition:transform .35s ease-in-out}.nav-mobile[data-visible=true]{transform:translate(0);z-index:1}.nav-mobile>li{align-self:flex-end;padding-right:2rem}.nav-btn{z-index:2;color:#fff;display:block;width:1.5rem;aspect-ratio:1}.nav-btn svg{width:100%;height:100%}.nav-cart-txt{display:none}.search-container{gap:0}.search-container a{font-size:.75rem}}.hero{display:grid;grid-template-columns:1fr 3fr;place-content:center}.sidebar{display:flex;flex-direction:column;gap:2rem}.filter-btn,.close-filter,.filter-btn-container{display:none}.filter-header{padding-bottom:1rem}.filter-header h2{font-size:1.2rem}.category-type{font-size:1rem;padding-bottom:1rem}.filters{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.filters li{padding:.4rem 0}.content{display:flex;flex-direction:column;justify-content:center;align-items:center}.content h2{text-align:center;padding-bottom:1rem}.products{width:100%;flex:1;display:grid;grid-template-columns:repeat(auto-fill,minmax(18rem,1fr));grid-gap:2rem}.card{border-radius:1.5rem;color:gray;box-shadow:var(--BOX_SHADOW_CARD);padding:1rem}.card a{font-family:Poppins,sans-serif;color:#000;text-decoration:none;font-weight:700}.pic{padding:1rem;height:14rem;aspect-ratio:1 / 1;display:flex;justify-content:center;align-items:center}.pic img{max-height:100%;object-fit:contain}.card-content{font-weight:700;padding:1rem;display:flex;flex-direction:column}.card-content>*{padding:1rem 0}.rating-container{display:flex;gap:.125rem;align-items:center}.applybtn{display:none}@media (max-width: 768px){.hero{display:flex;flex-direction:column}.sidebar{position:fixed;inset:0 1rem 0 0;background-color:var(--NAV_BGCOLOR);padding:1.5rem 2rem 0;color:var(--NAV_COLOR);transform:translate(-100%);transition:transform .35s ease-in-out}.sidebar[data-visible=true]{z-index:2;transform:translate(0)}.filter-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:0}.filter-header h2{font-size:1rem}.category-type{font-size:.9rem}.close-filter{display:block;background-color:inherit;color:#fff;width:1.5rem;aspect-ratio:1}.close-filter svg{height:100%;width:100%}.filter-btn-container{display:flex;align-items:center}.filter-btn-container span{font-weight:700}.filter-btn{background-color:#fff;display:block;width:2rem;aspect-ratio:1}.alt-btn{width:fit-content;padding:1em;outline:1px solid white;color:var(--NAV_COLOR);border-radius:.6rem;transition:all .3s ease-in-out;font-weight:700;background-color:inherit}.btn-active{background-color:#fff;color:#000}.applybtn{display:block}}.product{display:grid;grid-template-columns:1fr 1fr;min-height:40rem}.product aside{height:80%;display:flex;justify-content:center;align-items:center}.product aside img{box-shadow:#00000026 1.95px 1.95px 2.6px;aspect-ratio:1 / 1;max-height:100%;object-fit:contain;padding:2rem}.product aside,.product article{padding:1rem}.product-details{padding:0 1rem;display:flex;flex-direction:column;gap:2rem;align-items:flex-start;justify-content:center}.product-details h1{font-size:2.5rem}.product-details>p{font-size:1.1rem;color:gray}.btn-container{display:flex;justify-content:center;align-items:center;gap:2rem}.btn-container button:disabled{cursor:not-allowed}.btn-container p{font-size:1.2em;font-weight:700}@media (max-width: 768px){.product{display:flex;flex-direction:column;margin-bottom:10rem}.product-details{align-items:flex-start}.product-details h1{font-size:1.5rem}.product-details>p{font-size:.9rem;color:gray}.btn-container p{font-size:1em;font-weight:700}}.cart-container{display:flex;gap:2rem}.cart-main-container{flex:1}.cart-main{font-size:.9rem}.cart-list{display:flex;flex-direction:column;gap:4rem}.cart-list>h2{font-size:2rem}.cart-subtotal{height:fit-content;min-width:18rem;display:flex;flex-direction:column;padding:2rem 1rem;gap:3rem;box-shadow:#00000073 0 25px 20px -20px}.cart-subtotal div{display:flex;flex-direction:column;gap:1rem;font-weight:700}.cart-subtotal p{font-size:3rem;font-weight:700}.cart-subtotal button{width:100%}.cart-subtotal button:hover,.cart-subtotal button:active,.cart-subtotal button:focus{background-color:var(--BGCOLOR)}.cart{display:flex;flex-direction:column;gap:2rem}.item-container{border-radius:1.5rem;padding:1rem;display:flex;gap:4rem;box-shadow:var(--BOX_SHADOW_CARD)}.item-img{max-width:6rem;display:flex;justify-content:center;align-items:center}.item-img img{aspect-ratio:1 / 1}.item-desc{flex:1;display:flex;flex-direction:column;justify-content:space-between}.item-desc>div{display:flex;align-items:center;gap:2rem}.item-price{font-weight:700;font-size:1rem;display:flex;justify-content:center;align-items:center}.item-btn{font-weight:700;background:none;text-decoration:underline;color:gray;text-transform:capitalize}.item-qty{display:flex;gap:1rem;text-align:center;font-weight:bolder;padding:.4rem}.item-qty button:disabled{cursor:not-allowed}.item-qty input{max-width:2rem;text-align:end;box-shadow:0 0 5px #000}@media (max-width: 768px){.cart-container{flex-direction:column-reverse}.cart-main{flex-direction:column}.cart-list{gap:1rem}.cart-list h2,.cart-subtotal h2{font-size:1.4rem}.item-container{flex-direction:column;gap:2rem}.item-desc{gap:1rem}.item-desc h2{font-size:1.1rem}.item-desc>div{flex-direction:column;align-items:flex-start;gap:1rem}.item-qty{gap:1rem}.item-qty input{text-align:center}}.search-result{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.result-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(18rem,1fr));grid-gap:1rem}.login{display:flex;justify-content:center;align-items:center}.form-container{width:25rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2rem;padding:2rem;box-shadow:var(--BOX_SHADOW_BTN)}.form-container h1{align-self:flex-start}.form-widget{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;width:100%}.form-widget>div{width:100%}.inputField{width:100%;border-radius:.6rem;padding:1.5em;outline:1px solid black;border:none;background:none}.dashboard{min-height:100dvh;display:flex;gap:1rem}.user-dashboard{display:flex}.dashboard-container{padding:2rem 4rem;display:flex;flex-direction:column;gap:2rem;box-shadow:var(--BOX_SHADOW_BTN)}.dashboard-element-container{display:flex;flex-direction:column;gap:2rem}.profile-container{padding:2rem 4rem;box-shadow:var(--BOX_SHADOW_BTN);flex:1}.dashboard-header{font-weight:700;text-align:start}.dashboard-header p{display:flex;gap:.5rem}.dashboard-element{min-width:10rem;box-shadow:#091e4240 0 4px 8px -2px,#091e4214 0 0 0 1px;padding:1rem;display:flex;align-items:center;justify-content:center;transition:transform .3s ease-in-out}.dashboard-element:hover,.dashboard-element:focus{cursor:pointer;transform:scale(1.1)}.dashboard-element a{font-weight:700;text-decoration:none;color:#000;font-family:Poppins,sans-serif}.profile,.profile-element{display:flex;flex-direction:column;gap:1rem}.profile{gap:3rem}.profile-element input{outline:1px solid black;padding:1rem}.profile-element input:disabled,.profile button:disabled{opacity:.6;cursor:not-allowed}.profile-element span{color:gray}@media (max-width: 768px){.dashboard{flex-direction:column}.dashboard-container{gap:1rem;padding:1rem}.dashboard-element-container{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.dashboard-element{padding:.1rem;max-width:1rem;min-width:6rem}.profile-container{padding:1rem}.profile{gap:1rem}.profile-element input{padding:.5rem;width:100%}}.checkout{display:flex;flex-direction:column;gap:2rem}.checkout-container{display:flex;gap:2rem}.checkout-container section,.checkout-container aside{padding:1rem;flex:3;display:flex;flex-direction:column;gap:2rem}.checkout-container aside{flex:1;height:fit-content;padding:1rem;box-shadow:#00000073 0 25px 20px -20px}.checkout-address,.checkout-cart,.checkout-payment{display:flex;flex-direction:column;gap:1rem;padding:1rem;box-shadow:var(--BOX_SHADOW_CARD)}.checkout-address-header{display:flex;justify-content:space-between}.checkout-address-header button{color:gray}.payment-container{display:flex;flex-direction:column;gap:1rem}.place-order{display:flex;flex-direction:column;gap:2rem}.place-order button{width:100%}.place-order .price{font-weight:700;font-size:3rem}.radio-btn{display:flex;gap:1rem}@media (max-width: 768px){.checkout h1{text-align:center}.checkout-container{flex-direction:column}.checkout-container aside{text-align:center}}.orders{display:flex;flex-direction:column;gap:2rem}.orders-container{display:flex;flex-direction:column;gap:1rem}.orders-details{font-size:.9rem;padding:1rem;display:flex;align-items:flex-start;box-shadow:var(--BOX_SHADOW_CARD)}.orders-list{flex:1;display:flex;flex-direction:column;justify-content:center;gap:1rem;padding:1rem}.orders-list:last-child{flex:2}.order-details{display:flex;flex-direction:column;gap:2rem}.order-details>p{display:flex;gap:2rem}.order-details-container{display:flex;gap:2rem}.order-items-container{display:flex;flex-direction:column;gap:1rem;box-shadow:var(--BOX_SHADOW_CARD)}.order-items{border-radius:1.5rem;padding:1rem;display:flex;gap:4rem}.order-items img{max-width:6rem;aspect-ratio:1}@media (max-width: 768px){.orders-details{flex-direction:column}}: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)}}
