@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Plaster&display=swap";body,html{margin:0;padding:0;width:100%;overflow-x:hidden}.canteen-page{position:absolute;top:0;left:0;width:100%;min-height:100vh;background-color:#fff8f0;font-family:Poppins,sans-serif;display:flex;flex-direction:column;overflow-x:hidden;z-index:10}.canteen-page *{box-sizing:border-box}.canteen-header{width:100%;height:80px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 5%;box-shadow:0 4px 15px #0000000d;position:sticky;top:0;z-index:1000}.canteen-header .logo svg{width:42px;height:42px;cursor:pointer}.canteen-header .title h1{font-size:1.4rem;font-weight:700;color:#ff7043;margin:0;text-transform:none}.canteen-header .right{display:flex;align-items:center;gap:20px}.canteen-header .cart svg{width:28px;height:28px;cursor:pointer;stroke:#ff7043}.canteen-header .profile-icon{width:40px;height:40px;background-color:#ff7043;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.canteen-header .profile-icon svg{width:22px;height:22px;fill:#fff}.canteen-hero{width:100%;height:380px;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;justify-content:flex-start;margin-bottom:40px}.canteen-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,#000c,#0003);z-index:1}.canteen-hero .hero-content{position:relative;z-index:2;text-align:left;width:100%;padding-left:5%}.canteen-hero .hero-title{color:#fff;font-size:3.5rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;margin:0;line-height:1.1;text-shadow:0 4px 20px rgba(0,0,0,.5)}.canteen-hero .hero-subtitle{color:#f0f0f0;font-size:1.1rem;font-weight:500;margin:15px 0 25px;max-width:600px}.canteen-hero .hero-info{display:flex;gap:15px}.canteen-hero .open-btn{background:#22c55e;color:#fff;border:none;padding:10px 28px;border-radius:50px;font-weight:600;font-size:1rem}.canteen-hero .rating{background:#fff;color:#111;padding:10px 20px;border-radius:50px;font-weight:700;font-size:1rem;display:flex;align-items:center;gap:5px}.trial-btn{position:absolute;top:100px;left:20px;z-index:10;background:#fff;border:none;border-radius:50%;width:45px;height:45px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 15px #0003;transition:transform .2s}.trial-btn:hover{transform:scale(1.1)}.trial-btn svg{width:24px;height:24px;stroke:#ff7043;stroke-width:2.5}.canteen-page .para{font-size:2rem;font-weight:800;color:#1f2937;text-align:center;margin:20px 0 50px;position:relative}.canteen-page .para:after{content:"";display:block;width:60px;height:5px;background:#ff7043;margin:10px auto 0;border-radius:10px}.canteen-page .dish{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:40px;width:90%;max-width:1400px;margin:0 auto;padding-bottom:80px}.canteen-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 10px 30px #0000000d;transition:transform .3s ease;display:flex;flex-direction:column;height:100%}.canteen-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.canteen-card .image{width:100%;height:220px;position:relative}.canteen-card .image img{width:100%;height:100%;object-fit:cover}.canteen-card .card-body{padding:25px;display:flex;flex-direction:column;gap:15px;flex-grow:1}.canteen-card .dish-name{font-size:1.2rem;font-weight:700;color:#1f2937;margin:0}.canteen-card .paisa{font-size:1.3rem;font-weight:800;color:#ff7043;margin:0}.canteen-card .add-btn{width:100%;padding:14px;background:#fff;color:#ff7043;border:2px solid #FF7043;border-radius:14px;font-weight:700;cursor:pointer;transition:all .2s;margin-top:auto;font-size:1rem}.canteen-card .add-btn:hover{background:#ff7043;color:#fff}@media(max-width:768px){.canteen-hero{height:280px}.canteen-hero .hero-title{font-size:2.2rem}.canteen-page .dish{grid-template-columns:1fr;width:90%}.canteen-header{padding:0 20px}}.profile-circle{width:37px;height:37px;background:#f47c4f;color:#fff;border-radius:50%;display:grid;place-items:center;font-weight:700;cursor:pointer}.profile-loading{text-align:center;padding:20px;font-size:18px;font-weight:700;color:#ff7043}.profile-popup-card{position:fixed;top:75px;right:40px;width:340px;overflow-y:auto;padding:18px;border-radius:36px;background:linear-gradient(180deg,#fff6e8,#ff6f43cc);box-shadow:0 25px 50px #0000004d;z-index:100000}.profile-header-card{height:73px;width:auto;display:flex;gap:25px;align-items:center;justify-content:left;background:#ff7043;color:#fff;padding:2.8px;border-radius:53px}.profile-popup-card h2{font-size:24px;font-weight:bolder;color:#fff6e8}.profile-avatar{width:70px;height:70px;border-radius:50%;background:#fff2eb;color:#f47c4f;display:grid;place-items:center;font-size:26px;margin-left:0}.profile-balance-row{display:flex;justify-content:space-between;align-items:center;margin:10px 0}.balance-label{font-size:15px;color:#f47c4f;margin-left:15px;margin-top:20px;margin-bottom:0;font-weight:bolder}.balance-amount{font-size:36px;font-weight:700;color:#f47c4f;line-height:51px;letter-spacing:1px;margin-left:12px;margin-top:4px}.topup-btn{height:53.5px;width:150px;background:#ff7043;color:#fff6e8;border:none;border-radius:53px;font-size:23px;font-weight:700;cursor:pointer}.topup-btn:hover{border:1px solid #FFF6E8;background-color:#ff6f43cc;color:#fff}.profile-actions{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}.action-card{background:#fff6e8;border-radius:28px;padding:25px;text-align:center;color:#ff7043;font-weight:700;border:1.6px solid #FF7043}.profile-action-icon{font-size:40px;margin-bottom:6px;border-radius:53px;height:70px}.profile-info{background-color:#fff6e8;border-radius:30px;padding:14px;text-align:center;font-weight:700;color:#ff7043;margin-top:10px;border:1.6px solid #FF7043;font-size:16px}.logout-btn{margin-top:16px;width:100%;background:#ff7043;color:#fff7f2;border:none;padding:16px;border-radius:32px;font-size:24px;font-weight:800;cursor:pointer}.logout-btn:hover{border:1px solid #FFF6E8;background-color:#ff6f43a8;color:#fff}.profile-backdrop{position:fixed;inset:0;background:#00000059;z-index:99999}@media(max-width:480px){.profile-popup-card{width:90%;right:5%;left:5%;top:60px;padding:15px}.profile-header-card h2{font-size:24px}.balance-amount{font-size:28px}.topup-btn{width:120px;font-size:18px;height:45px}.profile-actions{grid-template-columns:1fr 1fr;gap:10px}}@keyframes slideIn{0%{opacity:0;transform:translateY(-40px) scale(.85)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-40px) scale(.85)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.slide-in{animation:slideIn .4s cubic-bezier(.3,1.2,.4,1) forwards;transform-origin:top right}.slide-out{animation:slideOut .3s ease-in forwards;transform-origin:top right}.fade-in{animation:fadeIn .4s ease-out forwards}.fade-out{animation:fadeOut .3s ease-in forwards}.popup-overlay{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;z-index:100000;animation:fadeIn .4s ease-out forwards}.popup-card{background:linear-gradient(135deg,#fff6e8,#fff);padding:30px;width:90%;max-width:350px;border-radius:24px;box-shadow:0 20px 60px #0003;text-align:center;border:1px solid rgba(255,112,67,.2);opacity:0;transform:scale(.8) translateY(20px);animation:popIn .5s cubic-bezier(.3,1.2,.4,1) forwards .1s}.popup-icon{font-size:48px;margin-bottom:15px;display:inline-block;animation:bounceIcon 1s infinite alternate ease-in-out}.popup-title{font-size:22px;font-weight:800;color:#ff7043;margin-bottom:10px}.popup-message{font-size:16px;color:#555;margin-bottom:25px;line-height:1.5;font-weight:500}.popup-btn{background:#ff7043;color:#fff;border:none;padding:12px 32px;border-radius:50px;font-size:16px;font-weight:700;cursor:pointer;width:100%;transition:all .2s ease;box-shadow:0 4px 15px #ff70434d}.popup-btn:active{transform:scale(.95)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{to{opacity:1;transform:scale(1) translateY(0)}}@keyframes bounceIcon{0%{transform:translateY(0)}to{transform:translateY(-8px)}}.oc-page-wrapper{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fff8f0;font-family:Poppins,Segoe UI,sans-serif;color:#1f2937;z-index:9999;overflow-y:auto;display:flex;flex-direction:column}.oc-page-wrapper *{box-sizing:border-box}.oc-navbar{height:70px;padding:0 24px;background:#fff;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;box-shadow:0 2px 10px #00000008;position:relative;z-index:50}.oc-nav-left{display:flex;align-items:center;gap:12px}.oc-logo-circle{width:40px;height:40px;background:linear-gradient(135deg,#ff7043,#ff9f6e);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem}.oc-brand-name{font-size:18px;font-weight:600;color:#1f2937}.oc-profile-circle{width:40px;height:40px;background:linear-gradient(360deg,#ff7043,#ffce6a);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff}.oc-banner-section{width:100%;height:50vh;min-height:400px;background:#fff;display:flex;flex-direction:column;align-items:center;position:relative;border-radius:0 0 50px 50px;box-shadow:0 4px 20px #00000005;z-index:10}.oc-back-btn-container{width:100%;padding:20px 24px;position:absolute;top:0;left:0;z-index:20}.oc-back-btn{cursor:pointer;transition:transform .2s}.oc-back-btn:hover{transform:scale(1.1)}.oc-status-badge{margin-top:30px;padding:12px 40px;background:#ff5722;color:#fff;font-size:1.5rem;font-weight:600;border-radius:50px;box-shadow:0 8px 20px #ff57224d;z-index:20;position:relative}.oc-hero-img{position:absolute;bottom:0;left:50%;transform:translate(-50%);height:75%;width:auto;object-fit:contain;z-index:1;pointer-events:none}.oc-details-container{width:90%;max-width:800px;margin:-100px auto 40px;background-color:#fffdf9;border-radius:30px;padding:40px;position:relative;z-index:30;box-shadow:0 20px 50px #00000014}.oc-section-title{font-size:1.8rem;font-weight:800;color:#111827;margin:0 0 30px}.oc-items-list{display:flex;flex-direction:column;gap:16px}.oc-item-card{display:flex;align-items:center;gap:20px;width:100%;background-color:#fff;border:1px solid #f3f4f6;border-radius:20px;padding:16px;transition:transform .2s}.oc-item-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0000000d}.oc-item-img{width:70px;height:70px;object-fit:cover;border-radius:12px}.oc-item-text{flex:1;display:flex;flex-direction:column;gap:4px}.oc-item-name{display:flex;align-items:center;gap:10px;margin:0;font-size:1.1rem;font-weight:700;color:#1f2937}.oc-item-sub{margin:0;font-size:.85rem;color:#9ca3af}.oc-item-price{background-color:#fff0e6;color:#ff5722;font-weight:700;padding:8px 20px;border-radius:50px;font-size:1rem;white-space:nowrap}.oc-qty-badge{background-color:#fff0e6;color:#ff5722;font-size:.8rem;font-weight:800;padding:2px 8px;border-radius:6px;border:1px solid #ffccbc}.oc-home-btn{display:block;width:fit-content;margin:40px auto 0;padding:16px 50px;background:linear-gradient(135deg,#ff7043,#f45d2f);color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;box-shadow:0 10px 25px #f47c4f66;transition:transform .2s}.oc-home-btn:hover{transform:scale(1.05)}@media(max-width:768px){.oc-banner-section{height:40vh;min-height:350px}.oc-status-badge{font-size:1.4rem;padding:10px 30px;margin-top:20px}.oc-details-container{width:95%;margin-top:-80px;padding:25px}.oc-item-card{padding:12px;gap:15px}.oc-item-img{width:60px;height:60px}.oc-item-name{font-size:1rem}}.landing-page{font-family:Poppins,Arial,sans-serif;background:#fdfbf7;color:#222;min-height:100vh;width:100vw;overflow-x:hidden}.landing-page .header{width:100%;background:#fdfbf7}.landing-page .header-inner{max-width:1400px;margin:auto;padding:26px 80px;display:grid;grid-template-columns:auto 1fr auto;align-items:center}.landing-page .logo{font-size:40px;font-weight:700;color:#ff7043;margin-right:0}.landing-page .nav{display:flex;justify-content:center;gap:60px;justify-self:center}.landing-page .nav button{background:none;border:none;font-size:1.25rem;font-weight:700;cursor:pointer;color:#222}.landing-page .auth{display:flex;gap:18px}.landing-page .auth button{width:180px;height:54px;border-radius:24px;border:2px solid #FF7043;font-size:1.05rem;cursor:pointer;font-weight:600}.landing-page .auth .primary{background:#ff7043;color:#fff}.landing-page .auth .secondary{background:#fff;color:#ff7043}.landing-hero{max-width:1400px;margin:40px auto 0;padding:0 80px;display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.landing-hero .hero-text h1{font-size:4.8rem;font-weight:800;line-height:1.1;color:#1f2937}.landing-hero .hero-text p{margin-top:16px;font-size:1.3rem;color:#444;line-height:1.6}.landing-hero .hero-text button{margin-top:32px;width:240px;height:64px;border-radius:26px;border:none;background:#ff7043;color:#fff;font-size:1.15rem;font-weight:600;cursor:pointer;box-shadow:0 10px 25px #ff70434d;transition:transform .2s}.landing-hero .hero-text button:hover{transform:translateY(-2px)}.landing-hero .hero-image img{width:100%;max-width:520px;border-radius:28px;box-shadow:0 32px 90px #ff704359}.landing-page .footer{background:#fff;margin-top:90px;padding:45px 0 18px}.landing-page .footer-stats{display:flex;justify-content:center;gap:180px;flex-wrap:wrap}.landing-page .stat h3{font-size:2.1rem;font-weight:800;text-align:center;margin:0;color:#ff7043}.landing-page .stat p{text-align:center;color:#666;margin:5px 0 0;font-weight:500}.landing-page .footer-copy{text-align:center;margin-top:40px;font-size:.9rem;color:#888}@media(max-width:768px){.landing-page .header-inner{padding:20px;grid-template-columns:1fr auto;gap:15px}.landing-page .logo{font-size:28px}.landing-page .nav{display:none}.landing-page .auth{gap:10px}.landing-page .auth button{width:auto;padding:0 16px;height:40px;font-size:.9rem;border-radius:12px}.landing-hero{grid-template-columns:1fr;padding:20px;gap:40px;margin-top:20px;text-align:center}.landing-hero .hero-image{order:-1;display:flex;justify-content:center}.landing-hero .hero-image img{max-width:100%;width:300px;box-shadow:0 15px 40px #ff704340}.landing-hero .hero-text h1{font-size:2.5rem}.landing-hero .hero-text p{font-size:1rem;margin-top:10px}.landing-hero .hero-text button{width:100%;height:55px;margin-top:25px}.landing-page .footer{margin-top:60px;padding:30px 20px}.landing-page .footer-stats{gap:30px;flex-direction:column;align-items:center}.landing-page .stat h3{font-size:1.8rem}}.login-page-wrapper *{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif;background-color:linear-gradient(linear,#FFFFFF,#FFE0B2)}.login-page-wrapper{width:100vw;height:100vh;overflow:hidden;background-color:#fff;position:fixed;top:0;left:0;z-index:9999;display:flex}.login-left{width:50%;height:100%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;overflow-y:auto}.login-right{width:50%;height:100%;position:relative;background-image:url(https://res.cloudinary.com/dvpz1tzam/image/upload/v1764335300/WhatsApp_Image_2025-11-28_at_18.38.04_b0a6dc94_ammzkp.jpg);background-size:cover;background-position:center}.login-overlay{position:absolute;inset:0;background:#0006;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center;padding:40px}.toggle-container{background:#f0f2f5;border-radius:50px;padding:5px;display:flex;width:320px;height:60px;margin-bottom:40px}.toggle-btn{flex:1;border:none;background:transparent;color:#666;font-size:18px;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease}.toggle-btn.active{background:#ff7043;color:#fff;box-shadow:0 4px 12px #ff70434d}.form-container{width:100%;max-width:450px}.form-title{font-size:32px;font-weight:800;color:#1a1a1a;text-align:center;margin-bottom:30px}.input-box{margin-bottom:20px;width:100%;position:relative}.input-label{display:block;font-size:15px;font-weight:600;color:#333;margin-bottom:8px;margin-left:5px}.custom-input{width:100%;height:55px;padding:0 20px;border:1px solid #E0E0E0;border-radius:12px;font-size:16px;background:#fff;outline:none;color:#333;transition:border .3s}.custom-input:focus{border-color:#ff7043}@keyframes shakeError{0%{transform:translate(0)}20%{transform:translate(-5px)}40%{transform:translate(5px)}60%{transform:translate(-5px)}80%{transform:translate(5px)}to{transform:translate(0)}}.error{animation:shakeError .4s ease-in-out;border:1px solid red!important}.error::placeholder{color:red;opacity:.7}.grid-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.submit-btn{width:100%;height:55px;background:#ff7043;color:#fff;font-size:18px;font-weight:700;border:none;border-radius:30px;cursor:pointer;margin-top:10px;box-shadow:0 8px 20px #ff704340;transition:transform .2s}.submit-btn:hover{transform:translateY(-2px)}.forgot-text{text-align:right;margin-bottom:25px;margin-top:-5px}.forgot-text span{color:#ff7043;font-weight:600;font-size:14px;cursor:pointer}.switch-bottom{text-align:center;margin-top:20px;color:#666;font-size:15px}.switch-bottom span{color:#ff7043;font-weight:700;cursor:pointer}.clock-icon{font-size:50px;width:100px;height:100px;border:4px solid white;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:30px}.overlay-title{font-size:36px;font-weight:800;margin-bottom:20px}.overlay-desc{font-size:20px;line-height:1.6;opacity:.95}.features-list{list-style:none;font-size:20px;line-height:2.2;text-align:left}.features-list li:before{content:"•";color:#fff;margin-right:12px;font-weight:700}@media(max-width:900px){.login-page-wrapper{display:block;overflow-y:auto;background-image:url(https://res.cloudinary.com/dvpz1tzam/image/upload/v1764335300/WhatsApp_Image_2025-11-28_at_18.38.04_b0a6dc94_ammzkp.jpg);background-size:cover;background-position:center;background-attachment:fixed}.login-page-wrapper:before{content:"";position:fixed;inset:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#00000059;z-index:-1}.login-right{display:none}.login-left{width:100%;height:auto;min-height:100vh;background:transparent;padding:60px 20px;justify-content:flex-start}.form-title{color:#fff;margin-bottom:20px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.input-label{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.switch-bottom{color:#eee}.switch-bottom span,.forgot-text span{color:#ffab91}.custom-input{background:#fff;border:none;height:55px}.grid-row{display:flex;flex-direction:column;gap:0}}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}.forget-password-page{background:#fff8f0;width:100vw;height:100vh;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;overflow-y:auto;z-index:1000}.card{background:#fff;width:100%;max-width:550px;padding:50px;border-radius:24px;box-shadow:0 20px 60px #0000000d;position:relative;height:auto;display:flex;flex-direction:column}.back-link{align-self:flex-start;color:#888;font-size:14px;font-weight:500;margin-bottom:20px;cursor:pointer;text-decoration:none;transition:color .2s}.back-link:hover{color:#333}h1{font-size:28px;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:10px}.desc-text{color:#666;font-size:15px;line-height:1.6;text-align:center;margin-bottom:35px}.input-group{width:100%;margin-bottom:15px;text-align:left}.input-label{display:block;font-size:13px;font-weight:700;color:#555;margin-bottom:8px;margin-left:2px}input[type=text]{width:100%;height:55px;padding:0 20px;border:1px solid #E0E0E0;border-radius:10px;font-size:15px;color:#333;outline:none;background:#fff;transition:all .2s}input[type=text]:focus{border-color:#ff7043}.input-success{background-color:#f0f6ff!important;border-color:#d6e4ff!important;color:#333}.btn-get-otp{width:100%;height:55px;background:#fff;border:1px solid #FF7043;color:#ff7043;font-size:15px;font-weight:600;border-radius:10px;cursor:pointer;margin-top:15px;transition:all .2s}.btn-get-otp:hover{background:#fff5eb}.btn-verify{width:100%;height:55px;background:#ff7043;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 8px 20px #ff704340;margin-top:25px;transition:transform .2s}.btn-verify:hover{transform:translateY(-2px)}.otp-section{display:block;max-height:0;opacity:0;overflow:hidden;transition:max-height .6s ease-in-out,opacity .4s ease-in-out,margin-top .4s ease;margin-top:0}.otp-section.visible{max-height:600px;opacity:1;margin-top:30px;overflow:visible}.divider{display:flex;align-items:center;text-align:center;color:#ccc;font-size:11px;font-weight:700;letter-spacing:1.5px;margin-bottom:20px}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#eee}.divider:before{margin-right:15px}.divider:after{margin-left:15px}.otp-container{display:flex;justify-content:space-between;gap:10px}.otp-box{width:100%!important;height:55px;text-align:center;font-size:24px;font-weight:600;padding:0!important;border-radius:10px;border:1px solid #E0E0E0;background:#fff}.otp-box:focus{border-color:#ff7043;box-shadow:0 0 0 3px #ff70431a}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.error{animation:shake .3s ease-in-out;border-color:#ff5252!important}@media(max-width:500px){.card{padding:30px 20px;margin:20px;border-radius:20px}h1{font-size:24px}.desc-text{font-size:14px;margin-bottom:25px}.otp-box{height:50px;font-size:20px}}.reset-password-page{background:#fff8f0;width:100vw;height:100vh;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;overflow-y:auto;z-index:1000}.card{background:#fff;width:100%;max-width:550px;padding:60px;border-radius:24px;box-shadow:0 20px 60px #0000000d;text-align:center}h1{font-size:30px;font-weight:700;color:#1a1a1a;margin-bottom:10px}.subtitle{color:#666;font-size:15px;line-height:1.6;margin-bottom:40px}.form-group{margin-bottom:25px;text-align:left}label{display:block;font-size:14px;font-weight:700;color:#555;margin-bottom:10px;margin-left:5px}.input-wrapper{position:relative;width:100%}input{width:100%;height:60px;padding:0 50px 0 20px;border:1px solid #E0E0E0;border-radius:12px;font-size:16px;color:#333;outline:none;transition:all .2s;background:#fff}input:focus{border-color:#ff7043}.eye-icon{position:absolute;right:20px;top:50%;transform:translateY(-50%);cursor:pointer;font-size:20px;color:#999;-webkit-user-select:none;user-select:none}.eye-icon:hover{color:#666}.btn-save{width:100%;height:60px;background:#ff7043;color:#fff;border:none;border-radius:12px;font-size:18px;font-weight:600;cursor:pointer;box-shadow:0 10px 20px #ff704340;margin-top:20px;transition:transform .2s}.btn-save:hover{transform:translateY(-2px)}@media(max-width:500px){.card{padding:40px 25px;margin:20px;border-radius:20px}h1{font-size:26px}input{height:55px}}.menu-page-wrapper *{margin:0;padding:0;box-sizing:border-box}.menu-page-wrapper{background-color:#fff8f0;font-family:Poppins,sans-serif;overflow-x:hidden;width:100%;position:absolute;top:0;left:0;min-height:100vh;display:flex;flex-direction:column}.menu-page-wrapper .header{position:sticky;top:0;height:90px;width:100%;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:space-between;padding:0 40px;box-shadow:0 4px 25px #0000000a;z-index:1000}.menu-page-wrapper .logo svg{width:50px;height:50px;cursor:pointer}.menu-page-wrapper .title{position:absolute;left:50%;transform:translate(-50%)}.menu-page-wrapper .title h1{font-size:2rem;font-weight:800;color:#ff7043;margin:0;white-space:nowrap}.menu-page-wrapper .right{display:flex;align-items:center;gap:25px}.menu-page-wrapper .cart svg{width:30px;height:30px;cursor:pointer;transition:.2s}.menu-page-wrapper .cart:hover svg{transform:scale(1.1)}.menu-page-wrapper .profile-icon{width:45px;height:45px;background-color:#ff7043;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #ff70434d}.menu-page-wrapper .head{width:100%;display:flex;flex-direction:column;align-items:center;padding:30px 20px}.menu-page-wrapper .search{width:100%;max-width:800px;height:60px;background:#fff;border-radius:30px;display:flex;align-items:center;padding:0 25px;box-shadow:0 8px 30px #00000008;border:1px solid transparent;transition:all .3s}.menu-page-wrapper .search:focus-within{transform:translateY(-2px);box-shadow:0 12px 40px #ff704326;border-color:#ff7043}.menu-page-wrapper .search input{flex:1;height:100%;border:none;outline:none;font-size:1rem;background:transparent;color:#333}.menu-page-wrapper .filter{margin-top:30px;width:100%;display:flex;flex-wrap:wrap;justify-content:center;gap:15px}.menu-page-wrapper .fbox{padding:10px 28px;font-size:.95rem;font-weight:500;background:#fff;border:1px solid #eee;border-radius:50px;cursor:pointer;color:#555;transition:all .2s;box-shadow:0 3px 10px #00000008}.menu-page-wrapper .fbox:hover,.menu-page-wrapper .fbox.active{background-color:#ff7043;color:#fff;border-color:#ff7043;transform:translateY(-2px);box-shadow:0 5px 15px #ff70434d}.menu-page-wrapper .section-title{width:100%;padding:0 40px;margin-top:30px;margin-bottom:20px}.menu-page-wrapper .section-title h2{font-size:1.8rem;font-weight:700;color:#222}.menu-page-wrapper .kitchen{display:flex;flex-wrap:wrap;gap:30px;padding:10px 40px 30px;width:100%}.menu-page-wrapper .kcard{width:calc((100% - 90px)/4);background:#fff;border-radius:20px;padding:20px;display:flex;align-items:center;gap:15px;cursor:pointer;box-shadow:0 5px 20px #00000008;transition:all .3s;border:1px solid transparent}.menu-page-wrapper .kcard:hover{transform:translateY(-5px);box-shadow:0 15px 35px #ff704326;border-color:#ff7043}.menu-page-wrapper .kcard:hover .cicon{transform:rotate(15deg) scale(1.1);background:#ff7043}.menu-page-wrapper .kcard:hover .cicon svg path{fill:#fff!important}.menu-page-wrapper .cicon{width:60px;height:60px;background:#fff3e0;border-radius:16px;display:flex;align-items:center;justify-content:center;transition:all .3s;flex-shrink:0}.menu-page-wrapper .cicon svg{width:30px;height:30px;transition:fill .3s}.menu-page-wrapper .cinfo h3{font-size:16px;margin:0;color:#222;font-weight:700;white-space:nowrap}.menu-page-wrapper .cinfo p{font-size:12px;color:#888;margin-top:4px;white-space:nowrap}.menu-page-wrapper .dish{display:flex;flex-wrap:wrap;gap:30px;padding:10px 40px 80px;width:100%;align-items:stretch}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.menu-page-wrapper .item{width:calc((100% - 90px)/4);background:#fff;border-radius:24px;border:1px solid rgba(0,0,0,.03);box-shadow:0 10px 25px #00000008;transition:all .3s ease;overflow:hidden;display:flex;flex-direction:column;animation:fadeInUp .6s ease backwards}.menu-page-wrapper .item:hover{transform:translateY(-10px);box-shadow:0 25px 50px #ff704326;border-color:#ff70434d}.menu-page-wrapper .pitem{width:100%;height:220px;position:relative;overflow:hidden;flex-shrink:0}.menu-page-wrapper .pitem img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.menu-page-wrapper .item:hover .pitem img{transform:scale(1.1)}.menu-page-wrapper .titem{padding:20px;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;background:#fff}.menu-page-wrapper .itemtext h3{font-size:1.2rem;color:#222;margin:0;font-weight:700}.menu-page-wrapper .itemtext p{font-size:.9rem;color:#888;margin-top:4px}.menu-page-wrapper .cart-row{display:flex;justify-content:space-between;align-items:center;margin-top:15px}.menu-page-wrapper .itemprice h5{margin:0;color:#ff7043;font-weight:800;font-size:1.4rem}.menu-page-wrapper .add-btn{background:#fff;color:#ff7043;border:1.5px solid #FF7043;padding:8px 24px;border-radius:12px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .2s;display:flex;flex-direction:row;align-items:center;gap:5px;white-space:nowrap}.menu-page-wrapper .add-btn:hover{background:#ff7043;color:#fff;box-shadow:0 5px 15px #ff70434d;transform:translateY(-2px)}@media(max-width:1300px){.menu-page-wrapper .item,.menu-page-wrapper .kcard{width:calc((100% - 60px) / 3)}}@media(max-width:950px){.menu-page-wrapper .header{height:70px;padding:0 20px}.menu-page-wrapper .title{position:static;transform:none}.menu-page-wrapper .title h1{text-align:left;font-size:1.5rem}.menu-page-wrapper .logo{display:none}.menu-page-wrapper .head{padding:30px 20px}.menu-page-wrapper .section-title{padding:0 20px}.menu-page-wrapper .kitchen,.menu-page-wrapper .dish{padding:10px 20px 40px;gap:20px}.menu-page-wrapper .item{width:calc((100% - 20px)/2)}.menu-page-wrapper .kitchen{flex-wrap:nowrap;overflow-x:auto;padding-bottom:20px}.menu-page-wrapper .kcard{min-width:280px;width:280px;flex-shrink:0}}@media(max-width:600px){.menu-page-wrapper .dish{flex-direction:column;padding-bottom:60px}.menu-page-wrapper .item{width:100%}.menu-page-wrapper .filter{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding-bottom:10px;width:100%}.menu-page-wrapper .fbox{flex-shrink:0}.menu-page-wrapper .kitchen{flex-wrap:nowrap;overflow-x:auto;width:100%}.menu-page-wrapper .kcard{min-width:260px;width:260px}.menu-page-wrapper .search{height:50px}.menu-page-wrapper .title h1{font-size:1.3rem}.menu-page-wrapper .add-btn{padding:8px 20px}}.cc-page-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;overflow-y:auto;background-color:#fff8f0;font-family:Poppins,sans-serif;color:#1f2937;padding:30px 5%;box-sizing:border-box}.cc-page-wrapper *{box-sizing:border-box}.cc-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;width:100%}.cc-header-left{display:flex;align-items:center;gap:15px}.cc-back-btn{background:#fff;border:1px solid #E5E7EB;width:40px;height:40px;border-radius:50%;cursor:pointer;color:#111;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 5px #0000000d}.cc-back-btn:hover{background:#ff6b35;color:#fff;border-color:#ff6b35}.cc-page-title{font-size:1.5rem;font-weight:700;color:#111;margin:0}.cc-profile-badge{width:45px;height:45px;background-color:#ff7043;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #ff70434d}.cc-main-grid{display:grid;grid-template-columns:1.8fr 1fr;gap:40px;width:100%;max-width:1400px;margin:0 auto;align-items:start;padding-bottom:50px}.cc-left-section{display:flex;flex-direction:column;gap:25px;width:100%}.cc-items-container{display:flex;flex-direction:column;gap:20px}.cc-item-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 12px #00000008;display:flex;justify-content:space-between;align-items:center;transition:transform .2s}.cc-item-card:hover{transform:translateY(-2px)}.cc-card-left{display:flex;gap:20px;align-items:center}.cc-item-img{width:70px;height:70px;border-radius:12px;object-fit:cover}.cc-item-info{display:flex;flex-direction:column;gap:5px}.cc-name-row{display:flex;align-items:center;gap:10px}.cc-name-row h3{font-size:1.1rem;font-weight:600;margin:0;color:#111}.cc-veg-icon{flex-shrink:0}.cc-item-source{font-size:.8rem;color:#9ca3af;margin:0}.cc-item-price{font-size:1.1rem;font-weight:700;color:#ff6b35;margin:0}.cc-card-actions{display:flex;align-items:center;gap:20px}.cc-qty-pill{display:flex;align-items:center;gap:12px;background:#f9fafb;padding:5px 10px;border-radius:8px}.cc-qty-pill button{border:none;background:transparent;color:#ff6b35;font-size:1.2rem;cursor:pointer;padding:0 5px;display:flex;align-items:center}.cc-qty-pill span{font-weight:600;font-size:1rem;color:#111;min-width:20px;text-align:center}.cc-del-btn{border:none;background:transparent;color:#e5e7eb;cursor:pointer;font-size:1.1rem;padding:5px;transition:color .2s}.cc-del-btn:hover{color:#ef4444}.cc-schedule-panel{background:#fff;border-radius:16px;padding:25px;border:1px solid #FFEDD5}.cc-section-title{font-size:1rem;font-weight:700;margin:0 0 20px;color:#111}.cc-toggle-wrapper{background:#f3f4f6;border-radius:50px;display:flex;padding:4px;margin-bottom:25px}.cc-toggle-option{flex:1;border:none;background:transparent;padding:12px;border-radius:40px;font-weight:600;font-size:.9rem;color:#6b7280;cursor:pointer;transition:.2s}.cc-toggle-option.active{background:#ff6b35;color:#fff;box-shadow:0 2px 8px #ff6b354d}.cc-inputs-row{display:flex;gap:20px;margin-bottom:20px}.cc-input-group{flex:1;display:flex;flex-direction:column;gap:8px}.cc-input-group label{font-size:.8rem;color:#6b7280;font-weight:500}.cc-fake-input{border:1px solid #E5E7EB;border-radius:10px;padding:10px 15px;display:flex;align-items:center;gap:10px;color:#ff6b35;background:#fff}.cc-fake-input input{border:none;outline:none;width:100%;color:#374151;font-family:inherit;font-size:.9rem}.cc-quick-chips{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap}.cc-chip{padding:8px 16px;border-radius:20px;border:1px solid #E5E7EB;background:#fff;font-size:.85rem;color:#4b5563;cursor:pointer;transition:.2s}.cc-chip:hover,.cc-chip.active{background:#ff6b35;color:#fff;border-color:#ff6b35}.cc-info-msg{font-size:.9rem;color:#6b7280;border-top:1px dashed #E5E7EB;padding-top:15px}.cc-highlight{color:#ff6b35;font-weight:600}.cc-right-section{width:100%}.cc-payment-card{background:#fff;padding:25px;border-radius:16px;box-shadow:0 4px 20px #00000008;position:sticky;top:20px}.cc-pay-header{font-size:1.1rem;font-weight:700;margin:0 0 20px;color:#111}.cc-bill-row{display:flex;justify-content:space-between;margin-bottom:12px;font-size:.95rem;color:#6b7280}.cc-val{color:#111;font-weight:600}.cc-divider{border-top:1px dashed #E5E7EB;margin:20px 0}.cc-bill-total{display:flex;justify-content:space-between;font-weight:700;font-size:1.2rem;color:#111;margin-bottom:25px}.cc-payment-method{background:#fff0e5;padding:12px;border-radius:8px;display:flex;align-items:center;gap:10px;color:#4b5563;font-size:.9rem;margin-bottom:20px;font-weight:500}.cc-pay-confirm-btn{width:100%;background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;border:none;padding:16px;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;box-shadow:0 4px 15px #ff6b354d;transition:transform .1s}.cc-pay-confirm-btn:active{transform:scale(.98)}@media(max-width:900px){.cc-main-grid{grid-template-columns:1fr;gap:30px}.cc-page-wrapper{padding:20px}.cc-payment-card{position:static}}.topup-page,.topup-page *{margin:0;padding:0;box-sizing:border-box}.topup-page{min-height:100vh;width:100vw;background:linear-gradient(#feedd3,#ffe0b3);display:flex;flex-direction:column;align-items:center;overflow-x:hidden}.topup-title{font-size:63px;font-weight:800;color:#ff7043;margin-bottom:30px;line-height:71px;letter-spacing:1px;text-align:center}.balance-card{width:456px;height:168px;background:#ff7043;color:#ffe0b2;padding:30px 20px;border-radius:84px;text-align:center;margin-bottom:40px;font-weight:700;font-size:20px;display:flex;flex-direction:column;align-items:center;justify-content:center}.balance-card h2{font-size:73px;margin-top:14px;font-family:Plaster,cursive;line-height:54px;letter-spacing:-6px;font-weight:400;word-break:break-word}.topup-row{display:flex;gap:40px;margin-bottom:40px;justify-content:center;width:100%;max-width:900px}.addw{text-align:center;font-weight:700;font-size:22px;font-family:Poppins,sans-serif;display:flex;justify-content:center;align-items:center;margin-bottom:3px}.quick-add{width:420px;height:140px;background:#ff7043;padding:20px;border-radius:999px;color:#ffe0b2;display:flex;flex-direction:column;justify-content:center}.custom-amount{width:420px;height:140px;background:#ff7043;padding:10px;border-radius:84px;color:#ffe0b2;display:flex;justify-content:center;align-items:center;flex-direction:column}.amount-buttons{display:flex;gap:15px;font-family:Plaster,cursive;margin-top:15px;width:100%}.amount-buttons button{flex:1;height:64px;background:#ffe0b2;color:#ff7043;border:none;font-family:Plaster,cursive;font-size:32px;font-weight:400;cursor:pointer}.a200{border-radius:7px 0 7px 50px}.a500{border-radius:0}.a750{border-radius:0 7px 50px}.amount-buttons button:hover{background:#ff7043;color:#fff6e8}.custom-amount input{width:320px;font-size:26px;padding:12px;border-radius:25px;border:none;text-align:center;background-color:#ffe0b2;color:#ff7043;font-family:Plaster,cursive;outline:none}.amt-para{text-align:center;font-weight:700;font-size:22px;margin-bottom:12px;font-family:Poppins,sans-serif}.last-sec{display:flex;justify-content:center;align-items:center;margin-bottom:40px;gap:20px}.column-sec{display:flex;flex-direction:column;gap:0px}.scanner{display:flex;justify-content:flex-start;align-items:flex-start;margin-top:10px}.scanner img{height:275px;width:250px}.utr-wrapper{width:450px;height:130px;margin-bottom:10px;padding:20px 24px 28px;border-radius:8px 181px 8px 8px;background:#ff7043;box-shadow:0 10px 25px #f57c3a59}.utr-title{text-align:center;font-weight:800;letter-spacing:2px;color:#ffe0b2;margin-bottom:10px}.utr-input{width:100%;height:56px;border-radius:18px;border:none;outline:none;padding:0 18px;font-size:18px;letter-spacing:6px;text-align:center;color:#ff7043;background-color:#ffe0b2;font-weight:700}.utr-wrapper input{background-color:#ffe0b2;color:#ff7043;border-radius:8px 181px 8px 8px;height:70px;width:415px;margin-left:0}.utr-input::placeholder{color:#ff7043;text-align:center;letter-spacing:6px}.topup-submit-btn{display:flex;justify-content:center;align-items:center}.pay-btn{width:450px;height:130px;font-size:42px;font-weight:900;letter-spacing:3px;text-transform:uppercase;color:#ff7043;background:#ffe0b2;border:9px solid #FF7043;border-radius:8px 8px 181px;cursor:pointer;box-shadow:0 12px 30px #f57c3a59;transition:all .25s ease}.pay-btn:hover{background:linear-gradient(135deg,#ffe2bf,#ffd2a3);transform:translateY(-3px)}.pay-btn:active{transform:scale(.96)}@media(max-width:950px){.topup-title{font-size:40px;line-height:1.2}.topup-row{flex-direction:column;align-items:center;gap:30px}.balance-card,.quick-add,.custom-amount,.pay-btn{width:100%;max-width:456px}.balance-card{height:auto;min-height:150px;padding:30px}.balance-card h2{font-size:50px;letter-spacing:-3px}.pay-btn{height:120px;font-size:45px;padding:15px 20px;border-radius:60px}.arrow-circle{width:60px;height:60px;min-width:60px}.arrow{width:20px;height:20px}.quick-add,.custom-amount{height:auto;padding:25px 15px;border-radius:50px}.custom-amount input{width:100%;max-width:300px}.amount-buttons button{height:50px;font-size:24px}.last-sec{flex-direction:column}.pay-btn,.utr-wrapper{width:100%;width:370px;border-radius:50px}.utr-wrapper input{width:100%;max-width:350px;border-radius:50px}}*{margin:0;padding:0}body{background-color:#292929}.cont{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center}.admin-header{height:80px;display:flex;justify-content:center;align-items:center;text-transform:uppercase;font-family:Arial,Helvetica,sans-serif}.admin-header h1{color:#fff;letter-spacing:1px;font-weight:500;padding-top:8px;text-decoration:2px underline}.red-i{color:red}.req-act{display:flex;flex-direction:column;justify-content:space-around;width:100%;height:auto;gap:1px}.req,.activity{width:64vw;height:42vh;margin:10px auto;color:#fff;background-color:#5e5e5e;display:flex;flex-direction:column;overflow-y:scroll}.incom-para{font-size:20px;padding:7px;text-decoration:1.5px underline;margin-left:17px}.main-req-row{display:flex;flex-direction:column;gap:10px;align-items:center}.req-row{width:95%;height:55px;background-color:#292929;display:grid;grid-template-columns:2fr 1.5fr 1.5fr 2fr 1.5fr;align-items:center;margin:0 auto;border-radius:8px}.req-row>span{width:100%;position:relative;text-align:center;padding:10px 0}.req-row span:not(:last-child):after{content:"";position:absolute;right:0;top:15%;height:70%;width:2px;background-color:#5e5e5e;border-radius:5px}.action-buttons{display:flex;align-items:center;gap:10px;justify-content:center}.btn{border:none;outline:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:bolder;color:#fff}.reject{width:37px;height:37px;background-color:#e7000b;border-radius:50%}.accept{width:70px;height:34px;background-color:#44c473;border-radius:31px}.red-circle{width:30px;height:30px;background-color:#e7000b;border-radius:50%;display:inline-block;margin-left:10px}.user-cell{display:flex;align-items:center;gap:20px}.rejected{background-color:#e7000b;border-radius:31px;height:30px;padding:0 15px;width:fit-content;margin-top:0;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600}.accepted{background-color:#44c473;border-radius:31px;height:30px;padding:0 15px;width:fit-content;margin-top:0;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600}.rejected1{display:flex;justify-content:center;align-items:center}.stats-panel{display:flex;flex-direction:column;gap:22px}.stat-card{background:#5e5e5e;padding:14px;border-radius:10px;width:300px;height:115px}.stat-inner{background:#292929;border-radius:8px;padding:0 19px;display:flex;align-items:center;justify-content:space-between}.stat-title{color:#fff;font-size:18px;letter-spacing:2px;line-height:1.4;text-transform:uppercase}.stat-number{color:#fff;font-size:52px;font-weight:500}.dashboard-body{width:100%;display:flex;gap:30px;padding:0 40px;align-items:flex-start}.donut-wrapper{width:280px;height:280px;display:flex;align-items:center;justify-content:center}.donut{width:260px;height:260px;border-radius:50%;display:flex;align-items:center;justify-content:center}.donut-center{width:140px;height:140px;background:#292929;border-radius:50%;display:flex;align-items:center;justify-content:center}.donut-value{color:#44c473;font-size:36px;font-weight:600}.left-row{display:flex;flex-direction:column;gap:20px;align-items:center}@media(max-width:768px){.cont{height:auto;min-height:100vh;padding-bottom:50px;overflow-x:hidden}.admin-header h1{font-size:22px;padding-top:20px}.dashboard-body{display:flex;flex-direction:column;width:100%;padding:10px;gap:30px;align-items:center;box-sizing:border-box}.req-act{width:100%;display:flex;flex-direction:column;align-items:center;gap:20px}.req,.activity{width:95%;height:350px;margin:0;max-height:none;overflow-x:scroll;-webkit-overflow-scrolling:touch}.left-row{width:100%;display:flex;flex-direction:column;align-items:center;gap:30px}.stats-panel{width:95%;display:flex;flex-direction:column;align-items:center;gap:15px}.stat-card{width:100%;max-width:none;height:auto;padding:15px;box-sizing:border-box}.stat-inner{padding:0 10px}.stat-title{font-size:16px}.stat-number{font-size:40px}.donut-wrapper{width:100%;display:flex;justify-content:center;margin-top:10px}}.shopdashboardd-page-wrapper *{margin:0;padding:0;box-sizing:border-box}.shopdashboardd-page-wrapper{background-image:linear-gradient(to left,#ffedd5,#ffe0b2f0);font-family:Poppins,sans-serif;overflow-x:hidden;width:100%;position:absolute;top:0;left:0;min-height:100vh;display:flex;flex-direction:column}.shopdashboardd-page-wrapper .header{position:sticky;top:0;height:64px;width:100%;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:space-between;padding:0 40px;box-shadow:0 4px 25px #0000000a;z-index:1000}.shopdashboardd-page-wrapper .rows,.shopdashboardd-page-wrapper .logos{display:flex;align-items:center;gap:25px;flex-direction:row}.shopdashboardd-page-wrapper .line{width:1.5px;height:45px;background-color:#ff6f4354}.shopdashboardd-page-wrapper .paras{display:flex;flex-direction:column;gap:1px}.shopdashboardd-page-wrapper .paras .snack{font-size:18px;font-weight:250;color:#000}.shopdashboardd-page-wrapper .paras .shop{font-size:14px;font-weight:300;color:#ff7043;margin-left:33px}.shopdashboardd-page-wrapper .profile-icon{width:45px;height:45px;background-color:#ff7043;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #ff70434d}.shopdashboardd-page-wrapper .body{margin-top:20px;padding:10px}.shopdashboardd-page-wrapper .real{color:#ff7043}.shopdashboardd-page-wrapper .body .paras{display:flex;flex-direction:column;gap:7px;font-size:large}.shopdashboardd-page-wrapper .boxes{display:flex;flex-direction:row;overflow-x:scroll;gap:50px;margin-top:30px;height:100px;width:100%;align-items:center;justify-content:center;-ms-overflow-style:none;scrollbar-width:none}.shopdashboardd-page-wrapper .boxes::-webkit-scrollbar{display:none}.shopdashboardd-page-wrapper .box{height:88px;width:275px;border-radius:14px;background-color:#fff;justify-content:center;align-items:center}.shopdashboardd-page-wrapper .boxes .box1,.box2,.box3{box-shadow:0 4px 10px #ff704333;display:flex;flex-direction:row;gap:5px}.shopdashboardd-page-wrapper .boxes .innerpara{display:flex;flex-direction:column;gap:2px;padding:1px 10px;justify-content:flex-start;font-size:17px;font-weight:300}.shopdashboardd-page-wrapper .boxes .price{font-size:26px;font-weight:600;color:#ff7043}.shopdashboardd-page-wrapper .boxes .inner-logo{display:flex;align-items:center;justify-content:center;height:55px;width:55px;border-radius:14px;background-color:#fff1def0;cursor:pointer}.shopdashboardd-page-wrapper .para-neworder{font-size:22px;font-weight:600;margin-left:60px;margin-top:30px}.shopdashboardd-page-wrapper .cards{display:flex;align-items:center;justify-content:center;gap:30px;padding:20px 0;overflow-x:scroll;flex-direction:column;-ms-overflow-style:none;scrollbar-width:none}.shopdashboardd-page-wrapper .cards::-webkit-scrollbar{display:none}.shopdashboardd-page-wrapper .cards .card{height:340px;width:80%;min-width:70%;flex-shrink:0;background-color:#fff;border-radius:14px;box-shadow:0 4px 10px #ff704333}.shopdashboardd-page-wrapper .cards .card .card-head{display:flex;align-items:center;justify-content:space-between;font-size:20px;font-weight:300;padding:15px 20px;border-bottom:1.5px solid rgba(128,128,128,.096);color:#ff7043}.shopdashboardd-page-wrapper .cards .card .tym{font-size:16px;font-weight:200;color:gray}.shopdashboardd-page-wrapper .cards .card .row{display:flex;align-items:center;justify-content:space-between;gap:5px}.shopdashboardd-page-wrapper .cards .card .name{font-size:18px;font-weight:400;display:flex;align-items:center;gap:9px;padding:10px 20px}.shopdashboardd-page-wrapper .cards .card .order-items{display:flex;flex-direction:column;align-items:flex-start;height:100px;width:95%;padding:0 15px;background-color:#fff1def0;border-radius:15px;box-shadow:0 4px 10 #ff704333;margin-left:23px;overflow-y:scroll}.shopdashboardd-page-wrapper .cards .card .order-items .para{padding:10px 0;font-size:17px;font-weight:400;color:#ff7043}.shopdashboardd-page-wrapper .cards .card .order-items .dish-nam{display:flex;flex-direction:column;gap:1px}.shopdashboardd-page-wrapper .cards .card .price{font-size:20px;font-weight:500;color:#ff7043;display:flex;align-items:flex-start;padding:14px 25px}.shopdashboardd-page-wrapper .cards .card .butt{display:flex;align-items:center;justify-content:center;gap:10px}.shopdashboardd-page-wrapper .cards .card .butt button{height:50px;width:45%;border-radius:10px;border:none;background-color:#ff7043;color:#fff;font-size:18px;font-weight:500;cursor:pointer;box-shadow:0 4px 10px #ff70434d}.shopdashboardd-page-wrapper .cards .card .butt .decline{background-color:#fff;border:1px solid #FF7043;color:#ff7043}.sidebar{position:fixed;top:64px;left:-260px;width:260px;height:calc(100vh - 64px);background:#fff3e0;box-shadow:4px 0 20px #00000014;padding:20px;transition:left .3s ease;z-index:999}.sidebar.open{left:0}.side-item{padding:12px 16px;border-radius:8px;cursor:pointer;font-weight:500;color:#444}.side-item.active{background:#ff7043;color:#fff}@media(max-width:768px){.shopdashboardd-page-wrapper .header{padding:0 20px}.shopdashboardd-page-wrapper .boxes{flex-direction:column;height:auto;gap:20px;margin-top:20px}.shopdashboardd-page-wrapper .box{width:90%;max-width:320px}.shopdashboardd-page-wrapper .cards .card{width:90%;min-width:90%}.shopdashboardd-page-wrapper .cards .card .butt{flex-direction:column;gap:10px;width:100%;padding:0 20px 20px}.shopdashboardd-page-wrapper .cards .card .butt button{width:100%;height:45px;margin:0}.shopdashboardd-page-wrapper .paras .shop{display:none}}
