body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}body{display:flex;flex-direction:column;align-items:center;background:#f6f6f6}.DatePicker{position:relative;display:inline-block;z-index:3;width:100%}.DatePicker__input{outline:none;width:100%;height:3rem;padding:6px;box-sizing:border-box;border-radius:5px;border:none;text-align:center;background:transparent;color:#000;font-family:iran-sans-num}.DatePicker__input.-rtl{direction:rtl}.DatePicker__input::-webkit-input-placeholder{color:#979797}.DatePicker__input::placeholder{color:#979797}.DatePicker__calendarContainer.-top+.DatePicker__calendarArrow{top:auto;bottom:calc(100% + 10px);-webkit-transform:translateY(-2.5rem) rotate(180deg);transform:translateY(-2.5rem) rotate(180deg);-webkit-animation:fadeArrowFlipped .3s forwards;animation:fadeArrowFlipped .3s forwards}.DatePicker__calendarContainer{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.DatePicker__calendarContainer.-top{top:auto;bottom:0}.Calendar,.Calendar *{margin:0;padding:0;box-sizing:border-box;direction:ltr}.Calendar,.Calendar.-rtl *{direction:rtl}.DatePicker__calendarArrow{position:absolute;width:0;height:0;top:calc(100% + 10px);left:0;right:0;margin:0 auto;z-index:10;border-color:transparent transparent #fff;border-style:solid;border-width:0 10px 10px}.Calendar{--cl-color-black:#444;--cl-color-disabled:#d4d4d4;--cl-color-error:#ff2929;font-size:10px;background:#fff;box-shadow:0 1em 4em rgba(0,0,0,.07);border-radius:1em;position:relative;-webkit-user-select:none;user-select:none;padding-top:1.2em;display:flex;flex-direction:column;width:33em;z-index:10;max-width:90vw;min-height:36.7em}.DatePicker .Calendar,.DatePicker__calendarArrow{-webkit-transform:translateY(2.5em);transform:translateY(2.5em);opacity:0;-webkit-animation:fadeCalendar .3s forwards;animation:fadeCalendar .3s forwards}.DatePicker__calendarContainer.-top .Calendar{-webkit-transform:translateY(-2.5em);transform:translateY(-2.5em)}.Calendar.-noFocusOutline :focus{outline:none!important}.Calendar>:not(.Calendar__footer) button{font-family:iran-sans-num;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent;outline:none}.Calendar__header{display:flex;color:var(--cl-color-black);padding:2em 2.9em;align-items:center;overflow:hidden}.Calendar__monthArrowWrapper{line-height:0;font-size:1em;padding:3px;position:relative;border:none;z-index:3;opacity:1;transition:.2s}.Calendar__monthArrowWrapper:focus{outline:1px dashed rgba(0,0,0,.4);outline-offset:2px}.Calendar__monthArrowWrapper.-hidden,.Calendar__monthArrowWrapper:disabled{opacity:0;pointer-events:none}.Calendar__monthArrowWrapper.-left{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.Calendar.-rtl .Calendar__monthArrowWrapper.-left,.Calendar__monthArrowWrapper.-right{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.Calendar.-rtl .Calendar__monthArrowWrapper.-right{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.Calendar__monthArrowWrapper:active .Calendar__monthArrow{-webkit-transform:scale(.7);transform:scale(.7)}.Calendar__monthArrow{border-radius:50%;transition:var(--animation-duration) transform;pointer-events:none;background-repeat:no-repeat;display:block;width:1.7em;height:1.7em;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg class='nc-icon-wrapper'%3E%3Cpath class='cls-1' d='M12 23.25V.75' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath class='cls-2' d='M22.5 11.25L12 .75 1.5 11.25' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");background-size:100% 100%}.Calendar__monthYearContainer{flex:1 1;position:relative}.Calendar__monthYear{font-size:1.6em;font-weight:500;display:flex;align-items:center;position:absolute;top:0;bottom:0;left:50%;will-change:transform,opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:var(--animation-duration);line-height:1}.Calendar__monthYear.-hiddenNext{opacity:0;-webkit-transform:translateX(50%);transform:translateX(50%)}.Calendar.-rtl .Calendar__monthYear.-hiddenNext,.Calendar__monthYear.-hiddenPrevious{-webkit-transform:translateX(-150%);transform:translateX(-150%)}.Calendar__monthYear.-hiddenPrevious{opacity:0}.Calendar.-rtl .Calendar__monthYear.-hiddenPrevious{-webkit-transform:translateX(50%);transform:translateX(50%)}.Calendar__monthYear.-shown{opacity:1;margin-top:auto;margin-bottom:auto;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Calendar__monthYear.-shownAnimated{-webkit-animation:var(--animation-duration) fadeTextToCenter forwards;animation:var(--animation-duration) fadeTextToCenter forwards}.Calendar__monthYear>*{padding:.2em .5em;border:1px solid transparent;transition:var(--animation-duration);font-size:1.05em;display:flex;justify-content:center;align-items:center;-webkit-transform:translateX(0) scale(.95);transform:translateX(0) scale(.95);will-change:transform;border-radius:5px}.Calendar__monthYear:not(.-shown)>*,.Calendar__monthYear>.-hidden{cursor:default;pointer-events:none}.Calendar__monthText{margin-left:-.3em}.Calendar__yearText:last-child{margin-right:-.3em}.Calendar:not(.-noFocusOutline) .Calendar__monthYear.-shown>:focus,.Calendar__monthYear.-shown>:hover,.Calendar__monthYear>.-activeBackground{background:#f5f5f5}.Calendar__monthText:hover{-webkit-transform:translateX(-.2em) scale(.95);transform:translateX(-.2em) scale(.95)}.Calendar.-rtl .Calendar__monthText:hover,.Calendar__yearText:hover{-webkit-transform:translateX(.2em) scale(.95);transform:translateX(.2em) scale(.95)}.Calendar.-rtl .Calendar__yearText:hover{-webkit-transform:translateX(-.2em) scale(.95);transform:translateX(-.2em) scale(.95)}.Calendar__monthYear .Calendar__yearText.-hidden{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}.Calendar.-rtl .Calendar__monthYear .Calendar__yearText.-hidden,.Calendar__monthYear .Calendar__monthText.-hidden{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Calendar__monthYear .Calendar__monthText.-hidden{opacity:0}.Calendar.-rtl .Calendar__monthYear .Calendar__monthText.-hidden{-webkit-transform:translateX(50%);transform:translateX(50%)}.Calendar__monthYear:not(.-shown)>*{pointer-events:none}.Calendar__monthSelectorAnimationWrapper,.Calendar__yearSelectorAnimationWrapper{position:absolute;width:100%;height:80%;bottom:0;display:flex;justify-content:center;align-items:center;overflow:hidden}.Calendar__monthSelectorWrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.Calendar__monthSelector{align-content:center;padding:0 2.5em 2em}.Calendar__monthSelector,.Calendar__yearSelector{display:flex;flex-wrap:wrap;position:relative;z-index:3;background-color:#fff;-webkit-transform:translateY(-150%);transform:translateY(-150%);will-change:transform;transition:.6s;height:100%}.Calendar__yearSelectorWrapper{width:100%;height:100%}.Calendar__yearSelectorWrapper:after,.Calendar__yearSelectorWrapper:before{content:"";width:100%;height:5em;position:absolute;left:0;opacity:0;transition:.4s;transition-delay:.2s}.Calendar__yearSelectorWrapper:after{background-image:linear-gradient(180deg,#fff,#fff 10%,hsla(0,0%,96.1%,0));top:-.1em}.Calendar__yearSelectorWrapper:before{background-image:linear-gradient(0deg,#fff,#fff 10%,hsla(0,0%,96.1%,0));bottom:0}.Calendar__yearSelectorWrapper.-faded:after,.Calendar__yearSelectorWrapper.-faded:before{opacity:1;z-index:3}.Calendar__yearSelector{align-content:flex-start;scrollbar-width:0;overflow:scroll;position:relative;width:100%;padding:5em 2em;-ms-overflow-style:none}.Calendar__yearSelector::-webkit-scrollbar{display:none}.Calendar__yearSelectorItem{width:25%;display:flex;justify-content:center}.Calendar__yearSelectorItem:not(:nth-child(-n+4)){margin-top:1.5em}.Calendar__yearSelectorText{border:none;font-size:1.4em;min-width:85%;padding:.2em .5em;border-radius:8.5px}.Calendar__monthSelector.-open,.Calendar__yearSelector.-open{-webkit-transform:translateY(0);transform:translateY(0)}.Calendar__monthSelectorItemText:focus,.Calendar__yearSelectorText:focus{outline:1px dashed rgba(0,0,0,.4);outline-offset:2px}.Calendar__monthSelectorItem{width:33.33333%;display:flex;justify-content:center}.Calendar__monthSelectorItem:not(:nth-child(-n+3)){margin-top:2em}.Calendar__monthSelectorItemText{border:none;padding:.4em;border-radius:8.5px;font-size:1.3em;min-width:70%;transition:.3s}.Calendar__monthSelectorItem:not(.-active) .Calendar__monthSelectorItemText:not(:disabled):hover,.Calendar__yearSelectorItem:not(.-active) .Calendar__yearSelectorText:not(:disabled):hover{background:#f5f5f5}.Calendar__monthSelectorItemText:disabled,.Calendar__yearSelectorText:disabled{opacity:.5;cursor:default}.Calendar__monthSelectorItem.-active .Calendar__monthSelectorItemText,.Calendar__yearSelectorItem.-active .Calendar__yearSelectorText{background-color:var(--cl-color-primary);color:#fff}.Calendar__weekDays{display:flex;justify-content:space-between;color:var(--cl-color-disabled);font-size:1.2em;margin-bottom:.7em;padding:0 2.6em;position:relative}.Calendar__weekDay{display:block;width:14.28571%;text-align:center;text-decoration:none}.Calendar__sectionWrapper{position:relative;min-height:25.8em;overflow:hidden}.Calendar__section{display:flex;flex-direction:column;position:absolute;color:var(--cl-color-black);top:0;padding:.5em 3.2em 0;left:0;width:100%;will-change:transform,opacity;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:var(--animation-duration)}.Calendar__section.-hiddenPrevious{opacity:.5;-webkit-transform:translateX(-90%);transform:translateX(-90%)}.Calendar.-rtl .Calendar__section.-hiddenPrevious,.Calendar__section.-hiddenNext{-webkit-transform:translateX(90%);transform:translateX(90%)}.Calendar__section.-hiddenNext{opacity:.5}.Calendar.-rtl .Calendar__section.-hiddenNext{-webkit-transform:translateX(-90%);transform:translateX(-90%)}.Calendar__section.-shown{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.Calendar__section.-shownAnimated{-webkit-animation:var(--animation-duration) FadeContentToCenter forwards;animation:var(--animation-duration) FadeContentToCenter forwards}.Calendar__weekRow{display:flex;width:100%}.Calendar__day{display:block;width:14.28571%;text-align:center;padding:calc(.25em - 1px) 0;font-size:1.6em;border-radius:50%;transition:.2s;border:1px solid transparent;margin-bottom:.3em;color:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;cursor:pointer}.Calendar__day:focus{outline:1px dashed rgba(0,0,0,.4);outline-offset:2px}.Calendar__day.-ltr{min-height:2.6em;font-size:1.45em}.Calendar__day.-rtl{font-size:1.55em;height:2.45em}.Calendar__day:not(.-blank):not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween):not(.-selected):hover{background:#eaeaea;border-radius:50%;color:var(--cl-color-black);border-color:transparent}.Calendar__day.-selected,.Calendar__day.-selectedEnd,.Calendar__day.-selectedStart{background:var(--cl-color-primary);color:#fff}.Calendar__day.-ltr.-selectedStart{border-radius:0;border-top-left-radius:100em;border-bottom-left-radius:100em}.Calendar__day.-rtl.-selectedStart{border-radius:0;border-top-right-radius:100em;border-bottom-right-radius:100em}.Calendar__day.-selectedBetween{background:var(--cl-color-primary-light);color:var(--cl-color-primary);border-radius:0}.Calendar__day.-ltr.-selectedEnd{border-top-right-radius:100em;border-bottom-right-radius:100em}.Calendar__day.-rtl.-selectedEnd{border-top-left-radius:100em;border-bottom-left-radius:100em}.Calendar__day.-weekend:not(.-selected):not(.-blank):not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween){color:var(--cl-color-error)}.Calendar__day.-weekend.-today:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween):after{background:var(--cl-color-error)}.Calendar__day.-disabled{color:var(--cl-color-disabled)!important;background:transparent!important;cursor:default!important}.Calendar__day.-selected{border-radius:50%}.Calendar__day.-today:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween){font-weight:600;color:var(--cl-color-black);color:#000;position:relative}.Calendar__day.-today:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween):after{content:"";position:absolute;bottom:.2em;display:block;width:.6em;height:1px;background:#000;left:50%;opacity:.5;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:.2s}.Calendar__day.-today:hover:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween):after{opacity:0}.Calendar__day.-blank{color:transparent;cursor:default;pointer-events:none}.Calendar__footer{position:relative;z-index:3}@-webkit-keyframes fadeCalendar{0%{opacity:0}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeCalendar{0%{opacity:0}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeArrowFlipped{0%{opacity:0}to{opacity:1;-webkit-transform:translateY(0) rotate(180deg);transform:translateY(0) rotate(180deg)}}@keyframes fadeArrowFlipped{0%{opacity:0}to{opacity:1;-webkit-transform:translateY(0) rotate(180deg);transform:translateY(0) rotate(180deg)}}@-webkit-keyframes fadeTextToCenter{to{opacity:1;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@keyframes fadeTextToCenter{to{opacity:1;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@-webkit-keyframes FadeContentToCenter{to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes FadeContentToCenter{to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.Login_pageHolder__vZlVn{width:100vw;min-height:98vh;display:flex;flex-direction:column;align-items:center}.Login_ImageHolder__2YsUb{height:50vh;width:100%}.Login_ImageHolder__2YsUb img{width:100%;height:100%;object-fit:cover}.Login_formHolder__20NjF{width:19rem;height:auto;background:#fff;border-radius:1.2rem;box-shadow:0 1px 4px rgba(0,0,0,.17647058823529413);display:flex;flex-direction:column;align-items:center;font-family:iran-sans-num;color:#c20c64;margin-top:-8rem;margin-bottom:3rem;position:relative}.Login_formHolder__20NjF svg{height:4rem;width:4rem!important;margin:.6rem 0}.Login_formHolder__20NjF p{margin:1rem 0}.Login_BtnHolder__1k4cG{position:relative;bottom:1rem;margin-top:2rem}.Login_teleportPart__3yQ9n{width:19rem;display:flex;flex-direction:column;align-items:center;height:5rem;font-family:iran-sans;font-size:.9rem}.Login_teleportPart__3yQ9n hr{width:30%;border:1px solid rgba(97,97,97,.281)}.Login_teleportPart__3yQ9n a{width:100%;display:flex;align-items:center;justify-content:center;height:2rem;color:#c20c64}.Login_teleportPart__3yQ9n a svg{color:#d8287a;margin-left:.2rem}.Login_resend__aV8Ac{width:100%;text-align:center;margin:0!important;cursor:pointer}.Input_InputHolder__4stt5{width:100%;height:auto;padding:10px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}::-webkit-input-placeholder{color:#9e9e9e}::placeholder{color:#9e9e9e}.Input_InputStyle__31ZJN{outline:none;width:100%;height:3rem;padding:6px;box-sizing:border-box;box-shadow:0 1px 3px rgba(0,0,0,.253)!important;border-radius:5px;border:none;font-family:iran-sans-num;background:#f2f2f2;direction:rtl}.Input_InputStyle__31ZJN::-webkit-input-placeholder{font-size:.9rem;text-align:right}.Input_InputStyle__31ZJN::placeholder{font-size:.9rem;text-align:right}input[type=number]{-moz-appearance:textfield}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.Input_confirmNumber__1BfWB{text-align:center;letter-spacing:10px;border-radius:50px;background:#fff;font-family:iran-sans-num}.Input_textareaStyle__ywPTR{width:100%;box-shadow:0 1px 3px rgba(0,0,0,.253)!important;border-radius:5px;border:none;font-family:iran-sans;box-sizing:border-box;max-height:180px;min-height:140px;background:#f2f2f2;direction:rtl}.Input_textareaStyle__ywPTR::-webkit-input-placeholder{font-size:.8rem;direction:rtl}.Input_textareaStyle__ywPTR::placeholder{font-size:.8rem;direction:rtl}.Input_Note__3b-ls{width:100%;box-shadow:0 2px 5px grey;border-radius:5px;border:none;font-family:iran-sans;box-sizing:border-box;max-height:100px;min-height:60px;background:#eee;font-size:.8rem}.Input_Note__3b-ls::-webkit-input-placeholder{font-size:.8rem}.Input_Note__3b-ls::placeholder{font-size:.8rem}.Input_file__16P6-{display:none}.Input_UnderLine__3BGB1{border:none;border-bottom:1px solid #cbcbcb;box-shadow:none;border-radius:0;height:30px;text-align:right;direction:rtl}.Input_Counter__5WaZp{outline:none;width:80%;height:2rem;padding:6px;box-sizing:border-box;box-shadow:0 0 6px rgba(55,55,55,.2);border-radius:5px;border:none;font-family:iran-sans-num;text-align:center;font-size:.7rem}.Input_isInvalid__227R1{border:1px solid #bf1650;border-right-width:10px;transition:all .5s}@media only screen and (min-width:320px){.Input_textareaStyle__ywPTR{height:9rem}}@media only screen and (max-width:280px){.Input_textareaStyle__ywPTR{height:8rem}}@media only screen and (min-width:999px){.Input_InputHolder__4stt5{width:100%}}.Button_confirmBtn__3JsC2{width:7rem;height:2.5rem;font-size:.8rem}.Button_bigConfirmBtn__3Sjqd,.Button_confirmBtn__3JsC2{background-color:#c20c64;border-radius:5px;border:none;color:#fff;font-family:iran-sans;box-sizing:border-box;padding:0 .5rem}.Button_bigConfirmBtn__3Sjqd{width:45%;height:55px;font-size:1rem}.Button_whiteButton__3BABl{height:55px;background-color:#fff;color:#545454;box-shadow:0 0 6px rgba(55,55,55,.2)}.Button_buy__P4fH9,.Button_whiteButton__3BABl{width:145px;border-radius:5px;border:none;font-family:iran-sans;font-size:1rem}.Button_buy__P4fH9{height:98%;background-color:#c20c64;color:#fff}.Button_borderRed__JV_C7{width:7rem;height:2.5rem;background-color:#fff;border-radius:5px;color:#c20c64;font-family:iran-sans;font-size:.8rem;box-shadow:0 0 6px rgba(55,55,55,.2);border:1px solid #c20c64}.Button_factor__1JPT_{border:none;background:#51bae5;height:2.5rem;width:6rem;border-radius:.5rem;color:#fff;font-size:.7rem;font-family:"iran-sans"}.Timer_countdown__2hLjQ{width:4rem;flex-direction:row;direction:rtl;text-align:center;font-size:.9rem;color:#ab0c59;font-weight:600;font-family:iran-sans-num}.Timer_countdown__2hLjQ,.Timer_countdown__2hLjQ li{display:flex;justify-content:center}.LoadingComponet_ComponentHolder__34qhB{width:100vw;height:100vh;position:fixed;top:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;background:rgba(0,0,0,.301);z-index:1000}.LoadingComponet_ComponentHolder__34qhB p{width:100%;text-align:center;direction:rtl;margin:.2rem 0;font-family:iran-sans-num;color:#c20c64}.BottomNavigation_NavbarHolder__3bqdI{width:100vw;height:4rem;border-top:1px solid #d3d3d3;position:fixed;bottom:0;left:0;background:#fff;display:flex;align-items:center;justify-content:space-around;flex-direction:row-reverse}.BottomNavigation_NavbarHolder__3bqdI a{color:grey;font-size:.8rem;display:flex;flex-direction:column;align-items:center;font-family:iran-sans;transition:all .5s ease-in-out}.BottomNavigation_NavbarHolder__3bqdI a svg{color:grey;font-size:1.3rem;margin-bottom:.3rem;transition:all .5s ease-in-out}.BottomNavigation_NavbarHolder__3bqdI .BottomNavigation_onFocus__1k3rN{color:#c20c64;font-size:.9rem;display:flex;flex-direction:column;align-items:center;font-family:iran-sans;transition:all .5s ease-in-out}.BottomNavigation_NavbarHolder__3bqdI .BottomNavigation_onFocus__1k3rN svg{color:#c20c64;font-size:1.4rem;margin-bottom:.3rem;transition:all .5s ease-in-out}.StarRate_StoreRate__2wvLQ{width:100%;height:30px;display:flex;justify-content:center}.StarRate_FixRate___TXCS{width:90px;position:relative;overflow:hidden}.StarRate_FixRate___TXCS,.StarRate_grayStar__3Nobk{height:100%;display:flex;justify-content:center;align-items:center;z-index:0}.StarRate_grayStar__3Nobk{width:100%;position:absolute;left:0;top:0}.StarRate_grayStar__3Nobk svg{color:#d6d6d6}.StarRate_GoldStar__3xUPs{height:100%;position:absolute;top:0;left:0;overflow:hidden}.StarRate_GoldStarHolder__UsgeX{width:90px;height:100%;display:flex;justify-content:center;align-items:center;z-index:5}.StarRate_GoldStarHolder__UsgeX svg{color:#ebc700}.Performancepoints_pageHolder__2L9Hv{width:100%;min-height:60vh;display:flex;flex-direction:column;align-items:center}.Performancepoints_ImageHolder__1KFGS{margin:2rem 0;width:60%}.Performancepoints_ImageHolder__1KFGS img{width:100%;height:100%}.Performancepoints_SupplierScoreHolder__BfFB4{width:95%;height:14rem;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.205);border-radius:1rem;font-family:iran-sans-num}.Performancepoints_SupplierScoreHolder__BfFB4 h5{width:100%;text-align:center;direction:rtl;margin:1rem 0}.Performancepoints_StarRateHolder__2-Kxy{width:100%;display:flex;justify-content:center}.Performancepoints_SupplierScoreHolder__BfFB4 p{width:97%;text-align:right;direction:rtl;margin:1rem 0;font-size:.9rem;color:#4e4e4e}.Performancepoints_SupplierScoreHolder__BfFB4 p span{color:#c20c64}@media(min-width:653px){.Performancepoints_pageHolder__2L9Hv{width:633px!important}}.BarGraph_BarHolder__1ORW3{width:100%;box-sizing:border-box;padding:1rem .3rem;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.349);border-radius:.3rem}.Slider_SliderHolder__1tyRc{width:100%!important;height:9rem;overflow:hidden}.Slider_SliderPart__1BmN6{height:100%!important;overflow:hidden}.Slider_EachSlide__mMKMp{width:90%!important;height:8rem!important;box-shadow:0 1px 3px rgba(0,0,0,.281);margin:.5rem 1rem!important;background:#fff;text-align:right;box-sizing:border-box;padding:.2rem .5rem;direction:rtl}.Slider_EachSlide__mMKMp h3{width:100%;margin:.7rem 0!important;font-weight:600}.Slider_IncomeHolder__1F0xe{margin:1.2rem 0!important;font-size:.9rem;font-family:iran-sans-num}.Slider_IncomeHolder__1F0xe span{color:#006a0b}.Slider_saleCountHolder__2gdNj{margin:1.2rem 0!important;font-size:.9rem;font-family:iran-sans-num;color:#ff6ba2}.SalesRepoart_pageHolder__33os3{width:96vw;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;padding:0 .5rem 4rem;font-family:iran-sans-num}.SalesRepoart_pageHolder__33os3 h3{margin:1.3rem 0;font-family:iran-sans}.SalesRepoart_TodayOrderRepoartHolder__1oWXC{width:100%;height:6rem;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.363);border-radius:.3rem;display:flex;flex-direction:row-reverse;align-items:center;font-family:iran-sans-num}.SalesRepoart_TodayOrderRepoartHolder__ReportPart__12Oe8{width:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;height:50%}.SalesRepoart_TodayOrderRepoartHolder__ReportPart__12Oe8:first-child{border-left:1px solid #adadad}.SalesRepoart_TodayOrderRepoartHolder__ReportPart__12Oe8 h5{font-weight:600;margin-top:1rem}.SalesRepoart_DailyOrderCount__21mpv{color:#ff2d5f;font-weight:600}.SalesRepoart_DailyIncome__KahbZ{color:#087b00;font-weight:600}.Dashboard_PageHolder__3rWPW{width:98vw;height:100%!important;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;position:fixed;top:0;left:1%;overflow-y:scroll;padding-bottom:1rem}.Dashboard_PageHolder__3rWPW::-webkit-scrollbar{display:none}.Dashboard_PageHolder__3rWPW{-ms-overflow-style:none;scrollbar-width:none}.Dashboard_tabHolder__HGZRS{width:100%;height:3rem;display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-around;font-family:iran-sans;background:#fff}.Dashboard_tabHolder__HGZRS div{box-sizing:border-box;padding:1rem 0;font-size:.8rem;color:grey;width:45%;border-bottom:1px solid #d3d3d3}.Dashboard_tabHolder__HGZRS .Dashboard_onFocus___dEis,.Dashboard_tabHolder__HGZRS div{height:100%;display:flex;align-items:center;justify-content:center;transition:all .5s ease-in-out}.Dashboard_tabHolder__HGZRS .Dashboard_onFocus___dEis{font-size:1rem;color:#c00f67;width:55%;border-bottom:1px solid #c00f67}.MenuSelection_MenuSelectionHolder__sT8e6{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;cursor:pointer}.MenuSelection_MenuSelectionHolder__sT8e6 p{color:#c20c64;font-weight:600;width:100%;text-align:center;box-sizing:border-box;padding:0 .3rem;line-height:1.5rem}.MenuSelection_ImageHolder__3X6J3{width:4.3rem;height:4rem}.MenuSelection_ImageHolder__3X6J3 img{width:100%;height:100%}.Menu_PageHolder__3c0KW{width:100vw;display:flex;flex-direction:column;align-items:center;padding-bottom:3.5rem}.Menu_MeniPartHolder__2Ah0t{width:100%;height:100%;box-sizing:border-box;padding:1rem .5rem;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.Menu_MeniPartHolder__EachPart__kxB1_{width:45%;height:10rem;border-radius:1rem;box-shadow:0 1px 3px rgba(0,0,0,.295);margin:.3rem}.Menu_MenuSelectionHolder__3Clpl{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;cursor:pointer}.Menu_MenuSelectionHolder__3Clpl p{color:#c20c64;font-weight:600;width:100%;text-align:center;box-sizing:border-box;padding:0 .3rem;line-height:1.5rem;font-size:.8rem}.Menu_ImageHolder__P3ToV{width:4.3rem;height:4rem}.Menu_ImageHolder__P3ToV img{width:100%;height:100%}.FactorList_ShoppingList__35oBa{width:98%;min-height:35px;border-bottom:1px solid #ccc;display:flex;flex-direction:column;align-items:center;justify-content:space-between;margin-top:10px;position:relative;font-family:iran-sans-num}.FactorList_topHold__Utng7{width:100%;display:flex;justify-content:space-between}.FactorList_feePart__35Dil{width:100%;display:flex;justify-content:center}.FactorList_WidthHolder__3vIPY{width:200px!important}.FactorList_hideSpan__3fpDL{display:none}.FactorList_CounterHolder__1C5UR{height:100%;width:100px;display:flex;justify-content:center;align-items:center;position:absolute;right:38%}.FactorList_HideCountHolder__3UbBQ{display:none}@media (min-width:450px){.FactorList_CounterHolder__1C5UR{right:45%}}.Factor_factorHolder__3kjqp .Factor_title__2FfhL{font-size:1rem;font-family:iran-sans-num;color:#d14c8e;text-align:center;padding-bottom:20px;font-weight:600}.Factor_factorHolder__3kjqp .Factor_total__3KebY{width:98%;padding:10px 0;box-sizing:border-box;display:flex;font-size:1.2rem;justify-content:space-between;font-weight:600;font-family:iran-sans-num}.Factor_desc__17kOp,.Factor_factorList__1oSHi{font-family:iran-sans-num}.Factor_desc__17kOp{width:98%;min-height:35px;line-height:1.5rem;display:flex;flex-direction:column-reverse;align-items:center;justify-content:space-between;margin-top:10px;position:relative;color:#cd5c5c!important;margin-bottom:.7rem}.Factor_desc__17kOp p{color:#424242}.Factor_editBtn__26iSt{display:flex;justify-content:center}.BackDrop_backDrop__3NDBT{width:100vw;height:100vh;background:rgba(0,0,0,.5);position:fixed;z-index:100;top:0;left:0}.Modal_pageHolder__1BXQY{display:flex;flex-direction:column;align-items:center;justify-content:center}.Modal_modal__3HbeO{width:85%;max-height:900px;background:#fff;padding:30px;z-index:300;border-radius:5px;position:fixed;box-sizing:border-box;transition:all 1s ease-out;direction:rtl;overflow:hidden;overflow-y:scroll}@media (min-width:850px){.Modal_modal__3HbeO{width:730px}}.ReceivedOrders_ComponentHolder__U7jqZ{width:100%;padding-bottom:5rem!important;margin:0!important;padding-left:0}.ReceivedOrders_EachPart__bFkoM{width:100%;height:100%;display:flex;flex-direction:column;align-items:center}.ReceivedOrders_EachPart__ul__hvFHd{width:95%;height:100%;box-sizing:border-box;padding:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.384);margin:1rem 0;background:#fff;font-family:iran-sans-num}.ReceivedOrders_EachPart__ul__hvFHd li{width:100%;margin:1rem 0;display:flex}.ReceivedOrders_EachPart__li__onHtS{direction:rtl;font-weight:600;text-align:right}.ReceivedOrders_EachPart__li__onHtS:first-child svg{color:#c20c64}.ReceivedOrders_EachPart__li__Date__1Q9By svg,.ReceivedOrders_EachPart__li__onHtS svg{margin-left:.5rem}.ReceivedOrders_EachPart__li__Date__1Q9By{flex-direction:row-reverse;justify-content:space-between}.ReceivedOrders_EachPart__li__Date__1Q9By div{direction:rtl}.ReceivedOrders_EachPart__li__onHtS span{color:#007fa7;margin-right:.3rem}.ReceivedOrders_EachPart__li__onHtS p{color:#197000;margin-right:.3rem}.ReceivedOrders_deliveryCode__266ph{align-items:center;justify-content:center;direction:rtl;font-size:.9rem;font-weight:600}.ReceivedOrders_BtnHolder__3pQLu{justify-content:space-around;align-items:center}.ReceivedOrders_notExist__2mIgZ{color:#c20c64;font-family:iran-sans;padding:4rem 1.5rem;box-sizing:border-box;font-size:1.5rem}.ReceivedOrders_NotOrderFoundHolder__VkQfl{width:100%;height:80vh;display:flex;align-items:center;justify-content:center;flex-direction:column}.ReceivedOrders_NoOrderText__3D34r{width:100%;height:3rem;color:#d8397b;display:flex;align-items:center;justify-content:center}.ReceivedOrders_ImageBasket__1cVXq{width:90%;height:15rem}.ReceivedOrders_ImageBasket__1cVXq img{height:100%;width:100%}.ReceivedOrders_borderRed__njoSK{width:100px}.ReceivedOrders_borderRed__njoSK,.ReceivedOrders_deliverLoc__1sKlN{height:35px;background-color:#fff;border-radius:5px;color:#c20c64;font-family:iran-sans;font-size:.8rem;box-shadow:0 0 6px rgba(55,55,55,.2);border:1px solid #c20c64}.ReceivedOrders_deliverLoc__1sKlN{width:80px}.ReceivedOrders_deliverWait__3XuVl{width:117px;height:35px;background-color:#fff;border-radius:5px;border:none;color:#c20c64;font-family:iran-sans;font-size:.8rem;line-height:2rem}.PreparationTime_sectionHolder__3S06b{width:100%;display:flex;flex-direction:column;align-items:center;font-family:iran-sans-num}.PreparationTime_sectionHolder__3S06b p{width:100%;direction:rtl;margin-bottom:1rem}.PreparationTime_sectionHolder__3S06b div{display:flex;flex-direction:row-reverse;margin-bottom:.5rem}.Orders_PageHolder__1QoWT{width:100vw;display:flex;flex-direction:column;align-items:center}.Orders_tabHolder__1__dF{width:100%;height:3rem;display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-around;font-family:iran-sans;background:#fff}.Orders_tabHolder__1__dF div{box-sizing:border-box;padding:1rem 0;font-size:.8rem;color:grey;width:45%;border-bottom:1px solid #d3d3d3}.Orders_tabHolder__1__dF .Orders_onFocus__kuCGy,.Orders_tabHolder__1__dF div{height:100%;display:flex;align-items:center;justify-content:center;transition:all .5s ease-in-out}.Orders_tabHolder__1__dF .Orders_onFocus__kuCGy{font-size:1rem;color:#c00f67;width:55%;border-bottom:1px solid #c00f67}.MenuTitle_ComponentHolder__3jtL-{width:100%;height:40px;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;box-shadow:0 1px 3px rgba(0,0,0,.247);border-radius:0 0 .7rem .7rem;background:#fff;direction:ltr;z-index:1000;position:fixed;top:0;left:0}.MenuTitle_ComponentHolder__3jtL- h3{font-family:iran-sans;font-size:.9rem}.MenuTitle_ComponentHolder__3jtL- div{width:4rem;height:2.5rem;display:flex;align-items:center;justify-content:center}.ManageCustomer_pageHolder__3INMn{width:99vw;height:90vh;margin-top:3rem}.ManageCustomer_tablePart__3Ls9D{width:100%;height:100%;display:flex;flex-direction:column;align-items:center}.ManageCustomer_addBtnHolder__1Lz2H{width:100%;height:6rem;display:flex;justify-content:center;align-items:center}.ManageCustomer_addBtn__1oo0Y{border:none;width:7rem;height:2.5rem;color:#fff;background:#c20c64;box-shadow:0 0 6px rgba(55,55,55,.2);border-radius:.7rem;font-size:.8rem;font-family:"iran-sans"}.ManageCustomer_inputHolder__2r1PA{width:100%;height:20rem;display:flex;flex-direction:column;justify-content:space-around;align-items:center}.ManageCustomer_inputStyle__9bMOA{border:none;border-radius:.5rem;direction:rtl;font-family:"iran-sans"}.ManageCustomer_errorInput__2ENBH,.ManageCustomer_inputStyle__9bMOA{width:80%;box-shadow:0 0 6px rgba(55,55,55,.2);padding:.5rem;font-size:.8rem}.ManageCustomer_errorInput__2ENBH{border-radius:.5rem;font-family:iran-sans;border:1px solid #bf1650;border-right-width:10px;transition:all .5s}.ant-table-pagination{display:flex;justify-content:center;direction:ltr}.ant-table-column-title{text-align:center}.ant-table-cell{text-align:center!important}.ant-table-thead{font-size:.8rem;font-family:"iran-sans"}.ant-table-tbody{font-size:.7rem;font-family:"iran-sans-num"}.ChangeFactorTable_table__2bARt{width:96%;margin-top:4rem;direction:rtl}.ChangeFactorTable_btnHolder__2DGLv{display:flex;justify-content:space-between;direction:rtl;width:100%}.ChangeFactorTable_changeProduct__30Leu{background:#08974b}.ChangeFactorTable_change__2jThN,.ChangeFactorTable_changeProduct__30Leu{width:3.5rem;height:1.5rem;font-size:.5rem;font-family:"iran-sans";border:none;color:#fff;border-radius:.3rem}.ChangeFactorTable_change__2jThN{background:#1866da}.ChangeFactorTable_changeDisable__3NWDi,.ChangeFactorTable_changeProductDisable__3AIpx{width:3.5rem;height:1.5rem;font-size:.5rem;font-family:"iran-sans";border:none;color:#fff;background:grey;border-radius:.3rem}.ChangeFactor_pageholder__ypWiS{min-width:99vw!important;display:flex;flex-direction:column;align-items:center;justify-content:center}.ChangeFactor_updateBtnHolder__2D2kZ{width:100%;height:5rem;display:flex;justify-content:center;align-items:center}.ChangeFactor_updateBtn__2fZTT{border:none;background:#c20c64;color:#fff;border-radius:.5rem;font-size:.8rem;font-family:"iran-sans";width:5rem;height:2rem}.ChangeDetailProduct_modalHolder__3ISwg{width:100%;height:10rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.ChangeDetailProduct_centerHolder__2nqBp{width:100%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;height:8rem}.ChangeDetailProduct_inputStyle__3K4WY{border:none;box-shadow:0 0 6px rgba(55,55,55,.2);border-radius:.2rem;padding:.3rem;direction:rtl;font-size:.8rem;font-family:"iran-sans-num"}::-webkit-input-placeholder{font-family:iran-sans;font-size:.7rem;color:grey}::placeholder{font-family:iran-sans;font-size:.7rem;color:grey}.ChangeDetailProduct_radioPart__1pnCK{width:13rem;display:flex;justify-content:space-around;font-size:.8rem;font-family:iran-sans}.ChangeDetailProduct_radioInput__rvQv-{display:flex}.ChangeDetailProduct_btnHolder__2eJuw{width:100%;display:flex;justify-content:space-evenly;height:2rem}.ChangeDetailProduct_editBtn__pwX9Z{width:5rem}.ChangeDetailProduct_editBtn__pwX9Z,.ChangeDetailProduct_okBtn__G3sq4{border:none;color:#fff;background:#c20c64;font-size:.7rem;font-family:"iran-sans";border-radius:.53rem}.ChangeDetailProduct_okBtn__G3sq4{width:4rem;height:1.7rem}.ChangeProduct_modalHolder__10iWW{width:100%;height:8rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.ChangeProduct_search__SyUA7{width:80%;border:none;box-shadow:0 0 6px rgba(55,55,55,.2);border-radius:.3rem;height:2.5rem;padding-inline:.3rem;font-size:.8rem;font-family:"iran-sans-num";direction:rtl}.ChangeProduct_formPart__3Mqro{width:100%;display:flex;flex-direction:column;height:5rem;justify-content:space-around;align-items:center}.ChangeProduct_count__3yYCy{width:59%;padding-inline:.3rem;font-size:.8rem;font-family:"iran-sans-num";direction:rtl}.ChangeProduct_addBtn__1KP6-,.ChangeProduct_count__3yYCy{border:none;box-shadow:0 0 6px rgba(55,55,55,.2);border-radius:.3rem;height:2rem}.ChangeProduct_addBtn__1KP6-{width:4rem;color:#fff;background:#c20c64;font-size:.7rem;font-family:"iran-sans"}.ChangeProduct_radioPart__Jd7mg{width:13rem;display:flex;justify-content:space-around;font-size:.8rem;font-family:iran-sans}.ChangeProduct_radioInput__3yb9N{display:flex}.ChangeProduct_searchResult__1so7G{width:90%;max-height:9rem;position:absolute;top:6rem;box-shadow:0 1px 3px rgba(0,0,0,.253)!important;background-color:#fff;border-radius:.5rem;overflow-y:scroll;padding:.7rem;direction:rtl}.ChangeProduct_resultItem__-B1qN{padding:.7rem;display:flex;align-items:center}.ChangeProduct_imgHolder__2qL_C{width:3rem;height:3rem;margin-left:1rem}.ChangeProduct_imgHolder__2qL_C img{width:100%;height:100%}.ChangeProduct_infoPart__25AxO{font-family:"iran-sans-num";display:flex;flex-direction:column;justify-content:space-between;height:100%}.ChangeProduct_priceProduct__3O7No{font-size:.8rem;color:green;height:50%}.ChangeProduct_nameproduct__D3zja{font-size:.9rem!important;height:50%}.FinalProductList_factorList__3Wuay{font-family:iran-sans-num}.FinalProductList_title__3bzUR{font-size:1rem;font-family:iran-sans-num;color:#d14c8e;text-align:center;padding-bottom:20px;width:98%;box-sizing:border-box;font-weight:600}.FinalProductList_editBtn__3SrJV,.FinalProductList_title__3bzUR{display:flex;justify-content:center}.FinalProductList_ShoppingList__5dkHq{width:98%;min-height:35px;border-bottom:1px solid #ccc;display:flex;flex-direction:column;align-items:center;justify-content:space-between;margin-top:10px;position:relative;font-family:iran-sans-num;font-size:.8rem}.FinalProductList_topHold__15yul{width:100%;display:flex;justify-content:space-between}.FinalProductList_feePart__3qS-D{width:100%;display:flex;justify-content:center}.FinalProductList_WidthHolder__3YcKt{width:200px!important}.FinalProductList_hideSpan__3coSc{display:none}.FinalProductList_CounterHolder__1MycQ{height:100%;width:100px;display:flex;justify-content:center;align-items:center;position:absolute;right:38%}.FinalProductList_HideCountHolder__18ihy{display:none}.FinalProductList_StyleList__-hfOo{direction:rtl}.FinalProductList_total__1puEt{width:100%;display:flex;justify-content:center;direction:rtl;font-family:"iran-sans-num"}.FinalProductList_totalPrice__67kAZ{font-size:.9rem!important;font-weight:600;margin-left:.5rem}.FinalProductList_price__3Vi0a{direction:ltr}.FinalProductList_price__3Vi0a,.FinalProductList_toman__3kwpZ{font-size:.9rem!important;font-weight:600}@media (min-width:450px){.FinalProductList_CounterHolder__1MycQ{right:45%}}.DiscountOfOneCategory_pageHolder__1QJ6b{width:100vw;height:auto}.DiscountOfOneCategory_centerHolder__18El2{width:100%;height:auto;margin-top:2rem;display:flex;flex-direction:column;align-items:center}.DiscountOfOneCategory_picHolder__3Q1Xs{width:25rem;height:22rem}.DiscountOfOneCategory_picHolder__3Q1Xs img{width:100%;height:100%}.DiscountOfOneCategory_discountPart__1_Ook{width:95%;height:19rem;padding:1rem .5rem;box-sizing:border-box;box-shadow:0 1px 3px rgba(0,0,0,.295);direction:rtl;display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;border-radius:.5rem}.DiscountOfOneCategory_discountTitle__2BpIP{width:100%;height:2rem;font-size:.9rem;font-family:iran-sans;color:#727070;display:flex;align-items:center}.DiscountOfOneCategory_discountIcon__xLKWU{color:#4b4848;padding:.3rem}.DiscountOfOneCategory_discountType__32Cba{width:100%;height:3rem;display:flex;justify-content:space-between;align-items:center;padding-inline:.5rem;box-sizing:border-box}.DiscountOfOneCategory_text__3ymu4{width:60%;font-size:.8rem;font-family:iran-sans;color:#c20c64;line-height:1.2rem}.DiscountOfOneCategory_typeHolder__2BHNH{border:1px solid #c20c64;width:7rem;height:60%;background-color:#fff;color:#c20c64;font-size:.8rem;font-family:iran-sans}.DiscountOfOneCategory_discountAmountHolder__3FNBn{width:100%;height:4rem;display:flex;align-items:center}.DiscountOfOneCategory_mountTextfirst__1CGmk{font-size:.8rem;font-family:iran-sans;color:#5a5658;width:35;white-space:nowrap}.DiscountOfOneCategory_mountTextSecond__2KmAI{font-size:.8rem;font-family:iran-sans;color:#5a5658;line-height:1.2rem}.DiscountOfOneCategory_discountInput__3teaq{width:2rem;height:2rem;border:1.5px solid #c20c64;margin-inline:.7rem}.DiscountOfOneCategory_removeDiscount__3FSM1{width:95%;height:13rem;padding:1rem .5rem;box-sizing:border-box;box-shadow:0 1px 3px rgba(0,0,0,.295);direction:rtl;display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;border-radius:.5rem;margin:3rem 0}.DiscountOfOneCategory_discountTomanHolder__1-4jV{width:100%;height:6rem;display:flex;flex-direction:column;justify-content:space-around;padding:.5rem;box-sizing:border-box}.DiscountOfOneCategory_discountToman__2PIWi{width:4rem;height:1.1rem;border:1.5px solid #c20c64}.DiscountOfOneCategory_discountIconToman__2fA1S{color:#4b4848;font-size:.9rem}@media (min-width:800px){.DiscountOfOneCategory_centerHolder__18El2{width:800px;margin-inline:auto}}.OrderHistory_ComponenHolder__2FVzi{width:100%;display:flex;flex-direction:column;align-items:center}.OrderHistory_EachPart__ul__3ugVL{width:95%;height:100%;box-sizing:border-box;padding:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.384);margin:1rem 0;background:#fff;font-family:iran-sans-num}.OrderHistory_EachPart__ul__3ugVL li{width:100%;margin:1rem 0;display:flex;align-items:center}.OrderHistory_EachPart__li__2DDS0{direction:rtl;font-weight:600;text-align:right}.OrderHistory_EachPart__li__2DDS0:first-child svg{color:#c20c64}.OrderHistory_ComponenHolder__2FVzi svg{margin-left:.5rem}.OrderHistory_EachPart__li__Date__28Jny{flex-direction:row-reverse;justify-content:space-between}.OrderHistory_EachPart__li__Date__28Jny div{direction:rtl}.OrderHistory_EachPart__li__2DDS0 span{color:#007fa7;margin-right:.3rem}.OrderHistory_EachPart__li__2DDS0 p{margin-right:.3rem}.OrderHistory_BtnHolder__2_pMH{justify-content:space-around;align-items:center}.OrderHistory_DatePickerHolder__2hZtK{width:95%;background:#fff;margin-top:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.384);display:flex;flex-direction:row-reverse;align-items:center;height:3rem}.OrderHistory_DatePickerHolder__2hZtK div{width:95%}.OrderHistory_DatePickerHolder__2hZtK span{width:3rem;height:100%;background:#c20c64;color:#fff;display:flex;justify-content:center;align-items:center;box-shadow:0 1px 3px rgba(0,0,0,.384)}.OrderHistory_DatePickerHolder__2hZtK span svg{margin-right:.5rem}.OrderHistory_OrderList__2-jQr{border:2px solid #c20c64;padding:.2rem;color:#c20c64!important;margin-right:0!important;cursor:pointer}.OrderHistory_EachPart__li__price__2Z0Mf{font-size:.9rem;position:relative;direction:rtl;font-weight:600;text-align:right}.OrderHistory_EachPart__li__price__2Z0Mf p{position:absolute;left:5px;margin-bottom:0!important;color:#197000}.OrderHistory_situation__3NEIU{display:flex;align-items:center}.OrderHistory_completed__1vSxz{color:green}.OrderHistory_cancled__1Trav,.OrderHistory_completed__1vSxz{margin-right:.5rem;font-size:.8rem;font-family:"iran-sans";font-weight:700;margin-bottom:0!important}.OrderHistory_cancled__1Trav{color:red}@media (min-width:999px){.OrderHistory_ComponenHolder__2FVzi{width:999px}}.ProductsSold_ComponenHolder__qp-qP{width:100%;display:flex;flex-direction:column;align-items:center}.ProductsSold_DatePickerHolder__3QCCB{width:95%;background:#fff;margin-top:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.384);display:flex;flex-direction:row-reverse;align-items:center;height:3rem}.ProductsSold_DatePickerHolder__3QCCB div{width:95%}.ProductsSold_DatePickerHolder__3QCCB span{width:3rem;height:100%;background:#c20c64;color:#fff;display:flex;justify-content:center;align-items:center;box-shadow:0 1px 3px rgba(0,0,0,.384)}.ProductsSold_DatePickerHolder__3QCCB span svg{margin-right:.5rem}.ProductsSold_EachPart__ul__2dYqh{margin:.5rem;width:100%;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;padding:1rem}.ProductsSold_EachPart__ul__li__tg4z8{width:100%;background:#fff;padding:1rem .5rem;box-shadow:0 1px 3px rgba(0,0,0,.24);font-family:iran-sans-num;display:flex;align-items:center;justify-content:space-between;direction:rtl;margin:.5rem 0}.ProductsSold_NameProduct__2jnv_{width:40%!important;line-height:1.5rem;text-align:right!important;color:#000!important}.ProductsSold_EachPart__ul__li__tg4z8 p{color:#007fa7;width:20%;text-align:center}.ProductsSold_EachPart__ul__li__tg4z8 span{color:#00a700;max-width:40%}@media (min-width:999px){.ProductsSold_ComponenHolder__qp-qP{width:999px}}.Repoarts_PageHolder__G3-DF{width:100vw;display:flex;flex-direction:column;align-items:center;margin-top:3rem}.Repoarts_tabHolder__1dug7{width:100%;height:3rem;margin-top:.5rem;display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-around;font-family:iran-sans;background:#fff}.Repoarts_tabHolder__1dug7 div{box-sizing:border-box;padding:1rem 0;font-size:.8rem;color:grey;width:45%;border-bottom:1px solid #d3d3d3}.Repoarts_tabHolder__1dug7 .Repoarts_onFocus__3zjhw,.Repoarts_tabHolder__1dug7 div{height:100%;display:flex;align-items:center;justify-content:center;transition:all .5s ease-in-out}.Repoarts_tabHolder__1dug7 .Repoarts_onFocus__3zjhw{font-size:1rem;color:#c00f67;width:55%;border-bottom:1px solid #c00f67}.AddTitleMenu_componentHolder__Cbued{width:95%;height:13rem;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:space-around;border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.233);font-family:iran-sans-num;box-sizing:border-box;padding:0 .7rem;margin:.5rem 0}.AddTitleMenu_componentHolder__Cbued p{width:100%;color:#c20c64;display:flex;align-items:center;justify-content:flex-end}.AddTitleMenu_componentHolder__Cbued p svg{margin-left:.3rem}.SupplierMenuList_componentHolder__3ELMY{width:95%;background:#fff;display:flex;flex-direction:column;align-items:center;border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.233);font-family:iran-sans-num;box-sizing:border-box;padding:1rem .7rem;margin:.5rem 0}.SupplierMenuList_componentHolder__3ELMY .SupplierMenuList_categoruName__qpaKD{width:100%;color:#c20c64;display:flex;align-items:center;justify-content:flex-end}.SupplierMenuList_componentHolder__3ELMY p svg{margin-left:.3rem}.SupplierMenuList_MenuTitleHolder__3cpOu{height:auto;width:100%;display:flex;flex-direction:column;align-items:center}.SupplierMenuList_EachTitle__3gLfm{margin:1rem 0 .5rem;width:100%;display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;background:#f2f2f2;box-sizing:border-box;padding:.4rem}.SupplierMenuList_EachTitle__3gLfm p{color:#000;font-weight:600}.SupplierMenuList_btnsHolder__1nYCQ{width:30%;display:flex;justify-content:space-around}.SupplierMenuList_removeBtn__2kPOd{background:#ff4747}.SupplierMenuList_editBtn__2UJXd,.SupplierMenuList_removeBtn__2kPOd{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border:none;border-radius:.5rem;color:#fff;font-size:1.1rem}.SupplierMenuList_editBtn__2UJXd{background:#ff7913}.SupplierMenuList_ModalCheker__2jLfa{height:7rem;width:100%}.SupplierMenuList_ModalCheker__2jLfa p{font-family:iran-sans;font-size:.9rem;margin:1rem 0}.SupplierMenuList_AnswerHolder__1IXZ0{display:flex;align-items:center;justify-content:space-around;height:2rem;margin-top:2rem}.SupplierMenuList_YesAnswer__3qsQe{background:#d8ffb0;color:#006400}.SupplierMenuList_NoAnswer__bSAf3,.SupplierMenuList_YesAnswer__3qsQe{width:4rem;height:100%;display:flex;justify-content:center;align-items:center;border-radius:3rem}.SupplierMenuList_NoAnswer__bSAf3{background:#ffdbe5;color:#640000}.SupplierMenuList_ModalCheker2__1iGUx{height:10rem;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.AddMenuSupplier_pageHolder__3ruqO{width:100vw;display:flex;flex-direction:column;align-items:center;margin-top:2rem}.AddMenuSupplier_imageHolder__1cqbt{width:65%;margin:2rem 0}.AddMenuSupplier_imageHolder__1cqbt img{width:100%;height:100%}@media(min-width:900px){.AddMenuSupplier_PageHolder__1Voqp{width:900px}.AddMenuSupplier_imageHolder__1cqbt{width:400px}}.AllProductDiscount_pageHolder__26WQD{width:100vw;height:100vh}.AllProductDiscount_centerHolder__3IUIi{width:100%;height:700px;display:flex;flex-direction:column;align-items:center;margin-top:2rem}.AllProductDiscount_picHolder__2TZWF{width:23rem;height:22rem}.AllProductDiscount_picHolder__2TZWF img{width:100%;height:100%}.AllProductDiscount_discountPart__2d7GK{width:95%;height:19rem;padding:1rem .5rem;box-sizing:border-box;box-shadow:0 1px 3px rgba(0,0,0,.295);direction:rtl;display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;border-radius:.5rem}.AllProductDiscount_discountTitle__1S0G6{width:100%;height:2rem;font-size:.9rem;font-family:iran-sans;color:#727070;display:flex;align-items:center}.AllProductDiscount_discountIcon__PMLdC{color:#4b4848;padding:.3rem}.AllProductDiscount_discountType__19SrE{width:100%;height:3rem;display:flex;justify-content:space-between;align-items:center;padding-inline:.5rem;box-sizing:border-box}.AllProductDiscount_text__1Yuoq,.AllProductDiscount_typeHolder__3ty2h{font-size:.8rem;font-family:iran-sans;color:#c20c64}.AllProductDiscount_typeHolder__3ty2h{border:1px solid #c20c64;width:7rem;height:60%;background-color:#fff}.AllProductDiscount_discountAmountHolder__2Opa6{width:100%;height:4rem;display:flex;align-items:center}.AllProductDiscount_mountTextfirst__2W7eY{font-size:.8rem;font-family:iran-sans;color:#5a5658;width:35;white-space:nowrap}.AllProductDiscount_mountTextSecond__2z3p5{font-size:.8rem;font-family:iran-sans;color:#5a5658;line-height:1.2rem}.AllProductDiscount_discountInput__13YBT{width:2rem;height:2rem;border:1.5px solid #c20c64;margin-inline:.7rem}.AllProductDiscount_discountTomanHolder__37qAC{width:100%;height:6rem;display:flex;flex-direction:column;justify-content:space-around;padding:.5rem;box-sizing:border-box}.AllProductDiscount_discountToman__3dS2n{width:4rem;height:1.1rem;border:1.5px solid #c20c64}.AllProductDiscount_discountIconToman__3ffdF{color:#4b4848;font-size:.9rem}.AllProductDiscount_btnHolder__wzDAx{width:100%;display:flex;justify-content:space-between;padding-inline:1rem;box-sizing:border-box}@media (min-width:999px){.AllProductDiscount_discountPart__2d7GK{width:800px}}.DiscountOneProduct_pageHolder__2XCm8{width:100vw;height:auto;display:flex;flex-direction:column;align-items:center}.DiscountOneProduct_centerHolder__30dgd{width:100%;height:auto;display:flex;flex-direction:column;align-items:center;margin-top:3rem}@media (min-width:800px){.DiscountOneProduct_centerHolder__30dgd{width:900px}}.EachProductDiscount_discountPart__2UPvh{width:95%;height:21rem;padding:1rem .5rem;box-sizing:border-box;box-shadow:0 1px 3px rgba(0,0,0,.295);direction:rtl;display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;border-radius:.5rem;margin:1.2rem}.EachProductDiscount_productInformation__387CF{width:100%;height:6rem;display:flex;padding-inline:.5rem;box-sizing:border-box;align-items:center}.EachProductDiscount_picHolder__3OOWg{width:100px;height:100%}.EachProductDiscount_picHolder__3OOWg img{width:100%;height:100%;border-radius:.5rem;object-fit:cover}.EachProductDiscount_textPart__1WGZj{width:100%;height:6rem;display:flex;flex-direction:column;justify-content:space-between;padding:.4rem;box-sizing:border-box;font-family:iran-sans;font-size:.9rem}.EachProductDiscount_price__2rKas{font-size:.8rem}.EachProductDiscount_name__37C4I{font-size:.8rem!important;font-family:iran-sans}.EachProductDiscount_discountType__2RRfc{width:100%;height:3rem;display:flex;justify-content:space-between;align-items:center;padding-inline:.5rem;box-sizing:border-box}.EachProductDiscount_text__2zLhf,.EachProductDiscount_typeHolder__3eWsa{font-size:.8rem;font-family:iran-sans;color:#c20c64}.EachProductDiscount_typeHolder__3eWsa{border:1px solid #c20c64;width:7rem;height:60%;background-color:#fff}.EachProductDiscount_discountAmountHolder__2t3_L{width:100%;height:4rem;display:flex;align-items:center}.EachProductDiscount_discountIcon__1us-8{color:#4b4848;padding:.3rem}.EachProductDiscount_mountTextfirst__2MDbQ{font-size:.8rem;font-family:iran-sans;color:#5a5658;width:35;white-space:nowrap}.EachProductDiscount_mountTextSecond__2PG8J{font-size:.8rem;font-family:iran-sans;color:#5a5658;line-height:1.2rem}.EachProductDiscount_discountInput__usnqN{width:2rem;height:2rem;border:1.5px solid #c20c64;margin-inline:.7rem;font-family:iran-sans-num}.EachProductDiscount_discountTomanHolder__k06PV{width:100%;height:6rem;display:flex;flex-direction:column;justify-content:space-around;padding:.5rem;box-sizing:border-box}.EachProductDiscount_discountToman__2R1qF{width:4rem;height:1.1rem;border:1.5px solid #c20c64;font-family:iran-sans-num}.EachProductDiscount_discountIconToman__35ZEF{color:#4b4848;font-size:.9rem}.EachProductDiscount_btnHolder__1LMHp{width:100%;display:flex;justify-content:center}.EachProductDiscount_priceHolder__1ciKA{width:100%;display:flex;justify-content:space-between}.EachProductDiscount_price__2rKas{color:#084b00;font-family:iran-sans-num}.EachProductDiscount_offPrice__3rOoW{color:red;font-family:iran-sans-num;font-size:.8rem;text-decoration:line-through}.SearchBar_SerachHolder__GXMHV{width:100%;height:50px;margin-top:15px;direction:rtl;display:flex;justify-content:center;align-items:center}.SearchBar_inputHolder__2iBsA{width:80%;height:100%}.SearchBar_fullInputHolder__29jp1{width:95%;height:100%}.SearchBar_fullInputHolder__29jp1 input,.SearchBar_inputHolder__2iBsA input{width:100%;height:100%;box-sizing:border-box;padding:6px;outline:none;border:1px solid #ebebeb;border-left:none;border-radius:8px;font-family:iran-sans;background:#f0f0f0;font-size:.9rem;text-indent:5px}.SearchBar_SearchButton__Wpe_l{width:50px;height:100%;border-bottom-left-radius:8px;border-top-left-radius:8px;background:#9b0050;border:1px solid #ebebeb;border-right:none;box-sizing:border-box;padding:6px;outline:none;transition:all .5s ease-in-out;margin-right:-10px}.SearchBar_SearchButtonHide__3f59U{display:none;width:0}.SearchBar_SearchButtonHide__3f59U svg{display:none}.SearchBar_SearchButton__Wpe_l svg{color:#fff}.EachComment_CommentInfoHolder___BALM{width:100%;display:flex;flex-direction:column;align-items:center;padding:.5rem;box-sizing:border-box}.EachComment_EachComments__1C5Ei{width:98%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.281);margin:.5rem 0;font-family:iran-sans-num;box-sizing:border-box}.EachComment_CommentInfo__124Vb{width:100%;display:flex;align-items:center;flex-direction:row-reverse;justify-content:space-between;color:#838383;margin-bottom:1rem;box-sizing:border-box}.EachComment_CommentInfo__124Vb svg{color:#c20c64}.EachComment_CommentInfo__124Vb p{text-align:justify;line-height:1.5rem;direction:rtl;font-size:.9rem}.EachComment_CommentInfo__124Vb div{display:flex}.EachComment_CommentInfo__124Vb div span{margin:0 .5rem;display:flex;align-items:center}.EachComment_situation__3fzXT{border:2px solid #c20c64;padding:.2rem 1rem;box-sizing:border-box;color:#c20c64}.EachComment_score__2_hTu{background:#408e04;color:#fff;border-radius:.2rem;box-sizing:border-box;padding:.3rem;font-weight:500;font-size:.9rem;display:flex;align-items:center;justify-content:center}.EachComment_ResponseHolder__1h5a9{width:100%;display:flex;flex-direction:column;justify-content:flex-start}.EachComment_ResponseText__3Qyw-{width:95%;background:#e9e9e9;border-right:5px solid #c20c64;box-sizing:border-box;padding:1rem .5rem;text-align:right;color:#000!important}.EachComment_CommentText__3TicI{color:#000!important}.EachComment_ResponseInput__2Fds3{width:100%;display:flex;flex-direction:column}.EachComment_ResponseButton__2ve-T{width:95%}.EachComment_BtnHolder__11IEG{width:100%;display:flex;align-items:center;justify-content:space-between;margin:.5rem 0}@media (min-width:999px){.EachComment_ComponentHolder__15IRC{width:999px}}.CommentList_ComponentHolder__3eo23{width:100%;display:flex;flex-direction:column;align-items:center;padding:.5rem;box-sizing:border-box}.CommentList_DateOrder__hukJa{width:100%;display:flex;align-items:center;justify-content:space-between;font-family:iran-sans-num}.CommentList_DateOrder__hukJa svg{margin-left:.3rem;color:tomato}.ManageComments_PageHolder__1smyw{width:100vw;display:flex;flex-direction:column;align-items:center;margin-top:3rem}.ManageComments_TotalScore__33EDQ{width:95%;background:#fff;display:flex;flex-direction:column;align-items:center;margin:1rem 0;box-sizing:border-box;padding:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.301)}.ManageComments_TotalScore__33EDQ div{width:100%;display:flex;align-items:center;justify-content:space-between;flex-direction:row-reverse;margin:.7rem 0;font-family:iran-sans-num;height:2rem}.ManageComments_Rate__2b70y{font-weight:600}.ManageComments_Rate__2b70y span{background:#408e04;color:#fff;border-radius:.2rem;box-sizing:border-box;padding:.5rem;font-weight:500}@media (min-width:999px){.ManageComments_TotalScore__33EDQ{width:970px}}.EditProductSupperMarket_PageHolder__2cnhh{width:100vw;min-height:98vh;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;padding-bottom:1rem;margin-top:3rem}.EditProductSupperMarket_PageHolder__2cnhh::-webkit-scrollbar{display:none}.EditProductSupperMarket_PageHolder__2cnhh{-ms-overflow-style:none;scrollbar-width:none}.EditProductSupperMarket_imageHolder__2uUyX{width:65%;margin:2rem 0}.EditProductSupperMarket_imageHolder__2uUyX img{width:100%;height:100%}.EditProductSupperMarket_FormHolder__2g2Bo{width:94%;height:auto;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.219);border-radius:.3rem;box-sizing:border-box;padding:1rem 0;display:flex;flex-direction:column;align-items:center}.EditProductSupperMarket_selectOptionsearch__y-jvG{height:3rem!important;margin-bottom:.5rem}.EditProductSupperMarket_selectOptionsearch__y-jvG>div{min-height:3rem!important;background:#f2f2f2}.EditProductSupperMarket_fileInput__37JLP{width:92%;height:3rem;padding:.6rem;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.253)!important;border-radius:.3rem}.EditProductSupperMarket_iconHolderImage__13tap{width:3rem;height:2.6rem;border-radius:.5rem;background-color:#c20c64;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.6rem}.EditProductSupperMarket_eachImage__1_FtQ{width:180px;height:200px;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.EditProductSupperMarket_picHolder__35Mfy{width:170px;height:160px}.EditProductSupperMarket_picHolder__35Mfy img{width:100%;height:100%;border-radius:1.2rem;object-fit:contain}.EditProductSupperMarket_iconHolder__1pTE_{width:2rem;height:2rem;background-color:#ff4747;border-radius:.3rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem}.EditProductSupperMarket_imagePart__1QA_A{display:flex;flex-wrap:wrap;justify-content:space-evenly;width:100%}.EditProductSupperMarket_btnStyle__2mPz_{background:#c20c64;color:#fff;box-sizing:border-box;line-height:1rem;margin:1rem auto;border-radius:.3rem;border:none;font-family:iran-sans;padding:.7rem 2rem}.EditProductSupperMarket_FormAddProduct__3qug0{width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.EditProductSupperMarket_inptFileHolder__2qjPZ{width:90%;height:3rem;background:#fff;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px rgba(0,0,0,.253)!important;border-radius:5px;margin:.5rem 0;font-family:iran-sans-num;color:grey;padding:0 .5rem;direction:ltr}.EditProductSupperMarket_fileInputPart__21CQx{display:none;overflow:hidden}.EditProductSupperMarket_lablePart__1GHd2{width:2rem;height:2rem;color:#fff;background:#c20c64;display:flex;justify-content:center;align-items:center;border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.253)!important;cursor:pointer}.EditProductSupperMarket_placeHolderInput__1dyYI{color:#c7c7c7;width:100%;height:100%;text-align:right;font-size:.8rem;font-family:iran-sans;line-height:3rem}.EditProductSupperMarket_fileInputArea__RnCPZ{min-height:7rem;color:grey;padding:.5rem}.EditProductSupperMarket_fileInputArea__RnCPZ,.EditProductSupperMarket_fileInputPart2__fLGTR{border:none;width:90%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.253)!important;border-radius:5px;margin:.5rem 0;font-family:iran-sans-num;text-align:right}.EditProductSupperMarket_fileInputPart2__fLGTR{height:3.3rem;color:#1f1d1d;padding:0 .5rem}.EditProductSupperMarket_errorInput__3O0mZ{border:1px solid #bf1650;border-right-width:10px;transition:all .5s;width:90%;height:3.3rem;background:#fff;border-radius:5px;color:grey;padding:0 .5rem;text-align:right}.EditProductSupperMarket_errorInput__3O0mZ,.EditProductSupperMarket_selectHolder__13XPG{box-shadow:0 1px 3px rgba(0,0,0,.253)!important;margin:.5rem 0;font-family:iran-sans-num}.EditProductSupperMarket_selectHolder__13XPG{display:flex;align-items:center;width:92%;direction:rtl;height:3.3rem!important;border-radius:5px;background-color:#fff;position:relative}.EditProductSupperMarket_selectOptionsearch__y-jvG{width:95%;direction:rtl;height:2.7rem;margin-bottom:0!important;font-family:iran-sans-num}.EditProductSupperMarket_selectOptionsearch__y-jvG>div{border:none;background:#fff}.EditProductSupperMarket_selectOptionsearch__y-jvG div div div{line-height:2.5rem}.EditProductSupperMarket_plusIcon__3AnSo{color:#c20c64;margin-right:.5rem;cursor:pointer}@media (min-width:999px){.EditProductSupperMarket_selectHolder__13XPG{width:72%;font-size:.8rem}.EditProductSupperMarket_fileInputArea__RnCPZ,.EditProductSupperMarket_fileInputPart2__fLGTR,.EditProductSupperMarket_inptFileHolder__2qjPZ{width:70%;font-size:.8rem}::-webkit-input-placeholder{font-size:.7rem!important}::placeholder{font-size:.7rem!important}.EditProductSupperMarket_btnStyle__2mPz_{font-size:.8rem}.EditProductSupperMarket_imageHolder__2uUyX{width:30%}.EditProductSupperMarket_FormHolder__2g2Bo{width:999px}.EditProductSupperMarket_selectOptionsearch__y-jvG{width:98%}.EditProductSupperMarket_fileInput__37JLP{width:72%}}.EditDetailProduct_pageHolder__1KRSf{width:100vw}.EditDetailProduct_centerHolder__I-Apk{width:97%;height:auto;box-shadow:0 1px 3px rgba(0,0,0,.349);margin:4rem auto 1rem;border-radius:1rem;padding-bottom:1rem;box-sizing:border-box;background-color:#fff}.EditDetailProduct_imagePart__1MOqE{width:100%;height:auto;display:flex;flex-wrap:wrap;justify-content:space-around;padding-block:1rem;box-sizing:border-box}.EditDetailProduct_eachImage__2IL5A{width:180px;height:200px;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.EditDetailProduct_picHolder__sdbfe{width:170px;height:160px}.EditDetailProduct_picHolder__sdbfe img{width:100%;height:100%;border-radius:1.2rem;object-fit:cover}.EditDetailProduct_iconHolder__p_mM3{width:2rem;height:2rem;background-color:#ff4747;border-radius:.3rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem}.EditDetailProduct_inputPart__Jqo38{width:96%;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:space-around;margin-inline:auto}.EditDetailProduct_fileInput__3te5U{width:98.5%;height:4rem;padding:.6rem;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;background-color:#f2f2f2;box-shadow:0 1px 3px rgba(0,0,0,.253)!important;border-radius:.3rem}.EditDetailProduct_packedPart__w87Z6{margin-block:1rem;width:98%;display:flex;justify-content:end;font-size:.8rem;font-family:"iran-sans"}.EditDetailProduct_checkedPacked__493NH{margin-left:.5rem}.EditDetailProduct_fileInputPart2__APqNG{border:none;width:98%;height:3.3rem;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.253)!important;border-radius:5px;margin:.5rem 0;font-family:iran-sans-num;color:#1f1d1d;padding:0 .5rem;text-align:right;direction:rtl}.EditDetailProduct_textfile__25cEt{font-size:.9rem;font-family:iran-sans}.EditDetailProduct_iconHolderImage__1G61U{width:3rem;height:2.6rem;border-radius:.5rem;background-color:#c20c64;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.6rem}::-webkit-input-placeholder{font-family:iran-sans!important;font-size:.9rem!important;color:#8a8a8a!important}::placeholder{font-family:iran-sans!important;font-size:.9rem!important;color:#8a8a8a!important}.EditDetailProduct_category__levCE{border:none;width:98.5%;height:3rem;direction:rtl;font-size:.9rem;font-family:iran-sans;color:#8a8a8a;background-color:#f2f2f2;box-shadow:0 1px 3px rgba(0,0,0,.253)!important;border-radius:.3rem;margin-top:1rem}.EditDetailProduct_btnHolder__3mXXY{display:flex;justify-content:center;margin-top:1rem}.EditDetailProduct_RemoveConfirm__Rspwa{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;font-family:iran-sans;font-size:.9rem}.EditDetailProduct_optionsHolder__3miAE{width:100%;display:flex;justify-content:space-around;margin-top:1.2rem}.EditDetailProduct_ConfirmRemove__3f38R{background:rgba(250,70,70,.322);color:red}.EditDetailProduct_CancelRemove__W_41L,.EditDetailProduct_ConfirmRemove__3f38R{width:3rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:.5rem}.EditDetailProduct_CancelRemove__W_41L{background:rgba(92,255,105,.322);color:#036300}.MenuProduct_menuItemHolder__caThU{width:95%;height:4rem;z-index:5;margin-top:1rem;display:flex;flex-direction:row;align-items:center;background-color:#e6e6e6;overflow:scroll;direction:rtl;box-sizing:border-box;padding:0 .5rem}.MenuProduct_menuItem__g9-GJ{box-sizing:border-box;padding:.5rem 1.1rem;cursor:pointer;font-family:iran-sans;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap;margin:0 .2rem;text-align:center}.MenuProduct_menuItemHolder__caThU::-webkit-scrollbar{display:none}.MenuProduct_menuItemHolder__caThU{-ms-overflow-style:none;scrollbar-width:none}.MenuProduct_different__3yFwk{box-sizing:border-box;padding:.5rem 1.3rem;justify-content:center;height:39px;display:flex;align-items:center;font-family:iran-sans;font-size:.9rem;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.295);color:#c20c64;text-overflow:ellipsis;white-space:nowrap;margin:0 .2rem}.MenuProduct_addsHolder__2gZeQ{display:flex}.MenuProduct_addProduct__3_hAd{height:2rem;border-radius:1rem;border:1px solid #c20c64;font-size:.9rem;font-family:iran-sans;padding:.4rem;box-sizing:border-box;margin-left:.5rem;color:#c20c64;background-color:#f3f3f3;display:flex;align-items:center;cursor:pointer;justify-content:center}.MenuProduct_addProduct__3_hAd .MenuProduct_plusIcon__3lMhF{margin-left:.5rem}.MenuProduct_PlusIconHolder__1r6QF{font-size:.8rem;width:5rem;display:flex;align-items:center;justify-content:center}.ProductItem_items__1s23Y{width:100%;height:auto;padding:0 .7rem;box-sizing:border-box;margin-top:3rem}.ProductItem_eachItem__VLvF2{width:100%;height:auto;border-radius:.3rem;margin-bottom:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.295);padding:.9rem .9rem 0;box-sizing:border-box;background-color:#fff}.ProductItem_picPart__gGMqt{width:100%;height:135px;display:flex;flex-direction:row-reverse}.ProductItem_picHolder__38FJu{width:144px;height:109px;border-radius:.5rem}.ProductItem_picHolder__38FJu img{width:100%;height:100%;border-radius:.5rem;object-fit:contain}.ProductItem_deleteHolder__22V8D{width:100%;height:2rem;display:flex;justify-content:left}.ProductItem_trashIcon__181he{font-size:.8rem;color:red;margin-left:1rem;width:32px!important;height:18px}.ProductItem_textHolder__269_P{width:83%;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:.5rem;box-sizing:border-box;direction:rtl;font-family:iran-sans;font-family:"iran-sans-num";font-size:.9rem}.ProductItem_name__20WBp{font-size:.8rem}.ProductItem_priceHolder__EVnQc{width:100%;display:flex;justify-content:space-between}.ProductItem_price__1rwHj{color:#084b00;font-family:iran-sans-num;font-size:.8rem}.ProductItem_offPrice__zsMUO{font-size:.8rem;color:red;font-family:iran-sans-num;text-decoration:line-through}.ProductItem_toman__3R4xr{padding:.2rem;box-sizing:border-box}.ProductItem_Condition__QwNUs{width:100%;height:60px;display:flex;flex-direction:row-reverse;justify-content:space-between}.ProductItem_customControl__1TbOt{width:110px;height:100%;display:flex;justify-content:space-around;font-size:.9rem;font-family:iran-sans;align-items:center}.ProductItem_reactSwitchCheckbox__36pLn{height:0;width:0;visibility:hidden}.ProductItem_reactSwitchLabel__30ZSh{display:flex;align-items:center;justify-content:space-between;cursor:pointer;width:50px;height:25px;background:#ff6464;border-radius:100px;position:relative;transition:background-color .2s}.ProductItem_reactSwitchLabel__30ZSh .ProductItem_reactSwitchButton__Y5r77{content:"";position:absolute;top:2px;left:2px;width:21px;height:21px;border-radius:45px;transition:.2s;background:#fff;box-shadow:0 0 2px 0 rgba(10,10,10,.29)}.ProductItem_reactSwitchCheckbox__36pLn:checked+.ProductItem_reactSwitchLabel__30ZSh .ProductItem_reactSwitchButton__Y5r77{left:calc(100% - 2px);-webkit-transform:translateX(-100%);transform:translateX(-100%)}.ProductItem_reactSwitchLabel__30ZSh:active .ProductItem_reactSwitchButton__Y5r77{width:45px}.ProductItem_moreDetail__2cbxu{width:130px;height:100%;display:flex;align-items:center;justify-content:space-evenly;font-size:.9rem;font-family:iran-sans;color:#c20c64;cursor:pointer}.ProductItem_icon__2Gsd7{width:20px;height:20px;padding:.1rem}.ProductItem_delete__3zzZC{width:7rem;height:20px;font-size:.8rem;font-family:iran-sans;color:#c20c64;cursor:pointer;line-height:1.5rem}.ProductItem_count__rX09o{font-size:.9rem}.SwitchButton_customControl__1KL8I{width:110px;height:100%;display:flex;justify-content:space-around;font-size:.9rem;font-family:iran-sans;align-items:center}.SwitchButton_reactSwitchCheckbox__3Tzpz{height:0;width:0;visibility:hidden}.SwitchButton_reactSwitchLabel__1tpjJ{display:flex;align-items:center;justify-content:space-between;cursor:pointer;width:50px;height:25px;background:#ff6464;border-radius:100px;position:relative;transition:background-color .2s}.SwitchButton_reactSwitchLabel__1tpjJ .SwitchButton_reactSwitchButton__1RLZP{content:"";position:absolute;top:2px;left:2px;width:21px;height:21px;border-radius:45px;transition:.2s;background:#fff;box-shadow:0 0 2px 0 rgba(10,10,10,.29)}.SwitchButton_reactSwitchCheckbox__3Tzpz:checked+.SwitchButton_reactSwitchLabel__1tpjJ .SwitchButton_reactSwitchButton__1RLZP{left:calc(100% - 2px);-webkit-transform:translateX(-100%);transform:translateX(-100%)}.SwitchButton_reactSwitchLabel__1tpjJ:active .SwitchButton_reactSwitchButton__1RLZP{width:45px}.AddingProduct_pageHolder__aJ0-2{width:100vw;height:100vh}.AddingProduct_centerHolder__18Mvs{width:100%;height:auto;display:flex;flex-direction:column;align-items:center;margin-top:3rem}@media(min-width:800px){.AddingProduct_centerHolder__18Mvs{width:800px;margin-inline:auto}}.AddProductRestaurant_PageHolder__3m9KG{width:100vw;min-height:98vh;display:flex;flex-direction:column;align-items:center;background:#f6f6f6;box-sizing:border-box;padding-bottom:1rem;margin-top:3rem}.AddProductRestaurant_imageHolder__2uR8G{width:65%;margin:2rem 0}.AddProductRestaurant_imageHolder__2uR8G img{width:100%;height:100%}.AddProductRestaurant_FormAddProduct__2xbks{width:95%;box-sizing:border-box;padding:.5rem;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.342);display:flex;flex-direction:column;align-items:center;border-radius:.3rem}.AddProductRestaurant_inptFileHolder__2KKsJ label{width:2.5rem;height:2.5rem;color:#fff;background:#c20c64;display:flex;justify-content:center;align-items:center;border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.253)!important;cursor:pointer}.AddProductRestaurant_selectMenuPart__3XVwT{width:92%;height:3rem;background:#f2f2f2;direction:rtl;box-shadow:0 1px 3px rgba(0,0,0,.253)!important;border-radius:5px;margin:.5rem 0;font-family:iran-sans-num;color:grey;padding:0 .5rem;border:none}.AddProductRestaurant_RemoveConfirm__3TINM{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;font-family:iran-sans;font-size:.9rem}.AddProductRestaurant_optionsHolder__2mvPr{width:100%;display:flex;justify-content:space-around;margin-top:1.2rem}.AddProductRestaurant_imagePart__3yA4D{width:100%;height:auto;display:flex;flex-wrap:wrap;justify-content:space-around;padding-block:1rem;box-sizing:border-box}.AddProductRestaurant_eachImage__uIhIL{width:180px;height:200px;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.AddProductRestaurant_picHolder__3bNLS{width:170px;height:160px;transition:all 1s}.AddProductRestaurant_picHolder__3bNLS img{width:100%;height:100%;border-radius:1.2rem;object-fit:cover;transition:all 1s}.AddProductRestaurant_bigImg__2DM62{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:1001;transition:all 1s}.AddProductRestaurant_bigImg__2DM62 img{width:100%;height:100%;transition:all 1s}.AddProductRestaurant_iconHolder__39Wvg{width:2rem;height:2rem;background-color:#ff4747;border-radius:.3rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem}.AddProductRestaurant_fileInputArea__2FrtW{min-height:7rem;color:grey;padding:.5rem}.AddProductRestaurant_fileInputArea__2FrtW,.AddProductRestaurant_fileInputPart2__2_7JQ{border:none;width:90%;background:#f2f2f2;box-shadow:0 1px 3px rgba(0,0,0,.253)!important;border-radius:5px;margin:.5rem 0;font-family:iran-sans-num;text-align:right;direction:rtl}.AddProductRestaurant_fileInputPart2__2_7JQ{height:3.3rem;color:#1f1d1d;padding:0 .5rem}.AddProductRestaurant_packedPart__1Ddor{margin-block:1rem;width:70%;display:flex;justify-content:end;font-size:.8rem;font-family:"iran-sans"}.AddProductRestaurant_checkedPacked__1rMA2{margin-left:.5rem}.AddProductRestaurant_fileInputPart3__3i5WS{border:none;width:98%;height:3.3rem;background:#fff;border-radius:5px;color:#1f1d1d;text-align:right;direction:rtl}.AddProductRestaurant_fileInputPart3__3i5WS,.AddProductRestaurant_inptFileHolder__2KKsJ{box-shadow:0 1px 3px rgba(0,0,0,.253)!important;margin:.5rem 0;font-family:iran-sans-num;padding:0 .5rem}.AddProductRestaurant_inptFileHolder__2KKsJ{width:90%;height:3rem;background:#f2f2f2;display:flex;justify-content:space-between;align-items:center;border-radius:5px;color:grey}.AddProductRestaurant_inptFileHolder__2KKsJ input{direction:rtl;display:none}.AddProductRestaurant_addBtn__2Lrrl{width:6rem;height:2.5rem;border:none;color:#fff;background:#c20c64;border-radius:.5rem;font-size:.8rem;font-family:"iran-sans"}@media(min-width:900px){.AddProductRestaurant_imageHolder__2uR8G{width:35%}.AddProductRestaurant_FormAddProduct__2xbks{width:999px}.AddProductRestaurant_inptFileHolder__2KKsJ,.AddProductRestaurant_selectMenuPart__3XVwT{width:70%}.AddProductRestaurant_fileInputArea__2FrtW,.AddProductRestaurant_fileInputPart2__2_7JQ{width:70%;font-size:.8rem}}.Supplier_pageHolder__2aF84{width:100vw;height:100vh;background-color:#f3f3f3!important;display:flex;flex-direction:column;align-items:center}.Supplier_Center__1xtp7{width:100%;min-height:100%;padding-bottom:2rem;box-sizing:border-box}.Supplier_picHolder__2TM2V{width:90%;height:20rem;margin-top:2rem}.Supplier_picHolder__2TM2V img{width:100%;height:100%}.Supplier_conditionHolder__3zx8j{background-color:#fff!important;width:95%;height:95px;justify-content:space-between;padding:.5rem;box-shadow:0 1px 4px rgba(0,0,0,.185);margin:auto}.Supplier_Condition__3eYGf,.Supplier_conditionHolder__3zx8j{display:flex;align-items:center;box-sizing:border-box;direction:ltr}.Supplier_Condition__3eYGf{width:125px;height:54%;justify-content:space-evenly;border-radius:.3rem;padding:0;font-size:.9rem;font-family:iran-sans}.Supplier_false__1dNKa{border-radius:.3rem 0 0 .3rem}.Supplier_false__1dNKa,.Supplier_true__2Dikp{width:50%;height:100%;display:flex;align-items:center;justify-content:center;border:1px solid #c20c64}.Supplier_true__2Dikp{text-align:center;background-color:#c20c64;color:#fff}.Supplier_text__32VP8{font-size:1rem;font-family:iran-sans;width:175px;height:100%;display:flex;justify-content:center;align-items:center;direction:rtl}.Supplier_uploadBackground__3onrw{width:95%;height:21rem;box-shadow:0 1px 4px rgba(0,0,0,.185);background-color:#fff;margin:2rem auto;position:relative;display:flex;justify-content:space-evenly;align-items:center;flex-direction:column}.Supplier_uploadTitle__2uuvL{width:12rem;height:2rem;background-color:#c20c64;color:#fff;font-family:iran-sans;font-size:.9rem;border-radius:1rem;text-align:center;line-height:1.9rem;position:absolute;bottom:20rem}.Supplier_uploadPart__3cFJe{height:15rem;width:97%;border:1px dashed #c20c64;margin-top:1.5rem}.Supplier_uploadPart__3cFJe img{width:100%;height:100%}.Supplier_imageUpload__16sR9{width:11rem;height:2.5rem;border-radius:1rem;display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center;background-color:#fff;box-shadow:0 1px 4px rgba(0,0,0,.185)}.Supplier_title__3dTw3{font-family:iran-sans;font-size:.8rem!important}.Supplier_iconHolder__3dX1f{width:2rem;height:1.7rem;border-radius:.5rem;font-family:iran-sans;background-color:#c20c64;color:#fff;display:flex;align-items:center;justify-content:center}.Supplier_icon__2n_XQ{width:1rem;height:1rem}.Supplier_logoPart___59cf{width:14rem;height:16rem;margin-inline:auto;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding-bottom:1rem;box-sizing:border-box;box-shadow:0 1px 4px rgba(0,0,0,.185);background-color:#fff}.Supplier_titleLogo__20iuJ{width:100%;height:2.2rem;background-color:#c20c64;border-radius:0 0 .7rem .7rem;color:#fff;text-align:center;font-family:iran-sans;line-height:2rem;font-size:.9rem}.Supplier_uploadImage__2XSMS{width:6.5rem;height:6.5rem;border:1px dashed grey;border-radius:1rem;display:flex;justify-content:center;align-items:center;background-color:#f3f1f1}.Supplier_uploadImage__2XSMS img{width:100%;height:100%;border-radius:1rem}.Supplier_iconCamera__gObdp{font-size:4rem;color:#e4e3e3}.Supplier_textLogo__1266N{font-family:iran-sans;font-size:.8rem}.Supplier_btnHolder__1PGmb{display:flex;justify-content:center;align-items:center;height:6rem;width:100%;padding-block:2rem}.Supplier_optionsHolder__2R--C{width:100%;display:flex;justify-content:space-around;margin-top:1.2rem}.Supplier_ConfirmRemove__3PhzE{background:rgba(250,70,70,.322);color:red}.Supplier_CancelRemove__1ONtX,.Supplier_ConfirmRemove__3PhzE{width:3rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:.5rem}.Supplier_CancelRemove__1ONtX{background:rgba(92,255,105,.322);color:#036300}.Supplier_workHourHolder__2g2uu{width:95%;height:19rem;overflow-y:scroll;margin-inline:auto}.Supplier_workHourHolder__2g2uu::-webkit-scrollbar{display:none}.Supplier_workHourHolder__2g2uu{-ms-overflow-style:none;scrollbar-width:none}.Supplier_hourWork__3CGfv{width:100%;margin-bottom:2rem;display:flex;flex-direction:column;justify-content:space-around;padding:.5rem;box-shadow:0 1px 4px rgba(0,0,0,.185);background-color:#fff!important}.Supplier_hourWorkPart__3NjUt{width:100%;height:100%}.Supplier_hourWorkTitle__3wwMf{font-size:1rem;font-family:iran-sans;width:100%;height:30px;direction:rtl;margin-bottom:1rem;display:flex;align-items:center}.Supplier_clockIcon__WDSM1{font-size:1rem;padding:.2rem}.Supplier_firstShift__2v973{width:100%;height:85px;padding-right:.2rem;box-sizing:border-box}.Supplier_firstShift__2v973 .Supplier_titr1shift__30hTk{width:100%;height:30px;direction:rtl;font-size:.8rem;font-family:iran-sans}.Supplier_shiftTime__3yI_y{width:100%;display:flex;direction:rtl;padding:.3rem;box-sizing:border-box;align-items:center}.Supplier_shiftTime__3yI_y input{width:7rem;height:30px;border:2px solid #c20c64;margin-inline:.3rem;background-color:#fff;font-family:iran-sans-num}.Supplier_until__uloda{margin-inline:.3rem;font-size:.8rem}.Supplier_notice__1byYk{width:100%;height:3rem;font-size:.8rem;font-family:iran-sans;text-align:center;color:grey;padding-top:.6rem;box-sizing:border-box}.Supplier_tabs__3_Mnd{color:#c20c64;background-color:#fff}.Supplier_openTab__QnAqT,.Supplier_tabs__3_Mnd{margin-inline:auto;width:95%;height:2rem;box-shadow:0 0 6px rgba(55,55,55,.4392156862745098);border-radius:.3rem;margin-block:1rem;padding:.3rem;box-sizing:border-box;direction:rtl;font-size:.9rem;font-family:iran-sans;line-height:1.2rem;display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.Supplier_openTab__QnAqT{color:#fff;background-color:#c20c64}.Supplier_textTabs__1EMH_{color:inherit;font-size:.8rem;margin:0}.Supplier_aboutUsHolder__rmKqI{width:95%;margin-inline:auto;box-shadow:0 0 6px rgba(55,55,55,.4392156862745098)}.Supplier_aboutUs__11EBv{width:100%;border:none;height:9rem;direction:rtl;padding:.5rem;box-sizing:border-box}@media (min-width:800px){.Supplier_picHolder__2TM2V{width:50%;height:30rem}.Supplier_Center__1xtp7{width:990px}.Supplier_foodCategoryHolder__FD5d6{width:939px}}.ant-checkbox-checked{accent-color:#c20c64}.ant-checkbox{margin-left:.5rem}.Support_PageHolder__3taxo{width:100vw;min-height:98vh;background:#f6f6f6;box-sizing:border-box;padding-bottom:1rem}.Support_center__pvPlX,.Support_PageHolder__3taxo{display:flex;flex-direction:column;align-items:center}.Support_imageHolder__23AY6{width:65%;margin:2rem auto}.Support_imageHolder__23AY6 img{width:100%;height:100%}.Support_formHolder__lWuhM{width:95%;background:#fff;border-radius:.7rem;padding:1rem 0;flex-direction:column}.Support_FileDivison__2A4Fy,.Support_formHolder__lWuhM{box-sizing:border-box;display:flex;align-items:center;box-shadow:0 1px 3px rgba(0,0,0,.253)!important}.Support_FileDivison__2A4Fy{width:94%;height:3rem;background:#f2f2f2;border-radius:.3rem;justify-content:space-between;flex-direction:row-reverse;padding:0 .5rem;font-family:iran-sans;font-size:.9rem;margin:.7rem 0}.Support_FileDivison__2A4Fy input{display:none}.Support_FileDivison__2A4Fy label{height:2.2rem;width:2.2rem;background:#c20c64;display:flex;justify-content:center;align-items:center;border-radius:.5rem;color:#fff;font-size:1.2rem}@media(min-width:900px){.Support_center__pvPlX{width:900px}}.Acounting_pageHolder__3Byuf{width:99vw;height:95vh;background-color:#f3f3f3;margin-top:2rem}.Acounting_center__3YZ08{width:100%;height:auto;display:flex;flex-direction:column;align-items:center}.Acounting_amountAcountPart__SdyUW{width:90%;border:1px solid grey;margin-top:1rem;height:5rem;border-radius:.5rem;padding:.5rem;font-family:"iran-sans-num";font-size:.8rem;text-align:center;font-weight:700;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.Acounting_amountAcount__1JX56{width:100%;height:1rem}.Acounting_btnGet__1dypw{height:2rem;width:5rem;display:flex;align-items:center;justify-content:center;border:3px solid green;border-radius:.5rem;color:green}.Acounting_price__31P-u{color:green}.Acounting_filterPart__1Xjsj{width:90%;display:flex;direction:rtl;justify-content:space-evenly;height:2rem;align-items:center;margin-top:1rem}.Acounting_eachFilter__5fid3{color:#c20c64}.Acounting_eachFilter__5fid3,.Acounting_eachFilterSelect__39F4V{width:4rem;border:1px solid #c20c64;border-radius:.5rem;text-align:center;font-size:.6rem;font-weight:700;font-family:"iran-sans";height:100%;line-height:2rem}.Acounting_eachFilterSelect__39F4V{background:#c20c64;color:#fff}.Acounting_holder__2dD8y{width:90%;direction:rtl;height:74vh;overflow-y:scroll;padding-block:.5rem}.Acounting_eachItemIn__15kQp{border-top:20px solid green}.Acounting_eachItemIn__15kQp,.Acounting_eachItemOut__3Dn1N{width:100%;box-shadow:0 0 6px rgba(51,55,55,.21568627450980393);width:97%;margin:1rem auto 0;border-radius:.2rem;padding:.5rem;font-size:.7rem;font-family:"iran-sans-num"}.Acounting_eachItemOut__3Dn1N{border-top:20px solid red}.SupermarketProduct_RemoveConfirm__luRVP{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;font-family:iran-sans;font-size:.9rem}.SupermarketProduct_imagePart__3viwn{width:100%;height:auto;display:flex;flex-wrap:wrap;justify-content:space-around;box-sizing:border-box}.SupermarketProduct_eachImage__24bTP{width:180px;height:200px;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.SupermarketProduct_picHolder__1dUsp{width:170px;height:160px;transition:all 1s}.SupermarketProduct_picHolder__1dUsp img{width:100%;height:100%;border-radius:1.2rem;object-fit:cover;transition:all 1s}.SupermarketProduct_bigImg__FPh-a{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:1001;transition:all 1s}.SupermarketProduct_bigImg__FPh-a img{width:100%;height:100%;object-fit:cover;transition:all 1s}.SupermarketProduct_iconHolder__Uiyeo{width:2rem;height:2rem;background-color:#ff4747;border-radius:.3rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem}.SupermarketProduct_optionsHolder__1BZo1{width:100%;display:flex;justify-content:space-around;margin-top:1.2rem}.SupermarketProduct_productSelectName__1tF_H{display:flex;justify-content:center;padding:.5rem;height:auto;width:100%}.SupermarketProduct_ConfirmRemove__1culy{background:rgba(250,70,70,.322);color:red}.SupermarketProduct_CancelRemove__3Seyv,.SupermarketProduct_ConfirmRemove__1culy{width:3rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:.5rem}.SupermarketProduct_CancelRemove__3Seyv{background:rgba(92,255,105,.322);color:#036300}.SupermarketProduct_componentHolder__3vN9z{width:100vw;height:100vh;padding-bottom:2rem;margin-top:4rem;box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll}.SupermarketProduct_inptFileHolder__2SHJ_{width:50%;height:3rem;background:#fff;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px rgba(0,0,0,.253)!important;border-radius:5px;margin:.5rem 0;font-family:iran-sans-num;color:grey;padding:0 .5rem;direction:ltr}.SupermarketProduct_fileInputPart__2Fvju{display:none;overflow:hidden}.SupermarketProduct_lablePart__qEeZE{width:2rem;height:2rem;color:#fff;background:#c20c64;display:flex;justify-content:center;align-items:center;border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.253)!important;cursor:pointer}.SupermarketProduct_placeHolderInput__1HX0z{color:#c7c7c7;width:100%;height:100%;text-align:right;font-size:.8rem;font-family:iran-sans;line-height:3rem}.SupermarketProduct_searchProduct__2qJaZ{width:90%;border:none;font-family:iran-sans;font-family:iran-sans-num;font-size:.8rem;direction:rtl;padding:.5rem}.SupermarketProduct_errorSearchInput__1-8Hc{border:1px solid #bf1650;border-right-width:10px;transition:all .5s}.SupermarketProduct_btnStyle__ZJ8Gf{background:#c20c64;color:#fff;box-sizing:border-box;line-height:1rem;margin:1rem auto;border-radius:.3rem;border:none;font-family:iran-sans;padding:.7rem 2rem}.SupermarketProduct_FormAddProduct__18uMQ{width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.SupermarketProduct_searchResult__1VP8c{width:100%;max-height:15rem;position:absolute;top:3.7rem;right:0;box-shadow:0 1px 3px rgba(0,0,0,.253)!important;z-index:100;background-color:#fff;border-radius:.5rem;overflow-y:scroll;padding:.7rem;box-sizing:border-box}.SupermarketProduct_resultItem__39ouI{padding:.7rem;display:flex;align-items:center}.SupermarketProduct_imgHolder__2pVaJ{width:2rem;height:2rem;margin-left:1rem}.SupermarketProduct_imgHolder__2pVaJ img{width:100%;height:100%}.SupermarketProduct_selectProduct__86aOt{width:51%;direction:rtl;height:3rem;margin-bottom:0!important;font-family:iran-sans-num;border-radius:5px;border:none;margin-inline:auto}.SupermarketProduct_selectProduct__86aOt div{border:none}.SupermarketProduct_selectProduct__86aOt div div div{line-height:2.5rem}.SupermarketProduct_disableInputArea__2r97J{border:none;width:50%;min-height:7rem;box-shadow:0 1px 3px rgba(0,0,0,.253)!important;border-radius:5px;margin:.5rem 0;font-family:iran-sans-num;background:#f5f5f5;color:#c9c9c9;padding:.5rem;text-align:right}.SupermarketProduct_componentHolder__3vN9z::-webkit-scrollbar{display:none}.SupermarketProduct_fileInputArea__3oDIM{border:none;width:50%;min-height:7rem;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.253)!important;border-radius:5px;margin:.5rem 0;font-family:iran-sans-num;color:grey;padding:.5rem;text-align:right;direction:rtl}.SupermarketProduct_fileInputPart2__3YUNA{border:none;border-radius:5px;color:#1f1d1d}.SupermarketProduct_errorInput__7Ud1E,.SupermarketProduct_fileInputPart2__3YUNA{width:50%;height:3.3rem;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.253)!important;margin:.5rem 0;font-family:iran-sans-num;padding:0 .5rem;direction:rtl;text-align:right}.SupermarketProduct_errorInput__7Ud1E{border:1px solid #bf1650;border-right-width:10px;transition:all .5s;border-radius:5px;color:grey}.SupermarketProduct_selectOptionsearch__3j4jp{width:95%;direction:rtl;height:2.7rem;margin-bottom:0!important;font-family:iran-sans-num;border-radius:5px;border:none}.SupermarketProduct_selectOptionsearch__3j4jp div{border:none}.SupermarketProduct_selectOptionsearch__3j4jp div div div{line-height:2.5rem}.SupermarketProduct_plusIcon__15sTn{color:#c20c64;margin-inline:.5rem;cursor:pointer;width:18px!important;height:40px}.SupermarketProduct_selectHolder__1KXNA{display:flex;align-items:center;width:51%;direction:rtl;height:3.3rem!important;font-family:iran-sans-num;margin:.5rem 0;border-radius:5px;box-shadow:0 1px 3px rgba(0,0,0,.253)!important;background-color:#fff;position:relative}@media (max-width:800px){.SupermarketProduct_fileInputArea__3oDIM,.SupermarketProduct_fileInputPart2__3YUNA,.SupermarketProduct_inptFileHolder__2SHJ_,.SupermarketProduct_selectHolder__1KXNA{width:90%;font-size:.8rem}::-webkit-input-placeholder{font-size:.7rem!important}::placeholder{font-size:.7rem!important}.SupermarketProduct_btnStyle__ZJ8Gf{font-size:.8rem}}.css-1s2u09g-control{height:100%}.AddBrandSupermarket_componentHolder__3Bb-r{width:100vw;height:100vh;padding-bottom:2rem;box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll}.AddBrandSupermarket_picHolder__3Y3Sb{width:83%;height:20rem;margin:3rem auto}.AddBrandSupermarket_picHolder__3Y3Sb img{width:100%;height:100%}.AddBrandSupermarket_FormAddProduct__bly-q{width:100%;padding:3rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}::-webkit-input-placeholder{color:#c7c7c7;text-align:right;font-size:1rem}::placeholder{color:#c7c7c7;text-align:right;font-size:1rem}.AddBrandSupermarket_fileInputPart2__1vKOX{border:none;border-radius:5px}.AddBrandSupermarket_errorInput__b5kQr,.AddBrandSupermarket_fileInputPart2__1vKOX{width:50%;height:3rem;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.253)!important;margin:.5rem 0;font-family:iran-sans-num;color:grey;padding:0 .5rem;text-align:right}.AddBrandSupermarket_errorInput__b5kQr{border:1px solid #bf1650;border-right-width:10px;transition:all .5s;border-radius:5px}.AddBrandSupermarket_btnStyle__3yvCS{background:#c20c64;color:#fff;box-sizing:border-box;line-height:1rem;margin:1rem auto;border-radius:.3rem;border:none;font-family:iran-sans;padding:.7rem 2rem}.AddBrandSupermarket_componentHolder__3Bb-r::-webkit-scrollbar{display:none}@media (max-width:800px){.AddBrandSupermarket_selectOptionsearch__3nwvE{width:93%;height:1.5rem!important;margin-bottom:2rem;font-size:.8rem}.AddBrandSupermarket_fileInputArea__nub_9,.AddBrandSupermarket_fileInputPart2__1vKOX,.AddBrandSupermarket_inptFileHolder__2UbeL{width:90%;font-size:.8rem}::-webkit-input-placeholder{font-size:.7rem!important}::placeholder{font-size:.7rem!important}.AddBrandSupermarket_btnStyle__3yvCS{font-size:.8rem}}.SelectAddress_DivHolder__qlk5f{min-height:100vh;position:relative}.SelectAddress_DivHolder__qlk5f,.SelectAddress_Search__FFP5Q{width:100%;display:flex;flex-direction:column;align-items:center}.SelectAddress_Search__FFP5Q{height:30%;position:absolute;bottom:0;z-index:20;background:#fff;border-top-right-radius:1rem;border-top-left-radius:1rem;box-shadow:0 0 6px rgba(55,55,55,.4392156862745098)}.SelectAddress_InputHolder__1mzhy{width:80%;direction:rtl;margin:1rem 0;display:flex}.SelectAddress_text__24crl{outline:none;width:100%;height:3rem;padding:6px;box-sizing:border-box;box-shadow:0 .125rem .25rem rgba(0,0,0,.521)!important;border-radius:5px;border:none;font-family:iran-sans}.SelectAddress_CityHolder__cmKBN{border:1px solid #fff;font-family:iran-sans;color:#ca1e74;background:#fff}.search-result-item-title{font-weight:bolder}.search-result-item-address{font-size:1rem}.container{color:rgba(0,0,0,.7);background-color:hsla(0,0%,100%,0);direction:rtl;text-align:right;font-size:1.4rem;font-family:iran-sans;font-size:.9rem}.mapboxgl-canvas{width:100vw!important;height:100vh!important}.mapboxgl-marker{position:absolute;top:0;left:0;will-change:transform}.search-box{position:absolute;top:5px;right:5px;z-index:1000;min-width:250px;max-width:300px;font-family:iran-sans;font-size:.9rem!important}.search-box__item{background-color:#fff;margin-top:3px;padding:3px 5px}.search-box__item:first-child{border-top:none;padding:20px 20px 5px}.other-settings img{width:20px;cursor:pointer;margin:5px;width:24px}.search-box__item select{width:100%;margin:5px 0}.advanced-settings{font-size:1rem}.advanced-settings input{margin:10px 0;outline:1px solid #cfcfcf;width:100%;padding:5px}.advanced-settings select{padding:5px;border:1px solid #cfcfcf}.advanced-settings input:focus,.advanced-settings select:focus,.advanced-settings textarea:focus{outline:none;border:1px solid #cfcfcf}.search-results{overflow:auto;max-height:40vh}.bg-gray-icon{background-color:#bbb}.search-result-item{border-bottom:1px solid #ccc;padding:10px;cursor:pointer}.search-result-item img{width:20px;margin-left:5px}.search-result-item-title{font-size:.9rem;margin:.5rem 0}.search-result-item-address{font-family:iran-sans;font-size:.8rem!important;line-height:1.2rem}.clear-seach{cursor:pointer;position:absolute;left:10px}.mapboxgl-ctrl{display:none}.ChooseFoodCategory_foodCategoryHolder__1eCsA{width:95%;min-height:13rem;padding:.8rem;box-sizing:border-box;background-color:#fff;box-shadow:0 1px 4px rgba(0,0,0,.185);margin-bottom:2rem;direction:rtl;font-size:.9rem;font-family:iran-sans}.ChooseFoodCategory_foodCategory__jpgIT{width:100%;min-height:8rem;display:flex;flex-direction:column;justify-content:space-evenly}.ChooseFoodCategory_sendBtn__zoZ4v{width:5rem;height:2rem;color:#fff;background-color:#c20c64;border-radius:.5rem;border:none;font-size:.9rem;font-family:iran-sans;margin-inline:auto}.ChooseFoodCategory_picHolder__1xszl{width:12rem;height:11rem;margin-block:4rem 1rem;margin-inline:auto}.ChooseFoodCategory_picHolder__1xszl img{width:100%;height:100%}.LiveLocation_DivHolder__3CLjH::-webkit-scrollbar{display:none}.LiveLocation_DivHolder__3CLjH{-ms-overflow-style:none;scrollbar-width:none}.LiveLocation_deliverInfoHolder__nYPCz{width:100vw;height:10rem;border-inline:3px solid #c20c64;border-top:3px solid #c20c64;position:fixed;bottom:0;left:0;background-color:#fff;box-shadow:0 0 6px rgba(55,55,55,.2);border-radius:1rem 1rem 0 0;z-index:10;padding:1rem}.LiveLocation_deliverInfo__3EXiD{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.LiveLocation_picHolder__pA-03{width:6rem;height:6rem;border-radius:1rem;box-shadow:0 0 6px rgba(55,55,55,.2)}.LiveLocation_picHolder__pA-03 img{width:100%;height:100%;border-radius:1rem;border:none}.LiveLocation_fullName__1HeR-{font-size:.8rem;font-family:iran-sans}.LiveLocation_ComponentHolder__cun4j{width:100%;height:40px;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;position:fixed;top:0;left:0;background-color:#fff;box-shadow:0 0 6px rgba(55,55,55,.2);border-radius:0 0 1rem 1rem;z-index:10;padding-inline:.8rem}.LiveLocation_ComponentHolder__cun4j h3{font-family:iran-sans;font-size:1rem}.LiveLocation_ComponentHolder__cun4j div{width:20px}.RequestForSupplier_componentHolder__2MRLu{width:99vw;height:80vh;margin-top:3rem;display:flex;flex-direction:column}.RequestForSupplier_formHolder__SrhkI{margin-top:4rem;display:flex;flex-direction:column;width:99vw;height:100vh;align-items:center}.RequestForSupplier_input__DebuG{width:93%;border:none;box-shadow:0 0 6px rgba(55,55,55,.2);height:2.2rem;border-radius:.5rem;padding-inline:1rem;box-sizing:border-box;margin-bottom:1.7rem;font-size:.8rem;font-family:"iran-sans";direction:rtl}.RequestForSupplier_errorInput__37Xlo{border:1px solid #bf1650;border-right-width:10px;transition:all .5s;width:91%;height:2.2rem;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.253)!important;border-radius:5px;margin-bottom:1.7rem;font-family:iran-sans-num;color:grey;padding:0 .5rem;text-align:right}.RequestForSupplier_btnHolder__1nxX9{width:100%;display:flex;justify-content:center;height:2.2rem}.RequestForSupplier_btnRequest__38B7d{color:#fff;background:#c20c64;height:100%;border:none;border-radius:.5rem;font-size:.9rem;font-family:"iran-sans";width:8rem}.RequestForSupplier_selectPart__3hws8{border:none;height:2rem!important;width:92%;background:#fff;box-shadow:0 0 6px rgba(55,55,55,.2)!important;border-radius:5px;margin-bottom:2rem;font-family:iran-sans;color:grey;text-align:right;direction:rtl}.RequestForSupplier_selectPart__3hws8 div{min-height:2rem!important;border:none;line-height:1.5rem;color:grey;font-family:iran-sans;font-size:.9rem}.ManageDiscount_pageHolder__lbpC9{width:100vw;display:flex;flex-direction:column;align-items:center;padding-bottom:3.5rem;margin-top:2rem}.ManageDiscount_MeniPartHolder__2dKc-{width:100%;height:100%;box-sizing:border-box;padding:1rem .5rem;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.ManageDiscount_MeniPartHolder__EachPart__17m2e{width:45%;height:10rem;border-radius:1rem;box-shadow:0 1px 3px rgba(0,0,0,.295);margin:1rem .3rem .3rem}.Profile_pageHolder__T_zNu{width:100vw;height:100vh}.Profile_center__1QnlS{width:100%;margin-top:4rem;display:flex;justify-content:center;align-items:center;padding:1rem 0 5rem}.Profile_personInfo__1lB7c{width:20rem;height:33rem;padding:.5rem;display:flex;flex-direction:column;justify-content:space-around;align-items:center;border-radius:2rem;box-shadow:0 0 6px rgba(55,55,55,.2);background-color:#fff}.Profile_imgHolder__39FwZ{width:80px;height:80px;border-radius:50%}.Profile_imgHolder__39FwZ img{width:100%;height:100%}.Profile_info__1-gsH{width:100%;height:11rem;font-size:.8rem;font-family:iran-sans;text-align:center;line-height:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.Profile_name__2jqd7{font-size:.8rem;font-weight:600;font-family:iran-sans}.Profile_phone__3Mq4N{font-family:iran-sans-num;direction:rtl}.Profile_wallet__11bvW{width:50%;border:1px solid #c20c64;height:1.5rem;display:flex;align-items:center;justify-content:center;color:#c20c64;cursor:pointer}.Profile_support__3hrx9{color:#c20c64}.Profile_statistics__2UmpR{width:17rem;height:13rem;padding:1rem;box-sizing:border-box;background-color:#fff3f3;border-radius:1rem;display:flex;flex-direction:column;justify-content:space-evenly;box-shadow:0 0 6px rgba(55,55,55,.2);font-size:.8rem}.Profile_title__yDKtN{color:#c20c64;font-family:iran-sans;text-align:center}.Profile_delivryCount__W60M8{font-family:iran-sans;display:flex;flex-direction:row-reverse;justify-content:space-between}.Profile_count__1H6Z0{color:#c20c64}.Profile_Condition__Zt-_7{width:125px;width:6rem;height:2rem;display:flex;justify-content:space-evenly;align-items:center;border-radius:.3rem;padding:0;box-sizing:border-box;font-size:.8rem;font-family:iran-sans;direction:ltr}.Profile_false__3jnRT{border-radius:.3rem 0 0 .3rem;color:#c20c64}.Profile_false__3jnRT,.Profile_true__1myXO{width:50%;height:100%;display:flex;align-items:center;justify-content:center;border:1px solid #c20c64}.Profile_true__1myXO{text-align:center;background-color:#c20c64;color:#fff}
/*# sourceMappingURL=main.bdb84d9e.chunk.css.map */