.app{padding-top:25vh}.toast{font-size:12px;padding:16px 24px;max-width:300px}.missingTableId{font-size:20px}.navbar{position:fixed;top:15vh;left:0;height:10vh;width:100%;background:#fff;z-index:1;display:flex;align-items:center;padding:10px 16px;box-sizing:border-box;overflow-x:hidden;gap:15px}.categories{flex:1;overflow-x:auto;-webkit-overflow-scrolling:touch}.categories ul{display:flex;gap:10px;list-style:none;white-space:nowrap;padding:0;margin:0}.cart{flex:0 0 10%;display:flex;justify-content:flex-end;align-items:center}.header{position:fixed;top:0;left:0;width:100%;z-index:2}.backgroundImage{position:relative}.backgroundImage img{height:15vh;width:100vw}.title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.title h1{font-family:Arial,Helvetica,sans-serif;font-size:24px;font-weight:600;color:#fff;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.FoodItems{display:flex;height:15vh;width:100%;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-bottom:12px;padding:8px;box-sizing:border-box;gap:3vw}.FoodItemsInfo{flex:.6;display:flex;flex-direction:column;color:#000;font-family:Arial,Helvetica,sans-serif}.FoodItemsInfo h2{font-size:14px;font-weight:600;margin:0 0 4px}.FoodItemsInfo .description{font-size:12px;margin:0;color:#555;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;display:box;box-orient:vertical;line-clamp:2;overflow:hidden;text-overflow:ellipsis}.FoodItemsInfo .price{font-size:12px;margin:0;color:#555}.FoodItemsImg{flex:.4;display:flex;align-items:center;justify-content:center}.FoodItemsImg img{width:100%;height:90%;object-fit:cover;border-radius:12px}a{text-decoration:none}.foodDisplay{display:flex;flex-direction:column;padding:0 16px}.items{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:1rem 0}.featuredItems{padding:1rem 0}.items>*{flex:0 0 auto;min-width:200px}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1}.modal-content{background-color:#fff;padding:2rem;max-height:90vh;overflow-y:auto;border-radius:12px;box-shadow:0 0 10px #0000004d;width:90%;max-width:600px;position:relative}.allFoodItems{gap:20px}.ItemDetails{position:relative;max-width:480px;margin:0 auto;padding:16px;font-family:Arial,sans-serif;color:#333;background:#fff;box-sizing:border-box;margin-top:15vh}.basciInfo{display:flex;gap:16px;margin-bottom:20px;align-items:flex-start}.image{flex:0 0 40%}.image img{width:100%;height:auto;border-radius:8px;object-fit:cover}.details{flex:1;display:flex;flex-direction:column;justify-content:center}.details p{margin:6px 0;font-size:1rem}.details p:first-child{font-family:Arial,sans-serif;font-weight:700;font-size:1.25rem}.details p:nth-child(2){color:gray;font-weight:600}.customize,.AddOns{margin-bottom:20px}.AddOns p{font-weight:600;margin-bottom:8px;font-size:1rem}.addon{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;border:1px solid #ddd;border-radius:6px;padding:8px 12px;background:#f9f9f9}.addon p{margin:0;font-size:.9rem}.addon p:nth-child(1){flex:2}.addon p:nth-child(2),.addon p:nth-child(3){cursor:pointer;flex:0 0 24px;text-align:center;background:#eee;border-radius:4px;-webkit-user-select:none;user-select:none;font-weight:700;font-size:1.2rem;line-height:1}.addon p:nth-child(3){margin-left:8px}.addon p:nth-child(4){flex:0 0 24px;text-align:center;font-weight:600;font-size:1rem}.Note p{font-weight:600;margin-bottom:6px;font-size:1rem}.Note textarea{width:100%;min-height:70px;padding:8px 12px;border:1px solid #ccc;border-radius:6px;font-size:1rem;resize:vertical;font-family:inherit}.placeOrder{display:flex;flex-direction:column;gap:12px}.placeOrder .react-select__control{font-size:1rem}.placeOrder button{background-color:#27ae60;color:#fff;padding:12px 0;border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;width:100%}.placeOrder button:disabled{background-color:#aaa;cursor:not-allowed}.placeOrder button:not(:disabled):hover{background-color:#219150}.close-btn{position:absolute;top:0;right:0;background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:#333}@media (max-width: 360px){.basciInfo{flex-direction:column}.image{flex:none;width:100%;margin-bottom:12px}}.food-image{max-width:100%;max-height:200px;width:auto;height:auto;object-fit:cover;border-radius:10px}.cartitem{display:flex;flex-direction:column;border:1px solid #ddd;padding:12px;margin:10px;border-radius:8px;background-color:#fff}.cartitem-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.cartitem-top img{width:80px;height:80px;object-fit:cover;border-radius:8px}.cartitem-info{margin-left:auto;text-align:right;display:flex;flex-direction:column;gap:4px}.cartitem-info .quantity{width:100px;display:flex;gap:3px;align-items:center;justify-content:space-between}.cartitem-info p{margin:0;font-size:14px;color:#333}.cartitem-addons{font-size:13px;color:#666;margin-top:6px}.cartitem-note{font-size:13px;color:#444;margin-top:6px;font-style:italic}
