*{margin:0;padding:0;list-style:none;text-decoration:none;border:0;box-sizing:border-box}.header{background-color:#fff;z-index:10;position:relative;width:100%;height:80px;align-items:center;box-shadow:0 5px 7px -6px #000000bf;padding:0 7em;margin-bottom:20px}.header .header__container{width:100%;max-width:1300px;height:100%;align-items:center;display:flex;flex-wrap:nowrap;justify-content:space-between;z-index:20}.header .header__container img{width:200px;height:50px}.header .header__container .nav .ul{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.header .header__container .nav .ul .li__item{margin:0 1em}.header .header__container .header__search{position:relative}.header .header__container .header__search .search_icon{color:#65dd75;position:absolute;top:7px;left:10px}.header .header__container .header__search .search_icon:hover{cursor:pointer}.header .header__container .header__search .header__search_input{width:250px;font-size:14px;height:30px;padding-left:30px;outline:none;border-radius:15px;border:#000000;box-shadow:0 2px 5px #0000004d;font-family:Arvo,serif}.header .header__container .header__username-amount{display:flex;flex-direction:row;align-items:center}.header .header__container .header__username-amount .header__username_person{display:flex;flex-direction:column;align-items:center}.header .header__container .header__username-amount .header__username_person h2{font-size:.7em;font-family:Arvo,serif;position:absolute;top:60px}.header .header__container .header__username-amount .header__username{margin:.7em}.header .header__container .header__username-amount .header__username:hover{cursor:pointer}.header .header__container .header__username-amount .header__username p{padding-top:.3em;font-size:13px;font-family:Arvo,serif}.header .header__container .header__username-amount .header__basket{margin:.7em}.header .header__container .header__username-amount .header__basket:hover{cursor:pointer}.header .header__container .header__amount{position:absolute;background-color:#65dd75;width:1.2em;height:1.2em;border-radius:50%;right:115px;display:flex;align-items:center;justify-content:center;font-family:Arvo,serif;font-size:1em}.header .header__container .menu_ham{display:none}.header .header__container .menu_ham:hover{cursor:pointer}.header__preview{position:absolute;z-index:5;display:flex;flex-direction:column;gap:.1em;min-width:350px;right:4px;top:82px;background-color:#fff;box-shadow:1px 5px 5px 5px #22242626;transition:visibility 0s,opacity .6s linear;visibility:hidden}.header__preview .preview__avo{display:flex;gap:.5em;align-items:center;position:relative}.header__preview .preview__quantity{position:absolute;right:35px}.header__preview .preview__price{padding-left:4.5em;position:absolute;bottom:-3px}.header__preview img{width:4em}.header__preview h3{font-size:.8em;font-family:Arvo,serif}.header__preview label{font-family:Arvo,serif;font-size:1em}.header__preview p{font-family:Arvo,serif;font-size:.7em}.header__preview .preview__review-cart{display:flex;gap:30px;padding-top:2.5em;padding-left:2em;align-items:center;margin-bottom:1em}.header__preview .preview__review-cart button{background-color:#65dd75;border:none;border-radius:4px;color:#fff;font-family:Koulen,cursive;font-size:15px;width:30%;margin:auto;height:1.7em;max-height:2em;transition:all .3s}.header__preview .preview__review-cart button:hover{cursor:pointer;background-color:#45b662}.container__slidebar{text-align:right;z-index:5;position:absolute;background-color:#fff;color:#000;width:100%;top:76px;left:0;right:0;transition:all .4s;transform:translateY(-96%)}.container__slidebar img{width:25px;height:25px}.container__slidebar li{color:#00f;padding:1rem 2rem;font-size:.9em;font-family:Arvo,serif}.container__slidebar li .a{color:#000}.container__slidebar li:hover{border-bottom:solid #cfe12a}.slidebar-open{z-index:10;transform:translateY(0)}.basket-open{visibility:visible}.backdrop{position:fixed;top:0;right:0;height:100vh;width:100%;background-color:#00000080;display:none}.backdrop-open,.search-open{display:block}.search-visibility{visibility:hidden;position:absolute}.search-visibility-visible{visibility:visible}.isActive{color:#65dd75;font-family:Arvo,serif;font-weight:700;border-bottom:3px solid}.isDesactive{color:#000;font-family:Arvo,serif;font-weight:700;font-size:.9em}.isDesactive:hover{color:0;cursor:pointer}@media screen and (max-width: 1110px){.header{padding:0 2em}.header .header__container .header__amount{right:61px;top:20px;width:1.1em;height:1.1em;font-size:.8em}.header .header__container img{width:180px;height:40px}.header .header__container .header__username-amount .header__username,.header .header__container .header__username-amount .header__basket{width:17px;height:17px}.header .header__container .header__username-amount .header__username:hover,.header .header__container .header__username-amount .header__basket:hover{cursor:pointer}.header .header__container .header__search .search_icon{top:5px}.header .header__container .header__search .header__search_input{width:200px;height:25px}.header .header__container .nav{display:none}.header .header__container .menu_ham{display:block}}@media screen and (max-width: 765px){.header{padding:0 1em}.header .header__container .header__amount{right:44px;top:20px;width:1.1em;height:1.1em;font-size:.8em}.header .header__container img{width:160px;height:40px}}@media screen and (max-width: 642px){.header .header__container .header__search .search_icon{position:relative;width:17px;height:17px}.header .header__container .header__search .header__search_input{display:none}}.container__avocados{width:50%;display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:3em;margin:auto;justify-content:center}.card__avocado{width:100%;min-height:10vh;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;border-radius:5px;box-shadow:0 2px 5px #0000004d;padding-left:10px;padding-bottom:.8em}.card__avocado:hover{box-shadow:5px 5px 20px #0006;transform:translateY(.5%);cursor:pointer}.card__avocado img{width:180px;height:180px}.card__avocado h1{font-size:1em;font-family:Arvo,serif;padding-bottom:.1em;color:#000}.card__avocado p{font-size:.9em;font-family:Varela,sans-serif;color:#847e7e;padding-bottom:.9em}.card__avocado h2{font-size:.9em;font-family:Arvo,serif;padding-bottom:.5em;color:#000}.card__avocado button{background-color:#65dd75;border:none;border-radius:4px;color:#fff;font-family:Koulen,cursive;font-size:15px;width:30%;margin:auto;height:1.7em;max-height:2em;transition:all .3s;padding-right:1em}.card__avocado button:hover{cursor:pointer;background-color:#45b662}.container__loader,.container__fail{display:flex;justify-content:center;min-height:calc(100vh - 200px);align-items:center}.container__fail h1{font-size:1.5em;font-family:Arvo,serif}.container__fail img{width:8em;height:8em}@media screen and (max-width: 981px){.container__fail{flex-direction:column;width:15em}.container__fail h1{font-size:1.5em;font-family:Arvo,serif}.container__fail img{width:8em;height:8em}}@media screen and (max-width: 976px){.container__avocados{width:30%}}.container_details{width:70%;display:grid;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));margin:auto;justify-content:center;min-height:calc(100vh - 200px)}.container_details .container_details__avocado{display:flex;flex-flow:row nowrap;justify-content:center}.container_details .container_details__avocado .container_details__info{display:flex;flex-flow:column wrap;gap:2em}.container_details .container_details__avocado .container_details__info .details_title{font-family:Arvo,serif}.container_details .container_details__avocado .container_details__info .details_description{font-size:var(--lg);color:#847e7e;font-family:Varela,sans-serif}.container_details .container_details__avocado .container_details__info .details_price{font-weight:700;font-size:1em;font-family:Arvo,serif}.container_details .container_details__avocado .container_details__info .container__details__btn-input{display:flex;flex-wrap:row wrap;gap:.5em}.container_details .container_details__avocado .container_details__info .container__details__btn-input input{width:60px;height:2em;color:#000;box-shadow:0 2px 5px #508a334d;outline:auto}.container_details .container_details__avocado .container_details__info .container__details__btn-input .details_info__btn{background-color:#65dd75;border:none;border-radius:4px;color:#fff;font-family:Koulen,cursive;font-size:.9em;width:100px;height:30px;padding-right:1em}.container_details .container_details__avocado .container_details__info .container__details__btn-input .details_info__btn:hover{cursor:pointer;background-color:#45b662}.container_details .container_details__avocado .container_details__info .container__details_atribbutes{display:flex;flex-direction:row;gap:1.5em}.container_details .container_details__avocado .container_details__info .container__details_atribbutes .container__atribbutes_title{display:flex;flex-direction:column;gap:1em}.container_details .container_details__avocado .container_details__info .container__details_atribbutes .container__atribbutes_title h4{font-size:.9em;font-family:Arvo,serif}.container_details .container_details__avocado .container_details__info .container__details_atribbutes .container__atribbutes_info{display:flex;flex-direction:column;gap:1em}.container_details .container_details__avocado .container_details__info .container__details_atribbutes .container__atribbutes_info p{font-family:Varela,sans-serif;font-size:.9em}.container__loader{display:flex;justify-content:center;min-height:calc(100vh - 200px);align-items:center}@media screen and (max-width: 840px){.container_details .container_details__avocado{flex-direction:column}}.container__footer{width:100%;display:flex;flex-direction:row;justify-content:space-around;margin-top:30px;padding:1.5em;gap:1em;flex-wrap:wrap;position:relative;left:0;bottom:0;border-top:1px solid #D0D1D2}.container__footer h1{font-size:1em;font-family:Arvo,serif;font-weight:200}.container__footer p{font-size:.8em;font-family:Varela,sans-serif;font-weight:200}.container__footer .container__footer_img_title{display:flex;align-items:center;padding:.5em}.container__footer .container__footer_img_title .footer_direciones_img{width:35px;height:35px}.container__footer .container__footer_social{display:flex;flex-direction:column;align-items:center;padding:.5em}.container__footer .container__footer_social .container__footer_social_img{display:flex;gap:2em;align-items:center;justify-content:center;padding:1em}.container__footer .container__footer_social .container__footer_social_img img{width:30px;height:30px}.container__footer .container__footer_contact{display:flex;flex-direction:column;gap:1em;justify-content:center;align-items:center}@media screen and (max-width: 647){.container__footer{flex-direction:column}}.container__aboutme{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:4em;margin:auto;min-height:calc(100vh - 300px)}.container__aboutme .container__aboutme_info{width:80%;display:flex;flex-direction:row;gap:3em;margin:auto}.container__aboutme .container__aboutme_info .aboutme__img img{width:250px;height:400px;border-radius:5%}.container__aboutme .container__aboutme_info .aboutme__info{display:flex;flex-flow:column wrap;gap:1em}.container__aboutme .container__aboutme_info .aboutme__info h1{font-family:Arvo,serif}.container__aboutme .container__aboutme_info .aboutme__info p{font-family:Varela,sans-serif}@media screen and (max-width: 623px){.container__aboutme{width:80%}.container__aboutme .container__aboutme_info{justify-content:center;align-content:center;flex-direction:column}}.container__location{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:7em;padding:3em}.container__location h1,.container__location h2{font-family:Arvo,serif}.container__location h2{font-size:22px;text-decoration:underline;color:#65dd75}.container__location p{font-family:Varela,sans-serif}.container__location .location_title img{width:200px;height:200px}.container__location .container__location_info{display:flex;flex-flow:column;gap:1em}.container__location .container__location_addr{display:flex;flex-flow:column wrap;gap:1em}.container__location button{background-color:#65dd75;border:none;border-radius:4px;color:#fff;font-family:Arvo,serif;font-size:15px;width:80%;height:3em;max-height:3em;transition:all .3s}.container__location button:hover{cursor:pointer;background-color:#45b662}.container__location .container__location_img img{border-radius:5%;width:500px;height:400px}@media screen and (max-width: 870px){.container__location{flex-direction:column;gap:1em}.container__location .container__location_img img{border-radius:5%;width:400px;height:300px}}.container__contactus{width:50%;display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:7em;margin:auto}.container__contactus h1{font-size:18px;font-family:Varela,sans-serif}.container__contactus button{padding:10px 40px;margin-top:20px;margin-right:10px;border:none;font-size:18px;cursor:pointer;outline:none;border-radius:4px;color:#fff;background-color:#65dd75;font-family:Varela,sans-serif;position:relative;width:150px;height:50px}.container__contactus img{width:400px;height:400px}.contactus_form{display:flex;flex-direction:column;justify-content:center;align-items:center}.contactus_form .contactus_input,.contactus_form .contactus_input{width:260px;margin-top:20px;padding:10px;border:hidden;background:#f2f2f2;outline:none;border-radius:10px;font-family:Koulen,cursive;font-size:15px}.contactus_form .contactus_text{width:260px;height:150px;margin-top:20px;padding:10px;border:hidden;background:#f2f2f2;outline:none;border-radius:10px;font-family:Koulen,cursive}@media screen and (max-width: 1336px){.container__contactus{width:70%}}@media screen and (max-width: 964px){.container__contactus{width:90%}}@media screen and (max-width: 747px){.container__contactus .contactus_img{display:none}}.container__checkout{width:60%;display:flex;flex-direction:row;align-items:center;margin:auto;gap:3em}.container__checkout .checkout__avocados{display:flex;flex-direction:column;gap:1em}.container__checkout .checkout__avocados .checkout__avo{display:flex;align-items:center;border-radius:5px;box-shadow:0 2px 5px #0000004d;height:5em;width:26em;justify-content:space-around;position:relative;gap:1em}.container__checkout .checkout__avocados .checkout__avo img{width:3.6em;height:3.6em;position:absolute;left:.4em}.container__checkout .checkout__avocados .checkout__avo h3{font-size:.8em;font-family:Arvo,serif;position:absolute;left:5em}.container__checkout .checkout__avocados .checkout__avo .avocados_p1{font-size:.8em;font-family:Arvo,serif;position:absolute;left:18em}.container__checkout .checkout__avocados .checkout__avo .avocados_p2{font-size:.8em;font-family:Arvo,serif;position:absolute;left:22em}.container__checkout .checkout__avocados .checkout__avo .avocados_p3{font-size:.8em;font-family:Arvo,serif;position:absolute;left:26em}.container__checkout .checkout__avocados .checkout__avo .checkout__trash{background-color:0;position:absolute;right:1em}.container__checkout .checkout__avocados .checkout__avo .checkout__trash:hover{cursor:pointer}.container__checkout .checkout__subtotal{padding-top:.7em;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.7em;width:19em;height:20em;border-radius:10px;background-color:#fbf6f6;box-shadow:0 2px 5px #0000004d}.container__checkout .checkout__subtotal .checkout__label{display:flex;align-items:center;gap:9em}.container__checkout .checkout__subtotal .checkout__label h1{font-family:Arvo,serif;font-size:1em}.container__checkout .checkout__subtotal .checkout__label p{font-family:Varela,sans-serif}.container__checkout .checkout__subtotal .checkout__seller{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8em}.container__checkout .checkout__subtotal button{background-color:#65dd75;border:none;border-radius:10px;color:#fff;font-family:Koulen,cursive;font-size:1.5em;width:60%;margin:auto;height:2em;max-height:3em;transition:all .3s}.container__checkout .checkout__subtotal button:hover{cursor:pointer;background-color:#45b662}.container__basket{display:flex;align-items:center;min-height:calc(100vh - 200px);justify-content:center;margin:auto}.container__basket img{width:16em;height:16em}.container__basket h1{font-size:1.6em;font-family:Arvo,serif}@media screen and (max-width: 1230px){.container__checkout{gap:1em}.container__checkout .checkout__subtotal{padding-top:.7em;gap:.7em;width:17em;height:19em}.container__checkout .checkout__subtotal .checkout__label{gap:7em}.container__checkout .checkout__subtotal .checkout__label h1{font-family:Arvo,serif;font-size:.9em}.container__checkout .checkout__subtotal button{font-size:1.2em;width:50%;height:2em;max-height:3em}}@media screen and (max-width: 1115px){.container__checkout{flex-direction:column}}@media screen and (max-width: 1090px){.container__checkout .checkout__subtotal{padding-top:.7em;gap:.6em;width:17em;height:19em}.container__checkout .checkout__subtotal .checkout__label{gap:5em}.container__checkout .checkout__subtotal .checkout__label h1{font-family:Arvo,serif;font-size:.9em}.container__checkout .checkout__subtotal button{font-size:1.2em;width:50%;height:2em;max-height:3em}}@media screen and (max-width: 1044px){.container__basket img{width:14em;height:14em}.container__basket h1{font-size:1.3em;font-family:Arvo,serif}}@media screen and (max-width: 826px){.container__basket{flex-direction:column}.container__basket img{width:12em;height:12em}.container__basket h1{font-size:1em;font-family:Arvo,serif}}.container__boxprofile{padding:1em;position:absolute;width:9em;height:10em;box-shadow:1px 5px 5px 5px #22242626;right:95px;background-color:#65dd75;border-radius:10%;top:92px;z-index:9;display:flex;flex-direction:column;align-items:center;gap:10px;transform:translateY(-200px);transition:all .3s}.container__boxprofile img{border-radius:50%;border:1px solid white;width:3em;height:3em}.container__boxprofile .box_navbar{font-size:.8em;color:#fff;font-family:Arvo,serif}.container__boxprofile .box_navbar:hover{border-bottom:solid white}.container__boxprofile h1{font-size:.8em;color:#fff;font-family:Arvo,serif}.container__boxprofile button{background-color:#fff;border-radius:4px;color:#65dd75;font-family:Arvo,serif;font-size:15px;width:60%;margin:auto;height:1.7em;max-height:2em;transition:all .3s}.container__boxprofile button:hover{cursor:pointer}.container__boxprofile:before{content:" ";width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid #65dd75;position:absolute;top:-12px;left:40px;z-index:99999}.box__profile-open{transform:translateY(0)}@media screen and (max-width: 1110px){.container__boxprofile{right:22px}.container__boxprofile .box_navbar{font-size:.8em}}@media screen and (max-width: 765px){.container__boxprofile{right:22px;width:8em;height:10em}.container__boxprofile .box_navbar{font-size:.8em}.container__boxprofile h1{font-size:.7em}}.container__profile{width:100%;margin:auto;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2em;min-height:calc(100vh - 300px)}.container__profile img{width:8em;height:8em;border-radius:50%;border:4px solid #65dd75}.container__profile h1{font-size:1.5em;color:#65dd75;font-family:Arvo,serif;border-bottom:solid #65dd75}.container__profile h2{font-size:1.2em;font-family:Varela,sans-serif;border-bottom:solid white}.container__profile .container__name,.container__profile .container__email{display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 1110px){.container__profile img{width:7.3em;height:7.3em}.container__profile h1{font-size:1.3em}.container__profile h2{font-size:1.1em}}@media screen and (max-width: 765px){.container__profile img{width:7.1em;height:7.1em}.container__profile h1{font-size:1.1em}.container__profile h2{font-size:.9em}}.container__thanks{display:flex;justify-content:center;min-height:calc(100vh - 200px);align-items:center}.container__thanks img{width:20em;height:20em}.container__thanks h1{font-size:2em;font-family:Arvo,serif}@media screen and (max-width: 940px){.container__thanks img{width:17em;height:17em}.container__thanks h1{font-size:1.5em;font-family:Arvo,serif}}.container__searchicon{width:100%;height:3em;max-height:3em;background:white;display:none;justify-content:center}.container__searchicon .search_input{width:90%;font-size:14px;height:30px;padding-left:30px;outline:none;border-radius:5px;border:#000000;box-shadow:0 2px 5px #0000004d;font-family:Arvo,serif}.search-open{display:flex}: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) px);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)}}
