.input-component{height:48px!important;box-sizing:border-box;background-color:#fff;color:#3a606c;border-radius:10px;border:1px solid #e2e7e9;min-height:35px;padding:10px 12px;width:100%;font-size:14px;font-weight:600}.input-component[type=password]{direction:ltr!important}.input-component::placeholder{color:#9e9e9e}.input-component:focus-visible{outline:none}.input-component.error{border:1px solid red}.input-component.error::placeholder{color:red}.input-component__label{width:100%;color:#3a606c;display:block;font-size:12px;margin-bottom:10px}.input-component__error-message{font-size:12px;color:red;margin:.5rem 0}.input-component__hint-message{font-size:12px;color:#ffb114;margin:.5rem 0}.textArea-component{background-color:#fff;color:#3a606c;border-radius:10px;border:1px solid #e2e7e9;min-height:35px;padding:10px 12px;width:100%;resize:none;text-align:center;font-weight:600}.textArea-component::placeholder{opacity:40%;font-size:14px;color:#9e9e9e}.textArea-component:focus-visible{outline:none}.textArea-component.error{border:1px solid red}.textArea-component__label{width:100%;color:#3a606c;display:block;font-size:12px;margin-bottom:10px}.textArea-component__error-message{font-size:10px;color:red;margin-right:10px;position:absolute;bottom:-17px;right:0}input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 1000px transparent;-webkit-text-fill-color:#000;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.button-component{background-color:#f79434;color:#fff;border-radius:10px;border:0;min-width:30%;position:relative;min-height:35px;z-index:2;display:flex;flex-direction:row-reverse;justify-content:center;align-items:center;gap:.5rem;min-height:48px;font-size:14px}.button-component__disable{background-color:#fcd4ae!important}.button-component.orange-wave:after{background-color:#f79434}.button-component.default-wave:after,.button-component.orange-wave:after{content:"";position:absolute;top:0;right:0;width:100%;height:100%;border-radius:10px;animation:button-wave .7s;z-index:-1}.button-component.default-wave:after{background-color:#b0bfc4}.button-component.block{display:block;width:100%}@keyframes button-wave{0%{transform:scale(1);opacity:1}to{opacity:0;transform:scaleY(1.4) scaleX(1.08)}}.layout-component{width:100%;display:flex;flex-direction:column;height:95vh;background-color:#fff}.layout-component__hamburger-menu{position:relative;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.layout-component__hamburger-menu__order-notif{position:absolute;height:10px;width:10px;border-radius:5px;background-color:red;top:-2.5px;right:-2.5px}.layout-component__wrapper{padding:1rem;width:100%;height:100%;height:95vh}.layout-component{margin:0 auto;overflow-x:hidden;overflow-y:auto}.layout-component--transparent{background-color:transparent}.layout-component::-webkit-scrollbar{width:8px;cursor:pointer;display:none}@media only screen and (max-width:600px){.layout-component{max-width:100%!important;width:100%;position:relative;top:auto;left:auto;transform:none;border-radius:0!important;box-shadow:none;height:100%}}@media only screen and (max-width:2800px){.layout-component{max-width:375px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:12px;background-color:#fff}}.layout-component--layout-with-background{background-image:url(/_next/static/media/RulesLayoutBackground.cf20fe13.svg);background-position:top;background-repeat:repeat;background-size:contain}.layout-component__Header{width:100%;position:relative;display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem}@media only screen and (max-width:320px){.layout-component__Header{flex-direction:column}}.layout-component__Header__right__icon{color:#3a606c!important;font-size:40px}.layout-component__Header__right{display:flex;align-items:center;justify-content:center;min-height:50px}.layout-component__Header__right__profile{color:#3a606c;flex-shrink:0}.layout-component__Header__right__back,.layout-component__Header__right__profile{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid #ecf0f1;border-radius:10px;cursor:pointer}.layout-component__Header__right__back{color:#737373;position:absolute;opacity:.8;right:0;top:0}.layout-component__Header__center{display:flex;align-items:center;justify-content:center;flex-grow:2;min-height:50px}.layout-component__Header__center__addresses{color:#34a5f7;max-width:calc(100% - 40px);height:48px;border:1px solid #ecf0f1;border-radius:10px;cursor:pointer;flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-color:#f5f5f5}.layout-component__Header__left{display:flex;align-items:center;justify-content:center;min-height:50px}.layout-component__Header__left__edit{color:#737373;position:absolute;left:0;top:0}.layout-component__Header__left__edit,.layout-component__Header__left__orders{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid #ecf0f1;border-radius:10px;cursor:pointer}.layout-component__Header__left__orders{color:#3a606c;flex-shrink:0}.layout-component__Header__left__countDown-wrapper{display:flex;align-items:center;justify-content:center;color:#3a606c;min-width:100px;height:48px;border-radius:10px;background-color:#f5f5f5;position:absolute;left:0;padding:0 .5rem}@media only screen and (max-width:320px){.layout-component__Header__left__countDown-wrapper{position:relative}}.layout-component__Header__left__countDown{width:100%;display:flex;justify-content:center;align-items:center;gap:.3rem;border-radius:12px}.layout-component__Header__left__countDown__item{display:flex;align-items:center;justify-content:center;color:#3a606c;height:45px;background-color:#f5f5f5;border-radius:10px}.layout-component__children{flex-grow:1;overflow-x:hidden;overflow-y:auto}.layout-component__children::-webkit-scrollbar{width:2px;cursor:pointer;display:none}.empty-state-component-main{height:100%;gap:1rem}.empty-state-component-main,.empty-state-component-main__content{display:flex;align-items:center;justify-content:center;flex-direction:column}.empty-state-component-main__content{width:100%}.empty-state-component-main__retry-btn{background-color:transparent!important;color:#0199fe;min-height:48px;padding:.5rem}.wrapper-component{padding:0 10px;height:auto}.icon-button-component{font-size:12px;color:#000;text-align:center}.icon-button-component__icon{background-color:#737373;border-radius:50%;height:50px;width:50px;display:flex;align-items:center;justify-content:center;margin:0 auto 5px}.appbar-component{width:100%;height:60px;background-color:#3a606c;display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow:0 0 20px rgba(0,0,0,.1);z-index:100;margin-bottom:1rem}.appbar-component__page-title{font-weight:700;color:#646464}.menu-component{padding:1.5rem}.menu-component__list-item{display:flex;column-gap:10px;margin:1rem 0}div.css-i9fmh8-MuiBackdrop-root-MuiModal-backdrop{background-color:rgba(58,96,108,.3)}.bottom-navigation-component{position:fixed;bottom:0;width:100%;height:85px;background-color:#3a606c;display:flex;align-items:center;justify-content:space-between;border-top-right-radius:25px;border-top-left-radius:25px;overflow:hidden;box-shadow:0 0 20px rgba(0,0,0,.1)}.bottom-navigation-component__item-title{margin:0;color:#fff}.bottom-navigation-component__item{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#a3a3a3}.bottom-navigation-component__item img{width:20px;margin:0 auto 5px}.bottom-navigation-component__item>p{width:100%;text-align:center;font-size:.7rem}.bottom-navigation-component__item a{color:#fff}.bottom-navigation-component__item.active{font-weight:700}.bottom-navigation-component__item.active a{color:#edca44!important}.text-component{color:#3a606c}.text-component.xs{font-size:12px}.text-component.sm{font-size:13px}.text-component.md{font-size:14px}.text-component.primary{color:#3a606c}.text-component.secondary{color:#737373}.text-component.tertiary{color:rgba(0,0,0,.502)}.increase-decrease-component{display:inline-flex;justify-content:center;align-items:center;flex-direction:column;gap:1.5rem}.increase-decrease-component__wraper{display:flex;align-items:center;justify-content:center;flex:1 1;position:relative}.increase-decrease-component__price{display:flex;align-items:center;justify-content:center;padding:1rem;width:100%;height:48px;background-color:#f5f5f5;border-radius:10px;flex:1 1}.increase-decrease-component__decrease,.increase-decrease-component__increase{display:flex;align-items:center;justify-content:center;color:#f79434;background-color:transparent;width:48px;height:48px;border:1px solid #f79434;border-radius:10px;cursor:pointer;flex-shrink:0}.increase-decrease-component__decrease--disabled,.increase-decrease-component__increase--disabled{display:flex;align-items:center;justify-content:center;color:#fcd4ae;border:.8px solid #fcd4ae;background-color:transparent;width:48px;height:48px;border-radius:10px;flex-shrink:0}.increase-decrease-component__title{display:flex;align-items:center;justify-content:center;height:48px;background-color:#f5f5f5;border-radius:10px;max-width:calc(100% - 40px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 1rem;direction:rtl!important}.map-component__curloc{width:40px;height:40px;font-size:30px;background-color:#fff;border:1px solid #000;z-index:1000;position:absolute;bottom:1rem;right:1rem;display:flex;justify-content:center;align-items:center}.confirm-component__btn__container{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:24px;padding:5px}.confirm-component__btn__confirm{width:100%;cursor:pointer;align-self:center}.confirm-component__btn__cancel{width:100%;border:1px solid #3a606c;color:#3a606c;font-weight:600;cursor:pointer;background-color:#fff}.radio-button-component{font-size:12px!important}.radio-button-component__span{font-size:12px}.drawer-component-header__header{display:flex;flex-direction:row;justify-content:space-between}.drawer-component-header__title{display:flex;align-items:center;justify-content:center}.drawer-component-header__backLogo{color:#34a5f7;font-size:18px;margin-right:5px}.drawer-component-header__backTitle{background-color:transparent;border:none;color:#34a5f7;margin:10px 5px 15px 0;display:flex;align-items:center;cursor:pointer;font-size:16px}.confirm-cancellation-component{padding:1rem}.confirm-cancellation-component__btn__container{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:1rem;margin-top:24px;padding:5px}.confirm-cancellation-component__btn__confirm{cursor:pointer;align-self:center;width:calc(50% - 8px)}.confirm-cancellation-component__btn__confirm__cancel{flex-grow:1;color:#ff4c4c!important;background-color:transparent!important;border:1px solid #ff4c4c!important}.confirm-cancellation-component__btn__cancel{flex-grow:1;border:1px solid #3a606c;color:#3a606c;font-weight:600;cursor:pointer;background-color:#fff}.confirm-cancellation-component__title{width:100%;margin-bottom:1rem}.splash-module,.splash-module__area{width:100%;height:100%}.splash-module__area{padding:1rem;background:url(/_next/static/media/splash.652eeea4.jpg)}.splash-module__logo{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.splash-module__version{position:absolute;left:50%;bottom:3rem;transform:translateX(-50%)}.food-home-component{background-image:url(/_next/static/media/home-bg.f5bfa9c5.svg);position:relative;display:flex;flex-direction:column;align-items:center;gap:2vh;width:100%}.food-home-component__img{cursor:pointer;border-radius:10px;margin-right:22px}.food-home-component__title{text-align:center;font-size:16px;color:#3a606c;width:100%;display:flex;justify-content:center;align-items:center}.food-home-component__explnaition{font-size:14px;color:#3a606c;opacity:50%;margin-top:.5rem;width:100%;text-align:center}.countDown-home-component{background-color:#fff;display:flex;flex-direction:column;gap:1rem;padding:1.5rem 2.5rem 1rem;border-radius:12px;box-shadow:0 0 20px rgba(0,0,0,.102)}.countDown-home-component__countDown{display:flex;align-items:center;justify-content:center;gap:.5rem}.countDown-home-component__item{display:flex;align-items:center;justify-content:center;color:#3a606c;font-weight:700;width:45px;height:45px;background-color:#f5f5f5;border-radius:10px}.countDown-home-component__title{color:#484848!important}.countDown-home-component__time-to-left{color:#f79434!important}.button-home-component{width:90%;z-index:400;cursor:pointer;margin:0 auto;position:absolute;left:50%;transform:translateX(-50%);bottom:20px}.main-home-component{display:flex;flex-direction:column;align-items:center;overflow:auto;height:calc(100% - 53px);gap:1rem}.main-home-component__increase-decrease{display:flex;align-items:center;justify-content:center;margin:1rem 0;max-width:260px}.main-home-component__empty{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.main-home-component__empty,.tomorrow-component{display:flex;flex-direction:column;justify-content:center;text-align:center;align-items:center;gap:2rem;width:100%}.tomorrow-component{position:relative;height:100%}.tomorrow-component__empty{justify-content:center;text-align:center;gap:2rem}.register-module,.tomorrow-component__empty{display:flex;flex-direction:column;align-items:center;width:100%}.register-module{justify-content:end;height:100%}.register-module__header{width:100%;flex-grow:1}.register-module__form{width:100%}.header-register-component{height:100%;background:url(/_next/static/media/background.b8ffc6eb.png);background-position:top;background-repeat:repeat-y;background-size:100% auto}.header-register-component,.header-register-component__area{display:flex;align-items:center;justify-content:end;flex-direction:column}.header-register-component__area{background:linear-gradient(hsla(0,0%,100%,0),#fff);width:100%;height:90%}.form-register-component{display:flex;flex-direction:column;height:100%;position:relative;padding:2rem;width:100%}.form-register-component__form{height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;gap:1rem;justify-content:space-between;overflow:auto}.form-register-component__button{position:relative;margin:0 auto;width:100%}.form-register-component__button--disabled{background-color:#f79434}.form-register-component__e-namad{margin-top:2rem;bottom:85px;background-color:#fcfcfc;color:#3a606c;font-size:14px;width:100%;min-height:56px;border:1px solid #f5f5f5;border-radius:8px;display:flex;align-items:center;padding:0 1rem;gap:.5rem;cursor:pointer}.form-register-component__e-namad img{width:40px}.add-to-home-screen-module{padding:1rem;width:100%;font-family:Dana;display:flex;flex-direction:column;align-items:center;margin:0;color:#3a606c;height:100%;justify-content:space-evenly}.add-to-home-screen-module__ok-btn{width:100%;max-width:370px;margin:4rem auto auto}.add-to-home-screen-module__title{padding:1rem;font-weight:600;text-align:center;line-height:28px;font-size:14px}.add-to-home-screen-module__item{display:flex;flex-direction:row;align-items:center;gap:5px}.add-to-home-screen-module__item p{font-size:14px;padding-top:8px}.add-to-home-screen-module__item p span{color:#000;font-weight:700}.add-to-home-screen-module__backImg0{opacity:30%}.add-to-home-screen-module__backImg1{opacity:60%}.add-to-home-screen-module__backImg2{opacity:100%}.otp-module{display:flex;align-items:center;justify-content:end;width:100%;height:100%;flex-direction:column}.otp-module__header{width:100%;flex-grow:1}.otp-module__form{width:100%}.form-otp-component{display:flex;flex-direction:column;height:100%;width:100%;position:relative;padding:2rem}.form-otp-component__form{height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;gap:1rem;justify-content:space-between}.form-otp-component__rulls{margin-top:4rem;width:100%;display:flex;align-items:flex-start;gap:.5rem}.form-otp-component__rulls__link{color:#39f;text-decoration:underline}.form-otp-component__button{width:100%;background-color:#f79434}.form-otp-component__button--disabled{background-color:#fcd4ae}.header-otp-component{justify-content:space-between;height:100%;background:url(/_next/static/media/background.b8ffc6eb.png);background-position:top;background-repeat:repeat-y;background-size:100% auto;flex-direction:column;display:flex}.header-otp-component__back{display:flex;align-items:center;justify-content:center;flex-direction:column;color:#737373;width:48px;height:48px;border:1px solid #ecf0f1;border-radius:10px;opacity:.8;cursor:pointer;background-color:#fff;float:right;margin:1.2rem 1.5rem auto auto}.header-otp-component__area{display:flex;align-items:center;justify-content:end;flex-grow:1;background:linear-gradient(hsla(0,0%,100%,0),#fff);width:100%;height:90%;flex-direction:column}.resend-otp-component{display:flex;align-items:center;justify-content:space-between}.form-editMobile-component{display:flex;flex-direction:column;height:100%;position:relative}.form-editMobile-component__form{height:calc(100% - 140px);display:flex;flex-direction:column;gap:1rem;justify-content:space-between;overflow:auto;padding:1rem}.form-editMobile-component__button{background-color:#f79434;margin:1rem 0 0;width:100%}.form-editMobile-component__button--disabled{background-color:#fcd4ae}.password-module{display:flex;align-items:center;justify-content:end;width:100%;height:100%;flex-direction:column}.password-module__header{width:100%;flex-grow:1}.password-module__form{width:100%}.form-password-component{display:flex;flex-direction:column;height:100%;width:100%;position:relative;padding:2rem}.form-password-component__form{height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;gap:1rem;justify-content:space-between}.form-password-component__rulls{margin-top:4rem;width:100%;display:flex;align-items:flex-start;gap:.5rem}.form-password-component__rulls__link{color:#39f;text-decoration:underline}.form-password-component__button{width:100%;background-color:#f79434}.form-password-component__button--disabled{background-color:#fcd4ae}.header-password-component{justify-content:space-between;height:100%;background:url(/_next/static/media/background.b8ffc6eb.png);background-position:top;background-repeat:repeat-y;background-size:100% auto;flex-direction:column;display:flex}.header-password-component__back{display:flex;align-items:center;justify-content:center;flex-direction:column;color:#737373;width:48px;height:48px;border:1px solid #ecf0f1;border-radius:10px;opacity:.8;cursor:pointer;background-color:#fff;float:right;margin:1.2rem 1.5rem auto auto}.header-password-component__area{background:linear-gradient(hsla(0,0%,100%,0),#fff);height:90%;flex-grow:1}.header-password-component__area,.reset-password-module{display:flex;align-items:center;justify-content:end;width:100%;flex-direction:column}.reset-password-module{height:100%}.reset-password-module__header{width:100%;flex-grow:1}.reset-password-module__form{width:100%}.header-reset-password-component{display:flex;align-items:center;justify-content:end;height:100%;background:url(/_next/static/media/background.b8ffc6eb.png);background-position:top;background-repeat:repeat-y;background-size:100% auto;flex-direction:column}.header-reset-password-component__area{display:flex;align-items:center;justify-content:center;background:linear-gradient(hsla(0,0%,100%,0),#fff);width:100%;height:100%;flex-direction:column}.form-reset-password-component{display:flex;flex-direction:column;height:100%;position:relative;padding:2rem;width:100%}.form-reset-password-component__form{height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;gap:1rem;justify-content:space-between;overflow:auto}.form-reset-password-component__button{position:relative;margin:1rem auto 0;width:100%}.form-reset-password-component__button--disabled{background-color:#f79434}.main-reset-password-component{display:flex;align-items:center;justify-content:center;padding:1rem;height:100%;flex-direction:column;gap:1rem}.main-reset-password-component__logo{padding:1rem;padding-bottom:8px!important;border-radius:20px;background-color:#fff;box-shadow:0 3px 7.5px 0 hsla(0,0%,70%,.25);width:-moz-fit-content;width:fit-content;position:absolute;top:0;transform:translateY(-50%)}.main-reset-password-component__area{display:flex;align-items:center;justify-content:center;text-align:center;position:relative;flex-direction:column;background-color:hsla(0,0%,96%,.7);border-radius:12px;padding:5rem 1rem 1.5rem;gap:1.5rem}.main-reset-password-component__button{position:relative;margin:0 auto;width:100%}.main-reset-password-component__button--disabled{background-color:#f79434}.forget-password-module{display:flex;align-items:center;justify-content:end;width:100%;height:100%;flex-direction:column}.forget-password-module__header{width:100%;flex-grow:1}.forget-password-module__form{width:100%}.header-forget-password-component{justify-content:space-between;height:100%;background:url(/_next/static/media/background.b8ffc6eb.png);background-position:top;background-repeat:repeat-y;background-size:100% auto;flex-direction:column;display:flex}.header-forget-password-component__back{display:flex;align-items:center;justify-content:center;flex-direction:column;color:#737373;width:48px;height:48px;border:1px solid #ecf0f1;border-radius:10px;opacity:.8;cursor:pointer;background-color:#fff;float:right;margin:1.2rem 1.5rem auto auto}.header-forget-password-component__area{display:flex;align-items:center;justify-content:end;background:linear-gradient(hsla(0,0%,100%,0),#fff);width:100%;height:90%;flex-direction:column;flex-grow:1}.form-forget-password-component{display:flex;flex-direction:column;height:100%;position:relative;padding:2rem;width:100%}.form-forget-password-component__form{height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;gap:1rem;justify-content:space-between;overflow:auto}.form-forget-password-component__button{position:relative;margin:4rem auto 0;width:100%}.form-forget-password-component__button--disabled{background-color:#f79434}.notif-forget-password-component{display:flex;flex-direction:column;height:100%;position:relative;width:100%;gap:1rem;padding:2rem}.notif-forget-password-component__resend{margin-top:.25rem!important;width:-moz-fit-content;width:fit-content;margin:0 auto}.notif-forget-password-component__text{text-align:center}.notif-forget-password-component__spam{margin:4rem auto 0;text-align:center}.notif-forget-password-component__button{position:relative;margin:1rem auto 0;width:100%}.notif-forget-password-component__button--disabled{background-color:#f79434}.selectAddress-module{width:100%;height:100%}.main-select-address-component{width:100%;height:100%;display:flex;flex-direction:column;position:relative}.main-select-address-component__map{flex-grow:1}.main-select-address-component__search{position:relative;margin-bottom:1rem}.main-select-address-component__search-input{width:100%;height:100%;flex-grow:1}.main-select-address-component__search-icon{position:absolute;top:50%;left:5%;transform:translateY(-50%);color:#737373}.main-select-address-component__button{margin:1rem 0;width:100%;z-index:400}.form-address-detail-component{width:100%;padding:0 1rem 1rem;position:relative;height:100%}.form-address-detail-component__title{display:flex;flex-direction:row;justify-content:space-between}.form-address-detail-component__title__backLogo{color:#34a5f7;font-size:18px;margin-right:5px}.form-address-detail-component__backTitle{background-color:transparent;border:none;color:#34a5f7;margin:10px 5px 15px 0;display:flex;align-items:center;cursor:pointer;font-size:16px}.form-address-detail-component__button{bottom:5%;width:100%}.searched-location-select-address-component__title{color:#3a606c!important;padding-bottom:1rem;margin-bottom:1.5rem;border-bottom:1px solid #d9d9d9}.searched-location-select-address-component__list{min-height:48px;display:flex;justify-content:center;flex-direction:column;gap:1.5rem}.searched-location-select-address-component__list__item{display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;justify-content:flex-start;gap:.5rem;color:#3a606c;cursor:pointer}.searched-location-select-address-component__list__icon{width:36px;height:36px;background-color:#f5f7f8;padding:.5rem;border-radius:10px;color:#737373}.food-module{height:calc(100% - 2rem);display:flex;flex-direction:column}.food-module__increase-decrease{height:auto;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e2e7e9;padding:.5rem 0 2rem}@media only screen and (max-width:320px){.food-module__increase-decrease{flex-direction:column;width:100%}}.food-module__button{height:48px;cursor:pointer}@media only screen and (max-width:320px){.food-module__button{width:100%}}.food-module__title{margin:1rem 0;font-weight:500;color:#3a606c}.food-module__comments{display:flex;flex-direction:column;flex-grow:1}.main-food-component{position:relative;display:flex;flex-direction:column;align-items:center;gap:.5rem;margin:1rem 0}.main-food-component__img{border-radius:10px;margin-right:22px}.main-food-component__img-container{background-image:url(/_next/static/media/home-bg.f5bfa9c5.svg);width:100%;display:flex;justify-content:center;align-items:center;padding:1rem 0 2rem}.main-food-component__title{font-size:16px;color:#3a606c;margin-top:.5rem}.main-food-component__explnaition{font-size:14px;color:#3a606c;opacity:50%}.main-food-component__food-name{display:flex;justify-content:space-between;align-items:center;width:100%}@media only screen and (max-width:320px){.main-food-component__food-name{flex-direction:column}}.main-food-component__increase-decrease{display:flex;justify-content:space-between;width:100%;margin-top:1rem;gap:1rem}.comments-food-component{border:1px solid #ecf0f1;border-radius:10px;padding:1rem;margin:.5rem 0}.comments-food-component__header{display:flex;align-items:center;justify-content:center;justify-content:space-between;flex-direction:column;width:100%}.comments-food-component__rating{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:.3rem;color:#3a606c;font-weight:600}.comments-food-component__title,.comments-food-component__user-info{display:flex;justify-content:space-between;font-size:12px}.comments-food-component__body{margin:1rem 0}.button-food-component{height:48px;cursor:pointer}@media only screen and (max-width:320px){.button-food-component{width:100%}}.review-food-component__reviews{border:1px solid #ecf0f1;border-radius:10px;padding:1rem;margin:.5rem 0}.review-food-component__header{font-size:12px;margin:1rem 0;font-weight:600;color:#3a606c}.review-food-component__title{display:flex;justify-content:space-between}.review-food-component__body{margin:1rem 0}.review-food-component__empty{flex-grow:1;gap:1rem}.payment-module,.review-food-component__empty{display:flex;flex-direction:column;justify-content:center;align-items:center}.payment-module{padding:1rem;width:100%;height:100%;background:url(/_next/static/media/splash.652eeea4.jpg);height:100vh;gap:2rem}.payment-module__main{background-color:#fff;padding:4rem 1rem 1rem;border-top-left-radius:12px;border-top-right-radius:12px;box-shadow:0 0 20px #d9d9d9;position:relative;min-width:370px;display:flex;flex-direction:column;align-items:center}@media only screen and (max-width:600px){.payment-module__main{width:90%;min-width:0}}.payment-module__main:after{content:"";width:100%;height:11px;position:absolute;bottom:-11px;right:0;background-image:url(/_next/static/media/payment-border.c407b4ca.png);background-size:cover}.payment-module__header{width:100%;flex-direction:column;border-bottom:1px solid #d9d9d9;padding-bottom:1.5rem}.payment-module__header,.payment-module__icon-wrapper{display:flex;justify-content:center;align-items:center}.payment-module__icon-wrapper{position:absolute;width:80px;height:80px;top:-40px;left:50%;transform:translate(-50%);background-color:#fff;border:5px solid #f5f7f8;border-radius:24px}.payment-module__icon-success{font-size:36px;color:#0ce99a}.payment-module__icon-failed{font-size:36px;color:red}.payment-module__status-success{padding:0;margin:0;color:#0ce99a}.payment-module__status-failed{padding:0;margin:0;color:red}.payment-module__title{margin-top:1rem;color:#3a606c}.payment-module__back-button,.payment-module__tracking-button{z-index:400;cursor:pointer;flex-grow:1}.payment-module__back-button{background-color:#fff!important;animation:none!important;color:#f79434!important;border:1px solid #f79434;border-radius:12px}@media only screen and (max-width:600px){.payment-module__buttons-container{width:90%;min-width:0;max-width:480px}}.payment-module__buttons-container{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:1rem;width:100%;max-width:370px}.detail-payment-component{display:flex;flex-direction:column;width:100%;gap:1rem;padding:1.5rem 0}.detail-payment-component__list-item{display:flex;justify-content:space-between;align-items:center}.detail-payment-component__tracking{display:flex;align-items:center;justify-content:center;flex-direction:row}.detail-payment-component__copy-btn,.detail-payment-component__copy-btn:active,.detail-payment-component__copy-btn:focus,.detail-payment-component__copy-btn:hover{background-color:transparent!important;padding:0}.profile-module{height:calc(100% - 70px);overflow:auto}.profile-module__version{position:absolute;left:50%;transform:translateX(-50%);bottom:10px}.header-profile-component{display:flex;align-items:center;justify-content:center;flex-direction:column;border-bottom:1px solid #e2e7e9;position:relative;width:100%;gap:1rem;padding-bottom:2rem;margin:1rem 0;background-image:url(/_next/static/media/register.bb80cb46.jpg)}.header-profile-component:after{content:"";position:absolute;width:100%;height:30%;top:0;background-image:linear-gradient(#fff,rgba(255,0,0,0))}.header-profile-component:before{content:"";position:absolute;width:100%;height:30%;bottom:0;background-image:linear-gradient(rgba(255,0,0,0),#fff)}.header-profile-component__icon-wrapper{width:64px;height:64px;background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,.035);border-radius:16px;display:flex;align-items:center;justify-content:center;z-index:2}.header-profile-component__icon{color:#3a606c;font-size:30px}.header-profile-component__user-status{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.header-profile-component__user-name{font-size:14px;color:#3a606c}.link-list-profile-component{display:flex;flex-direction:column;align-items:center;gap:1rem;justify-content:center;width:100%}.link-list-profile-component__list-item{display:flex;justify-content:flex-start;align-items:center;gap:1rem;position:relative;width:100%;padding:.5rem 0;cursor:pointer}.link-list-profile-component__icon-wrapper{width:36px;height:36px;background-color:#f5f5f5;border-radius:10px;display:flex;align-items:center;justify-content:center}.link-list-profile-component__title{transition:all .3s}.link-list-profile-component__title:hover{transform:translateX(-10px)}.link-list-profile-component__back-icon{position:absolute;left:0;font-size:20px;color:#3a606c}.button-profile-module{color:#3a606c;font-weight:600;cursor:pointer;background-color:#fff}.support-profile-component{padding:.5rem;display:flex;flex-direction:column;justify-content:center}.support-profile-component__header{margin-bottom:.5rem}.support-profile-component__phone-number{border:1px solid rgba(51,153,255,.2);margin:1rem 0 1.5rem;padding:.7rem;text-align:center;color:#39f;border-radius:12px;width:100%;direction:ltr}.support-profile-component__close-button{width:100%;margin:0 auto}.user-info-module{height:calc(100% - 53px);overflow:auto}.form-user-info-component__first-title{margin:.5rem 0}.form-user-info-component__button{position:absolute;left:38px;bottom:20px;width:calc(100% - 75px)}.form-user-info-component__button--disabled{background-color:#fcd4ae}.form-user-info-component__form{margin:1rem 0 0 1rem}.form-user-info-component__form__radio{margin-right:-24px}.form-user-info-component__form__input{margin:.6rem 0 1.4rem}.form-user-info-component__form__input ::placeholder{color:#000;opacity:.4}.form-user-info-component__form__input input{font-size:12px;font-weight:500;padding:16px;margin:0}.form-user-info-component__form__input label{color:#737373}.form-user-info-component__form__datePicker .date-picker-component{width:100%}.form-user-info-component__form__datePicker input{background-color:#fff;color:#737373;border-radius:10px;border:1px solid #e2e7e9;min-height:35px;padding:16px;width:100%}.form-user-info-component__form__datePicker label{width:100%;color:#3a606c;display:block;font-size:12px;margin-bottom:10px}.form-user-info-birth-component{margin-bottom:3rem}.form-user-info-birth-component__label{margin:0 .3rem;font-size:12px;color:#737373;text-align:right;font-weight:400}.form-user-info-birth-component__container{width:100%;margin:0 .3rem;display:flex;justify-content:space-between;align-items:center}.form-user-info-birth-component__input{width:85px;height:52px}.form-user-info-birth-component__input ::placeholder{color:#000;opacity:.4;text-align:center}.form-user-info-birth-component__input input{width:100%;font-size:12px;font-weight:500;padding:16px;margin:0}.form-user-info-birth-component__input label{color:#737373}.address-list-module{height:calc(100% - 1rem);position:relative}.address-list-module__main{display:flex;align-items:center;justify-content:center;margin-top:1rem;flex-direction:column;justify-content:flex-start;gap:1rem;height:calc(100% - 1rem);overflow:auto}.address-list-module__empty-state{margin-top:45%}.address-list-module__paragraph{font-size:14px;color:rgba(58,96,108,.5)}.address-list-module__add-btn{width:100%;color:#34a5f7;background-color:#f5f7f8;position:-webkit-sticky;position:sticky;bottom:0}.address-list-module__add-btn,.address-list-module__add-btn--empty{display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;border:none;cursor:pointer;border-radius:10px;font-weight:500}.address-list-module__add-btn--empty{width:85%;color:#fff;background-color:#f79434;position:absolute;bottom:5%}.address-list-module__add-btn__icon{color:#3a606c}.address-address-list-component{width:100%;min-height:72px;display:flex;justify-content:space-between;align-items:center;border:1px solid rgba(58,96,108,.149);background-color:transparent;border-radius:10px;padding:1rem;gap:1rem}.address-address-list-component__address-input{background-color:red;display:none}.address-address-list-component__address-span{position:relative;width:20px;height:20px}.address-address-list-component__address-span:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:15px;height:15px;border:1px solid #3a606c;background-color:transparent;border-radius:50%}.address-address-list-component__address-input:checked+.address-address-list-component__address-title{color:#3a606c!important}.address-address-list-component__address-input:checked~.address-address-list-component__address-span:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:9px;height:9px;border-radius:50%;background-color:#3a606c}.address-address-list-component__item{width:100%;min-height:72px;display:flex;justify-content:flex-start;flex-wrap:wrap;align-items:center;border:1px solid #d9d9d9;background-color:transparent;border-radius:10px;padding:1rem}.address-address-list-component__address-title{color:#d9d9d9!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.address-address-list-component__address-label{display:flex;align-items:center;justify-content:center;flex-direction:row-reverse;justify-content:flex-end;width:90%;gap:1rem;cursor:pointer}.address-address-list-component__address-icon{display:flex;align-items:center;justify-content:center;cursor:pointer;color:#3a606c}.edit-address-address-list-component{padding:0 .5rem}.edit-address-address-list-component__header{display:flex;flex-direction:row;justify-content:space-between}.edit-address-address-list-component__title{display:flex;align-items:center;justify-content:center}.edit-address-address-list-component__backLogo{color:#34a5f7;font-size:18px;margin-right:5px}.edit-address-address-list-component__backTitle{background-color:transparent;border:none;color:#34a5f7;margin:10px 5px 15px 0;display:flex;align-items:center;cursor:pointer;font-size:16px}.edit-address-address-list-component__add-btn{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;min-height:48px;cursor:pointer;border:2px solid #f5f5f5;background-color:transparent;border-radius:10px;font-weight:500;margin:1rem 0}.edit-address-address-list-component__add-btn__btn-detail{display:flex;justify-content:center;align-items:center;gap:.5rem;color:#34a5f7}.edit-address-address-list-component__add-btn__icon{color:#737373;font-size:18px}.edit-address-address-list-component__add-btn__backIcon{margin:.5rem;color:#737373;font-size:16px}.Main-order-list-component__food{padding:1rem;height:100%;margin:1rem 0;width:100%;border:1px solid rgba(58,96,108,.149);cursor:pointer;border-radius:10px}.Main-order-list-component__empty{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.food-order-list-component{display:flex;flex-direction:column;gap:1rem}.food-order-list-component__food-detail{display:flex;align-items:center;width:100%;gap:.5rem;flex-grow:1;overflow:hidden}.food-order-list-component__food-detail__header{display:flex;align-items:center;justify-content:start;flex-direction:row;justify-content:space-between;width:100%}.food-order-list-component__food-detail__header__status,.food-order-list-component__food-detail__header__status__Cancelled,.food-order-list-component__food-detail__header__status__Delivered,.food-order-list-component__food-detail__header__status__Delivering,.food-order-list-component__food-detail__header__status__Preparing,.food-order-list-component__food-detail__header__status__Requested{background-color:#f5f5f5;min-height:24px;border-radius:6px;font-size:11px!important;font-weight:500!important;padding:.25rem .5rem;color:#1d1d1d!important}.food-order-list-component__food-detail__header__status__Cancelled,.food-order-list-component__food-detail__header__status__Cancelled__Cancelled,.food-order-list-component__food-detail__header__status__Delivered__Cancelled,.food-order-list-component__food-detail__header__status__Delivering__Cancelled,.food-order-list-component__food-detail__header__status__Preparing__Cancelled,.food-order-list-component__food-detail__header__status__Requested__Cancelled{color:#ff4c4c!important}.food-order-list-component__food-detail__header__status__Cancelled__Delivered,.food-order-list-component__food-detail__header__status__Delivered,.food-order-list-component__food-detail__header__status__Delivered__Delivered,.food-order-list-component__food-detail__header__status__Delivering__Delivered,.food-order-list-component__food-detail__header__status__Preparing__Delivered,.food-order-list-component__food-detail__header__status__Requested__Delivered{color:#13bf86!important}.food-order-list-component__food-detail__titles{display:flex;flex-direction:column;gap:.25rem;align-items:start;justify-content:start;flex-grow:1;width:calc(100% - 118px)}.food-order-list-component__food-detail__img{flex-shrink:0;border-radius:10px}.food-order-list-component__food-detail__food-name{margin-bottom:.5rem}.food-order-list-component__food-detail__order-date{display:flex;align-items:center;justify-content:start;gap:.5rem;width:100%;color:#9e9e9e!important;flex-direction:row}.food-order-list-component__food-detail__food-address{display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1}.food-order-list-component__footer{display:flex;justify-content:space-between}.food-order-list-component__detail-btn{flex-grow:1;max-width:calc(50% - .5rem);position:relative}.food-order-list-component__detail-btn,.food-order-list-component__tracking-btn{min-height:48px;border:none;color:#fff;cursor:pointer;border-radius:10px;font-weight:500;padding:0 1rem;background-color:#f79434}.food-order-list-component__tracking-btn{width:100%}.food-order-list-component__actions{display:flex;justify-content:space-between;flex-direction:row;gap:1rem;width:100%}.food-order-list-component__comment-btn{cursor:pointer}.food-order-list-component__comment-btn,.food-order-list-component__rating-container{flex-grow:1;min-height:48px;border:1px solid #3a606c;color:#3a606c;position:relative;border-radius:10px;font-weight:600;padding:0 1rem;background-color:#fff}.food-order-list-component__rating-container{display:flex;align-items:center;justify-content:center;gap:1rem;max-width:calc(50% - .5rem);font-size:13px;overflow:hidden;white-space:nowrap}.food-order-list-component__rating{display:flex;align-items:center;justify-content:center;gap:.3rem;height:-moz-fit-content;height:fit-content;margin:auto 0}.food-order-list-component__rating__img{margin-bottom:3px}.food-drawer-order-list-component{padding:0 .5rem}.food-drawer-order-list-component__button{width:100%;margin:1.5rem 0}.drawer-foodDetail-oeder-list-component__food-detail{display:flex;flex-direction:column;align-items:center;gap:1rem}.drawer-foodDetail-oeder-list-component__food-detail__img{border-radius:10px;margin-bottom:1rem}.drawer-foodDetail-oeder-list-component__food-detail__order-date{text-align:center;color:#737373!important;font-weight:500}.drawer-foodDetail-oeder-list-component__footer{display:flex;justify-content:space-between;border-bottom:1px solid rgba(58,96,108,.102);padding-bottom:.5rem;margin:1rem auto}.drawer-foodDetail-oeder-list-component__amount{font-weight:500!important}.drawer-foodDetail-oeder-list-component__price{color:#484848!important;font-weight:600!important}.drawer-foodDetail-oeder-list-component__other-details{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.drawer-foodDetail-oeder-list-component__other-details-container{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.drawer-comment-order-list-component__title{margin:1.5rem 0 1rem;white-space:nowrap}.drawer-comment-order-list-component__rating-container{display:flex;justify-content:space-between;flex-direction:row;gap:1rem;align-items:center;border-bottom:1px solid rgba(58,96,108,.102);padding:.5rem 0 1.25rem}.drawer-comment-order-list-component__stars-container{display:flex;align-items:center;justify-content:center;flex-direction:row-reverse;flex-grow:1;gap:.4rem}.drawer-comment-order-list-component__comment-input:focus{outline:none}.drawer-comment-order-list-component__comment-input{resize:none;width:100%;min-height:140px;border-radius:10px;border:1px solid rgba(58,96,108,.102);padding:1rem;font-family:dana,tahoma}.drawer-comment-order-list-component__comment-input::-webkit-scrollbar{width:8px;cursor:pointer}.drawer-comment-order-list-component__comment-input::-webkit-scrollbar-track{background:#f1f1f1;border-radius:12px;cursor:pointer;margin-left:1rem;left:1rem}.drawer-comment-order-list-component__comment-input::-webkit-scrollbar-thumb{background:#888;border-radius:12px}.drawer-comment-order-list-component__comment-input::-webkit-scrollbar-thumb:hover{background:#f79434;cursor:pointer}.drawer-comment-order-list-component__comment-input::placeholder{color:#9e9e9e;opacity:1}.drawer-comment-order-list-component__comment-input::-ms-input-placeholder{color:#9e9e9e;opacity:1}.status-filter-container{width:100%;overflow-x:auto;display:flex;align-items:center;justify-content:start;flex-direction:row;gap:.75rem;font-size:12px;font-weight:500}.status-filter-container::-webkit-scrollbar{display:none}.status-filter-container__item{width:-moz-fit-content;width:fit-content;white-space:nowrap;background-color:#f5f5f5;color:#3a606c;border-radius:.5rem;padding:.5rem .75rem;flex-shrink:0;min-width:-moz-fit-content!important;min-width:fit-content!important;min-height:36px!important;font-size:12px!important;font-weight:500!important}.status-filter-container__item__selected{color:#fff;background-color:#3a606c}.food-drawer-header-component__header{display:flex;flex-direction:row;justify-content:space-between}.food-drawer-header-component__title{display:flex;align-items:center;justify-content:center}.food-drawer-header-component__backLogo{color:#34a5f7;font-size:18px;margin-right:4px;margin-left:-6px}.food-drawer-header-component__backTitle{background-color:transparent;border:none;color:#34a5f7;margin:10px 5px 15px 0;display:flex;align-items:center;cursor:pointer;font-size:16px}.order-detail-module{height:100%}.address-order-detail-component{border:1px solid rgba(58,96,108,.051);border-radius:12px;margin-top:1rem;padding:1rem}.address-order-detail-component--error{border:1px solid red}.address-order-detail-component__header{display:flex;justify-content:space-between;align-items:center}.address-order-detail-component__back-button{display:flex;justify-content:center;align-items:center;background-color:transparent;border:none;color:#34a5f7;cursor:pointer;font-size:12px;font-weight:500}.address-order-detail-component__back-button__icon{width:17px;height:17px}.address-order-detail-component__main{margin-top:1rem}.checkout-order-detail-component{background-color:#f5f5f5;border-radius:12px;padding:1rem}.checkout-order-detail-component__main{margin-top:1rem;display:flex;flex-direction:column;gap:1rem}.checkout-order-detail-component__main__item{width:100%;display:flex;justify-content:space-between}.comment-order-detail-component{border:1px solid rgba(58,96,108,.051);border-radius:12px;margin-top:1rem;padding:1rem}.comment-order-detail-component__comment{font-size:12px;color:rgba(0,0,0,.502);margin-top:1rem;border:none;font-family:dana;width:100%;height:45px;resize:none;display:flex;align-items:center;justify-content:center}.comment-order-detail-component__comment::-webkit-scrollbar{width:8px;cursor:pointer}.comment-order-detail-component__comment::-webkit-scrollbar-track{background:#f1f1f1;border-radius:12px;cursor:pointer}.comment-order-detail-component__comment::-webkit-scrollbar-thumb{background:#888;border-radius:6px}.comment-order-detail-component__comment::-webkit-scrollbar-thumb:hover{background:#f79434;cursor:pointer}.comment-order-detail-component__comment:focus{border:none;outline:none}.detail-order-list-component{display:flex;gap:1rem}.detail-order-list-component__titles{display:flex;flex-direction:column;justify-content:space-between}.detail-order-list-component__titles__order{opacity:.5}.detail-order-list-component__img-wrapper{display:flex;align-items:center;justify-content:center;background-color:#f9f9f9;border-radius:12px;width:80px;height:80px}.detail-order-list-component__order-date{font-weight:600!important}.detail-order-list-component__food-address{font-weight:500!important}.main-order-list-component{display:flex;flex-direction:column;overflow:auto;height:calc(100% - 53px)}.main-order-list-component__checkout{border-top:1px solid rgba(58,96,108,.102);padding:1rem 0}.main-order-list-component__order-button{margin:0 auto;width:90%}.time-span-component{border:1px solid rgba(58,96,108,.051);border-radius:12px;margin-top:1rem;padding:1rem;margin-bottom:1rem}.drawer-confirm-component{padding:8px 20px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.drawer-confirm-component__delivery{display:flex;flex-direction:column;gap:10px}.drawer-confirm-component__time{font-weight:500;color:#484848}.drawer-confirm-component__order_review{width:100%;border:1px solid rgba(58,96,108,.051);border-radius:12px;margin-top:1rem;padding:7px 12px;display:flex;flex-direction:column;gap:5px}.drawer-confirm-component__button{cursor:pointer;align-self:center;width:90%;margin-top:32px}.rules-module__container{margin:200;width:100%;background-color:#fff;overflow-y:auto;display:flex;flex-direction:column}.rules-module__title{color:#3a606c;font-size:14px;margin:9px 0;padding-right:3px}.rules-module__list{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;color:#3a606c;padding-right:20px;padding-left:12px}.rules-module__list__item{color:#737373;list-style:disc;font-size:14px;line-height:20px}.onboarding-module{height:100%;width:100%}.main-onbording-component{height:100%;width:100%;gap:1rem}.main-onbording-component,.refer-onboarding-component{background-color:#fff;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.refer-onboarding-component{height:308px;width:calc(100% - 40px);max-width:350px;position:absolute;bottom:0;margin:20px;padding:2rem 1rem;border-radius:12px;overflow:hidden;gap:1.5rem;box-shadow:0 0 20px rgba(0,0,0,.102);flex-shrink:0}.refer-onboarding-component__button{width:200px;cursor:pointer}.Image-onboarding-component{width:100%;height:50%;background-color:red;background:url(/_next/static/media/onbording-bg.830d780a.svg);display:flex;justify-content:center;align-items:center;position:relative}.Image-onboarding-component__smoke{position:absolute;top:calc(50% - 80px);left:50%;transform:translate(-50%,-50%)}.about-us-component{display:flex;flex-direction:column;gap:1rem}.about-us-component__title{color:#484848}.about-us-component__ul{padding-right:1rem}.about-us-component__list-item{list-style-type:disc!important}.fAQ-component{display:flex;flex-direction:column;gap:1rem}.tracking-order-detail-component__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin:1rem auto}.tracking-order-detail-component__food-detail{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.tracking-order-detail-component__food-detail__img{border-radius:10px;margin-bottom:1rem}.tracking-order-detail-component__food-detail__order-date{text-align:center;color:#484848!important;font-weight:600!important}.tracking-order-detail-component__footer{display:flex;justify-content:space-between;border-bottom:1px solid rgba(58,96,108,.102);padding-bottom:.5rem;margin:1rem auto}.tracking-order-detail-component__amount{font-weight:500!important}.tracking-order-detail-component__price{color:#484848!important;font-weight:600!important}.tracking-order-detail-component__other-details{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.tracking-order-detail-component__other-details-container{display:flex;flex-direction:column;gap:1rem;border-bottom:1px solid rgba(58,96,108,.102);padding-bottom:.5rem;margin-bottom:1rem}.tracking-order-detail-component__status{width:100%;text-align:right}.tracking-order-component{padding:0 .5rem;width:100%}.tracking-order-component__button,.tracking-order-component__button__disabled{border:1px solid #ff4c4c;color:#ff4c4c!important;background-color:transparent!important;width:100%;font-size:14px!important;font-weight:600!important;margin-bottom:1rem}.tracking-order-component__button__disabled,.tracking-order-component__button__disabled__disabled{color:#a9a9a9!important;border-color:#a9a9a9!important}.tracking-order-component-main{display:flex;align-items:center;justify-content:center;justify-content:space-between;flex-direction:column;width:100%;height:100%}.tracking-order-component-main__first-section{width:100%}.tracking-order-address-component{display:flex;align-items:center;justify-content:start;flex-direction:column;align-items:start;gap:1rem;width:100%;border:1px solid rgba(58,96,108,.05);border-radius:.75rem;padding:.75rem}.tracking-order-address-component__title{display:flex;align-items:center;justify-content:center;flex-direction:row;justify-content:space-between}.tracking-order-status-component{display:flex;align-items:center;justify-content:start;flex-direction:column;align-items:start;gap:1rem;width:100%}.tracking-order-status-component__container{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:.1rem;justify-content:space-between;width:100%;margin:1.5rem auto}.tracking-order-status-component__line{flex-grow:1;height:2px;background-color:#3a606c;opacity:.3}.tracking-order-status-component__line__active{background-color:#f79434;flex-grow:1;height:2px}.cancel-order-form{padding:0 .5rem}.cancel-order-form__title{margin-bottom:.5rem}.cancel-order-form__button,.cancel-order-form__button__disabled{border:1px solid #ff4c4c;color:#ff4c4c!important;background-color:transparent!important;width:90%;font-size:14px!important;font-weight:600!important;margin:2rem auto 1.5rem}.cancel-order-form__button__disabled,.cancel-order-form__button__disabled__disabled{color:#a9a9a9!important;border-color:#a9a9a9!important}.cancel-order-form__radio-items{display:flex;flex-direction:column;align-items:start;width:100%}.cancel-order-form__radio-items__box{display:flex!important;flex-direction:row-reverse!important;align-items:center;justify-content:space-between;margin:0!important;width:100%;font-size:14px!important;color:#191308!important}.cancel-order-module{padding:1rem;width:100%;height:100%;background:url(/_next/static/media/splash.652eeea4.jpg);height:100vh;justify-content:center;gap:2rem}.cancel-order-module,.cancel-order-module__main{display:flex;flex-direction:column;align-items:center}.cancel-order-module__main{background-color:#fff;padding:4rem 1rem 1rem;border-top-left-radius:12px;border-top-right-radius:12px;box-shadow:0 0 20px #d9d9d9;position:relative;min-width:370px}@media only screen and (max-width:600px){.cancel-order-module__main{width:90%;min-width:0}}.cancel-order-module__main:after{content:"";width:100%;height:11px;position:absolute;bottom:-11px;right:0;background-image:url(/_next/static/media/payment-border.c407b4ca.png);background-size:cover}.cancel-order-module__header{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;border-bottom:1px solid #d9d9d9;padding-bottom:1.5rem}.cancel-order-module__icon-wrapper{position:absolute;width:80px;height:80px;top:-40px;left:50%;transform:translate(-50%);background-color:#fff;border:5px solid #f5f7f8;border-radius:24px;display:flex;align-items:center;justify-content:center}.cancel-order-module__icon-success{font-size:36px;color:#0ce99a}.cancel-order-module__icon-failed{font-size:36px;color:red}.cancel-order-module__status-success{padding:0;margin:0;color:#0ce99a}.cancel-order-module__status-failed{padding:0;margin:0;color:red}.cancel-order-module__title{margin-top:1rem;color:#3a606c}.cancel-order-module__description{margin-top:.5rem;text-align:center;font-weight:500!important;width:90%}.cancel-order-module__back-button{z-index:400;cursor:pointer;flex-grow:1}@media only screen and (max-width:600px){.cancel-order-module__buttons-container{width:90%;min-width:0;max-width:500px}}.cancel-order-module__buttons-container{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:1rem;width:100%;max-width:450px}.detail-cancel-order-component{display:flex;flex-direction:column;width:100%;gap:1rem;padding:1.5rem 0}.detail-cancel-order-component__list-item{display:flex;justify-content:space-between;align-items:center}.detail-cancel-order-component__tracking{display:flex;align-items:center;justify-content:center;flex-direction:row}.detail-cancel-order-component__copy-btn,.detail-cancel-order-component__copy-btn:active,.detail-cancel-order-component__copy-btn:focus,.detail-cancel-order-component__copy-btn:hover{background-color:transparent!important;padding:0}@font-face{font-family:dana;font-style:normal;font-weight:10;src:url(/_next/static/media/DanaFaNum-Hairline.42f5f471.woff2) format("woff2"),url(/_next/static/media/DanaFaNum-Hairline.d4829773.woff) format("woff")}@font-face{font-family:dana;font-style:normal;font-weight:100;src:url(/_next/static/media/DanaFaNum-Thin.19771120.woff2) format("woff2"),url(/_next/static/media/DanaFaNum-Thin.cc62e0b3.woff) format("woff")}@font-face{font-family:dana;font-style:normal;font-weight:200;src:url(/_next/static/media/DanaFaNum-UltraLight.f0bf5422.woff2) format("woff2"),url(/_next/static/media/DanaFaNum-UltraLight.36f28f73.woff) format("woff")}@font-face{font-family:dana;font-style:normal;font-weight:300;src:url(/_next/static/media/DanaFaNum-Light.c095e04f.woff2) format("woff2"),url(/_next/static/media/DanaFaNum-Light.65a5b02a.woff) format("woff")}@font-face{font-family:dana;font-style:normal;font-weight:500;src:url(/_next/static/media/DanaFaNum-Medium.9a28d62c.woff2) format("woff2"),url(/_next/static/media/DanaFaNum-Medium.fab142cc.woff) format("woff")}@font-face{font-family:dana;font-style:normal;font-weight:600;src:url(/_next/static/media/DanaFaNum-DemiBold.296f2345.woff2) format("woff2"),url(/_next/static/media/DanaFaNum-DemiBold.6754b6cc.woff) format("woff")}@font-face{font-family:dana;font-style:normal;font-weight:800;src:url(/_next/static/media/DanaFaNum-ExtraBold.295eeda0.woff2) format("woff2"),url(/_next/static/media/DanaFaNum-ExtraBold.1f41f16b.woff) format("woff")}@font-face{font-family:dana;font-style:normal;font-weight:900;src:url(/_next/static/media/DanaFaNum-Black.f597f503.woff2) format("woff2"),url(/_next/static/media/DanaFaNum-Black.0a6aa70e.woff) format("woff")}@font-face{font-family:dana;font-style:normal;font-weight:700;src:url(/_next/static/media/DanaFaNum-Bold.6269dfc5.woff2) format("woff2"),url(/_next/static/media/DanaFaNum-Bold.4bd8e056.woff) format("woff")}@font-face{font-family:dana;font-style:normal;font-weight:400;src:url(/_next/static/media/DanaFaNum-Regular.c497ca9a.woff2) format("woff2"),url(/_next/static/media/DanaFaNum-Regular.9eef03b8.woff) format("woff")}*,body,html{font-family:dana,tahoma!important}body,html{padding:0;margin:0 auto;font-family:dana,tahoma;direction:rtl;box-sizing:border-box;height:100%;min-height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:fixed;top:0;left:0;width:100%}body{display:flex;justify-content:center;align-items:center;background-image:url(/assets/images/png/body-bg.webp);background-color:#f5f5f5}::-webkit-scrollbar{width:5px;cursor:pointer}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:12px;cursor:pointer}::-webkit-scrollbar-thumb{background:#c7c7c7;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#f79434;cursor:pointer}#__next,.light{height:inherit}input{font-family:dana;font-size:.7rem}input::placeholder{font-family:dana;font-size:.7rem}li,ol,ul{padding:0;margin:0;list-style:none}button{font-family:dana;-webkit-tap-highlight-color:rgba(0,0,0,0)}h1,h2,h3,h4,h5,h6{margin:0;padding:0}a{color:inherit;text-decoration:none}*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rtl{direction:rtl}.ltr{direction:ltr}.commonButton{padding:10px}.flex{display:flex}.row{flex-direction:row}.column{flex-direction:column}.justify-center{justify-content:center}.justify-start{justify-content:start}.justify-end{justify-content:end}.justify-between{justify-content:space-between}.items-center{align-items:center}.items-start{align-items:start}.items-end{align-items:end}.w-100{width:100%}.h-100{height:100%}