@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--white: #ffffff;--black: #333333;--gray-dark: #4B5563;--gray-light: #f0f2f5;--gray-border: #ddd;--gray-muted: #888;--overlay-bg: rgba(0, 0, 0, .5);--primary: #578DD9AD;--primary-text: #578DD9AD;--primary-hover: #75a4d0;--accent: #EF505F;--accent-alt: #ff8c00;--accent-muted: #F26004A6;--success: #28a745;--success-alt: #009900;--danger: #dc3545;--danger-alt: #FF2C2C;--blue-dark: #0015B8D9;--font-base: "Inter", sans-serif;--font-lg: 1.5rem;--font-md: 1.2rem;--font-sm: .9rem;--radius-sm: 8px;--radius-md: 9px;--radius-lg: 10px;--shadow-sm: 0 4px 6px rgba(0, 0, 0, .05);--shadow-md: 0 4px 10px rgba(0, 0, 0, .1);--shadow-lg: 0 4px 6px rgba(0, 0, 0, .1)}._liveOrderContainer_1p0hd_42{padding:1.5rem;padding-top:0}._contentHeader_1p0hd_47{display:flex;justify-content:space-between;align-items:center;padding:1rem}._title_1p0hd_55{font-family:var(--font-base);font-size:var(--font-lg);font-weight:600;color:var(--black)}._statusTabs_1p0hd_63{display:flex;align-items:center;border-radius:var(--radius-sm);overflow:hidden;box-shadow:var(--shadow-lg)}._statusTab_1p0hd_63{font-family:var(--font-base);padding:10px 20px;background-color:transparent;border:none;color:var(--gray-dark);font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative;white-space:nowrap}._statusTab_1p0hd_63:after{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%);width:1px;height:60%;background-color:var(--primary-hover)}._statusTab_1p0hd_63:last-child:after{display:none}._activeTab_1p0hd_101{color:#ef505f}._ordersGrid_1p0hd_106{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}._orderCard_1p0hd_113{background-color:var(--white);border-radius:var(--radius-md);padding:1.5rem;box-shadow:var(--shadow-sm);border:1px solid #578DD9AD;position:relative}._cardHeader_1p0hd_123{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #578DD9AD;padding-bottom:1rem;margin-bottom:1rem}._tableNumber_1p0hd_132{font-size:18px;font-weight:600;color:var(--gray-dark);font-style:bold}._cardActions_1p0hd_139{display:flex;align-items:center;gap:1rem}._timeInfo_1p0hd_145{display:flex;align-items:center;gap:.25rem;color:var(--success-alt)}._timeIcon_1p0hd_152{color:var(--black)}._delayText_1p0hd_156{color:var(--danger-alt)}._actionIcon_1p0hd_160{color:var(--gray-muted);cursor:pointer;transition:color .2s ease}._actionIcon_1p0hd_160:hover{color:var(--black)}._orderStatus_1p0hd_169{padding:.25rem .75rem;font-size:1rem;font-weight:600}._New_Order_1p0hd_176{color:var(--blue-dark)}._Preparing_1p0hd_177{color:var(--success-alt)}._Delay_1p0hd_178{color:var(--danger-alt)}._Item_Served_1p0hd_179{color:var(--success-alt)}._orderList_1p0hd_182{list-style:none;padding:0;margin:0}._checkbox_1p0hd_188{border-color:var(--primary)}._orderItem_1p0hd_192{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #578DD91A}._orderItem_1p0hd_192:last-child{border-bottom:none}._itemName_1p0hd_203{flex-grow:1;padding-left:1rem}._itemStatus_1p0hd_208{font-size:var(--font-sm);font-weight:500}._Pending_1p0hd_214{color:var(--primary-text)}._Cooking_1p0hd_215{color:var(--accent-muted)}._Ready_1p0hd_216{color:var(--success-alt)}._modalOverlay_1p0hd_219{position:fixed;inset:0;background-color:var(--overlay-bg);display:flex;justify-content:center;align-items:center;z-index:2000}._modalContent_1p0hd_229{background-color:var(--white);padding:2rem;border-radius:var(--radius-lg);width:90%;max-width:600px;box-shadow:var(--shadow-md);animation:_fadeIn_1p0hd_1 .3s ease-out}._modalHeader_1p0hd_239{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:1rem;margin-bottom:1rem}._modalHeader_1p0hd_239 h2{font-size:var(--font-lg);font-weight:600}._closeModal_1p0hd_253{cursor:pointer;font-size:1.5rem;color:var(--gray-muted)}._modalBody_1p0hd_259{margin-bottom:1rem}._modalOrderList_1p0hd_263{list-style:none;padding:0;margin:0}._modalOrderItem_1p0hd_269{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}._modalOrderItem_1p0hd_269 input[type=text]{flex-grow:1;padding:.5rem;border:1px solid var(--gray-border);border-radius:var(--radius-lg)}._modalOrderItem_1p0hd_269 select{padding:.5rem;border:1px solid var(--gray-border);border-radius:var(--radius-lg)}._deleteItemIcon_1p0hd_289{cursor:pointer;color:var(--danger);font-size:1.2rem}._addItemSection_1p0hd_295{display:flex;gap:.5rem;margin-top:1rem}._addItemSection_1p0hd_295 input{flex-grow:1;padding:.5rem;border:1px solid var(--gray-border);border-radius:var(--radius-lg)}._addItemSection_1p0hd_295 button{background-color:var(--accent-alt);color:var(--white);border:none;padding:.5rem 1rem;border-radius:var(--radius-lg);cursor:pointer}._modalFooter_1p0hd_317{display:flex;justify-content:flex-end;gap:1rem;border-top:1px solid #eee;padding-top:1rem}._saveBtn_1p0hd_325,._cancelBtn_1p0hd_326{padding:.75rem 1.5rem;border-radius:var(--radius-lg);cursor:pointer;font-weight:600;border:none}._saveBtn_1p0hd_325{background-color:var(--success);color:var(--white)}._cancelBtn_1p0hd_326{background-color:var(--gray-light);color:var(--black)}@keyframes _fadeIn_1p0hd_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){._ordersGrid_1p0hd_106{grid-template-columns:1fr}}@media (max-width: 768px){._contentHeader_1p0hd_47{flex-direction:column;align-items:flex-start;gap:1rem}._modalContent_1p0hd_229{width:95%}}._overlay_1p0hd_372{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000}._popupCard_1p0hd_385{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:80vh;overflow-y:auto;box-shadow:0 4px 15px #0003;padding:1rem;position:relative}._popupOrderList_1p0hd_397{max-height:60vh;overflow-y:auto;padding-right:.5rem}._closeBtn_1p0hd_403{display:block;margin:1rem auto 0;padding:.5rem 1rem;background:#ef505f;color:#fff;border:none;border-radius:6px;cursor:pointer}._viewMore_1p0hd_414{cursor:pointer;color:#ef505f;font-weight:500;margin-top:.5rem}._requestPopup_1p0hd_420{max-width:400px;width:90%;background:#fff;border-radius:12px;padding:20px;box-shadow:var(--shadow-lg, 0 6px 20px rgba(0, 0, 0, .2));text-align:center}._requestPopup_1p0hd_420 h3{margin-top:0;font-size:18px;color:var(--text-dark, #333)}._infoButton_1p0hd_435{position:absolute;bottom:10px;right:10px;width:26px;height:26px;border-radius:50%;background:var(--primary-orange, #ef505f);color:#fff;border:none;font-weight:700;font-size:15px;cursor:pointer;animation:_blink_1p0hd_1 1.5s infinite;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md, 0 4px 8px rgba(0, 0, 0, .15))}@keyframes _blink_1p0hd_1{0%{opacity:1}50%{opacity:.5}to{opacity:1}}._modalOverlay_1i0hl_2{position:fixed;inset:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;font-family:Inter,sans-serif;padding:1rem}._modalContent_1i0hl_17{background-color:#f3f4f6;padding:1rem;border-radius:12px;width:50%;max-width:750px;max-height:90vh;box-shadow:0 10px 25px #0000001a;display:flex;flex-direction:column;gap:1.25rem;overflow:hidden}._modalHeader_1i0hl_31{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}._modalHeader_1i0hl_31 h2{font-size:1.4rem;font-weight:600;margin:0;color:#2d3748;text-align:center;flex:1}._closeModal_1i0hl_48{cursor:pointer;color:#a0aec0;transition:color .2s;width:24px;height:24px}._closeModal_1i0hl_48:hover{color:#4a5568}._modalBody_1i0hl_61{flex:1;overflow:hidden;display:flex;flex-direction:column;gap:1rem}._tableWrapper_1i0hl_70{width:100%;overflow-x:auto;overflow-y:auto;max-height:55vh;border-radius:8px;border:1px solid #e2e8f0}._itemTable_1i0hl_80{border-collapse:collapse;text-align:center;width:auto;min-width:500px;margin:0 auto;table-layout:fixed}._itemTable_1i0hl_80 th,._itemTable_1i0hl_80 td{padding:.6rem .5rem;border-bottom:1px solid #e2e8f0;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._itemTable_1i0hl_80 th:nth-child(1),._itemTable_1i0hl_80 td:nth-child(1){min-width:140px;max-width:200px;text-align:left;padding-left:.6rem}._itemTable_1i0hl_80 th:nth-child(2),._itemTable_1i0hl_80 td:nth-child(2){width:100px}._itemTable_1i0hl_80 th:nth-child(3),._itemTable_1i0hl_80 td:nth-child(3){width:110px}._itemTable_1i0hl_80 th:nth-child(4),._itemTable_1i0hl_80 td:nth-child(4){width:70px}._itemTable_1i0hl_80 th{font-weight:600;color:#4a5568;text-transform:uppercase;font-size:.75rem;border-bottom:2px solid #578DD9AD;position:sticky;top:0;z-index:1}._itemTable_1i0hl_80 tr:hover{background-color:#f9fafb}._quantityControls_1i0hl_139{display:inline-flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 2px 8px #578dd940;border:1px solid #FDFDFD;border-radius:7px;padding:2px}._qtyValue_1i0hl_150{font-size:14px;font-weight:600;background-color:#ebebeb;border-radius:4px;display:flex;align-items:center;justify-content:center;min-width:22px;padding:2px 4px}._quantityBtn_1i0hl_162{background:#fff;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px}._quantityBtn_1i0hl_162:hover{background-color:#cbd5e0}._statusSelect_1i0hl_179,._statusDropdown_1i0hl_180{width:100%;min-width:80px;padding:.35rem;border:1px solid #cbd5e0;border-radius:6px;font-size:.8rem;background:#fff}._statusOption_1i0hl_190{padding:.4rem 0}._actionIcons_1i0hl_195{display:flex;justify-content:center;align-items:center;gap:.25rem}._addItemSection_1i0hl_203{display:flex;justify-content:flex-end}._addMoreBtn_1i0hl_208{display:inline-flex;gap:8px;align-items:center;background:#fff;border:1px solid rgba(6,78,59,.06);padding:8px 12px;border-radius:10px;cursor:pointer;font-weight:600;color:#ef505f;box-shadow:0 4px 8px #e254040f}._modalFooter_1i0hl_225{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e2e8f0}._footerBtns_1i0hl_233{display:flex;gap:14px;justify-content:space-evenly}._totalAmount_1i0hl_239{font-size:1.2rem;font-weight:700;color:#2d3748}._saveBtn_1i0hl_245,._cancelBtn_1i0hl_246{padding:6px 14px;border-radius:7px;cursor:pointer;font-weight:600;border:none;transition:background-color .2s}._saveBtn_1i0hl_245{background-color:#4d6688;color:#fff}._saveBtn_1i0hl_245:hover{background-color:#3182ce}._cancelBtn_1i0hl_246{background-color:#e2e8f0;color:#2d3748}._cancelBtn_1i0hl_246:hover{background-color:#cbd5e0}@media (max-width: 600px){._modalContent_1i0hl_17{padding:.8rem;width:90%}._modalHeader_1i0hl_31 h2{font-size:1.1rem}._itemTable_1i0hl_80{min-width:400px;font-size:.75rem}._itemTable_1i0hl_80 th,._itemTable_1i0hl_80 td{padding:.4rem}._quantityBtn_1i0hl_162{width:20px;height:20px}._qtyValue_1i0hl_150{font-size:12px;min-width:18px}}._disabledBtn_1i0hl_305{background-color:#f3f4f6;color:#9aa2ad;border:1px solid #e6e9ec;opacity:.65;box-shadow:none;cursor:not-allowed;pointer-events:none;transition:none}button:disabled,button[disabled]{background-color:#f3f4f6;color:#9aa2ad;border-color:#e6e9ec;opacity:.65;cursor:not-allowed;box-shadow:none;pointer-events:none}button:disabled:hover,button:disabled:focus{outline:none;transform:none}._disabledBtnInset_1i0hl_338{background-color:#fbfbfc;border:1px dashed #eceff1;color:#9aa2ad}._disabledText_1i0hl_345{color:#9aa2ad;opacity:.9;pointer-events:none;-webkit-user-select:none;user-select:none}._quantityBtn_1i0hl_162:focus:not(:disabled),._dropdownInput_1i0hl_354:focus:not(:disabled){box-shadow:0 0 0 3px #5c93ff1f;outline:none}._quantityBtn_1i0hl_162._disabledBtn_1i0hl_305,button:disabled._quantityBtn_1i0hl_162{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center}._closeButton_1i0hl_368{background:none;border:0;padding:6px;cursor:pointer;border-radius:8px;transition:transform .18s ease,background .12s}._closeButton_1i0hl_368:hover{transform:rotate(90deg);background:#0000000a}._headerTop_1i0hl_378{display:flex;justify-content:space-between;align-items:flex-start}._deleteIcon_1i0hl_384{background:none;border:0;cursor:pointer;border-radius:8px;transition:transform .18s ease,background .12s}._iconSmall_1i0hl_391{border:none;background:none;cursor:pointer}._loaderContainer_1agyc_2{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100%;position:fixed;top:0;left:0;background-color:#fffc;z-index:9999}._spinner_1agyc_16{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #F25404;border-radius:50%;animation:_spin_1agyc_16 1s linear infinite}._message_1agyc_25{margin-top:1rem;font-size:1rem;color:#555;font-weight:500}@keyframes _spin_1agyc_16{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--modal-overlay-bg: rgba(0, 0, 0, .6);--modal-bg: #ffffff;--modal-border: #e2e8f0;--modal-shadow: rgba(0, 0, 0, .1);--text-dark: #2d3748;--text-muted: #a0aec0;--text-hover: #4a5568;--input-border: #cbd5e0;--input-bg: #ffffff;--quantity-bg: #e2e8f0;--quantity-hover: #cbd5e0;--btn-save-bg: #EF505F;--btn-save-hover: #3182ce;--btn-save-disabled: #a0aec0;--btn-cancel-bg: #e2e8f0;--btn-cancel-hover: #cbd5e0;--font-family: "Inter", sans-serif;--header-title-size: 1.5rem;--header-title-size-mobile: 1.25rem;--input-font-size: 1rem;--input-font-size-mobile: .9rem;--modal-padding: 1rem;--modal-padding-mobile: 1.2rem;--modal-gap: 1.5rem;--body-gap: 1rem;--input-padding: .6rem;--input-padding-mobile: .5rem;--quantity-gap: .5rem;--footer-gap: 1rem;--footer-padding-top: 1rem;--modal-radius: 8px;--input-radius: 6px;--btn-radius: 7px;--quantity-btn-size: 28px;--quantity-input-width: 50px;--font-bold: 600}._modalOverlay_5zp3a_58{position:fixed;inset:0;background-color:var(--modal-overlay-bg);display:flex;justify-content:center;align-items:center;z-index:1000;font-family:var(--font-family)}._modalContent_5zp3a_69{background:var(--modal-bg);padding:var(--modal-padding);border-radius:var(--modal-radius);width:80%;max-width:500px;box-shadow:0 10px 25px var(--modal-shadow);display:flex;flex-direction:column;gap:var(--modal-gap)}._modalHeader_5zp3a_82{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid var(--modal-border)}._modalHeader_5zp3a_82 h2{font-size:var(--header-title-size);margin:0;color:var(--text-dark)}._closeModal_5zp3a_94{cursor:pointer;color:var(--text-muted);width:24px;height:24px;transition:color .2s}._closeModal_5zp3a_94:hover{color:var(--text-hover)}._modalBody_5zp3a_104{display:flex;flex-direction:column;gap:var(--body-gap)}._selectWrapper_5zp3a_111{width:100%;max-width:100%;overflow:visible;box-sizing:border-box}._selectInput_5zp3a_118{width:100%;max-width:100%;padding:var(--input-padding);border:1px solid var(--input-border);border-radius:var(--input-radius);background:var(--input-bg);font-size:var(--input-font-size);cursor:pointer;box-sizing:border-box}._selectInput_5zp3a_118 option{white-space:normal;word-break:break-word;max-width:100vw}._quantityControl_5zp3a_136{display:flex;align-items:center;gap:var(--quantity-gap)}._quantityInput_5zp3a_141{width:var(--quantity-input-width);padding:.5rem;border:1px solid var(--input-border);border-radius:var(--input-radius);text-align:center}._noArrow_5zp3a_148::-webkit-inner-spin-button,._noArrow_5zp3a_148::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._noArrow_5zp3a_148{-moz-appearance:textfield}._quantityBtn_5zp3a_155{background:var(--quantity-bg);border:none;width:var(--quantity-btn-size);height:var(--quantity-btn-size);border-radius:50%;cursor:pointer;display:flex;justify-content:center;align-items:center}._quantityBtn_5zp3a_155:hover{background:var(--quantity-hover)}._modalFooter_5zp3a_171{display:flex;justify-content:flex-end;gap:var(--footer-gap);border-top:1px solid var(--modal-border);padding-top:var(--footer-padding-top)}._saveBtn_5zp3a_178,._cancelBtn_5zp3a_178{padding:6px 14px;border-radius:var(--btn-radius);font-weight:var(--font-bold);cursor:pointer;border:none}._saveBtn_5zp3a_178{background:var(--btn-save-bg);color:#fff}._saveBtn_5zp3a_178:hover:not(:disabled){background:var(--btn-save-hover)}._saveBtn_5zp3a_178:disabled{background:var(--btn-save-disabled);cursor:not-allowed}._cancelBtn_5zp3a_178{background:var(--btn-cancel-bg);color:var(--text-dark)}._cancelBtn_5zp3a_178:hover{background:var(--btn-cancel-hover)}@media (max-width: 768px){._modalContent_5zp3a_69{padding:var(--modal-padding-mobile)}._modalHeader_5zp3a_82 h2{font-size:var(--header-title-size-mobile)}._selectInput_5zp3a_118{font-size:var(--input-font-size-mobile);padding:var(--input-padding-mobile)}}._dropdown_hzb61_2{position:relative;width:100%;font-family:Inter,sans-serif}._dropdownInput_hzb61_9{width:100%;padding:.7rem 2.5rem .7rem 1rem;border:1px solid #cbd5e0;border-radius:8px;background:#fff;font-size:1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .25s ease}._dropdownInput_hzb61_9:hover{border-color:#ef505f}._dropdownInput_hzb61_9:focus{outline:none;border-color:#ef505f;box-shadow:0 0 0 3px #ef505f26}._disabled_hzb61_33{background:#f9fafb;color:#a0aec0;cursor:not-allowed}._labelText_hzb61_40{flex:1;color:#6b7280;text-align:left}._selectedText_hzb61_46{color:#111827}._arrow_hzb61_51{position:absolute;right:1rem;top:50%;width:.6rem;height:.6rem;border-right:2px solid #475569;border-bottom:2px solid #475569;transform:translateY(-50%) rotate(45deg);transition:transform .2s ease}._arrow_hzb61_51._up_hzb61_63{transform:translateY(-50%) rotate(-135deg)}._dropdownMenu_hzb61_68{position:absolute;top:calc(100% + 6px);left:0;width:100%;max-height:240px;overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 6px 16px #00000014;z-index:9999;animation:_fadeIn_hzb61_1 .2s ease}._dropdownItem_hzb61_84{padding:.65rem 1rem;font-size:.95rem;cursor:pointer;transition:background .15s,color .15s;color:#374151}._dropdownItem_hzb61_84:hover{background:#f3f4f6}._dropdownItem_hzb61_84._active_hzb61_97{background:#fee2e2;color:#b91c1c;font-weight:600}._dropdownItem_hzb61_84._highlighted_hzb61_103{background:#f9fafb;border-left:3px solid #ef505f}._emptyText_hzb61_109{padding:.8rem 1rem;font-size:.9rem;color:#9ca3af;text-align:center}@keyframes _fadeIn_hzb61_1{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}._dropdownMenu_hzb61_68::-webkit-scrollbar{width:6px}._dropdownMenu_hzb61_68::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}@media (max-width: 600px){._dropdownInput_hzb61_9{font-size:.9rem;padding:.6rem 2rem .6rem .8rem}._dropdownItem_hzb61_84{font-size:.9rem}}._dropdownMenuPortal_hzb61_148{max-height:240px;overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 6px 16px #00000014;z-index:2147483647;animation:_fadeIn_hzb61_1 .12s ease}._confirmOverlay_vn2sv_1{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}._confirmBox_vn2sv_14{background:#fff;border-radius:12px;padding:24px;width:320px;text-align:center;box-shadow:0 4px 20px #00000026}._confirmButtons_vn2sv_23{display:flex;justify-content:center;gap:16px;margin-top:20px}._cancelBtn_vn2sv_30{background:#ccc;border:none;padding:8px 16px;border-radius:8px;cursor:pointer}._confirmBtn_vn2sv_38{background:#ef505f;color:#fff;border:none;padding:8px 16px;border-radius:8px;cursor:pointer}:root{--primary: #EF505F;--primary-blue: #4D6688;--primary-green: #009900;--secondary-gray: #323232;--text-dark: #141B34;--text-gray: #555;--text-light: #6B7280;--bg-white: #FFFFFF;--bg-light: #F2F6FC;--bg-light-gray: #f0f2f5;--border-color: #578DD9AD;--border-light: #578DD91A;--toggle-bg: #578DD996;--profile-gray: #888;--shadow-sm: 0 2px 4px #578DD90F;--shadow-md: 0 4px 6px rgba(0, 0, 0, .05);--shadow-lg: 0 4px 10px rgba(0, 0, 0, .1);--font-family: "Inter", sans-serif;--radius-sm: 5px;--radius-md: 7px;--radius-lg: 9px;--radius-full: 50%;--btn-height: 32px;--loader-size: 50px}._menuManagementContainer_1w049_38{padding:1.5rem}._contentHeader_1w049_42{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._title_1w049_49{font-size:1.5rem;font-weight:600}._addCategoryBtn_1w049_54{background-color:var(--primary-blue);color:var(--bg-white);border:none;padding:7px 20px;border-radius:var(--radius-md);font-weight:500;cursor:pointer;box-shadow:var(--shadow-sm);transition:all .2s ease;width:177px;height:var(--btn-height);font-family:var(--font-family)}._addGlobalDishBtn_1w049_69{background-color:#ef505f;color:var(--bg-white);border:none;padding:7px 20px;border-radius:var(--radius-md);font-weight:500;cursor:pointer;box-shadow:var(--shadow-sm);transition:all .2s ease;margin-left:1rem}._menuGrid_1w049_83{display:flex;flex-direction:column;gap:1.5rem}._menuCard_1w049_89{background-color:var(--bg-white);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-md);border:1px solid var(--border-color)}._cardHeader_1w049_97{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._categoryName_1w049_104{font-size:1.2rem;font-weight:600;color:var(--secondary-gray)}._headerActions_1w049_110{display:flex;align-items:center;gap:1rem}._categoryActions_1w049_116{display:flex;align-items:center;gap:.5rem}._addDishBtn_1w049_122{background-color:#ef505f;color:var(--bg-white);border:none;padding:4px 12px;gap:10px;border-radius:var(--radius-md);font-weight:600;cursor:pointer;letter-spacing:0}._dishesTable_1w049_135{width:100%;border-collapse:collapse;table-layout:fixed}._dishesTable_1w049_135 th,._dishesTable_1w049_135 td{padding:12px 15px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._dishesTable_1w049_135 td{border-bottom:1px solid var(--border-light)}._dishesTable_1w049_135 thead{border-bottom:1px solid var(--border-color)}._dishesTable_1w049_135 th{font-weight:600;color:var(--text-gray);text-transform:capitalize}._dishName_1w049_164{font-size:14px;font-weight:500;color:var(--secondary-gray)}._dishPrice_1w049_170{font-size:16px;font-weight:500;color:var(--text-dark);letter-spacing:0}._dishesTable_1w049_135 th:nth-child(1),._dishesTable_1w049_135 td:nth-child(1){width:5%}._dishesTable_1w049_135 th:nth-child(2),._dishesTable_1w049_135 td:nth-child(2){width:25%}._dishesTable_1w049_135 th:nth-child(3),._dishesTable_1w049_135 td:nth-child(3){width:15%}._dishesTable_1w049_135 th:nth-child(4),._dishesTable_1w049_135 td:nth-child(4){width:25%}._dishesTable_1w049_135 th:nth-child(5),._dishesTable_1w049_135 td:nth-child(5){width:10%}._checkbox_1w049_199{width:25px;height:25px}._statusToggleBtn_1w049_205{display:flex;align-items:center;gap:.5rem;cursor:pointer;position:relative;width:45px;height:20px;border-radius:12px;transition:background-color .2s ease;border:1px solid var(--border-color)}._statusToggleBtn_1w049_205._Available_1w049_218{background-color:var(--bg-light)}._statusToggleBtn_1w049_205 ._toggle_1w049_222{width:16px;height:16px;background-color:var(--toggle-bg);border-radius:16px;position:absolute;left:2px;transition:all .2s ease;border:1px solid var(--border-color)}._statusToggleBtn_1w049_205._Available_1w049_218 ._toggle_1w049_222{left:calc(100% - 18px);background-color:var(--primary-green)}._statusText_1w049_238{font-weight:500;margin-left:3.5rem}._Available_1w049_218,._Unavailable_1w049_244{font-weight:500;font-size:14px;letter-spacing:0}._Available_1w049_218{color:var(--primary-green)}._Unavailable_1w049_244{color:#578dd9b5}._actionIcons_1w049_258{display:flex;gap:1rem}._actionIcon_1w049_258{color:var(--profile-gray);cursor:pointer}._modalOverlay_1w049_269{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}._modalContent_1w049_282{background-color:var(--bg-white);padding:2rem;border-radius:1rem;width:90%;max-width:500px;box-shadow:var(--shadow-lg)}._modalHeader_1w049_291{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:1rem;margin-bottom:1rem}._modalHeader_1w049_291 h2{font-size:1.5rem;font-weight:600}._closeModal_1w049_305{cursor:pointer;font-size:1.5rem;color:var(--profile-gray)}._modalBody_1w049_311{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}._modalBody_1w049_311 label{font-weight:500;color:var(--text-gray)}._modalBody_1w049_311 input,._categorySelect_1w049_324{padding:.75rem;border:1px solid #ddd;border-radius:.5rem;font-size:1rem}._searchContainer_1w049_331{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._searchInput_1w049_338{width:20%;padding:.5rem 1rem .5rem 2.5rem;border:1px solid #d1d5db;border-radius:7px;font-size:1rem;transition:all .3s ease}._searchInput_1w049_338:focus{outline:none;border-color:var(--primary)}._modalFooter_1w049_352{display:flex;justify-content:flex-end;gap:1rem;border-top:1px solid #eee;padding-top:1rem}._saveBtn_1w049_360,._cancelBtn_1w049_361{padding:.75rem 1.5rem;border-radius:2rem;cursor:pointer;font-weight:600;border:none}._saveBtn_1w049_360{background-color:#ff8c00;color:var(--bg-white)}._cancelBtn_1w049_361{background-color:var(--bg-light-gray);color:var(--secondary-gray)}._loadingContainer_1w049_380{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100vw;font-size:1.5rem;color:var(--text-light)}._loader_1w049_391{border:4px solid #f3f3f3;border-top:4px solid var(--primary);border-radius:var(--radius-full);width:var(--loader-size);height:var(--loader-size);animation:_spin_1w049_1 1s linear infinite;margin-bottom:1rem}@keyframes _spin_1w049_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){._menuManagementContainer_1w049_38{padding:10px}._addCategoryBtn_1w049_54{margin-bottom:10px}}:root{--primary:#EF505F;--accent:#578DD9;--bg:#ffffff;--muted:#7a7a7a;--text:#222;--danger:#8b0000;--border:#e6e6e6;--radius:12px;--font: "Inter", sans-serif}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{font-family:var(--font);color:var(--text);margin:0}._modalOverlay_1xm6l_24{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:1rem;background:linear-gradient(180deg,#00000059,#00000073);z-index:1400;animation:_overlayFade_1xm6l_1 .25s ease-out}@keyframes _overlayFade_1xm6l_1{0%{opacity:0}to{opacity:1}}._modal_1xm6l_24{width:min(640px,96%);background:var(--bg);border-radius:var(--radius);box-shadow:0 12px 40px #0f0f0f2e;padding:1rem;transform-origin:top center;animation:_modalIn_1xm6l_1 .36s cubic-bezier(.18,.9,.32,1) forwards;display:flex;flex-direction:column;gap:.6rem}@keyframes _modalIn_1xm6l_1{0%{opacity:0;transform:translateY(-18px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._header_1xm6l_59{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:0 .25rem}._title_1xm6l_66{font-size:1.125rem;font-weight:600;margin:0}._closeButton_1xm6l_71{background:none;border:0;padding:6px;cursor:pointer;border-radius:8px;transition:transform .18s ease,background .12s}._closeButton_1xm6l_71:hover{transform:rotate(90deg);background:#0000000a}._imageUpload_1xm6l_90{width:128px;height:128px;border:2px dashed var(--border);border-radius:10px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease;background:#fafafa}._imageUpload_1xm6l_90:hover{border-color:var(--primary);box-shadow:0 6px 18px #0e0e0e0f}._imageInput_1xm6l_105{position:absolute;inset:0;opacity:0;cursor:pointer}._placeholder_1xm6l_111{display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--muted);font-size:.82rem}._preview_1xm6l_119{width:100%;height:100%;object-fit:cover;display:block}._form_1xm6l_127{display:flex;flex-direction:column;gap:10px;padding:2px 4px}._row_1xm6l_135{display:flex;gap:10px;align-items:center}._col_1xm6l_140{display:flex;flex-direction:column;gap:6px;width:100%}._input_1xm6l_149,._textarea_1xm6l_150,._select_1xm6l_151{width:100%;padding:8px 10px;border-radius:8px;border:1px solid var(--border);font-size:.92rem;font-family:var(--font);background:#fff;transition:border-color .12s ease,box-shadow .12s ease}._input_1xm6l_149:focus,._textarea_1xm6l_150:focus,._select_1xm6l_151:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px #ef505f0f}._textarea_1xm6l_150{min-height:78px;resize:vertical;padding-top:9px}._priceWrapper_1xm6l_167{max-width:160px}._input_1xm6l_149[type=number]::-webkit-inner-spin-button,._input_1xm6l_149[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._availabilityToggle_1xm6l_172{display:flex;align-items:center;gap:.5rem}._availabilityToggle_1xm6l_172 label{position:relative;display:flex;align-items:center;font-weight:400;cursor:pointer}._availabilityToggle_1xm6l_172 label:after{content:"";width:40px;height:20px;border:solid 1px #578DD9AD;border-radius:10px;transition:background-color .2s ease;margin-left:1rem}._availabilityToggle_1xm6l_172 label:before{content:"";position:absolute;top:3.5px;right:22px;width:14px;height:14px;background-color:#578dd996;border-radius:50%;transition:all .2s ease;border:1px solid #578DD9AD}._availabilityToggle_1xm6l_172 input[type=checkbox]:checked+label:after{border:solid 1px #578DD9AD}._availabilityToggle_1xm6l_172 input[type=checkbox]:checked+label:before{right:3px;background-color:#090}._availabilityToggle_1xm6l_172 input{display:none}._vegRow_1xm6l_229{display:flex;gap:8px}._vegBtn_1xm6l_230{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid var(--border);background:#fff;cursor:pointer;font-weight:500;font-size:.9rem}._vegBtn_1xm6l_230._veg_1xm6l_229._active_1xm6l_234{background:#7be18b;border:none;outline:none;box-shadow:none;border:green solid 1px;color:#fff}._vegBtn_1xm6l_230._nonveg_1xm6l_243._active_1xm6l_234{background:#ec9e9e;border:none;outline:none;box-shadow:none;border:red solid 1px;color:#fff}._select_1xm6l_151._small_1xm6l_255{max-width:160px}._invalid_1xm6l_258{border-color:var(--danger)!important;box-shadow:0 0 0 4px #8b00000f!important}._footer_1xm6l_261{display:flex;justify-content:flex-end;gap:10px;padding-top:6px}._btn_1xm6l_267{padding:9px 14px;border-radius:10px;border:0;font-weight:600;cursor:pointer}._cancel_1xm6l_274{background:#f0f0f0;color:var(--muted)}._save_1xm6l_275{background:var(--primary);color:#fff}._save_1xm6l_275:active{transform:translateY(1px)}@media (max-width:520px){._body_1xm6l_82{grid-template-columns:96px 1fr;gap:10px}._imageUpload_1xm6l_90{width:96px;height:96px}._modal_1xm6l_24{padding:12px}._title_1xm6l_66{font-size:1rem}}@keyframes _shake_1xm6l_293{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}._shake_1xm6l_293{animation:_shake_1xm6l_293 .36s ease-in-out}._Available_1xm6l_294{color:#090}._Unavailable_1xm6l_297{color:#578dd9ad}._body_1xm6l_82{display:grid;grid-template-columns:128px 1fr;gap:12px;align-items:start}._leftPanel_1xm6l_310{display:flex;flex-direction:column;gap:8px;align-items:center}._availabilityWrapper_1xm6l_317{margin-top:8px}:root{--primary-orange: #EF505F;--primary-blue: #4D6688;--primary-green: #009900;--secondary-gray: #323232;--text-dark: #141B34;--text-gray: #555;--text-light: #6B7280;--bg-white: #FFFFFF;--bg-light: #F2F6FC;--bg-light-gray: #f0f2f5;--border-color: #578DD9AD;--border-light: #578DD91A;--toggle-bg: #578DD996;--profile-gray: #888;--shadow-sm: 0 2px 4px #578DD90F;--shadow-md: 0 4px 6px rgba(0, 0, 0, .05);--shadow-lg: 0 4px 10px rgba(0, 0, 0, .1);--font-family: "Inter", sans-serif;--radius-sm: 5px;--radius-md: 7px;--radius-lg: 9px;--radius-full: 50%;--btn-height: 32px;--loader-size: 50px}._modalOverlay_1rdzu_37{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}._modalContent_1rdzu_50{background-color:var(--bg-white);padding:2rem;border-radius:1rem;width:90%;max-width:500px;box-shadow:var(--shadow-lg)}._modalHeader_1rdzu_59{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:1rem;margin-bottom:1rem}._modalHeader_1rdzu_59 h2{font-size:1.5rem;font-weight:600}._closeModal_1rdzu_73{cursor:pointer;font-size:1.5rem;color:var(--profile-gray)}._modalBody_1rdzu_79{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}._modalBody_1rdzu_79 label{font-weight:500;color:var(--text-gray)}._modalBody_1rdzu_79 input,._categorySelect_1rdzu_92,._selectInput_1rdzu_92{padding:.75rem;border:1px solid #ddd;border-radius:.5rem;font-size:1rem}input:focus,select:focus,textarea:focus,._selectInput_1rdzu_92:focus,._categorySelect_1rdzu_92:focus,input:hover,select:hover,textarea:hover,._selectInput_1rdzu_92:hover,._categorySelect_1rdzu_92:hover{outline:none;border-color:#ef505f}._modalFooter_1rdzu_113{display:flex;justify-content:flex-end;gap:1rem;border-top:1px solid #eee;padding-top:1rem}._saveBtn_1rdzu_121,._cancelBtn_1rdzu_122{padding:.75rem 1.5rem;border-radius:7px;cursor:pointer;font-weight:600;border:none}._saveBtn_1rdzu_121{background-color:#ef505f;color:var(--bg-white)}._cancelBtn_1rdzu_122{background-color:var(--bg-light-gray);color:var(--secondary-gray)}._shakeError_1rdzu_139{animation:_shake_1rdzu_139 .4s ease-in-out;border:2px solid transparent;border-image:linear-gradient(90deg,red,#ff5050);border-image-slice:1;box-shadow:0 0 10px #ff000080}@keyframes _shake_1rdzu_139{0%{transform:translate(0)}25%{transform:translate(-5px)}50%{transform:translate(5px)}75%{transform:translate(-5px)}to{transform:translate(0)}}._tableManagementContainer_1132o_1{padding:1.5rem}._title_1132o_5{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}._statusLegend_1132o_11{display:flex;align-items:center;border-radius:7.62px;border:1px solid #bcd4ec;background-color:#fff;overflow:hidden;box-shadow:0 2.18px 7.94px #578dd93b;padding:5.44px 82.68px;gap:13px;height:49px;left:42px;top:228px;align-self:center;justify-content:center;margin-bottom:10px}._legendItem_1132o_31{display:flex;align-items:center;font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#3b5998;position:relative;padding:.5px 10px;white-space:nowrap;gap:12px}._legendItem_1132o_31:after{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%);width:1px;height:60%;background-color:#4b5563}._legendItem_1132o_31:last-child:after{display:none}._statusDot_1132o_63{width:25px;height:25px;border-radius:50%;margin-right:8px}._statusDot_1132o_63._Empty_1132o_71{background-color:#60d07c}._statusDot_1132o_63._Waitingforfood_1132o_75{background-color:#ffcd3b}._statusDot_1132o_63._Occupied_1132o_79{background-color:#44a6ef}._statusDot_1132o_63._ReadytoBill_1132o_83{background-color:#eb6256}._floorPlanCard_1132o_88{background-color:#fff;border-radius:11px;padding:1.5rem;box-shadow:0 4px 5.8px #578dd914}._floorPlanTitle_1132o_95{font-size:1.2rem;font-weight:600;margin-bottom:1rem}._tableGrid_1132o_101{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem}._tableCard_1132o_107{display:flex;justify-content:center;align-items:center;height:100px;border-radius:.5rem;color:#fff;font-size:1.5rem;font-weight:600}._tableCard_1132o_107._Empty_1132o_71{background-color:#60d07c}._tableCard_1132o_107._Waiting_For_Food_1132o_120{background-color:#ffcd3b}._tableCard_1132o_107._Occupied_1132o_79{background-color:#007bff}._tableCard_1132o_107._Ready_To_Bill_1132o_122{background-color:#ec6256}._summaryBar_1132o_124{background-color:#fff;border-radius:11px;padding:1.5rem;margin-top:1.5rem;box-shadow:0 4px 5.8px #578dd914;display:flex;flex-wrap:wrap;gap:2rem}._summaryItem_1132o_136{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:18px;letter-spacing:0%;font-style:bold;font-family:inter}._summaryItem_1132o_136:after{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%);width:1px;height:60%;background-color:#4b5563}._summaryDot_1132o_156{width:21px;height:21px;border-radius:50%;background-color:#60d07c}@media (max-width: 768px){  ._modalContent_1132o_164{width:95%}._statusLegend_1132o_11{flex-direction:column;align-items:flex-start;height:auto;padding:10px}._legendItem_1132o_31:after{content:"";position:absolute;top:0;right:0;transform:translateY(-50%);width:0;height:0;background-color:none}}:root{--font-family: "Inter", sans-serif;--text-dark: #333;--text-light: #555;--text-muted: #4B5563;--title-color: #141B34;--accent-color: #F25404;--primary-bg: #FFFFFF;--secondary-bg: #F3F4F6;--search-bg: #f0f2f5;--border-color: #e0e0e0;--divider-color: #ccc;--shadow-color: #578DD93B;--shadow-light: #578DD914;--status-success: #009200;--status-pending: #141B34;--button-bg: #4D6688;--button-border: #6b6f75;--button-success: #28a745;--primary: #EF505F;--shadow: 0px 2.18px 7.94px 0px var(--shadow-color);--shadow-table: 0px 4px 5.8px 0px var(--shadow-light);--modal-shadow: 0 4px 10px rgba(0, 0, 0, .1)}body{font-family:var(--font-family);margin:0;color:var(--text-dark)}._billingContainer_11kco_40{padding:1rem;margin:0 auto;width:70vw;height:100vh}._mainContent_11kco_49::-webkit-scrollbar{display:none}._contentHeader_11kco_54{display:block;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap}._mainHeader_11kco_62{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._pageTitleContainer_11kco_69{flex-grow:1}._pageTitle_11kco_69{font-size:2rem;font-weight:700}._searchBarContainer_11kco_78{display:flex;justify-content:flex-end;align-items:center;gap:1rem}._searchBar_11kco_78{position:relative}._searchInput_11kco_89{width:100%;padding:.5rem 1rem .5rem 2.5rem;border:1px solid #d1d5db;border-radius:9999px;font-size:1rem;transition:all .3s ease}._searchInput_11kco_89:focus{outline:none;border-color:#ef505f}._searchIcon_11kco_103{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-light)}._notificationIcon_11kco_110{background-color:#fff;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #0000000d;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;animation:_pulse_11kco_1 2s infinite}._notificationIcon_11kco_110:hover{transform:scale(1.1) rotate(15deg);background-color:#f0f0f0;box-shadow:0 4px 10px #0000001a}._notificationIcon_11kco_110 svg{stroke:#ef505f}._tabs_11kco_135{display:flex;gap:1rem;border-bottom:1px solid var(--border-color);margin-bottom:1.5rem}._tabButton_11kco_142{background:none;border:none;font-size:1.1rem;font-weight:600;color:var(--text-light);padding:.5rem 0;cursor:pointer;position:relative;transition:color .3s ease}._tabButton_11kco_142._activeTab_11kco_153{color:#ef505f;font-weight:700}._tabButton_11kco_142._activeTab_11kco_153:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:#ef505f;animation:_tabUnderline_11kco_1 .3s ease forwards}@keyframes _tabUnderline_11kco_1{0%{transform:scaleX(0)}to{transform:scaleX(1)}}._tableSection_11kco_178{margin-top:20px;border-radius:11px;box-shadow:var(--shadow-table);padding:1rem;background-color:#fff}._sectionTitle_11kco_186{font-size:18px;font-weight:600;margin-bottom:20px;color:var(--text-muted);line-height:100%;letter-spacing:0%}._tableWrapper_11kco_195{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}._table_11kco_178{width:100%;min-width:700px;border-collapse:collapse;table-layout:auto}._table_11kco_178 thead{border-bottom:1px solid #578DD9AD}._table_11kco_178 th,._table_11kco_178 td{padding:12px 15px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}._table_11kco_178 td{height:40px;vertical-align:middle;border-bottom:1px solid #ddd}._table_11kco_178 th:nth-child(3),._table_11kco_178 td:nth-child(3){text-align:left}@media (max-width: 768px){._table_11kco_178 th:nth-child(1),._table_11kco_178 td:nth-child(1){width:5%}._table_11kco_178 th:nth-child(2),._table_11kco_178 td:nth-child(2){width:5%}._table_11kco_178 th:nth-child(3),._table_11kco_178 td:nth-child(3){text-align:left;width:35%}._table_11kco_178 th:nth-child(4),._table_11kco_178 td:nth-child(4){width:15%}._table_11kco_178 th:nth-child(5),._table_11kco_178 td:nth-child(5){width:15%}._table_11kco_178 th:nth-child(6),._table_11kco_178 td:nth-child(6){width:25%}}@media (min-width: 769px){._table_11kco_178 th:nth-child(1),._table_11kco_178 td:nth-child(1){width:5%}._table_11kco_178 th:nth-child(2),._table_11kco_178 td:nth-child(2){width:5%}._table_11kco_178 th:nth-child(3),._table_11kco_178 td:nth-child(3){width:30%}._table_11kco_178 th:nth-child(4),._table_11kco_178 td:nth-child(4){width:15%}._table_11kco_178 th:nth-child(5),._table_11kco_178 td:nth-child(5){width:15%}._table_11kco_178 th:nth-child(6),._table_11kco_178 td:nth-child(6){width:20%}}._table_11kco_178._historyTable_11kco_253 th:nth-child(1),._table_11kco_178._historyTable_11kco_253 td:nth-child(1){width:5%}._table_11kco_178._historyTable_11kco_253 th:nth-child(2),._table_11kco_178._historyTable_11kco_253 td:nth-child(2){width:5%}._table_11kco_178._historyTable_11kco_253 th:nth-child(3),._table_11kco_178._historyTable_11kco_253 td:nth-child(3){width:15%}._table_11kco_178._historyTable_11kco_253 th:nth-child(4),._table_11kco_178._historyTable_11kco_253 td:nth-child(4){width:20%}._table_11kco_178._historyTable_11kco_253 th:nth-child(5),._table_11kco_178._historyTable_11kco_253 td:nth-child(5){width:15%}._table_11kco_178._historyTable_11kco_253 th:nth-child(6),._table_11kco_178._historyTable_11kco_253 td:nth-child(6){width:15%}._table_11kco_178._historyTable_11kco_253 th:nth-child(7),._table_11kco_178._historyTable_11kco_253 td:nth-child(7){width:20%}@media (min-width: 769px){._table_11kco_178._historyTable_11kco_253 th:nth-child(1),._table_11kco_178._historyTable_11kco_253 td:nth-child(1){width:5%}._table_11kco_178._historyTable_11kco_253 th:nth-child(2),._table_11kco_178._historyTable_11kco_253 td:nth-child(2){width:5%}._table_11kco_178._historyTable_11kco_253 th:nth-child(3),._table_11kco_178._historyTable_11kco_253 td:nth-child(3){width:10%}._table_11kco_178._historyTable_11kco_253 th:nth-child(4),._table_11kco_178._historyTable_11kco_253 td:nth-child(4){width:20%}._table_11kco_178._historyTable_11kco_253 th:nth-child(5),._table_11kco_178._historyTable_11kco_253 td:nth-child(5){width:15%}._table_11kco_178._historyTable_11kco_253 th:nth-child(6),._table_11kco_178._historyTable_11kco_253 td:nth-child(6){width:15%}._table_11kco_178._historyTable_11kco_253 th:nth-child(7),._table_11kco_178._historyTable_11kco_253 td:nth-child(7){width:20%}}._actionButton_11kco_272{display:flex;align-items:center;justify-content:center;border:1px solid var(--button-border);background-color:var(--button-bg);color:#fff;cursor:pointer;transition:all .3s ease;font-size:14px;font-weight:500;white-space:nowrap;height:32px;border-radius:7px;gap:8px;padding:0 12px}._actionButton_11kco_272:hover{opacity:.9}._actionIcon_11kco_294{margin-left:8px;font-size:16px}._statusText_11kco_299{display:inline-block;padding:4px 10px;border-radius:20px;font-weight:600;text-transform:capitalize;font-size:14px}._statusText_11kco_299._Scanned_11kco_308{color:var(--status-success)}._statusText_11kco_299._NotScanned_11kco_312{color:var(--status-pending)}._modalOverlay_11kco_317{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}._modalContent_11kco_330{background-color:var(--primary-bg);padding:2rem;border-radius:1rem;width:90%;max-width:600px;box-shadow:var(--modal-shadow);animation:_fadeIn_11kco_1 .3s ease-out}@media (min-width: 769px){._modalContent_11kco_330{max-width:450px}}._modalHeader_11kco_346{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:1rem;margin-bottom:1rem}._modalHeader_11kco_346 h2{font-size:1.5rem;font-weight:600;margin:0}._closeModal_11kco_361{cursor:pointer;font-size:1.5rem;color:#888;background:none;border:none}._qrModalBody_11kco_369{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1rem 0}._qrImage_11kco_377{width:200px;height:200px;border-radius:.5rem;box-shadow:0 4px 8px #0000001a}._modalFooter_11kco_384{display:flex;justify-content:center;gap:1rem;margin-top:1rem}._paymentDoneBtn_11kco_391,._cancelBtn_11kco_392{padding:.75rem 1.5rem;border-radius:7px;cursor:pointer;font-weight:600;border:none}._paymentDoneBtn_11kco_391{background-color:#4f6481;color:#fff}._cancelBtn_11kco_392{background-color:var(--search-bg);color:var(--text-dark)}@keyframes _fadeIn_11kco_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}._tableWrapper_11kco_195{width:100%;max-height:400px;overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--border-color);border-radius:8px}._table_11kco_178 thead{position:sticky;top:0;background-color:#fff;z-index:2}._tableWrapper_11kco_195::-webkit-scrollbar{width:8px;height:8px}._tableWrapper_11kco_195::-webkit-scrollbar-thumb{background:#aaa;border-radius:4px}:root{--primary-color: #EF505F;--secondary-color: #3f587a;--bg-light: #f8fafc;--text-dark: #263645;--text-muted: #64748b;--text-disabled: #aaa;--border-color: rgba(33, 116, 255, .12);--shadow-light: 0 6px 22px rgba(33,116,255,.07);--font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial}._modalOverlay_95om9_15{position:fixed;inset:0;background:#0000000f;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}._modalContent_95om9_27{width:95%;max-width:980px;max-height:90vh;background:#fff;border-radius:14px;padding:26px 28px;box-shadow:var(--shadow-light);border:1px solid var(--border-color);display:flex;flex-direction:column;gap:18px;font-family:var(--font-family);overflow:hidden}._itemsWrapper_95om9_44{display:flex;flex-direction:column;gap:12px;overflow-y:auto;max-height:50vh;padding-right:4px}._headerTop_95om9_54{display:flex;justify-content:space-between;align-items:flex-start}._tableLabel_95om9_60{font-weight:700;font-size:18px;color:var(--text-dark)}._sectionTitle_95om9_66{font-size:16px;color:var(--text-muted);margin-top:6px}._iconBtn_95om9_72{cursor:pointer;color:#9aa7bf}._itemTable_95om9_78{width:100%;border-collapse:collapse}._itemTable_95om9_78 thead th{padding:14px 12px;border-bottom:1px solid rgba(87,141,217,.14);font-size:13px;color:#3b485e;text-align:left}._itemTable_95om9_78 tbody tr{border-bottom:1px solid rgba(87,141,217,.08)}._itemRow_95om9_95 td{padding:14px 12px;vertical-align:middle}._colDish_95om9_100{width:55%}._colQty_95om9_101,._colPrice_95om9_102,._colTotal_95om9_103{width:10%;text-align:center}._colActions_95om9_104{width:15%;text-align:center}._dishCell_95om9_107{display:flex;align-items:center}._dishInfo_95om9_112{display:flex;align-items:center;gap:12px}._dishName_95om9_118{font-size:15px;color:var(--text-dark)}._quantityControls_95om9_124{display:inline-flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 2px 8px #578dd940;border:1px solid #FDFDFD;border-radius:7px;padding:2px}._qtyValue_95om9_135{font-size:14px;font-weight:600;background-color:#ebebeb;border-radius:4px;display:flex;align-items:center;justify-content:center;min-width:22px;padding:2px 4px}._quantityBtn_95om9_147{background:#fff;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px}._quantityBtn_95om9_147:hover{background-color:#cbd5e0}._disabledBtn_95om9_163{opacity:.4;cursor:not-allowed;background-color:#e0e0e0}._disabledText_95om9_169{color:var(--text-disabled)}._priceCell_95om9_174,._totalCell_95om9_174{font-weight:600;font-size:15px;color:var(--text-dark);text-align:center}._actionsCell_95om9_181{display:flex;gap:10px;justify-content:center}._iconSmall_95om9_187{border:none;background:transparent;cursor:pointer;padding:6px;border-radius:8px}._iconSmall_95om9_187:hover{background:#064e3b0a}._bottomRow_95om9_198{display:flex;justify-content:space-between;align-items:center;padding-top:6px}._addMoreBtn_95om9_205{display:inline-flex;gap:8px;align-items:center;background:#fff;border:1px solid rgba(6,78,59,.06);padding:8px 12px;border-radius:10px;cursor:pointer;font-weight:600;color:var(--primary-color);box-shadow:0 4px 8px #e254040f}._summaryWrap_95om9_219{display:flex;gap:22px;align-items:center}._summaryRow_95om9_225{display:flex;gap:8px;align-items:baseline;color:#7b8799}._summaryRow_95om9_225 strong{color:var(--primary-color);margin-left:8px}._footerBtns_95om9_235{display:flex;gap:14px;justify-content:space-evenly;padding-top:10px}._cancelBtn_95om9_242{background:#cbdcf3;color:#fff;border:none;padding:1px 12px;border-radius:7px;font-weight:700;cursor:pointer;width:123px;height:35px;box-shadow:0 17px 20px #578dd90f}._saveBtn_95om9_255{background:var(--primary-color);color:#fff;border:none;padding:1px 12px;border-radius:7px;font-weight:700;cursor:pointer;width:123px;height:35px;box-shadow:0 17px 20px #578dd90f}._generateBtn_95om9_268{background:var(--secondary-color);color:#fff;border:none;padding:1px 12px;border-radius:7px;font-weight:700;cursor:pointer;width:123px;height:35px;box-shadow:0 17px 20px #578dd90f}._taxWrapper_95om9_282{display:flex;align-items:flex-end;justify-content:space-between;gap:8px}._taxControls_95om9_289{display:flex;gap:20px;margin:12px 0;align-items:center}._taxControls_95om9_289 label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--text-dark);cursor:pointer}._taxControls_95om9_289 input[type=checkbox]{appearance:none;width:20px;height:20px;border:1.5px solid #d1d5db;border-radius:6px;background-color:#fff;position:relative;cursor:pointer;transition:all .2s ease}._taxControls_95om9_289 input[type=checkbox]:checked{background-color:var(--primary-color);border-color:var(--primary-color)}._taxControls_95om9_289 input[type=checkbox]:checked:after{content:"✔";color:#fff;font-size:14px;position:absolute;top:1px;left:4px}._discountWrapper_95om9_332{display:flex;align-items:center;gap:8px;margin-bottom:16px}._discountWrapper_95om9_332 label{font-size:14px;font-weight:600;color:var(--text-dark)}._discountInput_95om9_345,._discountSelect_95om9_345{padding:6px 10px;border-radius:8px;border:1px solid #d1d5db;font-size:14px;font-weight:500;color:var(--text-dark);outline:none;transition:border .2s ease,box-shadow .2s ease}._discountInput_95om9_345:focus,._discountSelect_95om9_345:focus{border-color:var(--primary-color);box-shadow:0 0 6px #ef505f4d}@media (max-width: 880px){._modalContent_95om9_27{padding:16px}._colDish_95om9_100{width:55%}._summaryWrap_95om9_219{gap:12px}._itemTable_95om9_78,._itemTable_95om9_78 thead,._itemTable_95om9_78 tbody,._itemTable_95om9_78 th,._itemTable_95om9_78 td,._itemTable_95om9_78 tr{display:block}._itemTable_95om9_78 thead tr{display:none}._itemTable_95om9_78 tbody tr{margin-bottom:12px;border-bottom:1px solid #d1d5db;padding-bottom:8px}._itemTable_95om9_78 tbody td{display:flex;justify-content:space-between;padding:6px 0}._itemTable_95om9_78 tbody td:before{content:attr(data-label);font-weight:600;color:var(--text-muted)}}._closeButton_95om9_394{background:none;border:0;padding:6px;cursor:pointer;border-radius:8px;transition:transform .18s ease,background .12s}._closeButton_95om9_394:hover{transform:rotate(90deg);background:#0000000a}._itemsTd_10akc_3{max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative}._itemsTd_10akc_3 span{color:#000;cursor:pointer;font-weight:500;margin-left:4px;transition:color .2s ease}._itemsTd_10akc_3 span:hover{color:#fd002a}._itemsTd_10akc_3 ._expanded_10akc_23{white-space:normal}._overlay_ayy4j_4{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:2000}._modal_ayy4j_18{background:#fff;width:520px;max-height:90vh;overflow-y:auto;border-radius:14px;animation:_fadeIn_ayy4j_1 .25s ease-out;box-shadow:0 12px 35px #00000038;border:1px solid #f1f1f1;scrollbar-width:none}._header_ayy4j_33{background:#ef505f;color:#fff;padding:18px 20px;display:flex;justify-content:space-between;align-items:center;border-top-left-radius:14px;border-top-right-radius:14px}._header_ayy4j_33 h2{margin:0;font-size:20px;font-weight:600}._closeBtn_ayy4j_50{font-size:26px;background:none;border:none;color:#fff;cursor:pointer;transition:.2s}._closeBtn_ayy4j_50:hover{opacity:.8}._billWrapper_ayy4j_66{padding:20px 24px}._restroName_ayy4j_70{font-size:20px;text-align:center;font-weight:700;margin-bottom:5px}._metaInfo_ayy4j_77{font-size:14px;color:#555;text-align:center;margin-bottom:20px;line-height:1.4}._table_ayy4j_88{width:100%;border-collapse:collapse;margin:20px 0;font-size:14px}._table_ayy4j_88 thead{background:#fafafa}._table_ayy4j_88 th{padding:10px 8px;color:#333;font-weight:600;border-bottom:1px solid #e8e8e8}._table_ayy4j_88 td{padding:10px 8px;border-bottom:1px solid #f0f0f0}._table_ayy4j_88 tbody tr:hover{background:#fdfdfd}._totalSection_ayy4j_119{margin-top:20px}._totalSection_ayy4j_119 p{display:flex;justify-content:space-between;font-size:14px;margin:6px 0;color:#444}._totalSection_ayy4j_119 h3{display:flex;justify-content:space-between;margin-top:16px;font-size:18px;font-weight:700;color:#000;border-top:1px solid #eaeaea;padding-top:12px}._footer_ayy4j_145{padding:20px 24px}._downloadBtn_ayy4j_149{width:100%;padding:14px;background:#ef505f;color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer;font-weight:600;transition:.2s}._downloadBtn_ayy4j_149:hover{background:#c72f3a}@keyframes _fadeIn_ayy4j_1{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}:root{--color-primary: #1e1e2d;--color-primary-dark: #111;--color-accent: #EF505F;--color-danger:#EF505F;--color-text: #1e1e2d;--color-text-light: #444;--color-text-muted: #666;--color-border: #ddd;--color-bg: #fff;--color-bg-light: #f8f8f8;--font-family: "Inter", sans-serif;--font-size-base: 14px;--font-size-lg: 18px;--font-size-xl: 20px;--font-size-xxl: 24px;--space-sm: 5px;--space-md: 15px;--space-lg: 20px;--space-xl: 30px;--radius: 8px;--radius-lg: 12px;--shadow: 0px 4px 15px rgba(0, 0, 0, .05)}body{font-family:var(--font-family);background-color:transparent}._container_1dwzd_42{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:transparent;min-height:100vh;padding:20px}._mainContent_1dwzd_52{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center}._logoSection_1dwzd_61{text-align:center;margin-bottom:var(--space-lg)}._brand_1dwzd_67{font-size:var(--font-size-xxl);font-weight:600;margin:var(--space-sm) 0;color:var(--color-primary)}._highlight_1dwzd_74{color:var(--color-accent)}._welcome_1dwzd_78{font-size:var(--font-size-xl);font-weight:700;margin-top:var(--space-sm);color:var(--color-text)}._formCard_1dwzd_86{background:var(--color-bg);padding:var(--space-xl) var(--space-lg);border-radius:var(--radius-lg);width:100%;max-width:350px;box-shadow:var(--shadow)}._formTitle_1dwzd_95{font-size:var(--font-size-lg);font-weight:700;margin-bottom:var(--space-lg);text-align:center}._input_1dwzd_103{width:100%;padding:12px 14px;border:1px solid var(--color-border);border-radius:var(--radius);font-size:var(--font-size-base);transition:border-color .2s ease;outline:none}._input_1dwzd_103:focus{border-color:var(--color-primary)}._passwordWrapper_1dwzd_117{position:relative;width:100%}._passwordWrapper_1dwzd_117 ._input_1dwzd_103{padding-right:40px}._eyeIcon_1dwzd_126{position:absolute;right:12px;top:50%;transform:translateY(-50%);cursor:pointer;font-size:18px;-webkit-user-select:none;user-select:none}._optionsRow_1dwzd_137{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-md)}._remember_1dwzd_144{font-size:13px;color:var(--color-text)}._forgot_1dwzd_149{font-size:13px;text-decoration:none;color:var(--color-text-muted)}._btnPrimary_1dwzd_156{width:100%;background-color:#1f2937;color:#fff;border:none;padding:12px;border-radius:var(--radius);font-size:15px;font-weight:600;cursor:pointer;margin-bottom:var(--space-md);transition:background-color .2s ease}._btnPrimary_1dwzd_156:hover{background-color:#111925}._switchText_1dwzd_175{font-size:14px;text-align:center;color:var(--color-text-light)}._link_1dwzd_181{color:#2563eb;font-weight:500;cursor:pointer}._formGroup_1dwzd_188{margin-bottom:var(--space-md);width:100%}._errorMessage_1dwzd_194{background-color:#fee;color:var(--color-danger);padding:10px 14px;border-radius:var(--radius);margin-bottom:var(--space-md);font-size:13px;border:1px solid var(--color-danger);text-align:center}._errorText_1dwzd_205{color:var(--color-danger);font-size:12px;margin-top:4px;margin-bottom:8px}._inputError_1dwzd_212{border-color:var(--color-danger)!important}._btnPrimary_1dwzd_156:disabled{background-color:#ccc;cursor:not-allowed;opacity:.6}._container_1g7jd_1{min-height:100vh;width:100%;display:flex;justify-content:center}*,body{margin:0;padding:0}._panel_1g7jd_13{width:100%}._mainContent_1g7jd_17{padding:1.5rem 2rem;display:flex;flex-direction:column;gap:2rem;background-color:#f3f4f6}._mainHeader_1g7jd_25{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}._mainTitle_1g7jd_32{font-size:32px;font-weight:600}._tabs_1g7jd_37{display:flex;background-color:#e5e7eb;border-radius:.5rem;padding:.25rem}._tabButton_1g7jd_44{background:none;border:none;font-size:.875rem;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;transition:all .2s ease-in-out}._activeTab_1g7jd_55{background-color:#fff;color:#ef505f}._ordersGrid_1g7jd_60{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:3rem}._loadingContainer_1g7jd_67{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100vw;font-size:1.5rem;color:#6b7280}._loader_1g7jd_78{border:4px solid #f3f3f3;border-top:4px solid #EF505F;border-radius:50%;width:50px;height:50px;animation:_spin_1g7jd_1 1s linear infinite;margin-bottom:1rem}@keyframes _spin_1g7jd_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._noOrders_1g7jd_93{text-align:center;font-size:1.5rem;color:#6b7280;margin-top:5rem;width:100%}@media (min-width: 768px){._mainContent_1g7jd_17{padding:2rem}._mainHeader_1g7jd_25{flex-direction:row;align-items:center}}@media (max-width: 767px){._ordersGrid_1g7jd_60{grid-template-columns:1fr}._mainContent_1g7jd_17{padding:1rem}}._orderCard_1wqcp_1{background-color:#fff;border-radius:11px;padding:1.5rem;box-shadow:0 4px 5.8px #578dd914;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #CBDCF3}._Item_Served_1wqcp_15{color:#ef505f}._cardHeader_1wqcp_19{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:20px;border-bottom:1px solid #578DD9AD}._tableNo_1wqcp_29{font-size:18px;font-weight:600;color:#4b5563;letter-spacing:0%;font-style:semi-bold;line-height:100%}._orderStatus_1wqcp_38{font-weight:600;font-size:16px;line-height:100%;font-style:semi-bold}._New_Order_1wqcp_44{color:#004db8d9}._timerContainer_1wqcp_48{display:flex;align-items:center;margin-bottom:1rem}._timerIcon_1wqcp_54{margin-right:.25rem}._timerText_1wqcp_58{font-size:16px}._timerGreen_1wqcp_63{color:#16a34a}._timerYellow_1wqcp_67{color:#eab308}._timerRed_1wqcp_71{color:#ef4444}._cardBody_1wqcp_76{flex:1;margin-bottom:1rem;display:flex;flex-direction:column}._itemList_1wqcp_84{list-style:none;padding:0;margin:0;border:none}._item_1wqcp_84,._itemHeader_1wqcp_93{display:grid;grid-template-columns:2fr 1fr;align-items:center;padding:.75rem;border-bottom:1px solid #578DD940}._item_1wqcp_84:last-child{border-bottom:none}._itemHeader_1wqcp_93{font-weight:600;font-size:.875rem;color:#578dd9ad;background-color:#fff}._headerItem_1wqcp_114{text-align:left}._headerStatus_1wqcp_120{text-align:right}._itemLeft_1wqcp_125{display:flex;align-items:center;gap:.5rem;max-width:100%}._itemName_1wqcp_132{font-size:1rem;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._qtyCol_1wqcp_140{text-align:center;font-weight:500}._itemStatus_1wqcp_145{text-align:right;font-weight:500;font-size:14px;font-style:medium}._Pending_1wqcp_153{color:#578dd9ad}._Cooking_1wqcp_157{color:#f26004a6}._Ready_1wqcp_161{color:#090}._checkbox_1wqcp_166{-webkit-appearance:none;appearance:none;width:15px;height:15px;border:1.5px solid #578DD9AD;border-radius:2px;cursor:pointer;position:relative;transition:all .2s ease-in-out}._checkbox_1wqcp_166:checked{border-color:#578dd9ad}._checkbox_1wqcp_166:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#ef505f;font-size:14px}._cardFooter_1wqcp_193{flex-shrink:0}._footerButton_1wqcp_197{width:100%;padding:12px;font-size:16px;font-weight:600;border-radius:7px;cursor:pointer;border:none;transition:all .2s ease-in-out;box-shadow:0 17px 20px #578dd90f}._startCookingButton_1wqcp_210{box-shadow:0 17px 20px #578dd90f;background-color:#4d6688;color:#fff}._readyButton_1wqcp_216{box-shadow:0 17px 20px #578dd90f;background-color:#ef505f;color:#fff}._readyButtonDisabled_1wqcp_222{background-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}._servedButton_1wqcp_228{background-color:#16a34a;color:#fff}._viewMore_1wqcp_236{cursor:pointer;color:var(--accent, #ef505f);font-weight:500;margin-top:.5rem;margin-left:.7rem;font-size:14px;transition:.2s ease}._viewMore_1wqcp_236:hover{text-decoration:underline}._requestButton_1wqcp_249{display:flex;justify-content:flex-end}._infoButton_1wqcp_257{width:26px;height:26px;border-radius:50%;background:var(--accent, #ef505f);color:#fff;border:none;font-weight:700;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;animation:_blink_1wqcp_1 1.5s infinite;box-shadow:var(--shadow-md, 0 4px 8px rgba(0, 0, 0, .15));margin-top:10px}@keyframes _blink_1wqcp_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._overlay_1wqcp_286{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000008c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:2000}._popupCard_1wqcp_304{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:80vh;overflow-y:auto;box-shadow:var(--shadow-lg, 0 6px 20px rgba(0, 0, 0, .2));padding:1rem 1.4rem;position:relative}._popupOrderList_1wqcp_316{max-height:60vh;overflow-y:auto;padding-right:6px}._popupOrderList_1wqcp_316 ._item_1wqcp_84,._popupOrderList_1wqcp_316 li{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid #e6e6e6}._popupOrderList_1wqcp_316 li:last-child{border-bottom:none}._closeBtn_1wqcp_339{margin:1rem auto 0;padding:.6rem 1.4rem;background:var(--accent, #ef505f);color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;display:block;transition:.2s ease}._closeBtn_1wqcp_339:hover{background:#d33c4c}._requestPopup_1wqcp_360{max-width:380px;width:90%;background:#fff;border-radius:12px;padding:22px;box-shadow:var(--shadow-lg, 0 6px 20px rgba(0, 0, 0, .2));text-align:center}._requestPopup_1wqcp_360 h3{margin:0 0 10px;font-size:18px;color:var(--black, #333);font-weight:600}._requestPopup_1wqcp_360 p{font-size:15px;color:#444;margin-bottom:14px;white-space:pre-wrap;word-wrap:break-word}._title_nc9wl_11{font-size:28px;font-weight:700;margin-bottom:30px;color:#1e293b;text-transform:capitalize;letter-spacing:.5px}._cookAccent_nc9wl_49,._managerAccent_nc9wl_53{border-left:6px solid #EF505F}@media (max-width: 600px){._infoCard_nc9wl_20{padding:20px}._title_nc9wl_11{font-size:24px}}._profileContainer_nc9wl_1{font-family:Inter,sans-serif;padding:40px 20px;background:linear-gradient(135deg,#f9fafb,#eef1f6);min-height:100vh;display:flex;flex-direction:column;align-items:center}._header_nc9wl_76{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:500px;margin-bottom:25px}._title_nc9wl_11{font-size:24px;font-weight:700;color:#1e293b;text-transform:capitalize}._backBtn_nc9wl_92,._logoutBtn_nc9wl_93{padding:8px 16px;border:none;border-radius:8px;font-size:15px;cursor:pointer;font-weight:500;transition:background .3s ease}._backBtn_nc9wl_92{background-color:#e2e8f0;color:#1e293b}._backBtn_nc9wl_92:hover{background-color:#cbd5e1}._logoutBtn_nc9wl_93{background-color:#ef4444;color:#fff}._logoutBtn_nc9wl_93:hover{background-color:#dc2626}._infoCard_nc9wl_20{background:#fff;padding:25px 30px;border-radius:16px;box-shadow:0 4px 12px #00000014;max-width:480px;width:100%;transition:transform .3s ease,box-shadow .3s ease}._infoCard_nc9wl_20:hover{transform:translateY(-3px);box-shadow:0 6px 16px #0000001f}._infoCard_nc9wl_20 p{font-size:16px;margin:12px 0;color:#374151;display:flex;justify-content:space-between}._infoCard_nc9wl_20 strong{color:#111827;font-weight:600}._cookAccent_nc9wl_49{border-left:6px solid #22c55e}._managerAccent_nc9wl_53{border-left:6px solid #3b82f6}@media (max-width: 600px){._infoCard_nc9wl_20{padding:20px}._title_nc9wl_11{font-size:20px}._header_nc9wl_76{flex-direction:column;gap:10px}}:root{--color-bg-header: #1F2937;--color-primary: #EF505F;--color-white: #ffffff;--color-text: #000000;--color-gray-light: #9CA3AF;--color-gray: #4B5563;--font-family-main: "Manrope", sans-serif;--font-size-logo-mobile: 1.3rem;--font-size-logo-tablet: 1.8rem;--font-size-logo-desktop: 32px;--header-padding-y: .8rem;--header-padding-x: 1rem;--gap-mobile: .6rem;--gap-tablet: 1rem;--search-padding: .5rem 1rem .5rem 2.5rem;--search-radius: 9999px;--search-width-mobile: 12rem;--search-width-tablet: 16rem;--search-width-desktop: 20rem;--icon-size: 2.5rem;--radius-full: 9999px}._header_e5g8g_37{display:flex;align-items:center;justify-content:space-between;padding:var(--header-padding-y) var(--header-padding-x);background-color:var(--color-bg-header);color:var(--color-white);width:100%;box-sizing:border-box}._logoIcon_e5g8g_47{width:36px;height:36px}._spancolorInner_e5g8g_52{color:#ef505f}._logoDZ_e5g8g_56{margin-right:8px;font-weight:700;line-height:100%;vertical-align:middle}._logo_e5g8g_47{font-family:var(--font-family-main);font-size:var(--font-size-logo-desktop);font-weight:700;display:flex;align-items:center;letter-spacing:0%;line-height:100%}._headerRight_e5g8g_73{display:flex;align-items:center;gap:.8rem;flex-shrink:0}._searchBar_e5g8g_80{position:relative}._searchInput_e5g8g_84{padding:var(--search-padding);border:1px solid var(--color-gray);border-radius:var(--search-radius);background-color:var(--color-white);font-size:.875rem;width:var(--search-width-mobile);color:var(--color-text)}._searchInput_e5g8g_84::placeholder{color:var(--color-gray-light)}._searchInput_e5g8g_84:focus{outline:none;border-color:var(--color-primary)}._searchIcon_e5g8g_103{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--color-gray-light)}._notificationIcon_e5g8g_111,._profileIcon_e5g8g_112{display:flex;align-items:center;justify-content:center;width:var(--icon-size);height:var(--icon-size);border-radius:var(--radius-full);cursor:pointer;flex-shrink:0}._profileIcon_e5g8g_112 img{width:100%;border-radius:var(--radius-full)}._profileWrapper_e5g8g_128{position:relative}._dropdown_e5g8g_132{position:absolute;top:calc(100% + .5rem);right:0;background-color:var(--color-white);border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:150px;overflow:hidden;z-index:1000}._dropdownItem_e5g8g_144{padding:.75rem 1rem;color:var(--color-text);cursor:pointer;transition:background-color .2s ease;font-size:.875rem;font-family:var(--font-family-main)}._dropdownItem_e5g8g_144:hover{background-color:#f3f4f6}._dropdownItem_e5g8g_144:active{background-color:#e5e7eb}._notificationSvg_e5g8g_161{color:var(--color-primary)}@media (min-width: 768px){._headerRight_e5g8g_73{gap:var(--gap-tablet)}._searchInput_e5g8g_84{width:var(--search-width-tablet)}._logo_e5g8g_47{font-size:var(--font-size-logo-tablet)}}@media (min-width: 1024px){._searchInput_e5g8g_84{width:var(--search-width-desktop)}}@media (max-width: 767px){._header_e5g8g_37{flex-wrap:wrap;gap:.5rem}._logo_e5g8g_47{font-size:var(--font-size-logo-mobile)}._searchBar_e5g8g_80{display:none}._headerRight_e5g8g_73{gap:var(--gap-mobile)}}._nav_51exy_2{display:flex;justify-content:center;gap:13px;background-color:#fff;box-shadow:0 2px 4px #578dd93b;margin-top:1rem;border-radius:7.62px;padding:5.44px 82.68px 10.44px;align-self:center}._navItem_51exy_17{display:flex;align-items:center;gap:.5rem;padding:.5px 10px;border-radius:5px;cursor:pointer;color:#4b5563;font-weight:500;transition:all .2s ease;white-space:nowrap;text-decoration:none}._navItem_51exy_17:hover{background-color:#f3dadc}._activeNavItem_51exy_39{color:#ef505f;background-color:#f3dadc}._navIcon_51exy_44{font-size:1.2rem}@media (max-width: 768px){._nav_51exy_2{flex-wrap:wrap;padding-left:10px;padding-right:10px}._navItem_51exy_17{padding:.5rem;font-size:.9rem}}._blinking_51exy_62{animation:_blink_51exy_62 1s infinite}@keyframes _blink_51exy_62{0%,50%,to{background-color:#f003}25%,75%{background-color:transparent}}:root{--primary: #EF505F;--text-dark: #333;--text-light: #666;--white: #ffffff;--black: #333333;--gray-dark: #4B5563;--gray-light: #f0f2f5;--gray-border: #ddd;--gray-muted: #888;--overlay-bg: rgba(0, 0, 0, .5);--primary: #578DD9AD;--primary-text: #578DD9AD;--primary-hover: #75a4d0;--accent: #EF505F;--accent-alt: #ff8c00;--accent-muted: #F26004A6;--success: #28a745;--success-alt: #009900;--danger: #dc3545;--danger-alt: #FF2C2C;--blue-dark: #0015B8D9;--font-base: "Inter", sans-serif;--font-lg: 1.5rem;--font-md: 1.2rem;--font-sm: .9rem;--radius-sm: 8px;--radius-md: 9px;--radius-lg: 10px;--shadow-sm: 0 4px 6px rgba(0, 0, 0, .05);--shadow-md: 0 4px 10px rgba(0, 0, 0, .1);--shadow-lg: 0 4px 6px rgba(0, 0, 0, .1)}body{margin:0;padding:0;font-family:Inter,sans-serif;background-color:#f3f4f6}._container_1fhq7_53{display:flex;height:100vh}._mainContent_1fhq7_58{flex-grow:1;padding:1.5rem;display:flex;flex-direction:column;gap:2rem;margin-left:20px;width:70vw;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}._mainContent_1fhq7_58::-webkit-scrollbar{display:none}._mainHeader_1fhq7_73{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;gap:1rem}._statusTabs_1fhq7_81{display:flex;align-items:center;border-radius:var(--radius-sm);overflow:hidden;box-shadow:var(--shadow-lg)}._statusTab_1fhq7_81{font-family:var(--font-base);padding:10px 20px;background-color:transparent;border:none;color:var(--gray-dark);font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative;white-space:nowrap}._statusTab_1fhq7_81:after{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%);width:1px;height:60%;background-color:var(--primary-hover)}._statusTab_1fhq7_81:last-child:after{display:none}._header_1fhq7_118{display:flex;justify-content:flex-end;align-items:center}._activeTab_1fhq7_123{color:#ef505f}._welcomeMessage_1fhq7_132{font-size:16px;color:var(--text-light)}._headerRight_1fhq7_137{display:flex;align-items:center}._searchBar_1fhq7_142{position:relative;display:flex;align-items:center;max-width:400px;width:100%;box-shadow:0 17px 20px #578dd90f}._searchIcon_1fhq7_150{position:absolute;left:.5rem;width:1.25rem;height:1.25rem;color:#9ca3af}._searchInput_1fhq7_157{width:100%;padding:.5rem 1rem .5rem 2.5rem;border:1px solid #d1d5db;border-radius:9999px;font-size:1rem}._searchInput_1fhq7_157:focus{outline:none;border-color:var(--primary)}._headerContainer_1fhq7_170{display:flex;align-items:center;flex-wrap:wrap;gap:15px;padding:10px 0}._searchWrapper_1fhq7_177{position:relative;flex:1;min-width:220px}._searchWrapper_1fhq7_177 ._searchIcon_1fhq7_150{position:absolute;top:50%;left:10px;transform:translateY(-50%);font-size:14px;color:#888}._searchWrapper_1fhq7_177 ._searchInput_1fhq7_157{padding-left:32px;border:1px solid #CBDCF3;border-radius:7px;font-size:14px;height:40px;background-color:#fdfdfd;box-shadow:0 4px 9.4px #578dd914}._dropdown_1fhq7_199{padding:8px 12px;border:1px solid #CBDCF3;border-radius:8px;font-size:14px;background-color:#fdfdfd;min-width:140px;height:40px;box-shadow:0 4px 9.4px #578dd914}._dropdown_1fhq7_199:focus{border-color:var(--primary)}._addButton_1fhq7_210{padding:10px 12px;background-color:#4d6688;color:#fff;font-size:14px;border:none;border-radius:7px;cursor:pointer;height:40px}._addButton_1fhq7_210:hover{background-color:#2c4887}._tableSection_1fhq7_223{margin-top:20px;border-radius:11px;padding:1rem;background-color:#fff;box-shadow:0 4px 5.8px #578dd914}._tableHeader_1fhq7_230{font-size:18px;font-weight:600;margin-bottom:20px;color:#4b5563}._tableWrapper_1fhq7_236{width:100%;overflow-x:auto;border-radius:8px}._tableBodyScroll_1fhq7_243{max-height:300px;overflow-y:auto;display:block}._tableBodyScroll_1fhq7_243::-webkit-scrollbar{display:none}._tableBodyScroll_1fhq7_243{-ms-overflow-style:none;scrollbar-width:none}._tableBodyScroll_1fhq7_243 table{width:100%;border-collapse:collapse}._table_1fhq7_223 thead{background:#fff;position:sticky;top:0;z-index:2;border-bottom:1px solid #578DD9AD}._table_1fhq7_223{width:100%;min-width:700px;border-collapse:collapse;background-color:#fff;table-layout:fixed}._table_1fhq7_223 th,._table_1fhq7_223 td{padding:12px 15px;text-align:center;font-size:14px;white-space:nowrap;border:none;border-bottom:1px solid #578DD940}._table_1fhq7_223 tbody tr:last-child td{border-bottom:none}._actionButton_1fhq7_291{display:flex;align-items:center;justify-content:center;background-color:transparent;color:#4f6481;border-radius:7px;padding:0 12px;height:32px;cursor:pointer;box-shadow:0 17px 20px #578dd90f;border:none;font-family:Inter;font-weight:500;font-style:Medium;font-size:14px;line-height:100%;letter-spacing:0%}._actionButton_1fhq7_291:hover{opacity:.9}._actionButton_1fhq7_291:focus{outline:none}._buttonIcon_1fhq7_315{width:18px;height:18px;margin-left:8px}._active_1fhq7_123{color:#090}._inactive_1fhq7_324{color:red}._pending_1fhq7_325{color:orange}._Approved_1fhq7_326{width:110px;height:28;top:8px;left:967px;border-radius:11px;opacity:1;gap:4px;padding:5px 10px;background-color:#e7feed;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){._headerContainer_1fhq7_170{flex-direction:column;align-items:stretch}._dropdown_1fhq7_199,._addButton_1fhq7_210{width:100%}}._modalOverlay_1fhq7_351{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContent_1fhq7_365{background:#fff;padding:2rem;border-radius:8px;width:80%;max-width:900px;max-height:90%;overflow-y:auto;position:relative}._closeButton_1fhq7_377{position:absolute;top:1rem;right:1rem;background:#f87171;color:#fff;border:none;border-radius:4px;padding:.3rem .6rem;cursor:pointer}._buttonsGroup_1fhq7_389{display:flex;gap:10px;flex-direction:row}._ApprovedButton_1fhq7_394,._RejectedButton_1fhq7_394{display:flex;align-items:start;justify-content:start;color:#fff;font-size:14px;border-radius:7px;height:32px;cursor:pointer;box-shadow:0 17px 20px #578dd90f;border:none;padding:7px 10px;gap:4px}._RejectedButton_1fhq7_394{background-color:#ef505f}._ApprovedButton_1fhq7_394{background-color:#4d6688}._RejectedButton_1fhq7_394:hover,._ApprovedButton_1fhq7_394:hover{opacity:.9}._RejectedButton_1fhq7_394:focus,._ApprovedButton_1fhq7_394:focus{outline:none}._ApprovedButton_1fhq7_394 img,._RejectedButton_1fhq7_394 img{width:18px;height:18px;margin-left:0}._table_1fhq7_223 th:nth-child(1),._table_1fhq7_223 td:nth-child(1){width:20%}._table_1fhq7_223 th:nth-child(2),._table_1fhq7_223 td:nth-child(2){width:15%}._table_1fhq7_223 th:nth-child(3),._table_1fhq7_223 td:nth-child(3){width:15%}._table_1fhq7_223 th:nth-child(4),._table_1fhq7_223 td:nth-child(4){width:20%}._table_1fhq7_223 th:nth-child(6),._table_1fhq7_223 td:nth-child(6){width:10%}._table_1fhq7_223 th:nth-child(5),._table_1fhq7_223 td:nth-child(5){width:20%}._pageTitle_1fhq7_126{font-size:2rem;font-weight:700;color:var(--text-dark)}._analyticsTabs_1fhq7_456{display:flex;gap:3rem;border-bottom:1px solid var(--border-color)}._tabButton_1fhq7_462{background:none;border:none;font-size:1.1rem;font-weight:600;color:var(--text-light);padding:.5rem 0;cursor:pointer;position:relative}._tabButton_1fhq7_462._activeTab_1fhq7_123{color:var(--primary);font-weight:700}._tabButton_1fhq7_462._activeTab_1fhq7_123:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:var(--primary)}._tabButton_1fhq7_462:focus{outline:none;border:none}
