@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";html,body{padding:0;margin:0;box-sizing:border-box;font-family:Outfit,sans-serif;min-height:100vh}*,*:before,*:after{box-sizing:inherit}a{text-decoration:none;color:inherit}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.navbar{position:fixed;top:0;left:0;right:0;background-color:#fff;z-index:999;padding:12px 8%;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #0000000d;height:70px}.navbar .logo{height:60px;width:auto;max-width:180px;object-fit:contain}.navbar-menu{display:flex;list-style:none;gap:20px;color:#49557e;font-size:18px}.navbar-right{display:flex;align-items:center;gap:40px}.navbar button{background:transparent;font-size:16px;color:#49557e;border:1px solid #eb9420;padding:10px 30px;border-radius:50px;cursor:pointer;transition:.3s}.navbar button:hover{background-color:#fff4f2}.navbar .active{padding-bottom:2px;border-bottom:2px solid #49557e}.navbar li{cursor:pointer}.navbar-search-icon{position:relative}.navbar-search-icon .dot{position:absolute;min-height:10px;min-width:10px;background-color:#eb9420;border-radius:50%;top:-8px;right:-8px}.navbar-profile{position:relative;cursor:pointer}.profile-icon-wrapper{background-color:#fff4f2;padding:8px;border-radius:50%;border:1px solid #eb9420;transition:.3s}.profile-icon-wrapper:hover{background-color:#fff0e6}.nav-profile-dropdown{position:absolute;top:20px;right:0;background-color:#fff;border-radius:10px;border:1px solid #ddd;box-shadow:0 4px 12px #0000001a;min-width:160px;padding:12px 0;display:none;flex-direction:column;z-index:10;transition:all .2s ease}.navbar-profile:hover .nav-profile-dropdown,.nav-profile-dropdown:hover{display:flex}.nav-profile-dropdown li{padding:10px 20px;display:flex;align-items:center;gap:10px;font-size:15px;color:#333;transition:background .3s,color .3s}.nav-profile-dropdown li:hover{background-color:#fff6ed;color:#eb9420}.nav-profile-dropdown img{width:18px}@media (max-width: 1050px){.navbar .logo{width:140px}.navbar-menu{gap:20px;font-size:17px}.navbar-right{gap:30px}.navbar-right img{width:22px}.navbar-right button{padding:8px 25px}}@media (max-width: 900px){.navbar .logo{width:120px}.navbar-menu{gap:15px;font-size:16px}.navbar-right{gap:20px}.navbar-right img{width:20px}.navbar-right button{padding:7px 20px;font-size:15px}}@media (max-width: 750px){.navbar-menu{display:none}}.footer{width:100%;color:#d9d9d9;background-color:#323232;display:flex;flex-direction:column;align-items:center;gap:10px;padding:50px 0;margin-top:80px;box-sizing:border-box}.footer-content{width:85%;display:grid;grid-template-columns:2fr 1fr 1fr;gap:80px}.footer-content-left,.footer-content-right,.footer-content-center{display:flex;flex-direction:column;align-items:start;gap:20px}.footer-content-left li,.footer-content-right li,.footer-content-center li{list-style:none;margin-bottom:10px;cursor:pointer}.footer-content-right h2,.footer-content-center h2{color:#fff}.footer-social-icons img{width:40px;margin-right:15px;cursor:pointer}.footer hr{width:100%;height:2px;margin:20px 0;background-color:gray;border:none}.footer-fssai{text-align:center;margin:15px 0}.footer-fssai img.fssai-logo{max-width:120px;margin-bottom:5px}.footer-fssai p{font-size:14px;color:#d9d9d9;margin:0}.footer-copyright{font-size:14px;text-align:center;color:#d9d9d9}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:5px;margin-top:15px}.footer-fssai{display:flex;align-items:center}.footer-fssai img{max-height:55px}.footer-copy{font-size:14px;color:#d9d9d9;margin:0}@media (max-width: 750px){.footer-content{display:flex;flex-direction:column;gap:35px;text-align:center;align-items:center}.footer-content-left,.footer-content-right,.footer-content-center{align-items:center}.footer-social-icons img{margin-right:10px}.footer-fssai{margin-top:10px}}.login-popup{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000a6;display:grid;place-items:center;z-index:999;overflow-y:auto}.login-popup-container{width:90%;max-width:420px;background:#fff;color:#333;display:flex;flex-direction:column;gap:10px;padding:10px 25px;border-radius:12px;font-size:12px;animation:fadeIn .4s ease-in-out;box-shadow:0 20px 50px #0003;position:relative;font-family:Poppins,sans-serif}.login-popup-title{display:flex;justify-content:space-between;align-items:center;color:#000;font-size:16px;font-weight:500}.login-popup-title img{width:20px;cursor:pointer;transition:transform .2s}.login-popup-title img:hover{transform:rotate(90deg)}.login-popup-inputs{display:flex;flex-direction:column;gap:10px}.login-popup-inputs input{outline:none;border:1px solid #ddd;padding:12px 14px;border-radius:6px;font-size:14px;transition:border .2s}.login-popup-inputs input:focus{border-color:#eb9420}.password-field{display:flex;flex-direction:column;position:relative}.forgot-password-text{font-size:13px;color:#eb9420;text-align:right;margin-top:5px;cursor:pointer;transition:color .2s}.forgot-password-text:hover{color:#e26c00}.login-popup-container button{border:none;padding:12px;border-radius:6px;color:#fff;background-color:#eb9420;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .3s ease}.login-popup-container button:hover{background-color:#e26c00}.login-popup-condition{display:flex;align-items:center;gap:8px;font-size:12px;color:#555;line-height:1.4;margin-top:-10px}.login-popup-condition input{margin-top:4px}.login-popup p span{color:#eb9420;font-weight:500;cursor:pointer;transition:color .2s}.login-popup p span:hover{color:#e26c00}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width: 480px){.login-popup-container{padding:24px;gap:18px}.login-popup-title{font-size:18px}.login-popup-container button{font-size:15px}.forgot-password-text{font-size:12px}}.cart{margin-top:calc(var(--navbar-height) + 30px)}.container{width:80%;margin:auto;box-sizing:border-box}.cart-items-title{display:grid;grid-template-columns:1fr 1.5fr 1fr 1fr 1fr .5fr;align-items:center;color:gray;font-size:max(1vw,12px)}.cart-items-item{margin:10px 0;color:#000}.cart-items-item img{width:50px}.cart hr{height:1px;background-color:#e2e2e2e2;border:none}.cart-items-item .cross{cursor:pointer}.cart-bottom{margin-top:80px;display:flex;justify-content:space-between;gap:max(12vw,20px)}.cart-total{flex:1;display:flex;flex-direction:column;gap:20px}.cart-total-details{display:flex;justify-content:space-between;color:#555}.cart-total hr{margin:10px 0}.cart-total button{border:none;color:#fff;background-color:#eb9420;width:max(15vw,200px);padding:12px 0;border-radius:4px;cursor:pointer}.cart-promocode{flex:1}.cart-promocode p{color:#555}.cart-promocode-input{margin-top:10px;display:flex;justify-content:space-between;align-items:center;background-color:#eaeaeaea;border-radius:4px}.cart-promocode-input input{background:transparent;border:none;outline:none;padding-left:10px}.cart-promocode-input button{width:max(10vw,150px);padding:12px 5px;background-color:#000;border:none;color:#fff;border-radius:4px}@media (max-width:750px){.cart-bottom{flex-direction:column-reverse}.cart-promocode{justify-content:start}}.header{height:34vw;margin:80px auto;background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;border-radius:10px;overflow:hidden}.header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;z-index:1}.header-contents{position:absolute;display:flex;flex-direction:column;align-items:start;gap:1.5vw;max-width:50%;bottom:10%;left:6vw;animation:fadeIn 3s;z-index:2}.header-contents h2{font-weight:500;color:#fff;padding:10px;font-size:max(4.1vw,22px);border-radius:.4cap;background:#00000045}.header-contents p{color:#fff;font-size:1vw;padding:10px;border-radius:.4cap;background:#00000045}.header-contents button{background-color:#ff9800;color:#fff;padding:12px 24px;font-size:16px;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease,color .3s ease,transform .3s ease}.header-contents button:hover{background-color:#fff;color:#000;transform:scale(1.05);box-shadow:0 4px 12px #fffefe00}@media (max-width: 1050px){.header-contents{max-width:45%}}@media (max-width: 750px){.header{height:65vw}.header-contents{max-width:80%;bottom:12%}.header-contents h2{font-size:max(5vw,22px)}.header-contents p{display:none}.header-contents button{padding:3vw 6vw;font-size:max(3.5vw,12px)}}.explore-menu{display:flex;flex-direction:column;margin:0}.explore-menu h1{color:#262626;font-weight:500;line-height:.5}.explore-menu-text p{max-width:60%;color:gray}.explore-menu-list{display:flex;justify-content:space-evenly;align-items:center;gap:10px;text-align:center;margin:20px 0;overflow-x:scroll}.explore-menu-list::-webkit-scrollbar{display:none}.explore-menu-list-item img{width:7.5vw;min-width:80px;cursor:pointer;border-radius:50%;transition:.2s}.explore-menu-list-item p{margin-top:5px;color:#747474;font-size:max(1.4vw,16px);cursor:pointer}.explore-menu hr{margin:10px 0;height:2px;background-color:#e2e2e2e2;border:none}.explore-menu-list-item .active{border:4px solid #eb9420;padding:2px}@media (max-width:1050px){.explore-menu-text{max-width:100%;font-size:14px}}.food-display{margin-top:30px}.food-display h2{font-size:max(2vw,24px);font-weight:600}.food-display-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));margin-top:30px;gap:30px;row-gap:50px}.food-item{width:100%;margin:auto;border-radius:15px;box-shadow:0 0 10px #00000015;transition:.3s;animation:fadeIn 1s;background-color:#fff}.food-item-image{width:100%;border-radius:15px 15px 0 0}.food-item-image-container{width:100%;text-align:center}.food-item-info{padding:20px}.food-item-name-rating{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.food-item-name-rating p{font-size:20px;background:none}.food-item-name-rating img{width:70px}.food-item-desc{color:#676767;font-size:14px;margin-bottom:10px}.food-item-ingredients{font-size:14px;color:#444;margin-bottom:10px}.food-item-price-row{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.food-item-price-container{display:flex;align-items:center;gap:5px}.food-item-price{color:#eb9420;font-size:18px;font-weight:500}.food-item-kg{font-size:16px;color:#555}.add-button-inline{background-color:#eb9420;color:#fff;padding:6px 14px;border-radius:5px;font-size:14px;cursor:pointer;font-weight:500;box-shadow:0 2px 6px #0000001a;transition:.3s}.add-button-inline:hover{background-color:#cf7a12}.app-download{margin:80px auto auto;text-align:center;font-weight:500;padding:0 20px;font-size:20px}.app-download p{font-size:clamp(24px,3vw,32px);line-height:1.2}.app-download-platforms{display:flex;justify-content:center;flex-wrap:wrap;gap:max(2vw,15px);margin-top:30px}.app-download-platforms img{width:max(50vw,90px);max-width:250px;transition:transform .3s ease;cursor:pointer}.app-download-platforms img:hover{transform:scale(1.05)}.place-order-container{width:80%;margin:0 auto;box-sizing:border-box}.place-order{display:flex;align-items:start;justify-content:space-between;gap:50px;margin-top:150px}.place-order-left{width:100%;max-width:48%}.place-order-left .title{font-size:30px;font-weight:600;margin-bottom:50px}.place-order-left input{margin-bottom:15px;width:100%;padding:10px;border:1px solid #c5c5c5;border-radius:4px;outline-color:#eb9420}.place-order-left .multi-field{display:flex;gap:10px}.place-order-right{width:100%;max-width:max(40%,500px)}.place-order .cart-total button{margin-bottom:30px}.saved-address-dropdown{margin:20px 0;font-family:Segoe UI,sans-serif}.saved-address-dropdown label{display:block;margin-bottom:8px;font-weight:600;color:#333}.saved-address-dropdown select{width:100%;padding:10px 12px;font-size:15px;border:1px solid #ccc;border-radius:6px;background-color:#fff;box-shadow:0 1px 3px #0000000a;transition:border-color .2s}.saved-address-dropdown select:focus{border-color:#f7a600;outline:none}@media (max-width: 768px){.place-order{flex-direction:column;gap:20px;margin-top:40px}.place-order-left,.place-order-right{max-width:100%;width:100%}.place-order-left .title{font-size:24px;margin-bottom:30px}.place-order-left .multi-field{flex-direction:column;gap:10px}.place-order .cart-total button{width:100%;margin-bottom:20px}}.food-detail-page{padding:100px 12%;background-color:#fff}.food-detail-container{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;align-items:flex-start}.food-detail-image-section{flex:1 1 100px;max-width:450px}.food-detail-image{width:100%;border-radius:12px;box-shadow:0 0 10px #ddd}.food-detail-content{flex:1 1 300px;max-width:500px;display:flex;flex-direction:column}.food-name{font-size:28px;font-weight:700;color:#333}.food-description{font-size:16px;color:#666}.food-price{font-size:22px;font-weight:600;color:#eb9420}.food-price span{font-size:16px;color:#999}.quantity-controls{display:flex;align-items:center;gap:15px}.quantity-controls button{background-color:#f5f5f5;border:1px solid #ccc;font-size:18px;padding:6px 12px;border-radius:6px;cursor:pointer}.min-order-note{font-size:14px;color:#888}.add-button{padding:12px 24px;background-color:#eb9420;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:16px}.info-table{display:grid;grid-template-columns:repeat(1,1fr);gap:20px;margin-top:20px;width:100%;max-width:1000px;margin-left:auto;margin-right:auto}.info-cell{background-color:#fafafa;padding:20px;border:1px solid #e0e0e0;border-radius:8px}.info-tabs{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:15px}.info-tabs button{padding:10px 20px;background-color:#f4f4f4;border:none;border-radius:30px;font-size:14px;color:#444;cursor:pointer;transition:background-color .3s ease}.info-tabs button:hover{background-color:#ddd}.info-tabs .active-tab{background-color:#eb9420;color:#fff;font-weight:700}.info-content p{font-size:14px;color:#555;line-height:1.6}.desktop-only{display:block}.mobile-only{display:none}.suggested-items-section{margin-top:40px;padding:0 5%}.suggested-items-section h3{margin-bottom:24px;font-size:24px;font-weight:600;color:#333}.suggested-items-grid{display:flex;flex-wrap:wrap;gap:24px;justify-content:flex-start}.suggested-card{width:100%;max-width:260px;background-color:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform .2s ease;cursor:pointer;display:flex;flex-direction:column;position:relative}.suggested-card:hover{transform:translateY(-4px)}.suggested-card img{width:100%;height:180px;object-fit:cover;border-top-left-radius:16px;border-top-right-radius:16px}.suggested-card-content{padding:16px;display:flex;flex-direction:column;gap:8px}.suggested-card-content h4{font-size:18px;font-weight:600;margin:0;color:#222}.suggested-card-content p{font-size:14px;color:#555;line-height:1.4}.suggested-card-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.suggested-card-price{font-size:18px;font-weight:700;color:#eb9420}.suggested-card-kg{font-size:13px;color:#777;margin-left:2px}.add-inline-button{background-color:#eb9420;color:#fff;padding:6px 14px;border-radius:5px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .3s;white-space:nowrap}.add-inline-button:hover{background-color:#d87715}.add-button-circle{display:none}.suggested-card.selected{border:2px solid green;background-color:#f0fff0}.button-group{display:flex;gap:10px;margin-top:15px}.add-button.disabled{background-color:gray;cursor:not-allowed}.proceed-button{background-color:#eb9420}.review-list{margin-top:16px}.review-item{border-bottom:1px solid #e0e0e0;padding:12px 0}.review-item strong{color:#333;font-size:15px}.review-item small{color:#999;margin-left:8px}.review-item p{margin-top:4px;color:#444;font-size:14px}.review-form{margin-top:16px;display:flex;flex-direction:column;gap:12px}.review-form textarea{resize:vertical;padding:10px;font-size:14px;border-radius:6px;border:1px solid #ccc;min-height:80px;outline-color:#f68b1e}.review-form button{align-self:flex-start;padding:10px 20px;background-color:#f68b1e;color:#fff;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s}.review-form button:hover{background-color:#d87715}@media (max-width: 750px){.desktop-only{display:none}.mobile-only{display:block}.info-cell{margin-bottom:20px;padding:16px}.info-cell p{font-size:14px;line-height:1.6}.food-detail-container{flex-direction:column;align-items:center}.food-detail-image-section{margin-bottom:0}.info-table{grid-template-columns:1fr;padding:0 5%}.info-tabs{flex-direction:column;gap:8px}.info-tabs button{width:100%;text-align:center;padding:12px;font-size:15px;border-radius:20px}.info-content{font-size:14px;padding-top:10px}.review-form button{width:100%}.suggested-card-bottom{flex-direction:row;justify-content:space-between;align-items:center;width:100%;gap:8px}.add-inline-button{padding:6px 12px}.add-button{width:100%;text-align:center}}.verify-page{display:flex;justify-content:center;align-items:center;min-height:80vh;background-color:#fff}.verify-box{text-align:center;padding:40px;border:1px solid #ddd;border-radius:12px;max-width:500px;width:90%;box-shadow:0 0 10px #0000001a}.verify-img{width:80px;margin-bottom:20px}.verify-box h2{color:#27ae60;margin-bottom:10px}.verify-box p{font-size:16px;margin-bottom:20px}.back-home{padding:10px 20px;background-color:#f37254;color:#fff;text-decoration:none;border-radius:5px}.promo-banner{background:linear-gradient(135deg,#fff4e5,#ffe8cc);border:1px solid #ff9900;padding:16px 20px;border-radius:12px;text-align:center;font-family:Segoe UI,sans-serif;font-size:16px;color:#333;box-shadow:0 2px 6px #0000001a;animation:fadeInPromo 1s ease-in-out;margin-bottom:20px}.promo-banner .highlight{font-weight:700;color:#e67300}.promo-banner .reward{font-weight:700;color:#d6336c}@keyframes fadeInPromo{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.my-orders{padding:90px 15px;font-family:Arial,sans-serif;max-width:1300px;margin:auto}.my-orders h2{margin-bottom:20px;font-weight:600;text-align:center;font-size:22px;color:#333}.orders-container{display:flex;flex-direction:column;gap:15px}.order-row{display:flex;flex-direction:column;gap:10px;padding:16px;border:1px solid #ddd;border-radius:10px;background:#fff;box-shadow:0 2px 6px #0000000a}.order-icon{width:36px;height:36px;flex-shrink:0}.order-summary{font-size:14px;color:#333}.order-date{font-size:13px;color:#777;margin-top:4px}.order-price,.order-count,.order-status{font-size:14px;margin-top:4px}.order-status{display:flex;align-items:center;gap:6px;color:#d9534f;font-weight:500}.status-dot{width:8px;height:8px;background-color:#d9534f;border-radius:50%}.track-button{display:flex;justify-content:flex-start;margin-top:8px}.track-button button{background-color:#f8d7da;color:#721c24;border:none;padding:7px 14px;font-size:14px;font-weight:500;border-radius:6px;cursor:pointer;white-space:nowrap;transition:background .3s ease}.track-button button:hover{background-color:#f5c6cb}@media (min-width: 768px){.order-row{display:grid;grid-template-columns:40px 1fr auto auto auto auto;align-items:center;gap:20px;padding:30px}.order-summary{font-size:15px}.order-price,.order-count,.order-status,.track-button{margin-top:0;text-align:center}.track-button{justify-content:flex-end}.track-button button{font-size:14px;padding:8px 16px}.my-orders h2{font-size:24px}}@media (max-width: 400px){.order-row{padding:12px;gap:10px}.order-summary{font-size:13px}.order-date{font-size:12px}.order-price,.order-count,.order-status{font-size:13px}.track-button button{font-size:13px;padding:6px 10px}.order-icon{width:30px;height:30px}.my-orders h2{font-size:18px}}.user-sidebar{width:220px;background-color:#fff;padding:80px 20px;border-right:1px solid #eee;box-shadow:2px 0 6px #00000008;display:flex;flex-direction:column;position:sticky;top:90px;height:fit-content;z-index:10}.user-sidebar ul{list-style:none;padding:0;margin:0}.user-sidebar li{margin-bottom:12px}.user-sidebar a{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:6px;border:1px solid #ddd;color:#333;background-color:#fafafa;text-decoration:none;font-weight:500;transition:all .25s ease}.user-sidebar a:hover{background-color:#f0f0f0;border-color:#ccc}.user-sidebar a.active{background-color:#d0a701;color:#fff;font-weight:600;border-color:#ff9500;box-shadow:0 2px 6px #007bff4d}.sidebar-icon{width:20px;height:20px}@media (max-width: 480px){.user-sidebar{width:80px;align-items:center;padding:30px 10px}.user-sidebar a{justify-content:center;padding:10px;flex-direction:column}.sidebar-label{display:none}.sidebar-icon{width:24px;height:24px}.user-sidebar li{margin-bottom:18px}}.profile-info-container{max-width:1200px;margin:40px auto;background-color:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;font-family:Segoe UI,sans-serif;padding:20px}.profile-info-container h2{text-align:center;font-size:24px;color:#333;margin-bottom:30px}.profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-bottom:30px}.profile-item{background-color:#f9f9f9;padding:16px;border-radius:8px;box-shadow:0 1px 3px #0000000d}.profile-item strong{display:block;font-weight:600;margin-bottom:6px;color:#333}.profile-item span{color:#555;font-size:15px}.saved-addresses{padding:10px;margin-top:20px}.saved-addresses h3{font-size:18px;margin-bottom:10px;color:#333}.saved-addresses ul{padding-left:20px}.saved-addresses li{margin-bottom:8px;color:#444}.manage-address-container{max-width:500px;margin:50px 10px;padding:30px;background-color:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;font-family:Segoe UI,sans-serif}.manage-address-container h2{text-align:center;margin-bottom:25px;font-size:24px;color:#333}.status-message{text-align:center;color:green;margin-bottom:15px}.address-form{display:flex;flex-direction:column;gap:15px}.address-form label{font-weight:500;color:#555}.address-form input{padding:10px 12px;border:1px solid #ccc;border-radius:8px;font-size:14px;transition:border-color .3s ease}.address-form input:focus{border-color:#ff8400;outline:none}.address-form button{background-color:#ff7b00;color:#fff;border:none;padding:12px;border-radius:8px;font-size:16px;cursor:pointer;transition:background .2s ease}.address-form button:hover{background-color:#d0a701}.forgot-password-page{display:flex;justify-content:center;align-items:center;min-height:70vh;background-color:#f9f9f9;padding:30px 10px}.forgot-password-box{background-color:#fff;padding:30px 40px;border-radius:12px;box-shadow:0 8px 20px #0000001a;max-width:450px;width:100%;text-align:center}.forgot-password-box h2{margin-bottom:10px;color:#eb9420;font-size:24px}.forgot-password-box .subtitle{margin-bottom:20px;color:#666;font-size:14px}.forgot-password-box form{display:flex;flex-direction:column;gap:15px}.forgot-password-box input{padding:12px 15px;border:1px solid #ccc;border-radius:8px;font-size:14px}.forgot-password-box button{background-color:#ec7010;color:#fff;border:none;padding:12px;border-radius:8px;font-size:15px;cursor:pointer;transition:background-color .3s ease}.forgot-password-box button:hover{background-color:#345678}.message{margin-top:15px;font-size:14px;color:green}@media (max-width: 480px){.forgot-password-box{padding:25px 20px}}.reset-password-form{max-width:400px;margin:80px auto;padding:30px;border-radius:12px;background-color:#fff;box-shadow:0 4px 15px #0000001a;font-family:Poppins,sans-serif;text-align:center}.reset-password-form h2{color:#f4a300;margin-bottom:25px;font-weight:600;font-size:24px}.reset-password-form form{display:flex;flex-direction:column}.reset-password-form input{padding:12px;margin-bottom:15px;border:1px solid #ddd;border-radius:6px;font-size:15px;outline:none;transition:border-color .3s ease}.reset-password-form input:focus{border-color:#f4a300}.reset-password-form button{padding:12px;background-color:#f4a300;border:none;border-radius:6px;color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .3s ease}.reset-password-form button:hover{background-color:#96690e}button.clicked{background-color:#ca8b02}.reset-password-form p{margin-top:20px;font-size:14px;color:#e53935}button.clicked{background-color:#0f355b}.admin-auth-container{flex:1;display:flex;justify-content:center;align-items:center;min-height:80vh;background-color:#f4f6f8}.admin-auth-form{width:100%;max-width:400px;background:#fff;padding:2.5rem;box-shadow:0 8px 24px #0000001a;border-radius:12px;transition:all .3s ease-in-out}.admin-auth-form h2{text-align:center;margin-bottom:1.5rem;color:#333;font-weight:600}.admin-auth-form input{width:100%;padding:12px 14px;margin-bottom:20px;border-radius:6px;border:1px solid #ddd;font-size:14px;transition:border-color .2s}.admin-auth-form input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff1a}.admin-auth-form button{width:100%;padding:12px;font-size:15px;border-radius:6px;background:#ffa200;color:#fff;border:none;font-weight:600;cursor:pointer;transition:background-color .3s}.admin-auth-form button:hover{background:#c28f01}.admin-auth-form p{text-align:center;margin-top:1rem;font-size:14px;color:#007bff;cursor:pointer;transition:text-decoration .3s}.admin-auth-form p:hover{text-decoration:underline}.admin-home-layout{flex:1;padding:80px 20px;background-color:#f9f9f9}.admin-home-content{max-width:800px;margin:auto;background:#fff;padding:30px;border-radius:10px;box-shadow:0 2px 10px #0000000d;text-align:center}.admin-home-content h2{font-size:22px;color:#333;margin-bottom:10px}.admin-home-content p{font-size:16px;color:#555}.login-info{margin-top:20px;font-size:14px;color:#555;text-align:center}.add{max-width:1000px;margin:80px auto 10px;padding:0 20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.add form{display:flex;flex-direction:column;gap:20px}.add-img-upload{display:flex;flex-direction:column;gap:10px}.add-img-upload img{width:100px;height:100px;object-fit:cover;border:1px solid #ccc;border-radius:8px;cursor:pointer}.add-product-name,.add-product-description,.add-product-ingredients,.add-product-benefits,.add-faq-section,.add-category,.add-price,.add-seo-section{width:100%;display:flex;flex-direction:column;gap:8px}.add-product-name input,.add-product-description textarea,.add-product-ingredients textarea,.add-product-benefits textarea,.add-faq-section input,.add-category select,.add-price input,.add-seo-section input,.add-seo-section textarea{padding:10px;border-radius:6px;border:1px solid #ccc;font-size:14px;resize:none}.add-category-price{display:flex;flex-wrap:wrap;gap:20px}.add-category-price input[type=number]::-webkit-inner-spin-button,.add-category-price input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.add-category-price input[type=number]{-moz-appearance:textfield}.add-faq-section input{padding:8px;border-radius:6px;border:1px solid #ccc}.add-btn{max-width:200px;padding:12px;background-color:#000;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.add-btn:hover{background-color:#333}.add-seo-section{padding:20px;background-color:#fefefe;border:1px solid #ddd;border-radius:10px}.add-seo-section p{font-weight:600;color:#333;font-size:14px;margin-top:10px}.add-seo-section input,.add-seo-section textarea{padding:10px 12px;font-size:14px;border:1px solid #ccc;border-radius:6px;resize:vertical;outline:none;transition:border-color .2s ease-in-out;width:100%}.add-seo-section input:focus,.add-seo-section textarea:focus{border-color:#eb9420}.add-seo-section textarea{min-height:60px;max-height:150px}.slug-preview{font-size:14px;color:#555;margin-top:4px;margin-bottom:10px;font-style:italic}@media (max-width: 1024px){.add{padding:0 30px}.add-category-price{flex-direction:column;gap:15px}}@media (max-width: 600px){.add{padding:0 80px}.add-img-upload img{width:80px;height:80px}.add-btn{width:100%;max-width:none}}.list{max-width:1200px;margin:80px auto 20px;padding-left:130px;padding-right:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.list>p{font-size:24px;font-weight:700;margin-bottom:20px;text-align:center;color:#222}.list-table{width:100%}.list-table-format{display:grid;grid-template-columns:70px 2fr 1.5fr 1fr 2fr 2fr 2.5fr 60px;gap:15px;padding:15px 20px;border:1px solid #e2e2e2;font-size:14px;align-items:center;background:#fff;border-radius:10px;margin-bottom:15px;box-shadow:0 4px 8px #0000000d;transition:box-shadow .3s ease}.list-table-format:hover{box-shadow:0 6px 12px #0000001a}.list-table-format.title{background-color:#f9f9f9;font-weight:700;color:#555;border-bottom:2px solid #ddd;cursor:default}.list-table-format img{width:56px;height:56px;object-fit:cover;border-radius:8px;border:1px solid #ccc;box-shadow:0 2px 6px #0000000d}.list-table-format p{margin:0;line-height:1.4;word-break:break-word}.list-table-format p span{display:block;margin-bottom:6px}.list-table-format p span:last-child{margin-bottom:0}.cursor{cursor:pointer;font-size:22px;color:#e74c3c;-webkit-user-select:none;user-select:none;transition:color .2s ease}.cursor:hover{color:#c0392b}.list-table-format p span b{color:#222}.cursor span{cursor:pointer;margin:0 5px;font-size:18px}@media (max-width: 768px){.list{padding-left:80px}.list-table-format.title{display:none}.list-table-format{display:flex;flex-direction:column;padding:20px;border:1px solid #ddd;margin-bottom:20px;border-radius:12px;background:#fff;box-shadow:0 2px 6px #0000000d}.list-table-format img{width:100%;height:auto;max-height:220px;margin-bottom:15px;border-radius:12px}.list-table-format p{margin-bottom:10px;font-size:15px}.list-table-format p span{margin-bottom:4px}.cursor{font-size:24px;align-self:flex-end}}.order-list{max-width:1400px;margin:80px 0 20px;padding-left:280px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.order-list>h3{font-size:20px;text-align:center;margin-bottom:20px}.order-item{display:grid;grid-template-columns:50px 1.5fr 1fr 1.2fr 2fr 2fr;gap:15px;background-color:#fff;border-radius:10px;padding:20px;border:1px solid #e2e2e2;box-shadow:0 4px 10px #0000000d;margin-bottom:20px;transition:box-shadow .3s ease;overflow-x:auto}.order-item:hover{box-shadow:0 6px 12px #0000001a}.order-col{font-size:14px;color:#444;line-height:1.4;word-break:break-word}.order-col strong{font-size:13.8px;font-weight:600;color:#222;display:inline-block;margin-bottom:4px;line-height:1.2}.order-col select{margin-top:4px;padding:6px 10px;font-size:14px;width:100%}.image-col img{width:40px;height:40px;object-fit:contain;border-radius:6px}@media (max-width: 768px){.order-list{padding-left:80px}.order-item{display:flex;flex-direction:column;padding:18px;gap:10px;overflow:hidden}.order-col{font-size:13.5px;width:100%}.order-col select{width:100%}.image-col{align-self:center;margin-bottom:8px}.image-col img{width:36px;height:36px}}@media (max-width: 480px){.order-list{padding-left:80px}.order-list>h3{font-size:16px}.order-item{padding:14px}.order-col{font-size:13px}.order-col strong{font-size:13.4px}.order-col select{font-size:13px}}.sidebar{width:18%;padding-top:50px;min-height:100vh;border:1.5px solid #a9a9a9;border-top:0;font-size:max(1vw,10px)}.sidebar-options{padding-top:50px;padding-left:20%;display:flex;flex-direction:column;gap:20px}.sidebar-option{display:flex;align-items:center;gap:12px;border:1px solid #a9a9a9;border-right:0;padding:8px 10px;border-radius:3px 0 0 3px;cursor:pointer;color:#333;text-decoration:none}.sidebar-option img{width:20px;height:20px}.sidebar-option p{margin:0}.sidebar-option.active{background-color:#fff0ed;border-color:#eb9420}.logout-option{margin-top:40px;border-color:#d9534f;color:#d9534f}.logout-option:hover{background-color:#fce9e8;border-color:#d9534f}@media (max-width: 900px){.sidebar-option p{display:none}}.navbar{position:fixed;top:0;left:0;right:0;height:70px;background-color:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 4%;box-shadow:0 2px 8px #0000000d;z-index:999}.logo{width:max(10%,80px)}.navbar-links{display:flex;gap:20px;font-weight:500;flex:1;justify-content:center}.navbar-links span{cursor:pointer;color:#333;transition:color .3s ease}.navbar-links span:hover{color:#d9534f}.navbar-logout{font-weight:500}.logout-button{cursor:pointer;color:#d9534f;font-size:16px;padding:8px 12px;transition:opacity .3s ease;white-space:nowrap}.logout-button:hover{opacity:.8}.navbar-right{display:flex;align-items:center;gap:15px}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background-color:#f4f4f4;padding:16px 24px;border-top:1px solid #ccc;box-shadow:0 -2px 8px #0000001a;z-index:9999;display:flex;flex-direction:column;align-items:flex-start}.cookie-content h3{margin:0;font-size:14px;font-weight:600}.cookie-content p{font-size:12px;margin:8px 0 16px;color:#333}.cookie-banner button{background-color:#123456;color:#fff;border:none;padding:8px 16px;font-weight:500;cursor:pointer;border-radius:4px}.app{width:80%;margin:auto}.container{width:100%;max-width:1500px;padding:0 8vw;margin:auto;box-sizing:border-box}.faq-page{font-family:Poppins,sans-serif;margin-top:70px}.faq-banner{background-color:#ff8f07;height:200px;display:flex;align-items:center;justify-content:center;text-align:center}.faq-banner h1{font-size:30px;color:#000;font-weight:700;margin:0}.faq-container{max-width:800px;margin:20px auto;padding:0 10px}.faq-item{border-bottom:1px solid #ddd;padding:5px 0;cursor:pointer;transition:background .3s}.faq-item:hover{background-color:#fff8e6}.faq-question{font-size:18px;font-weight:600;color:#333;display:flex;justify-content:space-between;align-items:center;padding:0 10px}.faq-icon{font-size:22px;margin-left:10px;color:#eb9420;transition:transform .3s ease}.faq-answer-wrapper{overflow:hidden;max-height:0;transition:max-height .4s ease}.faq-answer-wrapper.open{max-height:500px}.faq-answer{font-size:16px;color:#555;line-height:1.4;padding:0 10px}@media (max-width: 768px){.faq-banner{height:150px;padding:0 10px}.faq-banner h1{font-size:26px;text-align:center}.faq-container{margin:20px auto;padding:0 15px}.faq-question{font-size:14px}.faq-answer{font-size:12px}.faq-icon{font-size:10px}}@media (max-width: 480px){.faq-banner{height:120px}.faq-banner h1{font-size:22px}.faq-question{font-size:12px}.faq-answer{font-size:10px}.faq-icon{font-size:14px}}.admin-app{background-color:#f4f4f4;font-family:Outfit,sans-serif}.admin-app .sidebar{width:18%;height:100vh;position:fixed}.admin-app .main-content{margin-left:18%;padding:100px 2rem 2rem}: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)}}
