@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@600&family=Allura&display=swap";
.CateringOrders-module__AC8YTG__container{background:#f5f5f5;max-width:1400px;min-height:100vh;margin:0 auto;padding:20px}.CateringOrders-module__AC8YTG__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.CateringOrders-module__AC8YTG__title{color:#333;margin:0;font-size:2rem;font-weight:600}.CateringOrders-module__AC8YTG__refreshButton{color:#fff;cursor:pointer;background:#2196f3;border:none;border-radius:4px;padding:8px 16px;font-size:.9rem;transition:background .2s}.CateringOrders-module__AC8YTG__refreshButton:hover{background:#1976d2}.CateringOrders-module__AC8YTG__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px;display:grid}.CateringOrders-module__AC8YTG__statCard{text-align:center;background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a}.CateringOrders-module__AC8YTG__statCard h3{color:#666;margin:0 0 10px;font-size:.9rem;font-weight:500}.CateringOrders-module__AC8YTG__statNumber{color:#333;margin:0;font-size:1.8rem;font-weight:700}.CateringOrders-module__AC8YTG__filtersBar{background:#fff;border-radius:8px;flex-wrap:wrap;align-items:center;gap:15px;margin-bottom:20px;padding:15px;display:flex;box-shadow:0 2px 4px #0000001a}.CateringOrders-module__AC8YTG__searchBox{flex:1;min-width:250px}.CateringOrders-module__AC8YTG__searchInput{border:1px solid #ddd;border-radius:4px;width:100%;padding:10px 12px;font-size:.9rem;transition:border-color .2s}.CateringOrders-module__AC8YTG__searchInput:focus{border-color:#2196f3;outline:none}.CateringOrders-module__AC8YTG__filterGroup{align-items:center;gap:10px;display:flex}.CateringOrders-module__AC8YTG__filterSelect{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:4px;padding:10px 12px;font-size:.9rem}.CateringOrders-module__AC8YTG__sortButton{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:4px;padding:10px 12px;font-size:1rem}.CateringOrders-module__AC8YTG__loading{text-align:center;padding:60px 20px}.CateringOrders-module__AC8YTG__spinner{border:4px solid #f3f3f3;border-top-color:#2196f3;border-radius:50%;width:40px;height:40px;margin:0 auto 20px;animation:1s linear infinite CateringOrders-module__AC8YTG__spin}@keyframes CateringOrders-module__AC8YTG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.CateringOrders-module__AC8YTG__error{color:#f44;text-align:center;background:#ffebee;border-radius:4px;margin:20px 0;padding:20px}.CateringOrders-module__AC8YTG__retryButton{color:#fff;cursor:pointer;background:#2196f3;border:none;border-radius:4px;margin:20px auto;padding:10px 20px;font-size:1rem;transition:background .2s;display:block}.CateringOrders-module__AC8YTG__retryButton:hover{background:#1976d2}.CateringOrders-module__AC8YTG__emptyState{text-align:center;color:#666;background:#fff;border-radius:8px;padding:60px 20px;font-size:1.1rem}.CateringOrders-module__AC8YTG__clearFiltersButton{color:#fff;cursor:pointer;background:#ff9800;border:none;border-radius:4px;margin-top:10px;padding:8px 16px}.CateringOrders-module__AC8YTG__ordersList{flex-direction:column;gap:20px;margin-top:20px;display:flex}.CateringOrders-module__AC8YTG__orderCard{background:#fff;border-left:4px solid #0000;border-radius:8px;padding:20px;transition:box-shadow .2s,transform .2s;box-shadow:0 2px 4px #0000001a}.CateringOrders-module__AC8YTG__orderCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.CateringOrders-module__AC8YTG__orderCard.CateringOrders-module__AC8YTG__pending{border-left-color:orange}.CateringOrders-module__AC8YTG__orderCard.CateringOrders-module__AC8YTG__confirmed{border-left-color:#2196f3}.CateringOrders-module__AC8YTG__orderCard.CateringOrders-module__AC8YTG__preparing{border-left-color:#ff4500}.CateringOrders-module__AC8YTG__orderCard.CateringOrders-module__AC8YTG__out_for_delivery{border-left-color:#9c27b0}.CateringOrders-module__AC8YTG__orderCard.CateringOrders-module__AC8YTG__delivered,.CateringOrders-module__AC8YTG__orderCard.CateringOrders-module__AC8YTG__completed{border-left-color:#32cd32}.CateringOrders-module__AC8YTG__orderCard.CateringOrders-module__AC8YTG__cancelled{border-left-color:#dc143c}.CateringOrders-module__AC8YTG__orderHeader{border-bottom:1px solid #eee;justify-content:space-between;align-items:flex-start;margin-bottom:15px;padding-bottom:10px;display:flex}.CateringOrders-module__AC8YTG__orderTitleSection{flex-direction:column;gap:5px;display:flex}.CateringOrders-module__AC8YTG__orderTitle{cursor:pointer;color:#2196f3;margin:0;font-size:1.1rem;transition:color .2s}.CateringOrders-module__AC8YTG__orderTitle:hover{color:#1976d2;text-decoration:underline}.CateringOrders-module__AC8YTG__orderDate{color:#999;font-size:.8rem}.CateringOrders-module__AC8YTG__orderStatus{text-transform:capitalize;border-radius:20px;padding:6px 12px;font-size:.85rem;font-weight:600}.CateringOrders-module__AC8YTG__customerInfo{border-bottom:1px solid #eee;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;margin-bottom:15px;padding-bottom:15px;display:grid}.CateringOrders-module__AC8YTG__customerInfo p{color:#555;margin:0;font-size:.9rem}.CateringOrders-module__AC8YTG__packageInfo,.CateringOrders-module__AC8YTG__deliveryInfo{border-bottom:1px solid #eee;margin-bottom:15px;padding-bottom:15px}.CateringOrders-module__AC8YTG__packageInfo h4,.CateringOrders-module__AC8YTG__deliveryInfo h4{color:#333;margin:0 0 10px;font-size:1rem;font-weight:600}.CateringOrders-module__AC8YTG__packageInfo p,.CateringOrders-module__AC8YTG__deliveryInfo p{color:#555;margin:5px 0;font-size:.9rem}.CateringOrders-module__AC8YTG__optionalItems{margin-top:10px}.CateringOrders-module__AC8YTG__optionalItems ul{margin:5px 0 0 20px;padding:0}.CateringOrders-module__AC8YTG__optionalItems li{color:#555;margin:3px 0;font-size:.9rem}.CateringOrders-module__AC8YTG__pricingInfo{border-bottom:1px solid #eee;margin-bottom:15px;padding-bottom:15px}.CateringOrders-module__AC8YTG__priceItem{color:#555;justify-content:space-between;margin:5px 0;font-size:.9rem;display:flex}.CateringOrders-module__AC8YTG__orderTotal{text-align:right;color:#333;border-top:1px solid #eee;margin-top:10px;padding-top:10px;font-size:1.1rem;font-weight:700}.CateringOrders-module__AC8YTG__notes{border-bottom:1px solid #eee;margin-bottom:15px;padding-bottom:15px}.CateringOrders-module__AC8YTG__notes strong{color:#333;margin-bottom:5px;font-size:.9rem;display:block}.CateringOrders-module__AC8YTG__notes p{color:#555;background:#f9f9f9;border-radius:4px;margin:0;padding:8px;font-size:.9rem;font-style:italic}.CateringOrders-module__AC8YTG__statusControls{grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px;padding-top:10px;display:grid}.CateringOrders-module__AC8YTG__statusGroup{flex-direction:column;gap:8px;display:flex}.CateringOrders-module__AC8YTG__statusGroup label{color:#666;font-size:.85rem;font-weight:500}.CateringOrders-module__AC8YTG__statusSelect{cursor:pointer;background:#fff;border:2px solid #ddd;border-radius:6px;padding:8px 12px;font-size:.9rem;transition:all .2s}.CateringOrders-module__AC8YTG__statusSelect:hover:not(:disabled){border-color:#999}.CateringOrders-module__AC8YTG__statusSelect:focus{border-color:#2196f3;outline:none}.CateringOrders-module__AC8YTG__statusSelect:disabled{opacity:.6;cursor:not-allowed;background:#f5f5f5}.CateringOrders-module__AC8YTG__paymentStatus{text-transform:capitalize;text-align:center;border-radius:6px;padding:8px 12px;font-weight:500}.CateringOrders-module__AC8YTG__updatingSpinner{color:#666;background:#f5f5f5;border-radius:6px;align-items:center;gap:8px;padding:8px 12px;font-size:.9rem;display:flex}.CateringOrders-module__AC8YTG__smallSpinner{border:2px solid #f3f3f3;border-top-color:#2196f3;border-radius:50%;width:16px;height:16px;animation:1s linear infinite CateringOrders-module__AC8YTG__spin}@media (max-width:768px){.CateringOrders-module__AC8YTG__container{padding:15px}.CateringOrders-module__AC8YTG__title{font-size:1.5rem}.CateringOrders-module__AC8YTG__statsGrid{grid-template-columns:repeat(2,1fr);gap:10px}.CateringOrders-module__AC8YTG__filtersBar{flex-direction:column;align-items:stretch}.CateringOrders-module__AC8YTG__filterGroup{justify-content:space-between}.CateringOrders-module__AC8YTG__statusControls{grid-template-columns:1fr}.CateringOrders-module__AC8YTG__orderCard{padding:15px}.CateringOrders-module__AC8YTG__customerInfo{grid-template-columns:1fr}}@media (max-width:480px){.CateringOrders-module__AC8YTG__statsGrid{grid-template-columns:1fr}.CateringOrders-module__AC8YTG__filterGroup{flex-wrap:wrap}.CateringOrders-module__AC8YTG__filterSelect{flex:1}}
.popupwrapper-module__tdxZBG__popup-overlay{z-index:10000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0000001a;justify-content:center;align-items:end;width:100vw;height:100vh;display:flex;position:fixed;bottom:0;left:0}.popupwrapper-module__tdxZBG__popup-content{background:var(--bg-color-primary);border-radius:18px 18px 0 0;width:100%;max-width:600px;margin:0 auto;padding:20px;animation:.3s ease-out popupwrapper-module__tdxZBG__slideUp;box-shadow:0 4px 20px #0000001c}.popupwrapper-module__tdxZBG__popupHead{color:#111;border-bottom:2px solid #fff;justify-content:space-between;padding:20px 0;font-size:20px;display:flex}.popupwrapper-module__tdxZBG__popupTitle{font-size:18px;font-weight:600}.popupwrapper-module__tdxZBG__popupclose{cursor:pointer}@keyframes popupwrapper-module__tdxZBG__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0%)}}@keyframes popupwrapper-module__tdxZBG__slideDown{0%{opacity:1;transform:translateY(0%)}to{opacity:0;transform:translateY(100%)}}.popupwrapper-module__tdxZBG__popup-enter{animation:.3s ease-out forwards popupwrapper-module__tdxZBG__slideUp}.popupwrapper-module__tdxZBG__popup-exit{animation:.3s ease-in forwards popupwrapper-module__tdxZBG__slideDown}@media only screen and (max-width:600px){.popupwrapper-module__tdxZBG__popupHead{font-size:16px}}
.GuestLoginPopup-module__MPhnBq__popupDescription{color:#666;text-align:center;margin-bottom:24px;font-size:15px;line-height:1.5}.GuestLoginPopup-module__MPhnBq__optionsList{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.GuestLoginPopup-module__MPhnBq__optionItem{cursor:pointer;color:#111;border-bottom:2px solid #f0f0f0;justify-content:space-between;align-items:center;gap:10px;padding:20px 0;font-size:20px;font-weight:600;transition:all .2s;display:flex}.GuestLoginPopup-module__MPhnBq__optionItem:hover{background:#fafafa;border-bottom-color:#ddd;padding-left:8px;padding-right:8px}.GuestLoginPopup-module__MPhnBq__arrowIcon{color:#007bff;font-size:24px;transition:transform .2s}.GuestLoginPopup-module__MPhnBq__optionItem:hover .GuestLoginPopup-module__MPhnBq__arrowIcon{transform:translate(4px)}.GuestLoginPopup-module__MPhnBq__note{color:#999;text-align:center;border-top:1px solid #f0f0f0;margin-top:24px;padding-top:8px;font-size:12px}.GuestLoginPopup-module__MPhnBq__iconWrapper{justify-content:center;margin-bottom:20px;display:flex}@media (max-width:480px){.GuestLoginPopup-module__MPhnBq__optionItem{padding:16px 0;font-size:18px}.GuestLoginPopup-module__MPhnBq__arrowIcon{font-size:20px}.GuestLoginPopup-module__MPhnBq__popupDescription{font-size:14px}}
.LocationOptions-module__q1DyRG__locationList{flex-direction:column;display:flex}.LocationOptions-module__q1DyRG__locationList li{cursor:pointer;color:#111;border-bottom:2px solid #fff;padding:20px 0;font-size:20px;font-weight:600;transition:background .3s}.LocationOptions-module__q1DyRG__locationOption{justify-content:space-between;align-items:center;gap:10px;display:flex}.LocationOptions-module__q1DyRG__arrowIcon{color:#8b4513;font-size:24px}
.Header-module__KHjLKa__header{z-index:10;background:#e7d5b4;width:100%;margin-top:30px;margin-bottom:30px;padding:15px 20px;position:relative}.Header-module__KHjLKa__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.Header-module__KHjLKa__leftSection,.Header-module__KHjLKa__rightSection{flex:1}.Header-module__KHjLKa__rightSection{flex:1;justify-content:flex-end;align-items:center;gap:12px;display:flex}.Header-module__KHjLKa__brandSection{text-align:center;flex-direction:column;align-items:center;gap:5px;display:flex}.Header-module__KHjLKa__brandLink{flex-direction:column;align-items:center;gap:5px;text-decoration:none;display:flex}.Header-module__KHjLKa__brandLink:hover{opacity:.9}.Header-module__KHjLKa__logoContainer{justify-content:center;display:flex}.Header-module__KHjLKa__logoImage{object-fit:cover;width:100%;height:60px}.Header-module__KHjLKa__brandText{flex-direction:column;line-height:1.2;display:flex}.Header-module__KHjLKa__mainTitle{color:#8b4513;letter-spacing:1px;font-family:Cinzel,serif;font-size:64px;font-weight:600}.Header-module__KHjLKa__subTitle{color:#8b4513;margin-top:-18px;font-family:Allura,cursive;font-size:33px;font-weight:500}.Header-module__KHjLKa__languageSwitcher{cursor:pointer;background:#442d1d0d;border-radius:50px;align-items:center;gap:8px;padding:8px 12px;transition:background .3s;display:flex}.Header-module__KHjLKa__languageSwitcher:hover{background:#442d1d1a}.Header-module__KHjLKa__languageText{color:#442d1d;margin:0;font-size:14px;font-weight:500}.Header-module__KHjLKa__backButton{cursor:pointer;color:#8b4513;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:background .2s;display:flex}.Header-module__KHjLKa__backButton:hover{background:#8b45131a}.Header-module__KHjLKa__authButtons{align-items:center;gap:10px;display:flex}.Header-module__KHjLKa__loginButton,.Header-module__KHjLKa__registerButton{cursor:pointer;border-radius:50px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.Header-module__KHjLKa__loginButton{color:#8b4513;background:0 0;border:1px solid #8b4513}.Header-module__KHjLKa__loginButton:hover{background:#8b45131a;transform:translateY(-2px)}.Header-module__KHjLKa__registerButton{color:#fff;background:#8b4513;border:1px solid #8b4513}.Header-module__KHjLKa__registerButton:hover{background:#6b3410;transform:translateY(-2px)}.Header-module__KHjLKa__userMenuContainer{position:relative}.Header-module__KHjLKa__userMenuTrigger{cursor:pointer}.Header-module__KHjLKa__userInfo{background:#442d1d0d;border-radius:50px;align-items:center;gap:8px;padding:5px 12px;transition:all .3s;display:flex}.Header-module__KHjLKa__userInfo:hover{background:#442d1d1a;transform:translateY(-2px)}.Header-module__KHjLKa__userNameDisplay{color:#442d1d;font-size:14px;font-weight:600}.Header-module__KHjLKa__userAvatarSmall{object-fit:cover;border-radius:50%;width:32px;height:32px}.Header-module__KHjLKa__userAvatarPlaceholder{color:#8b4513;background:#8b451333;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Header-module__KHjLKa__dropdownIcon{color:#8b4513;font-size:12px;transition:transform .3s}.Header-module__KHjLKa__userMenuTrigger:hover .Header-module__KHjLKa__dropdownIcon{transform:rotate(180deg)}.Header-module__KHjLKa__userDropdown{z-index:1000;background:#fff;border-radius:12px;min-width:250px;animation:.2s Header-module__KHjLKa__slideDown;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 10px 25px #0000001a}@keyframes Header-module__KHjLKa__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header-module__KHjLKa__userDropdownHeader{background:#fefaf5;padding:16px}.Header-module__KHjLKa__userDropdownName{color:#442d1d;margin-bottom:4px;font-size:14px;font-weight:700}.Header-module__KHjLKa__userDropdownEmail{color:#8b5a2b;word-break:break-all;font-size:12px}.Header-module__KHjLKa__userDropdownDivider{background:#e7d5b4;height:1px;margin:0}.Header-module__KHjLKa__userDropdownItem{color:#5a3a24;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.Header-module__KHjLKa__userDropdownItem:hover{color:#442d1d;background:#f5ede4}.Header-module__KHjLKa__logoutDropdownItem{color:#d32f2f;border-top:1px solid #e7d5b4}.Header-module__KHjLKa__logoutDropdownItem:hover{color:#d32f2f;background:#ffebee}.Header-module__KHjLKa__mobileAuthOnly{display:none;position:relative}.Header-module__KHjLKa__mobileAuthTrigger{cursor:pointer;background:#442d1d0d;border-radius:50px;padding:5px 8px;transition:all .3s}.Header-module__KHjLKa__mobileAuthTrigger:hover{background:#442d1d1a}.Header-module__KHjLKa__mobileUserIcon{color:#8b4513;align-items:center;gap:6px;display:flex}.Header-module__KHjLKa__mobileUserInfo{align-items:center;gap:6px;display:flex}.Header-module__KHjLKa__mobileUserAvatar{object-fit:cover;border-radius:50%;width:32px;height:32px}.Header-module__KHjLKa__mobileAvatarPlaceholder{color:#8b4513;background:#8b451333;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Header-module__KHjLKa__mobileDropdownIcon{color:#8b4513;font-size:12px;transition:transform .3s}.Header-module__KHjLKa__mobileAuthTrigger:hover .Header-module__KHjLKa__mobileDropdownIcon{transform:rotate(180deg)}.Header-module__KHjLKa__mobileAuthDropdown{z-index:1000;background:#fff;border-radius:12px;min-width:220px;animation:.2s Header-module__KHjLKa__slideDown;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 10px 25px #0000001a}.Header-module__KHjLKa__mobileDropdownHeader{background:#fefaf5;margin-top:3px;padding:14px 16px}.Header-module__KHjLKa__mobileDropdownTitle{color:#8b4513;text-align:center;font-size:14px;font-weight:600}.Header-module__KHjLKa__mobileDropdownName{color:#442d1d;margin-bottom:4px;font-size:14px;font-weight:700}.Header-module__KHjLKa__mobileDropdownEmail{color:#8b5a2b;word-break:break-all;font-size:12px}.Header-module__KHjLKa__mobileDropdownDivider{background:#e7d5b4;height:1px;margin:0}.Header-module__KHjLKa__mobileDropdownItem{color:#5a3a24;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.Header-module__KHjLKa__mobileDropdownItem:hover{color:#442d1d;background:#f5ede4}.Header-module__KHjLKa__mobileLogoutItem{color:#d32f2f;border-top:1px solid #e7d5b4}.Header-module__KHjLKa__mobileLogoutItem:hover{color:#d32f2f;background:#ffebee}.Header-module__KHjLKa__desktopAuthOnly{display:block}.Header-module__KHjLKa__leftSection{flex:1;align-items:center;display:flex}@media only screen and (max-width:768px){.Header-module__KHjLKa__rightSection{flex-direction:column-reverse;align-items:flex-end;gap:8px}.Header-module__KHjLKa__desktopAuthOnly{display:none}.Header-module__KHjLKa__mobileAuthOnly{display:block}.Header-module__KHjLKa__loginButton span,.Header-module__KHjLKa__registerButton span{display:none}.Header-module__KHjLKa__loginButton,.Header-module__KHjLKa__registerButton{padding:8px 12px}.Header-module__KHjLKa__userNameDisplay{display:none}.Header-module__KHjLKa__userInfo{padding:5px 8px}.Header-module__KHjLKa__userDropdown{min-width:220px;right:-10px}}@media only screen and (max-width:600px){.Header-module__KHjLKa__backButton{padding:5px}.Header-module__KHjLKa__mainTitle{font-size:36px}.Header-module__KHjLKa__subTitle{margin-top:-12px;font-size:24px}.Header-module__KHjLKa__logoImage{width:100%!important;height:60px!important}.Header-module__KHjLKa__languageText{display:none}.Header-module__KHjLKa__authButtons{gap:5px}.Header-module__KHjLKa__loginButton,.Header-module__KHjLKa__registerButton{padding:6px 10px}.Header-module__KHjLKa__userInfo{padding:4px 8px}.Header-module__KHjLKa__userAvatarSmall,.Header-module__KHjLKa__userAvatarPlaceholder{width:28px;height:28px}.Header-module__KHjLKa__userDropdown{min-width:200px;right:-15px}.Header-module__KHjLKa__mobileUserAvatar,.Header-module__KHjLKa__mobileAvatarPlaceholder{width:28px;height:28px}.Header-module__KHjLKa__mobileAuthDropdown{min-width:200px;right:-15px}}
.quantitySelector-module__OqpYRW__quantitySelector{justify-content:flex-end;margin-top:5px;display:flex}.quantitySelector-module__OqpYRW__quantitySelector button,.quantitySelector-module__OqpYRW__quantitySelector input{border:1px solid #d9d9d9;border-radius:4px;width:25px;height:25px;font-size:11px}.quantitySelector-module__OqpYRW__quantitySelector input{text-align:center}
.CartCheckoutForm-module__7n9_5q__checkoutForm h2{text-transform:capitalize;margin-bottom:20px;font-size:18px;font-weight:500}.CartCheckoutForm-module__7n9_5q__total{justify-content:space-between;margin-top:10px;display:flex}.CartCheckoutForm-module__7n9_5q__total button{color:#442d1d}.CartCheckoutForm-module__7n9_5q__confirmBtn{font-weight:700}
.LoadingSpinner-module__O83UUa__spinnerContainer{background-color:#0000003e;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.LoadingSpinner-module__O83UUa__spinner{border:16px solid #f3f3f3;border-top-color:#442d1d;border-radius:50%;width:120px;height:120px;animation:2s linear infinite LoadingSpinner-module__O83UUa__spin}@keyframes LoadingSpinner-module__O83UUa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.languagemodal-module__kvHLOW__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background-color:#000000b3;width:100vw;height:100vh;position:fixed;top:0;left:0}.languagemodal-module__kvHLOW__modalContainer{z-index:10000;border-radius:30px 30px 0 0;width:100%;max-width:500px;padding:30px;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -15px 50px #0000004d;background:#fdfaf5!important}.languagemodal-module__kvHLOW__modalHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.languagemodal-module__kvHLOW__title{color:#442d1d;font-size:18px;font-weight:700}.languagemodal-module__kvHLOW__closeX{cursor:pointer;color:#8b4513;background:0 0;border:none;font-size:20px}.languagemodal-module__kvHLOW__list{flex-direction:column;gap:12px;display:flex}.languagemodal-module__kvHLOW__item{cursor:pointer;background:#fff;border:2px solid #e7d5b4;border-radius:12px;justify-content:space-between;align-items:center;padding:15px 20px;transition:all .2s;display:flex}.languagemodal-module__kvHLOW__item:hover{border-color:#8b4513}.languagemodal-module__kvHLOW__active{background:#f9f3e8;border-color:#8b4513}.languagemodal-module__kvHLOW__langTitle{color:#442d1d;margin:0;font-weight:700}.languagemodal-module__kvHLOW__langSub{color:#8b6d5c;text-transform:uppercase;margin:0;font-size:11px}.languagemodal-module__kvHLOW__check{color:#8b4513;font-weight:700}
.buttons-module__cO8tUq__primary{color:#fff;font-family:var(--text-font);cursor:pointer;background-color:#8a7b71;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;transition:background .3s}.buttons-module__cO8tUq__primary:hover{background-color:#746357}.buttons-module__cO8tUq__secondary{color:#8b4513;cursor:pointer;background-color:#0000;border:2px solid #8b4513;border-radius:100px;margin:auto;padding:10px 30px;font-size:1rem;transition:background .3s}.buttons-module__cO8tUq__secondary:hover{color:#dfceab;background-color:#8b4513}.buttons-module__cO8tUq__secondarySm{color:#1a1a1a;cursor:pointer;background-color:#0000;border:1px solid #8a7b71;border-radius:100px;margin:auto;padding:5px 30px;font-size:12px;transition:background .3s}.buttons-module__cO8tUq__secondarySm:hover{background-color:#f0e8e3}.buttons-module__cO8tUq__primarySm{color:#fff;font-size:.85rem;font-family:var(--text-font);cursor:pointer;background-color:#8a7b71;border:none;border-radius:4px;padding:.4rem 1rem;transition:background .3s}.buttons-module__cO8tUq__primarySm:hover{background-color:#746357}
.YouAreNotAllowed-module__XqMrta__card{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:600px;padding:2rem;display:flex}.YouAreNotAllowed-module__XqMrta__title{font-size:28px}
.sidemenu-module__ubZBQa__sideMenu{color:#000;background-color:var(--bg-color-primary);z-index:999;flex-direction:column;justify-content:space-between;width:400px;height:100%;padding:100px 24px;display:flex;position:fixed;top:0;left:0}.sidemenu-module__ubZBQa__userName{color:#111;font-size:20px;font-weight:700}.sidemenu-module__ubZBQa__menuItem{flex-direction:column;gap:10px;display:flex}.sidemenu-module__ubZBQa__menuItem li{cursor:pointer;color:#111;border-bottom:2px solid #fff;justify-content:space-between;padding:8px 0;font-size:16px;font-weight:400;transition:background .3s;display:flex}.sidemenu-module__ubZBQa__menuItem li svg{margin:auto 0}.sidemenu-module__ubZBQa__menuItem li div{gap:5px;display:flex}.sidemenu-module__ubZBQa__menuItem li div svg{margin:auto}.sidemenu-module__ubZBQa__logout button{cursor:pointer;color:#111;border:1px solid #5e4c3e;border-radius:100px;gap:5px;padding:6px 24px;font-size:16px;font-weight:400;transition:background .3s;display:flex}.sidemenu-module__ubZBQa__logout button svg{margin:auto}
.ImageSlider-module__UHPzRq__slider{border-radius:8px;max-width:100%;position:relative;overflow:hidden}.ImageSlider-module__UHPzRq__imageWrapper{width:100%;display:flex}.ImageSlider-module__UHPzRq__image{object-fit:cover;width:100%;height:300px;display:block}.ImageSlider-module__UHPzRq__nav{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;background:#00000080;border:none;border-radius:50%;padding:8px 12px;font-size:24px;transition:background .3s;position:absolute;top:50%;transform:translateY(-50%)}.ImageSlider-module__UHPzRq__nav:hover{background:#000c}.ImageSlider-module__UHPzRq__prev{left:10px}.ImageSlider-module__UHPzRq__next{right:10px}.ImageSlider-module__UHPzRq__dots{text-align:center;width:100%;position:absolute;bottom:10px}.ImageSlider-module__UHPzRq__dot{cursor:pointer;background-color:#ffffff80;border-radius:50%;width:10px;height:10px;margin:0 5px;transition:background-color .3s;display:inline-block}.ImageSlider-module__UHPzRq__dot:hover,.ImageSlider-module__UHPzRq__dot.ImageSlider-module__UHPzRq__active{background-color:#fff}
.Backdrop-module__SWCwoa__backdrop{z-index:99;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}
.selectStoretable-module__8Vsm8G__modalOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.selectStoretable-module__8Vsm8G__modalContent{text-align:center;background:#f9f9f9;border-radius:10px 10px 0 0;width:100%;max-width:600px;padding:20px 20px 50px;box-shadow:0 4px 10px #0003}.selectStoretable-module__8Vsm8G__title{color:#111;text-align:left;margin-bottom:15px;font-size:24px;font-weight:600}.selectStoretable-module__8Vsm8G__storeList,.selectStoretable-module__8Vsm8G__tableList{flex-direction:column;gap:10px;display:flex}.selectStoretable-module__8Vsm8G__store,.selectStoretable-module__8Vsm8G__tableItem{color:#111;text-align:center;border:1px solid #000;border-radius:10px;flex-direction:column;align-items:center;padding:30px 20px;transition:border-color .3s,color .3s;display:flex}.selectStoretable-module__8Vsm8G__store:hover,.selectStoretable-module__8Vsm8G__tableItem:hover{color:#442d1d;cursor:pointer;border-color:#442d1d}.selectStoretable-module__8Vsm8G__store:hover svg,.selectStoretable-module__8Vsm8G__tableItem:hover svg{color:#442d1d}.selectStoretable-module__8Vsm8G__store h3,.selectStoretable-module__8Vsm8G__tableItem h3{margin:10px 0 5px;font-size:20px;font-weight:600}.selectStoretable-module__8Vsm8G__store svg,.selectStoretable-module__8Vsm8G__tableItem svg{font-size:50px}.selectStoretable-module__8Vsm8G__storeButton,.selectStoretable-module__8Vsm8G__tableButton{cursor:pointer;border:none;border-radius:5px;padding:10px 15px;font-size:1rem;font-weight:700;transition:background .3s ease-in-out}.selectStoretable-module__8Vsm8G__storeButton{color:#fff;background-color:#2563eb}.selectStoretable-module__8Vsm8G__storeButton:hover{background-color:#1d4ed8}.selectStoretable-module__8Vsm8G__tableButton{color:#fff;background-color:#16a34a}.selectStoretable-module__8Vsm8G__tableButton:hover{background-color:#15803d}.selectStoretable-module__8Vsm8G__backButton{cursor:pointer;color:#333;background:0 0;border:none;align-items:center;gap:5px;margin-bottom:10px;font-size:16px;display:flex}.selectStoretable-module__8Vsm8G__backButton:hover{color:#000}.selectStoretable-module__8Vsm8G__orderTypeBtns{gap:20px;display:flex}.selectStoretable-module__8Vsm8G__orderTypeBtns button{border:1px solid #442d1d;border-radius:12px;width:50%;font-size:18px;line-height:60px}.selectStoretable-module__8Vsm8G__orderTypeBtns button:hover,.selectStoretable-module__8Vsm8G__orderTypeBtns button:focus{color:#fff;background-color:#442d1d}.selectStoretable-module__8Vsm8G__tableItems{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:15px;margin-top:20px;display:grid}.selectStoretable-module__8Vsm8G__tableImage{border-radius:5px;width:50px;height:50px}@media (max-width:600px){.selectStoretable-module__8Vsm8G__modalContent{border-radius:20px 20px 0 0;padding:15px 15px 40px}.selectStoretable-module__8Vsm8G__orderTypeBtns button{font-size:16px;line-height:50px}.selectStoretable-module__8Vsm8G__tableItems{grid-template-columns:repeat(2,1fr)}}
.skeleton-module__fOwSGq__skeletonList{flex-direction:column;gap:20px;width:100%;display:flex}.skeleton-module__fOwSGq__categorySection{margin-bottom:32px;padding:0 20px}.skeleton-module__fOwSGq__skeletonTitle{background-color:#eee;border-radius:4px;width:160px;height:24px;margin-bottom:12px;animation:1.5s ease-in-out infinite skeleton-module__fOwSGq__pulse}.skeleton-module__fOwSGq__foodItems{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.skeleton-module__fOwSGq__skeletonItem{background-color:#fafafa;border:1px solid #eee;border-radius:8px;padding:12px;animation:1.5s ease-in-out infinite skeleton-module__fOwSGq__pulse}.skeleton-module__fOwSGq__skeletonImage{background-color:#ddd;border-radius:6px;width:100%;height:140px;margin-bottom:10px}.skeleton-module__fOwSGq__itemDetails{flex-direction:column;gap:8px;display:flex}.skeleton-module__fOwSGq__skeletonText{background-color:#ddd;border-radius:4px;height:14px}.skeleton-module__fOwSGq__title{width:60%}.skeleton-module__fOwSGq__short{width:40%}.skeleton-module__fOwSGq__long{width:90%}@keyframes skeleton-module__fOwSGq__pulse{0%{background-color:#eee}50%{background-color:#ddd}to{background-color:#eee}}
.itemslist-module__z3hdKW__listHeading{color:var(--primary-heading-color);margin-bottom:10px;font-size:20px;font-weight:600}.itemslist-module__z3hdKW__category_title{text-transform:capitalize;margin:10px auto;font-size:18px;font-weight:500;text-decoration:none}
.item-module__8uaOnG__itemContainer{color:#1a1a1a;padding:40px 20px}.item-module__8uaOnG__description{color:var(--text-secondary-color);font-weight:400;line-height:1.5em;mix-blend-mode:unset!important;text-overflow:unset!important;overflow:unset!important;width:100%!important;white-space:unset!important;font-size:14px!important}.item-module__8uaOnG__itemContainer h3{color:var(--primary-heading-color);margin-bottom:10px;font-size:20px;font-weight:600}
.BackButton-module__i9JL2W__backButton{color:#442d1d;background-color:var(--bg-color-primary);cursor:pointer;border:1px solid #442d1d;border-radius:100px;justify-content:center;padding:10px;font-size:20px;transition:background-color .3s;display:flex}.BackButton-module__i9JL2W__backButton:hover{color:#fff;background-color:#442d1d}
.PhoneInput-module__RhS9xq__phoneInputContainer{z-index:1;background-color:#fff;border:1px solid #442d1d;border-radius:50px;align-items:stretch;width:100%;transition:all .3s;display:flex;position:relative;overflow:visible}.PhoneInput-module__RhS9xq__phoneInputContainer:focus-within{background-color:#fff;border-color:#442d1d;box-shadow:0 0 0 3px #442d1d1a}.PhoneInput-module__RhS9xq__countrySelectorWrapper{z-index:10;flex-shrink:0;position:relative}.PhoneInput-module__RhS9xq__countrySelector{cursor:pointer;z-index:11;background:0 0;border:none;border-right:1px solid #442d1d;border-radius:50px 0 0 50px;align-items:center;gap:8px;height:100%;padding:12px;font-size:14px;transition:background-color .2s;display:flex;position:relative}.PhoneInput-module__RhS9xq__countrySelector:hover:not(:disabled){background-color:#f5f5f5}.PhoneInput-module__RhS9xq__countrySelector:disabled{cursor:not-allowed;opacity:.6}.PhoneInput-module__RhS9xq__flagIcon{object-fit:cover;border-radius:2px;width:24px;height:18px}.PhoneInput-module__RhS9xq__dialCode{color:#442d1d;font-weight:500}.PhoneInput-module__RhS9xq__dropdownArrow{color:#442d1d;margin-left:4px;font-size:10px;transition:transform .2s}.PhoneInput-module__RhS9xq__arrowUp{transform:rotate(180deg)}.PhoneInput-module__RhS9xq__dropdownMenu{z-index:9999;background:#fff;border:1px solid #442d1d;border-radius:12px;min-width:280px;max-height:320px;margin-top:8px;animation:.2s PhoneInput-module__RhS9xq__dropdownFadeIn;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 4px 20px #00000026}@keyframes PhoneInput-module__RhS9xq__dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.PhoneInput-module__RhS9xq__dropdownItem{cursor:pointer;text-align:left;background:#fff;border:none;align-items:center;gap:12px;width:100%;padding:12px 16px;transition:background-color .2s;display:flex}.PhoneInput-module__RhS9xq__dropdownItem:hover{background-color:#f5f5f5}.PhoneInput-module__RhS9xq__dropdownItem.PhoneInput-module__RhS9xq__active{background-color:#e6d4b5}.PhoneInput-module__RhS9xq__dropdownItem .PhoneInput-module__RhS9xq__countryName{color:#442d1d;flex:1;font-size:14px;font-weight:500}.PhoneInput-module__RhS9xq__dropdownItem .PhoneInput-module__RhS9xq__dialCode{color:#666;font-size:13px;font-weight:400}.PhoneInput-module__RhS9xq__phoneNumberInput{background:0 0;border:none;border-radius:0 50px 50px 0;outline:none;flex:1;min-width:0;padding:12px 20px;font-size:15px}.PhoneInput-module__RhS9xq__phoneNumberInput:focus{outline:none}.PhoneInput-module__RhS9xq__phoneNumberInput:disabled{cursor:not-allowed;background-color:#f5f5f5}@media (max-width:600px){.PhoneInput-module__RhS9xq__countrySelector{padding:10px 8px}.PhoneInput-module__RhS9xq__dialCode{font-size:13px}.PhoneInput-module__RhS9xq__dropdownMenu{min-width:260px;max-height:280px}.PhoneInput-module__RhS9xq__dropdownItem{padding:10px 12px}.PhoneInput-module__RhS9xq__dropdownItem .PhoneInput-module__RhS9xq__countryName{font-size:13px}.PhoneInput-module__RhS9xq__phoneNumberInput{padding:10px 16px}}
.users-module__0909xG__pageContainer{background-color:#f3f4f6;flex-direction:column;align-items:center;min-height:100vh;padding:50px 1rem;display:flex}.users-module__0909xG__pageCard{border-radius:.5rem;width:100%;padding:1.5rem}.users-module__0909xG__pageTitle{color:#000;margin-top:30px;margin-bottom:60px;font-size:24px;font-weight:700}
.user-module__9FUrsq__profilePage{color:#111}.user-module__9FUrsq__profilePage .user-module__9FUrsq__profileItem{border-bottom:1px solid #fff;justify-content:space-between;padding:20px 10px;display:flex}.user-module__9FUrsq__label,.user-module__9FUrsq__name{font-size:14px}.user-module__9FUrsq__editBtn,.user-module__9FUrsq__submitBtn{color:#442d1d;border:1px solid #442d1d;border-radius:50px;margin-top:20px;margin-bottom:20px;padding:5px 20px;font-size:14px}.user-module__9FUrsq__profilePage .user-module__9FUrsq__profileItem input{background:0 0}.user-module__9FUrsq__addressCard{color:#442d1d;border:1px solid #442d1d;border-radius:6px;justify-content:space-between;margin-bottom:20px;padding:20px 10px;display:flex}.user-module__9FUrsq__addressContent{color:#111}.user-module__9FUrsq__orderHistoryDetails{flex-direction:column;gap:1.5rem;display:flex}.user-module__9FUrsq__orderItem{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;transition:all .3s;box-shadow:0 4px 20px #0000000d}.user-module__9FUrsq__orderItem:hover{box-shadow:0 4px 12px #0000001a}.user-module__9FUrsq__label{color:#6b7280;margin-bottom:.2rem;font-size:.85rem;font-weight:500}.user-module__9FUrsq__orderItem p{color:#111827;margin:0 0 1rem;font-size:1rem}.user-module__9FUrsq__orderDetails{background:#f3f4f6;border-radius:.375rem;margin-top:1rem;padding:1rem}.user-module__9FUrsq__orderDetails h4{color:#111;margin-bottom:.5rem;font-size:1rem;font-weight:600}.user-module__9FUrsq__orderItemRow{color:#374151;border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:.5rem 0;font-size:.95rem;display:flex}.user-module__9FUrsq__orderItemRow:last-child{border-bottom:none}
.CateringOrderDetails-module__l-wDdq__orderDetails{max-height:70vh;padding:10px 0;overflow-y:auto}.CateringOrderDetails-module__l-wDdq__section{border-bottom:1px solid #eee;margin-bottom:20px;padding-bottom:15px}.CateringOrderDetails-module__l-wDdq__section:last-child{border-bottom:none}.CateringOrderDetails-module__l-wDdq__sectionTitle{color:#333;margin:0 0 12px;font-size:1.1rem;font-weight:600}.CateringOrderDetails-module__l-wDdq__detailRow{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.CateringOrderDetails-module__l-wDdq__detailRow:last-child{margin-bottom:0}.CateringOrderDetails-module__l-wDdq__label{color:#666;flex-shrink:0;min-width:120px;font-size:.9rem;font-weight:500}.CateringOrderDetails-module__l-wDdq__value{color:#333;text-align:right;word-break:break-word;flex:1;font-size:.9rem}.CateringOrderDetails-module__l-wDdq__totalValue{color:#333;text-align:right;flex:1;font-size:1.1rem;font-weight:600}.CateringOrderDetails-module__l-wDdq__optionalList{text-align:left;margin:0;padding-left:20px}.CateringOrderDetails-module__l-wDdq__optionalList li{color:#555;margin:5px 0}.CateringOrderDetails-module__l-wDdq__instructions{color:#555;background:#f5f5f5;border-radius:4px;margin:0;padding:10px;font-size:.9rem;font-style:italic;line-height:1.5}.CateringOrderDetails-module__l-wDdq__orderDetails::-webkit-scrollbar{width:6px}.CateringOrderDetails-module__l-wDdq__orderDetails::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.CateringOrderDetails-module__l-wDdq__orderDetails::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.CateringOrderDetails-module__l-wDdq__orderDetails::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width:600px){.CateringOrderDetails-module__l-wDdq__detailRow{flex-direction:column;align-items:flex-start}.CateringOrderDetails-module__l-wDdq__label{min-width:auto;margin-bottom:5px}.CateringOrderDetails-module__l-wDdq__value,.CateringOrderDetails-module__l-wDdq__totalValue{text-align:left}}
.support-module__LnNu-W__supportContainer{max-width:300px;margin:auto}.support-module__LnNu-W__buttonGroup{flex-direction:column;gap:20px;display:flex}.support-module__LnNu-W__supportBtn{cursor:pointer;text-align:center;color:#111;border:1px solid #442d1d;border-radius:100px;padding:16px 60px;font-size:16px;font-weight:500;transition:background .3s}.support-module__LnNu-W__supportBtn:hover{background-color:#442d1d}
.dashboard-module__XABe8G__dashboardContainer{background-color:#e7d5b4;min-height:100vh}.dashboard-module__XABe8G__dashboardWrapper{gap:30px;max-width:1400px;min-height:calc(100vh - 80px);margin:0 auto;padding:30px 20px;display:flex}.dashboard-module__XABe8G__sidebar{background-color:#fff;border-radius:24px;flex-direction:column;width:280px;height:fit-content;padding:30px 20px;display:flex;position:sticky;top:30px;box-shadow:0 4px 20px #0000000d}.dashboard-module__XABe8G__userAvatar{text-align:center;border-bottom:1px solid #eee;margin-bottom:25px;padding-bottom:25px}.dashboard-module__XABe8G__avatarIcon{color:#6b4127;font-size:80px}.dashboard-module__XABe8G__avatarImage{object-fit:cover;border-radius:50%;width:80px;height:80px;margin:0 auto}.dashboard-module__XABe8G__userName{color:#442d1d;font-size:18px;font-weight:700;font-family:var(--text-font);margin:12px 0 4px}.dashboard-module__XABe8G__userEmail{color:#8b5a2b;word-break:break-all;font-size:13px}.dashboard-module__XABe8G__sidebarNav{flex-direction:column;gap:8px;margin-bottom:auto;display:flex}.dashboard-module__XABe8G__navButton{color:#5a3a24;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:15px;font-weight:500;transition:all .2s;display:flex}.dashboard-module__XABe8G__navButton:hover{background-color:#f5ede4}.dashboard-module__XABe8G__activeNav{color:#442d1d;background-color:#e7d5b4;font-weight:600}.dashboard-module__XABe8G__signOutButton{color:#b45f2b;cursor:pointer;background:0 0;border:1px solid #e0c8a8;border-radius:12px;align-items:center;gap:12px;width:100%;margin-top:20px;padding:12px 16px;font-size:15px;font-weight:500;transition:all .2s;display:flex}.dashboard-module__XABe8G__signOutButton:hover{background-color:#f5ede4;border-color:#b45f2b}.dashboard-module__XABe8G__mainContent{background-color:#fff;border-radius:24px;flex:1;padding:30px;box-shadow:0 4px 20px #0000000d}.dashboard-module__XABe8G__sectionHeader{border-bottom:2px solid #e7d5b4;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:15px;display:flex}.dashboard-module__XABe8G__sectionHeader h2{color:#442d1d;font-size:24px;font-weight:700;font-family:var(--text-font);margin:0}.dashboard-module__XABe8G__headerActions{align-items:center;gap:12px;display:flex}.dashboard-module__XABe8G__editButton,.dashboard-module__XABe8G__changePasswordButton{color:#6b4127;cursor:pointer;background-color:#f5ede4;border:none;border-radius:30px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:background-color .2s;display:flex}.dashboard-module__XABe8G__editButton:hover,.dashboard-module__XABe8G__changePasswordButton:hover{background-color:#e7d5b4}.dashboard-module__XABe8G__profileCard{background-color:#fefaf5;border-radius:20px;padding:25px}.dashboard-module__XABe8G__profileInfo{flex-direction:column;gap:20px;display:flex}.dashboard-module__XABe8G__infoRow{flex-wrap:wrap;align-items:flex-start;gap:20px;display:flex}.dashboard-module__XABe8G__infoLabel{color:#8b5a2b;align-items:center;gap:10px;width:140px;font-size:14px;font-weight:600;display:flex}.dashboard-module__XABe8G__infoLabel svg{font-size:18px}.dashboard-module__XABe8G__infoValue{color:#2c2c2c;word-break:break-word;flex:1;font-size:15px}.dashboard-module__XABe8G__bookingsList,.dashboard-module__XABe8G__ordersList{flex-direction:column;gap:20px;display:flex}.dashboard-module__XABe8G__bookingCard,.dashboard-module__XABe8G__orderCard{background-color:#fefaf5;border-radius:20px;padding:20px;transition:transform .2s,box-shadow .2s}.dashboard-module__XABe8G__bookingCard:hover,.dashboard-module__XABe8G__orderCard:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000014}.dashboard-module__XABe8G__bookingHeader,.dashboard-module__XABe8G__orderHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:15px;display:flex}.dashboard-module__XABe8G__bookingHeader h3,.dashboard-module__XABe8G__orderHeader h3{color:#442d1d;font-size:18px;font-weight:700;font-family:var(--text-font);margin:0}.dashboard-module__XABe8G__bookingStatus,.dashboard-module__XABe8G__orderStatus{background-color:#fff;border-radius:30px;align-items:center;gap:6px;padding:4px 12px;font-size:13px;font-weight:500;display:flex}.dashboard-module__XABe8G__statusIconConfirmed{color:#2e7d32}.dashboard-module__XABe8G__statusIconPending{color:#ed6c02}.dashboard-module__XABe8G__statusIconCancelled{color:#d32f2f}.dashboard-module__XABe8G__statusIconDefault{color:#6b4127}.dashboard-module__XABe8G__statusText{text-transform:capitalize}.dashboard-module__XABe8G__bookingDetails,.dashboard-module__XABe8G__orderDetails{flex-wrap:wrap;gap:20px;margin-bottom:15px;display:flex}.dashboard-module__XABe8G__detailItem{color:#5a3a24;align-items:center;gap:8px;font-size:14px;display:flex}.dashboard-module__XABe8G__detailItem svg{color:#8b5a2b;font-size:14px}.dashboard-module__XABe8G__bookingActions{justify-content:flex-end;margin-top:10px;display:flex}.dashboard-module__XABe8G__cancelButton{color:#d32f2f;cursor:pointer;background:0 0;border:1px solid #d32f2f;border-radius:30px;padding:6px 16px;font-size:13px;transition:all .2s}.dashboard-module__XABe8G__cancelButton:hover{background-color:#d32f2f20}.dashboard-module__XABe8G__menuPreview{border-top:1px dashed #e0c8a8;margin-top:12px;padding-top:12px}.dashboard-module__XABe8G__menuLabel{color:#8b5a2b;margin-bottom:8px;font-size:12px;font-weight:600}.dashboard-module__XABe8G__menuTags{flex-wrap:wrap;gap:8px;display:flex}.dashboard-module__XABe8G__menuTag{color:#442d1d;background-color:#e7d5b4;border-radius:30px;padding:4px 12px;font-size:12px}.dashboard-module__XABe8G__menuTagMore{color:#6b4127;background-color:#f0e6da;border-radius:30px;padding:4px 12px;font-size:12px}.dashboard-module__XABe8G__emptyState{text-align:center;background-color:#fefaf5;border-radius:20px;padding:60px 20px}.dashboard-module__XABe8G__emptyIcon{color:#c9aa7b;margin-bottom:20px;font-size:64px}.dashboard-module__XABe8G__emptyState p{color:#8b5a2b;margin-bottom:20px;font-size:16px}.dashboard-module__XABe8G__bookNowButton,.dashboard-module__XABe8G__orderNowButton{color:#fff;background-color:#442d1d;border-radius:40px;padding:12px 28px;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-block}.dashboard-module__XABe8G__bookNowButton:hover,.dashboard-module__XABe8G__orderNowButton:hover{background-color:#5c3e29}.dashboard-module__XABe8G__loadingContainer{background-color:#e7d5b4;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:100vh;display:flex}.dashboard-module__XABe8G__loader{border:4px solid #e0c8a8;border-top-color:#442d1d;border-radius:50%;width:48px;height:48px;animation:1s linear infinite dashboard-module__XABe8G__spin}@keyframes dashboard-module__XABe8G__spin{to{transform:rotate(360deg)}}.dashboard-module__XABe8G__modalOverlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;animation:.3s dashboard-module__XABe8G__fadeIn;display:flex;position:fixed;inset:0}.dashboard-module__XABe8G__modalContent{background-color:#fff;border-radius:24px;width:90%;max-width:600px;max-height:90vh;padding:30px;animation:.3s dashboard-module__XABe8G__slideUp;overflow-y:auto;box-shadow:0 20px 40px #0003}.dashboard-module__XABe8G__modalHeader{border-bottom:2px solid #e7d5b4;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:15px;display:flex}.dashboard-module__XABe8G__modalHeader h3{color:#442d1d;font-size:24px;font-weight:700;font-family:var(--text-font);margin:0}.dashboard-module__XABe8G__modalClose{color:#8b5a2b;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:5px;font-size:20px;transition:color .2s;display:flex}.dashboard-module__XABe8G__modalClose:hover{color:#442d1d}.dashboard-module__XABe8G__editProfileForm,.dashboard-module__XABe8G__passwordForm{flex-direction:column;gap:20px;display:flex}.dashboard-module__XABe8G__formSection{border-bottom:1px solid #e7d5b4;margin-bottom:25px;padding-bottom:15px}.dashboard-module__XABe8G__formSection:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.dashboard-module__XABe8G__sectionTitle{color:#442d1d;font-size:16px;font-weight:600;font-family:var(--text-font);margin:0 0 15px}.dashboard-module__XABe8G__formRow{gap:15px;margin-bottom:0;display:flex}.dashboard-module__XABe8G__formRow .dashboard-module__XABe8G__formGroup{flex:1;margin-bottom:0}.dashboard-module__XABe8G__formGroup{flex-direction:column;gap:8px;display:flex}.dashboard-module__XABe8G__formGroup label{color:#442d1d;align-items:center;gap:8px;margin-bottom:0;font-size:14px;font-weight:600;display:flex}.dashboard-module__XABe8G__formIcon{color:#6b4127;font-size:16px}.dashboard-module__XABe8G__formGroup input,.dashboard-module__XABe8G__formGroup textarea{color:#2c2c2c;background-color:#fff;border:1px solid #d4b48c;border-radius:12px;width:100%;padding:12px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s}.dashboard-module__XABe8G__formGroup textarea{resize:vertical;min-height:80px}.dashboard-module__XABe8G__formGroup input:focus,.dashboard-module__XABe8G__formGroup textarea:focus{color:#1a1a1a;border-color:#6b4127;outline:none;box-shadow:0 0 0 3px #6b41271a}.dashboard-module__XABe8G__formGroup input::placeholder,.dashboard-module__XABe8G__formGroup textarea::placeholder{color:#b8a28c;font-weight:400}.dashboard-module__XABe8G__formGroup input:disabled,.dashboard-module__XABe8G__formGroup textarea:disabled{color:#666;cursor:not-allowed;background-color:#f5f5f5}.dashboard-module__XABe8G__passwordInputWrapper{align-items:center;display:flex;position:relative}.dashboard-module__XABe8G__passwordInputWrapper input{padding-right:40px}.dashboard-module__XABe8G__passwordToggle{color:#8b5a2b;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:5px;transition:color .2s;display:flex;position:absolute;right:12px}.dashboard-module__XABe8G__passwordToggle:hover{color:#442d1d}.dashboard-module__XABe8G__passwordRequirements{color:#5a3a24;background-color:#fefaf5;border-left:3px solid #e7d5b4;border-radius:12px;margin-top:5px;padding:12px 16px;font-size:12px}.dashboard-module__XABe8G__passwordRequirements p{color:#442d1d;margin-bottom:8px;font-weight:600}.dashboard-module__XABe8G__passwordRequirements ul{margin:0;padding-left:20px}.dashboard-module__XABe8G__passwordRequirements li{color:#5a3a24;margin-bottom:4px}.dashboard-module__XABe8G__modalActions{justify-content:flex-end;gap:12px;margin-top:20px;display:flex}.dashboard-module__XABe8G__modalActions .dashboard-module__XABe8G__cancelButton{color:#5a3a24;cursor:pointer;background:0 0;border:1px solid #e0c8a8;border-radius:30px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s}.dashboard-module__XABe8G__modalActions .dashboard-module__XABe8G__cancelButton:hover{background-color:#f5ede4;border-color:#b45f2b}.dashboard-module__XABe8G__modalActions .dashboard-module__XABe8G__submitButton{color:#fff;cursor:pointer;background-color:#442d1d;border:none;border-radius:30px;padding:10px 24px;font-size:14px;font-weight:600;transition:background-color .2s}.dashboard-module__XABe8G__modalActions .dashboard-module__XABe8G__submitButton:hover{background-color:#5c3e29}.dashboard-module__XABe8G__modalActions button:disabled{opacity:.5;cursor:not-allowed}.dashboard-module__XABe8G__errorMessage{color:#d32f2f;background-color:#ffebee;border-left:3px solid #d32f2f;border-radius:12px;margin-bottom:10px;padding:12px;font-size:14px}.dashboard-module__XABe8G__successMessage{color:#2e7d32;background-color:#e8f5e9;border-left:3px solid #2e7d32;border-radius:12px;margin-bottom:10px;padding:12px;font-size:14px}.dashboard-module__XABe8G__darkTextInput{color:#2c2c2c!important;background-color:#fff!important;border:1px solid #d4b48c!important;font-weight:500!important}.dashboard-module__XABe8G__darkTextInput:focus{color:#1a1a1a!important;border-color:#6b4127!important;box-shadow:0 0 0 3px #6b41271a!important}.dashboard-module__XABe8G__darkTextInput::placeholder{color:#b8a28c!important;font-weight:400!important}@keyframes dashboard-module__XABe8G__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes dashboard-module__XABe8G__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.dashboard-module__XABe8G__dashboardWrapper{flex-direction:column;padding:20px}.dashboard-module__XABe8G__sidebar{flex-flow:wrap;justify-content:space-between;align-items:center;width:100%;padding:20px;position:static}.dashboard-module__XABe8G__userAvatar{border-bottom:none;align-items:center;gap:15px;margin-bottom:0;padding-bottom:0;display:flex}.dashboard-module__XABe8G__avatarIcon,.dashboard-module__XABe8G__avatarImage{width:50px;height:50px;font-size:50px}.dashboard-module__XABe8G__userName{margin:0;font-size:16px}.dashboard-module__XABe8G__userEmail{display:none}.dashboard-module__XABe8G__sidebarNav{flex-direction:row;margin:0}.dashboard-module__XABe8G__navButton{padding:8px 12px;font-size:13px}.dashboard-module__XABe8G__signOutButton{width:auto;margin-top:0;padding:8px 16px}.dashboard-module__XABe8G__mainContent{padding:20px}.dashboard-module__XABe8G__sectionHeader h2{font-size:20px}}@media (max-width:600px){.dashboard-module__XABe8G__sidebar{flex-direction:column;gap:15px}.dashboard-module__XABe8G__userAvatar{justify-content:center}.dashboard-module__XABe8G__sidebarNav{flex-wrap:wrap;justify-content:center}.dashboard-module__XABe8G__signOutButton{justify-content:center}.dashboard-module__XABe8G__infoRow{flex-direction:column;gap:5px}.dashboard-module__XABe8G__infoLabel{width:auto}.dashboard-module__XABe8G__bookingHeader,.dashboard-module__XABe8G__orderHeader{flex-direction:column;align-items:flex-start}.dashboard-module__XABe8G__bookingDetails,.dashboard-module__XABe8G__orderDetails{flex-direction:column;gap:8px}.dashboard-module__XABe8G__modalContent{width:95%;max-width:95%;padding:20px}.dashboard-module__XABe8G__modalHeader h3{font-size:20px}.dashboard-module__XABe8G__modalActions{flex-direction:column-reverse}.dashboard-module__XABe8G__modalActions .dashboard-module__XABe8G__cancelButton,.dashboard-module__XABe8G__modalActions .dashboard-module__XABe8G__submitButton{justify-content:center;width:100%}.dashboard-module__XABe8G__headerActions{flex-direction:column;align-items:stretch;width:100%}.dashboard-module__XABe8G__editButton,.dashboard-module__XABe8G__changePasswordButton{justify-content:center}.dashboard-module__XABe8G__formGroup input,.dashboard-module__XABe8G__formGroup textarea{padding:10px 14px}.dashboard-module__XABe8G__formRow{flex-direction:column;gap:15px}.dashboard-module__XABe8G__formRow .dashboard-module__XABe8G__formGroup{margin-bottom:0}}.dashboard-module__XABe8G__paymentStatusPaid{color:#2e7d32;background-color:#e8f5e9;border-radius:20px;margin-left:8px;padding:2px 8px;font-size:11px;font-weight:600}.dashboard-module__XABe8G__paymentStatusPending{color:#ed6c02;background-color:#fff3e0;border-radius:20px;margin-left:8px;padding:2px 8px;font-size:11px;font-weight:600}.dashboard-module__XABe8G__paymentStatusFailed{color:#d32f2f;background-color:#ffebee;border-radius:20px;margin-left:8px;padding:2px 8px;font-size:11px;font-weight:600}.dashboard-module__XABe8G__customerInfo{border-top:1px dashed #e0c8a8;flex-wrap:wrap;gap:15px;margin-top:12px;padding-top:12px;display:flex}.dashboard-module__XABe8G__bookingPurpose{color:#5a3a24;background-color:#fefaf5;border-radius:12px;margin-top:10px;padding:8px 12px;font-size:13px}.dashboard-module__XABe8G__bookingPurpose strong{color:#442d1d;font-weight:600}.dashboard-module__XABe8G__paymentDetails{background-color:#f5f5f5;border-radius:12px;margin-top:10px;padding:8px 12px;font-size:12px}@media (max-width:600px){.dashboard-module__XABe8G__customerInfo{flex-direction:column;gap:8px}.dashboard-module__XABe8G__bookingStatus{flex-wrap:wrap}}.dashboard-module__XABe8G__paymentMethodsContainer{background-color:#fefaf5;border-radius:20px;padding:25px}.dashboard-module__XABe8G__paymentMethodsGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;display:grid}.dashboard-module__XABe8G__paymentMethodCard{background-color:#fff;border:1px solid #e7d5b4;border-radius:16px;padding:20px;transition:all .2s}.dashboard-module__XABe8G__paymentMethodCard:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.dashboard-module__XABe8G__paymentMethodHeader{border-bottom:1px solid #f0e6da;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.dashboard-module__XABe8G__paymentMethodType{align-items:center;gap:8px;display:flex}.dashboard-module__XABe8G__paymentIcon{color:#6b4127;font-size:20px}.dashboard-module__XABe8G__paymentTypeText{color:#442d1d;text-transform:uppercase;font-size:14px;font-weight:600}.dashboard-module__XABe8G__defaultBadge{color:#442d1d;background-color:#e7d5b4;border-radius:20px;align-items:center;gap:4px;padding:4px 8px;font-size:11px;font-weight:600;display:flex}.dashboard-module__XABe8G__defaultBadge svg{font-size:10px}.dashboard-module__XABe8G__paymentMethodDetails{margin-bottom:16px}.dashboard-module__XABe8G__cardBrand{color:#8b5a2b;margin-bottom:8px;font-size:12px;font-weight:600}.dashboard-module__XABe8G__cardNumber{color:#2c2c2c;letter-spacing:1px;margin-bottom:8px;font-family:monospace;font-size:16px;font-weight:600}.dashboard-module__XABe8G__cardExpiry,.dashboard-module__XABe8G__cardHolder{color:#8b5a2b;margin-top:4px;font-size:12px}.dashboard-module__XABe8G__upiId{color:#2c2c2c;font-family:monospace;font-size:14px;font-weight:500}.dashboard-module__XABe8G__paymentMethodActions{border-top:1px solid #f0e6da;gap:12px;margin-top:16px;padding-top:12px;display:flex}.dashboard-module__XABe8G__setDefaultButton{color:#6b4127;cursor:pointer;background:0 0;border:1px solid #e7d5b4;border-radius:8px;flex:1;padding:8px 12px;font-size:12px;font-weight:500;transition:all .2s}.dashboard-module__XABe8G__setDefaultButton:hover{background-color:#f5ede4;border-color:#b45f2b}.dashboard-module__XABe8G__deletePaymentButton{color:#d32f2f;cursor:pointer;background:0 0;border:1px solid #ffcdd2;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.dashboard-module__XABe8G__deletePaymentButton:hover{background-color:#ffebee;border-color:#d32f2f}.dashboard-module__XABe8G__deletePaymentButton:disabled,.dashboard-module__XABe8G__setDefaultButton:disabled{opacity:.5;cursor:not-allowed}.dashboard-module__XABe8G__emptyPaymentState{text-align:center;padding:40px 20px}.dashboard-module__XABe8G__emptyPaymentState .dashboard-module__XABe8G__emptyIcon{color:#c9aa7b;margin-bottom:16px;font-size:48px}.dashboard-module__XABe8G__emptyPaymentState p{color:#8b5a2b;margin-bottom:20px;font-size:14px}.dashboard-module__XABe8G__addPaymentButton{color:#fff;cursor:pointer;background-color:#442d1d;border:none;border-radius:30px;padding:10px 24px;font-size:14px;font-weight:600;transition:background-color .2s}.dashboard-module__XABe8G__addPaymentButton:hover{background-color:#5c3e29}.dashboard-module__XABe8G__addPaymentForm{flex-direction:column;gap:20px;display:flex}.dashboard-module__XABe8G__paymentTypeSelector{gap:12px;margin-bottom:10px;display:flex}.dashboard-module__XABe8G__paymentTypeButton{color:#5a3a24;cursor:pointer;background-color:#f5ede4;border:2px solid #0000;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.dashboard-module__XABe8G__paymentTypeButton:hover{background-color:#e7d5b4}.dashboard-module__XABe8G__activePaymentType{color:#442d1d;background-color:#e7d5b4;border-color:#6b4127}.dashboard-module__XABe8G__checkboxLabel{cursor:pointer;color:#5a3a24;align-items:center;gap:10px;font-size:14px;display:flex}.dashboard-module__XABe8G__checkboxLabel input{cursor:pointer;width:auto}.dashboard-module__XABe8G__formHelper{color:#b8a28c;margin-top:5px;font-size:11px;display:block}.dashboard-module__XABe8G__addButton{color:#fff;cursor:pointer;background-color:#442d1d;border:none;border-radius:30px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:500;transition:background-color .2s;display:flex}.dashboard-module__XABe8G__addButton:hover{background-color:#5c3e29}@media (max-width:600px){.dashboard-module__XABe8G__paymentMethodsGrid{grid-template-columns:1fr}.dashboard-module__XABe8G__paymentMethodActions{flex-direction:column}.dashboard-module__XABe8G__setDefaultButton,.dashboard-module__XABe8G__deletePaymentButton{width:100%}.dashboard-module__XABe8G__paymentTypeSelector{flex-direction:column}}.dashboard-module__XABe8G__customerInfo{border-top:1px solid var(--border-color,#e5e7eb);margin-top:1rem;padding-top:.75rem}.dashboard-module__XABe8G__infoLabel{color:var(--text-secondary,#6b7280);margin-bottom:.5rem;font-size:.875rem;font-weight:600}.dashboard-module__XABe8G__infoContent{color:var(--text-primary,#1f2937);flex-wrap:wrap;gap:1rem;font-size:.875rem;display:flex}.dashboard-module__XABe8G__infoContent span{align-items:center;gap:.25rem;display:inline-flex}.dashboard-module__XABe8G__itemsList{margin-top:.5rem}.dashboard-module__XABe8G__orderItem{border-bottom:1px solid var(--border-light,#f3f4f6);justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.dashboard-module__XABe8G__orderItem:last-child{border-bottom:none}.dashboard-module__XABe8G__itemName{color:var(--text-primary,#1f2937);font-size:.875rem}.dashboard-module__XABe8G__itemQuantity{color:var(--text-secondary,#6b7280);margin-left:.25rem}.dashboard-module__XABe8G__itemPrice{color:var(--text-primary,#1f2937);font-size:.875rem;font-weight:500}.dashboard-module__XABe8G__optionalItems{margin-top:.75rem}.dashboard-module__XABe8G__specialInstructions{background-color:var(--bg-secondary,#f9fafb);border-radius:.5rem;margin-top:.75rem;padding:.75rem}.dashboard-module__XABe8G__instructions{color:var(--text-secondary,#6b7280);margin-top:.25rem;font-size:.875rem}.dashboard-module__XABe8G__priceBreakdown{border-top:1px solid var(--border-color,#e5e7eb);flex-wrap:wrap;justify-content:space-between;align-items:center;margin-top:.75rem;padding-top:.75rem;font-size:.875rem;display:flex}.dashboard-module__XABe8G__priceBreakdown span{color:var(--text-secondary,#6b7280)}.dashboard-module__XABe8G__totalAmount{font-size:1rem;font-weight:700;color:var(--primary-color,#3b82f6)!important}.dashboard-module__XABe8G__toastNotification{z-index:1100;border-radius:12px;align-items:center;gap:12px;min-width:300px;max-width:400px;padding:16px 20px;animation:.3s dashboard-module__XABe8G__slideInRight,.3s 2.7s forwards dashboard-module__XABe8G__fadeOut;display:flex;position:fixed;top:20px;right:20px;box-shadow:0 4px 12px #00000026}.dashboard-module__XABe8G__toastNotification.dashboard-module__XABe8G__success{background-color:#e8f5e9;border-left:4px solid #2e7d32}.dashboard-module__XABe8G__toastNotification.dashboard-module__XABe8G__error{background-color:#ffebee;border-left:4px solid #d32f2f}.dashboard-module__XABe8G__toastIcon{font-size:20px}.dashboard-module__XABe8G__toastNotification.dashboard-module__XABe8G__success .dashboard-module__XABe8G__toastIcon{color:#2e7d32}.dashboard-module__XABe8G__toastNotification.dashboard-module__XABe8G__error .dashboard-module__XABe8G__toastIcon{color:#d32f2f}.dashboard-module__XABe8G__toastMessage{color:#2c2c2c;flex:1;font-size:14px;font-weight:500;line-height:1.4}@keyframes dashboard-module__XABe8G__slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes dashboard-module__XABe8G__fadeOut{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}.dashboard-module__XABe8G__formSelect{color:#2c2c2c;cursor:pointer;background-color:#fff;border:1px solid #d4b48c;border-radius:12px;width:100%;padding:12px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s}.dashboard-module__XABe8G__formSelect:focus{border-color:#6b4127;outline:none;box-shadow:0 0 0 3px #6b41271a}.dashboard-module__XABe8G__formSelect:disabled{color:#666;cursor:not-allowed;background-color:#f5f5f5}.dashboard-module__XABe8G__sectionDescription{color:#8b5a2b;margin-top:-10px;margin-bottom:15px;font-size:12px}@media (max-width:600px){.dashboard-module__XABe8G__toastNotification{min-width:auto;max-width:none;left:20px;right:20px}}
.feedback-module__YymfjW__loginContainer{background-color:#f3f4f6;flex-direction:column;align-items:center;min-height:100vh;padding:50px 1rem;display:flex}.feedback-module__YymfjW__loginCard{border-radius:.5rem;width:100%;padding:1.5rem}.feedback-module__YymfjW__loginTitle{color:#000;text-align:center;margin-top:30px;margin-bottom:30px;font-size:24px;font-weight:700}.feedback-module__YymfjW__loginForm{flex-direction:column;gap:10px;display:flex}.feedback-module__YymfjW__label{color:#000;margin-bottom:10px;font-size:1rem;font-weight:600}.feedback-module__YymfjW__inputGroup{background-color:#fff;border:1px solid #000;border-radius:50px;align-items:center;margin-bottom:20px;display:flex;overflow:hidden}.feedback-module__YymfjW__countrySelector{color:#000;border:1px solid #d1d5db;border-radius:.375rem;align-items:center;padding:1rem .5rem;display:flex}.feedback-module__YymfjW__countrySelector input{background:0 0;width:50px}.feedback-module__YymfjW__phoneInput{background-color:#fff;outline:none;width:100%;padding:1rem .5rem}.feedback-module__YymfjW__continueButton{color:#fff;cursor:pointer;background-color:#442d1d;border-radius:50px;width:100%;padding:.5rem;font-size:16px;font-weight:700;line-height:40px}.feedback-module__YymfjW__starRating{cursor:pointer;border-bottom:1px solid #fff;justify-content:center;gap:8px;margin-bottom:30px;padding-bottom:30px;display:flex}.feedback-module__YymfjW__feedbackInput{resize:vertical;border:1px solid #ccc;border-radius:5px;width:100%;min-height:80px;margin-bottom:15px;padding:10px}.feedback-module__YymfjW__star{cursor:pointer;width:37px;height:37px;transition:color .2s}.feedback-module__YymfjW__star:hover{color:#ffc107!important}.feedback-module__YymfjW__continueButton:hover{background-color:#964a1e}.feedback-module__YymfjW__continueButton:disabled{cursor:not-allowed;background-color:#ccc!important}@media (max-width:480px){.feedback-module__YymfjW__loginCard{padding:1rem}.feedback-module__YymfjW__loginTitle{font-size:1.125rem}.feedback-module__YymfjW__continueButton{font-size:.875rem}}
.register-module__jUGYdG__registerContainer{background-color:#e7d5b4;justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.register-module__jUGYdG__registerCard{background-color:#fff;border-radius:20px;width:100%;max-width:500px;padding:40px;position:relative;box-shadow:0 10px 25px #0000001a}.register-module__jUGYdG__backButtonWrapper{margin-bottom:10px}.register-module__jUGYdG__logoWrapper{justify-content:center;width:100%;height:150px;margin-bottom:20px;display:flex}.register-module__jUGYdG__logoLink{flex-direction:column;align-items:center;gap:8px;text-decoration:none;display:flex}.register-module__jUGYdG__logoLink:hover{opacity:.9}.register-module__jUGYdG__logoImage{object-fit:cover;width:100%;height:60px}.register-module__jUGYdG__logoMain{color:#8b4513;letter-spacing:1px;font-size:28px;font-weight:600}.register-module__jUGYdG__logoSub{color:#8b4513;font-size:16px;font-weight:500;font-family:var(--text-font)}.register-module__jUGYdG__registerTitle{color:#442d1d;text-align:center;margin-bottom:30px;font-size:28px;font-weight:800}.register-module__jUGYdG__registerForm{flex-direction:column;gap:20px;display:flex}.register-module__jUGYdG__inputWrapper{flex-direction:column;gap:8px;display:flex}.register-module__jUGYdG__label{color:#442d1d;margin-left:5px;font-size:14px;font-weight:600}.register-module__jUGYdG__inputField{color:#442d1d;background-color:#f9f9f9;border:1px solid #ddd;border-radius:12px;width:100%;padding:14px 20px;font-size:16px;transition:border-color .3s}.register-module__jUGYdG__inputField:focus{color:#442d1d;background-color:#fff;border-color:#442d1d;outline:none}.register-module__jUGYdG__inputField::placeholder{color:#aaa;opacity:.7;font-size:14px;font-weight:400}.register-module__jUGYdG__inputField:focus::placeholder{color:#ccc;opacity:.5}.register-module__jUGYdG__inputField:disabled{cursor:not-allowed;background-color:#f5f5f5}.register-module__jUGYdG__phoneInputWrapper{width:100%}.register-module__jUGYdG__phoneInputWrapper input{background-color:#f9f9f9;border:1px solid #ddd;width:100%;padding:14px 20px;font-size:16px;transition:border-color .3s;color:#442d1d!important}.PhoneInputInput{background-color:#f9f9f9;border:1px solid #ddd;width:100%;padding:14px 20px;font-size:16px;transition:border-color .3s;color:#442d1d!important}.register-module__jUGYdG__phoneInputWrapper input:focus{background-color:#fff;border-color:#442d1d;outline:none;color:#442d1d!important}.PhoneInputInput:focus{background-color:#fff;border-color:#442d1d;outline:none;color:#442d1d!important}.register-module__jUGYdG__phoneInputWrapper input::placeholder{color:#aaa;opacity:.7;font-size:14px;font-weight:400}.PhoneInputInput::placeholder{color:#aaa;opacity:.7;font-size:14px;font-weight:400}.register-module__jUGYdG__phoneInputWrapper input:focus::placeholder{color:#ccc;opacity:.5}.PhoneInputInput:focus::placeholder{color:#ccc;opacity:.5}.register-module__jUGYdG__phoneInputWrapper input:disabled{cursor:not-allowed;background-color:#f5f5f5}.PhoneInputInput:disabled{cursor:not-allowed;background-color:#f5f5f5}.register-module__jUGYdG__passwordWrapper{width:100%;position:relative}.register-module__jUGYdG__passwordToggle{cursor:pointer;opacity:.6;z-index:2;background:0 0;border:none;padding:0;font-size:20px;transition:opacity .2s;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.register-module__jUGYdG__passwordToggle:hover:not(:disabled){opacity:1}.register-module__jUGYdG__passwordToggle:disabled{opacity:.3;cursor:not-allowed}.register-module__jUGYdG__passwordStrength{border-radius:8px;margin-top:4px;padding:8px 12px;font-size:12px;font-weight:500}.register-module__jUGYdG__strengthWeak{color:#d32f2f;background-color:#ffebee}.register-module__jUGYdG__strengthMedium{color:#ed6c02;background-color:#fff3e0}.register-module__jUGYdG__strengthStrong{color:#2e7d32;background-color:#e8f5e9}.register-module__jUGYdG__strengthHint{opacity:.8;font-size:11px;font-weight:400}.register-module__jUGYdG__errorMessage{color:#dc2626;text-align:center;background-color:#fee2e2;border-left:4px solid #dc2626;border-radius:12px;margin-bottom:20px;padding:12px 16px;font-size:14px}.register-module__jUGYdG__continueButton{color:#fff;cursor:pointer;background-color:#442d1d;border:none;border-radius:12px;width:100%;margin-top:10px;padding:14px;font-size:16px;font-weight:700;transition:background-color .3s}.register-module__jUGYdG__continueButton:hover{background-color:#5c3e29}.register-module__jUGYdG__continueButton:disabled{cursor:not-allowed;background-color:#ccc}.register-module__jUGYdG__divider{text-align:center;color:#888;align-items:center;margin:25px 0;display:flex}.register-module__jUGYdG__divider:before,.register-module__jUGYdG__divider:after{content:"";border-bottom:1px solid #ddd;flex:1}.register-module__jUGYdG__divider span{padding:0 15px;font-size:14px;font-weight:600}.register-module__jUGYdG__googleButton{color:#444;cursor:pointer;background-color:#fff;border:1px solid #ddd;border-radius:12px;justify-content:center;align-items:center;gap:12px;width:100%;padding:12px;font-size:16px;font-weight:600;transition:background-color .3s;display:flex}.register-module__jUGYdG__googleButton:hover{background-color:#f5f5f5}.register-module__jUGYdG__googleButton:disabled{opacity:.6;cursor:not-allowed}.register-module__jUGYdG__googleIcon{width:20px;height:20px}.register-module__jUGYdG__loginPrompt{text-align:center;color:#666;margin-top:25px;font-size:14px}.register-module__jUGYdG__loginLink{color:#442d1d;font-weight:700;text-decoration:none}.register-module__jUGYdG__loginLink:hover{text-decoration:underline}@media (max-width:600px){.register-module__jUGYdG__registerContainer{background-color:#e7d5b4;align-items:flex-start;padding:20px 15px}.register-module__jUGYdG__registerCard{padding:30px 20px;box-shadow:0 4px 15px #0000000d}.register-module__jUGYdG__registerTitle{margin-bottom:20px;font-size:24px}.register-module__jUGYdG__logoMain{font-size:24px}.register-module__jUGYdG__logoSub{font-size:14px}.register-module__jUGYdG__logoImage{width:100%!important;height:110px!important}.register-module__jUGYdG__inputField{padding:12px 16px;font-size:14px}.register-module__jUGYdG__inputField::placeholder{font-size:13px}.register-module__jUGYdG__passwordToggle{font-size:18px;right:12px}.register-module__jUGYdG__passwordStrength{padding:6px 10px;font-size:11px}.register-module__jUGYdG__strengthHint{margin-top:2px;display:block}.register-module__jUGYdG__phoneInputWrapper input{padding:12px 16px;font-size:14px}.PhoneInputInput{padding:12px 16px;font-size:14px}.register-module__jUGYdG__phoneInputWrapper input::placeholder{font-size:13px}.PhoneInputInput::placeholder{font-size:13px}}
