@keyframes ChatPlacement-module-scss-module__jj589a__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ChatPlacement-module-scss-module__jj589a__pulse-animation{0%{box-shadow:0 0 #ff5c5c4d}to{box-shadow:0 0 0 1.25rem #ff5c5c00}}@keyframes ChatPlacement-module-scss-module__jj589a__fade-in-slide-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ChatPlacement-module-scss-module__jj589a__container{z-index:999;width:100%;max-width:25rem;animation:.3s ease-in-out ChatPlacement-module-scss-module__jj589a__fade-in-slide-in;position:fixed;bottom:1.5rem;right:1.5rem}@media (max-width:575px){.ChatPlacement-module-scss-module__jj589a__container{width:100%;max-width:100%;height:100%;bottom:0;right:0}}
.Chat-module-scss-module__hxoF4a__chatContainer{background-color:#fff;border-radius:12px;flex-direction:column;height:600px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000014}@media (max-width:575px){.Chat-module-scss-module__hxoF4a__chatContainer{width:100vw;height:100vh;max-height:100%}}.Chat-module-scss-module__hxoF4a__chatHeader{background-color:#fff;border-bottom:1px solid #eaeaea;justify-content:space-between;align-items:center;padding:16px;display:flex}.Chat-module-scss-module__hxoF4a__userInfo{align-items:center;gap:10px;display:flex}.Chat-module-scss-module__hxoF4a__avatar{object-fit:cover;border-radius:50%;width:40px;height:40px}.Chat-module-scss-module__hxoF4a__nameContainer{flex-direction:column;gap:2px;display:flex}.Chat-module-scss-module__hxoF4a__nameContainer .Chat-module-scss-module__hxoF4a__userName{color:#333;font-weight:600}.Chat-module-scss-module__hxoF4a__nameContainer .Chat-module-scss-module__hxoF4a__status{font-size:.75rem;font-weight:700}.Chat-module-scss-module__hxoF4a__nameContainer .Chat-module-scss-module__hxoF4a__status[data-status-online=true]{color:#4fc28c}.Chat-module-scss-module__hxoF4a__nameContainer .Chat-module-scss-module__hxoF4a__status[data-status-online=false]{color:#f63e3e}.Chat-module-scss-module__hxoF4a__closeContainer .Chat-module-scss-module__hxoF4a__closeButton{cursor:pointer;color:#ff5c5c;background-color:#0000;border:none;width:24px;height:24px;font-size:1.5rem}.Chat-module-scss-module__hxoF4a__closeContainer .Chat-module-scss-module__hxoF4a__closeButton .Chat-module-scss-module__hxoF4a__icon{color:#ff5c5c;width:20px;height:20px}.Chat-module-scss-module__hxoF4a__closeContainer .Chat-module-scss-module__hxoF4a__closeButton:hover{color:#ff5c5c}.Chat-module-scss-module__hxoF4a__status{color:#4caf50;font-size:.85rem}.Chat-module-scss-module__hxoF4a__messagesContainer{-ms-overflow-style:none;scrollbar-width:none;background-color:#fff;flex-direction:column;flex:1;gap:16px;padding:16px;display:flex;overflow-y:auto}.Chat-module-scss-module__hxoF4a__messagesContainer::-webkit-scrollbar{display:none}.Chat-module-scss-module__hxoF4a__loadingMore{text-align:center;color:#000;padding:8px;font-size:.875rem;font-weight:600}.Chat-module-scss-module__hxoF4a__inputContainer{background-color:#fff;border-top:1px solid #eaeaea;align-items:center;padding:12px 16px;display:flex}.Chat-module-scss-module__hxoF4a__messageInput{resize:none;border:1px solid #e0e0e0;border-radius:10px;outline:none;flex:1;min-height:48px;max-height:100px;padding:12px 16px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.Chat-module-scss-module__hxoF4a__messageInput:focus{border-color:#ff5c5c}.Chat-module-scss-module__hxoF4a__sendButton{color:#fff;cursor:pointer;background-color:#ff5c5c;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-left:12px;transition:background-color .2s;display:flex}.Chat-module-scss-module__hxoF4a__sendButton:hover{background-color:#ff5c5c}.Chat-module-scss-module__hxoF4a__sendButton:disabled{cursor:not-allowed;background-color:#c7c7c7}.Chat-module-scss-module__hxoF4a__sendButton .Chat-module-scss-module__hxoF4a__icon{color:currentColor;width:20px;height:20px}
.Message-module-scss-module__DhdCiq__messageWrapper{max-width:100%;margin-bottom:8px;display:flex}.Message-module-scss-module__DhdCiq__userMessage{justify-content:flex-end}.Message-module-scss-module__DhdCiq__otherMessage{justify-content:flex-start}.Message-module-scss-module__DhdCiq__avatarContainer{align-items:flex-end;margin:0 8px;display:flex}.Message-module-scss-module__DhdCiq__avatar{object-fit:cover;border-radius:50%;width:32px;height:32px}.Message-module-scss-module__DhdCiq__messageContent{flex-direction:column;max-width:70%;display:flex}.Message-module-scss-module__DhdCiq__userName{color:#666;margin-bottom:4px;font-size:.8rem;font-weight:500}.Message-module-scss-module__DhdCiq__messageBubble{word-wrap:break-word;border-radius:18px;padding:12px 16px;position:relative}.Message-module-scss-module__DhdCiq__messageBubble p{margin:0;font-size:.95rem;line-height:1.4}.Message-module-scss-module__DhdCiq__userMessage .Message-module-scss-module__DhdCiq__messageBubble{color:#fff;background-color:#ff5c5c;border-bottom-right-radius:4px}.Message-module-scss-module__DhdCiq__otherMessage .Message-module-scss-module__DhdCiq__messageBubble{color:#333;background-color:#e9e9eb;border-bottom-left-radius:4px}.Message-module-scss-module__DhdCiq__messageFooter{justify-content:flex-end;align-items:center;gap:4px;margin-top:4px;display:flex}.Message-module-scss-module__DhdCiq__timestamp{opacity:.7;font-size:.7rem}.Message-module-scss-module__DhdCiq__userMessage .Message-module-scss-module__DhdCiq__timestamp{color:#ffffffe6}.Message-module-scss-module__DhdCiq__otherMessage .Message-module-scss-module__DhdCiq__timestamp{color:#666}.Message-module-scss-module__DhdCiq__status{color:#ffffffe6;opacity:.7;align-items:center;gap:2px;font-size:.7rem;display:inline-flex}
.ModalCenter-module-scss-module__P5v8nG__modalContainer{z-index:480;pointer-events:none;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.ModalCenter-module-scss-module__P5v8nG__modalContainer.ModalCenter-module-scss-module__P5v8nG__appear{pointer-events:unset}.ModalCenter-module-scss-module__P5v8nG__modalContainer.ModalCenter-module-scss-module__P5v8nG__appear .ModalCenter-module-scss-module__P5v8nG__backdrop{opacity:1}.ModalCenter-module-scss-module__P5v8nG__modalContainer .ModalCenter-module-scss-module__P5v8nG__backdrop{-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);opacity:0;background:#50505040;width:100%;height:100%;transition:opacity .3s;position:absolute}.ModalCenter-module-scss-module__P5v8nG__modalContainer .ModalCenter-module-scss-module__P5v8nG__backdrop[data-dark-background=true]{background:#505050d9}@media (max-width:575px){.ModalCenter-module-scss-module__P5v8nG__modalContainer .ModalCenter-module-scss-module__P5v8nG__backdrop.ModalCenter-module-scss-module__P5v8nG__hidden{background:#fff;height:200%}}@media (max-height:575px) and (orientation:landscape){.ModalCenter-module-scss-module__P5v8nG__modalContainer .ModalCenter-module-scss-module__P5v8nG__backdrop.ModalCenter-module-scss-module__P5v8nG__hidden{background:#fff;height:200%}}
.BottomTab-module-scss-module__9xPM7a__container{z-index:260;background-color:#0000;width:100%;min-height:3.75rem;padding:0 .625rem .625rem;transition:all .3s;position:fixed;bottom:0;left:0}.BottomTab-module-scss-module__9xPM7a__container .BottomTab-module-scss-module__9xPM7a__items{background-color:#fff;border-radius:.75rem;place-content:center space-between;align-items:center;gap:.625rem;width:100%;height:100%;padding:.625rem;display:flex;box-shadow:0 -1px 20px 4px #a8a8a866}.BottomTab-module-scss-module__9xPM7a__container .BottomTab-module-scss-module__9xPM7a__items .BottomTab-module-scss-module__9xPM7a__option{background-color:#0000;width:100%;max-width:3.125rem;height:auto}.BottomTab-module-scss-module__9xPM7a__container .BottomTab-module-scss-module__9xPM7a__items .BottomTab-module-scss-module__9xPM7a__option .BottomTab-module-scss-module__9xPM7a__content{flex-direction:column;justify-content:center;align-items:center;gap:.3125rem;display:flex}.BottomTab-module-scss-module__9xPM7a__container .BottomTab-module-scss-module__9xPM7a__items .BottomTab-module-scss-module__9xPM7a__option .BottomTab-module-scss-module__9xPM7a__content .BottomTab-module-scss-module__9xPM7a__icon{stroke:#505050;width:1.125rem;height:1.125rem}.BottomTab-module-scss-module__9xPM7a__container .BottomTab-module-scss-module__9xPM7a__items .BottomTab-module-scss-module__9xPM7a__option .BottomTab-module-scss-module__9xPM7a__content .BottomTab-module-scss-module__9xPM7a__icon path{stroke:#505050;fill:#505050;stroke-width:1px}.BottomTab-module-scss-module__9xPM7a__container .BottomTab-module-scss-module__9xPM7a__items .BottomTab-module-scss-module__9xPM7a__option .BottomTab-module-scss-module__9xPM7a__content .BottomTab-module-scss-module__9xPM7a__icon.BottomTab-module-scss-module__9xPM7a__noFill path{fill:#0000}.BottomTab-module-scss-module__9xPM7a__container .BottomTab-module-scss-module__9xPM7a__items .BottomTab-module-scss-module__9xPM7a__option .BottomTab-module-scss-module__9xPM7a__content .BottomTab-module-scss-module__9xPM7a__name{color:#505050;font-size:.625rem;font-weight:500;line-height:1rem}.BottomTab-module-scss-module__9xPM7a__container .BottomTab-module-scss-module__9xPM7a__items .BottomTab-module-scss-module__9xPM7a__option[data-active=true] .BottomTab-module-scss-module__9xPM7a__content .BottomTab-module-scss-module__9xPM7a__icon{stroke:#ff5c5c}.BottomTab-module-scss-module__9xPM7a__container .BottomTab-module-scss-module__9xPM7a__items .BottomTab-module-scss-module__9xPM7a__option[data-active=true] .BottomTab-module-scss-module__9xPM7a__content .BottomTab-module-scss-module__9xPM7a__icon path{stroke:#ff5c5c;fill:#ff5c5c}.BottomTab-module-scss-module__9xPM7a__container .BottomTab-module-scss-module__9xPM7a__items .BottomTab-module-scss-module__9xPM7a__option[data-active=true] .BottomTab-module-scss-module__9xPM7a__content .BottomTab-module-scss-module__9xPM7a__icon.BottomTab-module-scss-module__9xPM7a__noFill path{fill:#0000}.BottomTab-module-scss-module__9xPM7a__container .BottomTab-module-scss-module__9xPM7a__items .BottomTab-module-scss-module__9xPM7a__option[data-active=true] .BottomTab-module-scss-module__9xPM7a__content .BottomTab-module-scss-module__9xPM7a__name{color:#ff5c5c;font-weight:700}
.RedirectModal-module-scss-module__2kZDNq__container{flex-direction:column;place-content:space-between center;gap:16px;padding-top:16px;display:flex}.RedirectModal-module-scss-module__2kZDNq__container .RedirectModal-module-scss-module__2kZDNq__description{color:#b0b0b0;text-align:center;font-size:.875rem}.RedirectModal-module-scss-module__2kZDNq__container .RedirectModal-module-scss-module__2kZDNq__button{color:#fff;text-align:center;background-color:#ff5c5c;border-radius:.5rem;justify-content:center;align-items:center;width:100%;height:45px;font-size:.875rem;font-weight:700;display:flex}
.CreateOrderSidePanel-module-scss-module__dv5THa__container{background-color:#fff;width:27.625rem;height:100%;padding:1.25rem 0}@media (max-width:575px){.CreateOrderSidePanel-module-scss-module__dv5THa__container{width:100vw}}.CreateOrderSidePanel-module-scss-module__dv5THa__container .CreateOrderSidePanel-module-scss-module__dv5THa__orderContainer{grid-template-rows:60px 1fr auto;height:100%;display:grid}.CreateOrderSidePanel-module-scss-module__dv5THa__container .CreateOrderSidePanel-module-scss-module__dv5THa__orderContainer .CreateOrderSidePanel-module-scss-module__dv5THa__header{border-bottom:2px solid #d7d7da80;justify-content:space-between;align-items:center;padding:0 1.25rem;display:flex}.CreateOrderSidePanel-module-scss-module__dv5THa__container .CreateOrderSidePanel-module-scss-module__dv5THa__orderContainer .CreateOrderSidePanel-module-scss-module__dv5THa__header .CreateOrderSidePanel-module-scss-module__dv5THa__title{color:#ff5c5c;align-items:center;gap:.3125rem;font-size:1.125rem;font-weight:600;display:flex}@media (max-width:575px){.CreateOrderSidePanel-module-scss-module__dv5THa__container .CreateOrderSidePanel-module-scss-module__dv5THa__orderContainer .CreateOrderSidePanel-module-scss-module__dv5THa__header .CreateOrderSidePanel-module-scss-module__dv5THa__title{font-size:1rem}}.CreateOrderSidePanel-module-scss-module__dv5THa__container .CreateOrderSidePanel-module-scss-module__dv5THa__orderContainer .CreateOrderSidePanel-module-scss-module__dv5THa__header .CreateOrderSidePanel-module-scss-module__dv5THa__title .CreateOrderSidePanel-module-scss-module__dv5THa__count{color:#b0b0b0;font-size:1rem}.CreateOrderSidePanel-module-scss-module__dv5THa__container .CreateOrderSidePanel-module-scss-module__dv5THa__orderContainer .CreateOrderSidePanel-module-scss-module__dv5THa__header .CreateOrderSidePanel-module-scss-module__dv5THa__title.CreateOrderSidePanel-module-scss-module__dv5THa__paid{color:#4fc28c}.CreateOrderSidePanel-module-scss-module__dv5THa__container .CreateOrderSidePanel-module-scss-module__dv5THa__orderContainer .CreateOrderSidePanel-module-scss-module__dv5THa__header .CreateOrderSidePanel-module-scss-module__dv5THa__title .CreateOrderSidePanel-module-scss-module__dv5THa__loadingSpinner{width:16px;height:16px}.CreateOrderSidePanel-module-scss-module__dv5THa__container .CreateOrderSidePanel-module-scss-module__dv5THa__orderContainer .CreateOrderSidePanel-module-scss-module__dv5THa__header .CreateOrderSidePanel-module-scss-module__dv5THa__closeIcon{cursor:pointer;stroke:#505050;width:30px;height:auto}.CreateOrderSidePanel-module-scss-module__dv5THa__container .CreateOrderSidePanel-module-scss-module__dv5THa__orderContainer .CreateOrderSidePanel-module-scss-module__dv5THa__body{-ms-overflow-style:none;scrollbar-width:none;padding:0;overflow:scroll}.CreateOrderSidePanel-module-scss-module__dv5THa__container .CreateOrderSidePanel-module-scss-module__dv5THa__orderContainer .CreateOrderSidePanel-module-scss-module__dv5THa__body::-webkit-scrollbar{display:none}.CreateOrderSidePanel-module-scss-module__dv5THa__container .CreateOrderSidePanel-module-scss-module__dv5THa__orderContainer .CreateOrderSidePanel-module-scss-module__dv5THa__body .CreateOrderSidePanel-module-scss-module__dv5THa__lineItems{flex-direction:column;gap:10px;display:flex}.CreateOrderSidePanel-module-scss-module__dv5THa__container .CreateOrderSidePanel-module-scss-module__dv5THa__orderContainer .CreateOrderSidePanel-module-scss-module__dv5THa__footer{border-top:2px solid #d7d7da80;padding:1.25rem}
.LineItem-module-scss-module__-hgoCa__container{border-bottom:1px solid #d7d7da80;justify-content:space-between;align-items:center;gap:1.25rem;width:100%;padding:.9375rem 1.25rem;display:flex}.LineItem-module-scss-module__-hgoCa__container .LineItem-module-scss-module__-hgoCa__left{cursor:pointer;justify-content:flex-start;gap:.625rem;display:flex}.LineItem-module-scss-module__-hgoCa__container .LineItem-module-scss-module__-hgoCa__left .LineItem-module-scss-module__-hgoCa__image{background-color:#d7d7da80;background-position:50%;background-size:cover;border-radius:.5rem;width:3.125rem;height:3.125rem}.LineItem-module-scss-module__-hgoCa__container .LineItem-module-scss-module__-hgoCa__left .LineItem-module-scss-module__-hgoCa__info{flex-direction:column;justify-content:flex-start;gap:.125rem;display:flex}.LineItem-module-scss-module__-hgoCa__container .LineItem-module-scss-module__-hgoCa__left .LineItem-module-scss-module__-hgoCa__info .LineItem-module-scss-module__-hgoCa__title{color:#505050;white-space:normal;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.875rem;font-weight:600;display:-webkit-box;overflow:hidden}.LineItem-module-scss-module__-hgoCa__container .LineItem-module-scss-module__-hgoCa__left .LineItem-module-scss-module__-hgoCa__info .LineItem-module-scss-module__-hgoCa__creator{color:#818181;font-size:.875rem}.LineItem-module-scss-module__-hgoCa__container .LineItem-module-scss-module__-hgoCa__right{flex-direction:column;justify-content:space-between;align-items:center;gap:.625rem;display:flex}.LineItem-module-scss-module__-hgoCa__container .LineItem-module-scss-module__-hgoCa__right .LineItem-module-scss-module__-hgoCa__price{color:#505050;font-size:.875rem;font-weight:700}.LineItem-module-scss-module__-hgoCa__container .LineItem-module-scss-module__-hgoCa__right .LineItem-module-scss-module__-hgoCa__green{color:#4fc28c}.LineItem-module-scss-module__-hgoCa__container .LineItem-module-scss-module__-hgoCa__right .LineItem-module-scss-module__-hgoCa__loadingSpinner{width:17px;height:17px}.LineItem-module-scss-module__-hgoCa__container .LineItem-module-scss-module__-hgoCa__right .LineItem-module-scss-module__-hgoCa__removeButton{font-size:.75rem}
/*# sourceMappingURL=26edfd9b9b4935a9.css.map*/