@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap";@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}*{padding:0;margin:0;box-sizing:border-box;font-family:var(--f1);scroll-behavior:smooth}*::selection{background:var(--c1);color:var(--c2)!important}@supports (-moz-appearance: none){*{scrollbar-width:none;scrollbar-color:var(--c1) transparent}}*::-webkit-scrollbar{width:.3rem;display:none}*::-webkit-scrollbar-thumb{border-radius:1rem;background:var(--c1)}.Toastify{position:absolute;z-index:99999;font-size:16px}button{cursor:pointer;transition:ease-in-out .3s}button:hover{opacity:.7;transform:scale(.95)}:root{--f1: "Inter", sans-serif;--f2: "Montserrat", sans-serif;--c1: #08b1ba;--c3: rgb(115, 124, 117);--Base_Font_Size: 100%;font-size:var(--Base_Font_Size)}@media screen and (max-width: 1850px){:root{--Base_Font_Size: 97%}}@media screen and (max-width: 1800px){:root{--Base_Font_Size: 94%}}@media screen and (max-width: 1750px){:root{--Base_Font_Size: 91%}}@media screen and (max-width: 1700px){:root{--Base_Font_Size: 88%}}@media screen and (max-width: 1650px){:root{--Base_Font_Size: 85%}}@media screen and (max-width: 1600px){:root{--Base_Font_Size: 82%}}@media screen and (max-width: 1550px){:root{--Base_Font_Size: 79%}}@media screen and (max-width: 1500px){:root{--Base_Font_Size: 76%}}@media screen and (max-width: 1450px){:root{--Base_Font_Size: 73%}}@media screen and (max-width: 1400px){:root{--Base_Font_Size: 70%}}@media screen and (max-width: 1350px){:root{--Base_Font_Size: 67%}}@media screen and (max-width: 1300px){:root{--Base_Font_Size: 64%}}@media screen and (max-width: 1250px){:root{--Base_Font_Size: 61%}}@media screen and (max-width: 1150px){:root{--Base_Font_Size: 60%}}@media screen and (max-width: 1000px){:root{--Base_Font_Size: 55%}}@media screen and (max-width: 410px){:root{--Base_Font_Size: 50%}}@media screen and (max-width: 335px){:root{--Base_Font_Size: 45%}}@media screen and (max-width: 300px){:root{--Base_Font_Size: 30%}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._Wrapper_iybsl_1{width:100%;height:100vh;position:relative;z-index:1;overflow:hidden;background:#f5f6f7;display:flex}._Wrapper_iybsl_1 ._InnerWrapper_iybsl_10{width:100%;height:100%}._Wrapper_iybsl_1 ._InnerWrapper_iybsl_10 ._Main_iybsl_14{flex:1;height:94vh;overflow-y:scroll;display:flex;flex-direction:column;overflow-x:hidden;padding:2rem;padding-right:0}._LoadingIndicator_zzokg_1{width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--c2);position:relative}._Sidebar_a42r0_1{width:17.5625rem;min-width:17.5625rem;background:#fff;height:100%;padding:0 1rem;display:flex;flex-direction:column;gap:.5rem}._Sidebar_a42r0_1 ._Logo_a42r0_11{width:100%;height:6vh;display:flex;align-items:center;justify-content:center;color:#191b1c;font-family:Public Sans;font-size:1.5rem;font-style:normal;font-weight:600;line-height:100%;margin-bottom:2rem}._Sidebar_a42r0_1 ._LinkWrapper_a42r0_25{display:flex;padding:.5rem 1.6875rem .5rem 2.375rem;justify-content:flex-start;align-items:center;gap:1.5rem;border-radius:.25rem;cursor:pointer;transition:all ease-in-out .3s}._Sidebar_a42r0_1 ._LinkWrapper_a42r0_25._Active_a42r0_35{background:#08b1ba}._Sidebar_a42r0_1 ._LinkWrapper_a42r0_25._Active_a42r0_35 p{color:#fff}._Sidebar_a42r0_1 ._LinkWrapper_a42r0_25._Active_a42r0_35 svg path{fill:#fff}._Sidebar_a42r0_1 ._LinkWrapper_a42r0_25:hover{background:#08b1ba6b}._Sidebar_a42r0_1 ._LinkWrapper_a42r0_25:hover p{color:#fff}._Sidebar_a42r0_1 ._LinkWrapper_a42r0_25:hover svg path{fill:#fff}._Sidebar_a42r0_1 ._LinkWrapper_a42r0_25 svg{width:1.5rem;height:1.5rem}._Sidebar_a42r0_1 ._LinkWrapper_a42r0_25 p{color:#626c70;font-family:Public Sans;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.3125rem;letter-spacing:.00625rem}._TopBar_nmode_1{width:100%;height:6vh;display:flex;padding:1rem 2.5rem;justify-content:space-between;align-items:center;background:#fff;box-shadow:1px 0 #f2f3f4 inset}._AdminProfile_x45wm_1,._BestDeals_s3esw_1{width:100%}._BestDeals_s3esw_1 ._Products_s3esw_4{width:100%;height:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}._BestDeals_s3esw_1 ._Products_s3esw_4 ._LoadingCon_s3esw_11{flex:1;height:100%}._BestDeals_s3esw_1 ._Products_s3esw_4 ._ProductCard_s3esw_15{width:100%;aspect-ratio:1.06/1;border-radius:.5rem;background:#fff}._BestDeals_s3esw_1 ._Products_s3esw_4 ._ProductCard_s3esw_15 ._ProductImages_s3esw_21{width:95%;height:19.6875rem;position:relative;padding:1rem}._BestDeals_s3esw_1 ._Products_s3esw_4 ._ProductCard_s3esw_15 ._ProductImages_s3esw_21 img{width:100%;height:100%;border-radius:.5rem .5rem 0rem 0rem;object-fit:contain}._BestDeals_s3esw_1 ._Products_s3esw_4 ._ProductCard_s3esw_15 ._ProductImages_s3esw_21 ._Menu_s3esw_33{position:absolute;right:-1rem;top:1rem}._BestDeals_s3esw_1 ._Products_s3esw_4 ._ProductCard_s3esw_15 ._ProductImages_s3esw_21 ._Menu_s3esw_33 ._ThreeDot_s3esw_38{display:flex;align-items:center;justify-content:center;cursor:pointer}._BestDeals_s3esw_1 ._Products_s3esw_4 ._ProductCard_s3esw_15 ._ProductImages_s3esw_21 ._Menu_s3esw_33 ._ThreeDot_s3esw_38 ._Actions_s3esw_44{position:absolute;right:105%;top:60%;display:flex;width:9.125rem;flex-direction:column;align-items:center;border-radius:.3125rem;background:#fff;box-shadow:0 6px 7px #726e6e80;overflow:hidden;transform:scale(0);opacity:0;transition:all ease-in-out .3s;transform-origin:right top}._BestDeals_s3esw_1 ._Products_s3esw_4 ._ProductCard_s3esw_15 ._ProductImages_s3esw_21 ._Menu_s3esw_33 ._ThreeDot_s3esw_38 ._Actions_s3esw_44._Open_s3esw_61{transform:scale(1);opacity:1}._BestDeals_s3esw_1 ._Products_s3esw_4 ._ProductCard_s3esw_15 ._ProductImages_s3esw_21 ._Menu_s3esw_33 ._ThreeDot_s3esw_38 ._Actions_s3esw_44 p{border-bottom:.6px solid #ececec;width:100%;color:#202020;text-align:center;font-family:Public Sans;font-size:.825rem;font-style:normal;font-weight:400;padding:.2rem .5rem;line-height:1.4375rem}._BestDeals_s3esw_1 ._Products_s3esw_4 ._ProductCard_s3esw_15 ._ProductImages_s3esw_21 ._Menu_s3esw_33 ._ThreeDot_s3esw_38 ._Actions_s3esw_44 p:hover{background-color:#c2cdd3}._BestDeals_s3esw_1 ._Products_s3esw_4 ._ProductCard_s3esw_15 ._ProductImages_s3esw_21 ._Menu_s3esw_33 ._ThreeDot_s3esw_38 ._Actions_s3esw_44 p:last-child{border:none}._BestDeals_s3esw_1 ._Products_s3esw_4 ._ProductCard_s3esw_15 ._ProductImages_s3esw_21 ._RemoveButton_s3esw_83{position:absolute;top:2rem;left:1rem;width:10rem;padding:.3rem;background:#08b1ba;border-radius:.4rem}._BestDeals_s3esw_1 ._Products_s3esw_4 ._ProductCard_s3esw_15 ._ProductImages_s3esw_21 ._RemoveButton_s3esw_83 button{background:transparent;border:none;width:100%;color:#fff;text-align:center;font-family:Public Sans;font-size:1.0825rem;font-style:normal;font-weight:400;padding:.2rem .5rem;line-height:1.2375rem}._BestDeals_s3esw_1 ._Products_s3esw_4 ._ProductCard_s3esw_15 ._Details_s3esw_105{flex:1;height:calc(100% - 19.6875rem);display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem}._BestDeals_s3esw_1 ._Products_s3esw_4 ._ProductCard_s3esw_15 ._Details_s3esw_105 ._Left_s3esw_113{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.375rem}._BestDeals_s3esw_1 ._Products_s3esw_4 ._ProductCard_s3esw_15 ._Details_s3esw_105 ._Left_s3esw_113 p{width:19rem;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:3;-webkit-line-clamp:3;overflow:hidden}._BestDeals_s3esw_1 ._Products_s3esw_4 ._ProductCard_s3esw_15 ._Details_s3esw_105 ._Right_s3esw_127{display:flex;flex-direction:column;gap:.5rem}._BestDeals_s3esw_1 ._Products_s3esw_4 ._ProductCard_s3esw_15 ._Details_s3esw_105 ._Right_s3esw_127 ._Green_s3esw_132{color:#27c500;font-family:Public Sans;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.4375rem;text-decoration:line-through}._Category_1qz4d_1{width:100%;display:flex;flex-direction:column;gap:2rem;padding-right:2rem}._Category_1qz4d_1 ._Top_1qz4d_8{display:flex;align-items:center;justify-content:space-between}._Category_1qz4d_1 ._Top_1qz4d_8 ._Buttons_1qz4d_13{display:flex;align-items:center;gap:1rem}._Category_1qz4d_1 ._Top_1qz4d_8 ._Buttons_1qz4d_13 button{width:max-content;padding:.2rem 1rem;border-radius:.48769rem;background:linear-gradient(0deg,#08b1ba,#08b1ba),#f2f7fe;color:#fff;font-family:Public Sans;font-size:1.175rem;font-style:normal;font-weight:400;line-height:1.5rem;text-transform:capitalize;border:none;display:flex;align-items:center;justify-content:center}._Category_1qz4d_1 ._CategoryBoxes_1qz4d_35{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}._Category_1qz4d_1 ._CategoryBoxes_1qz4d_35 input{border:none;outline:none;background-color:transparent;border-bottom:2px solid var(--c3);padding:.2rem}._Category_1qz4d_1 ._CategoryBoxes_1qz4d_35 ._CategoryBox_1qz4d_35{background-color:#00ffff0e;display:flex;flex-direction:column;gap:.3rem;padding:2rem;height:max-content;box-shadow:0 1px 10px 5px #00ffff54;transition:all ease-in-out .3s;border-radius:1rem;cursor:pointer}._Category_1qz4d_1 ._CategoryBoxes_1qz4d_35 ._CategoryBox_1qz4d_35:hover{box-shadow:0 1px 10px 5px #0ff3,0 1px 10px 10px #ff008c21,0 1px 10px 15px #00b7ff09}._Category_1qz4d_1 ._CategoryBoxes_1qz4d_35 ._CategoryBox_1qz4d_35 ._Top_1qz4d_8{display:flex;align-items:center;justify-content:flex-start;gap:.3rem;margin-bottom:1rem}._Category_1qz4d_1 ._CategoryBoxes_1qz4d_35 ._CategoryBox_1qz4d_35 ._Top_1qz4d_8 ._ActButton_1qz4d_70{margin-left:auto;display:flex;align-items:center;gap:.4rem;cursor:pointer}._Category_1qz4d_1 ._CategoryBoxes_1qz4d_35 ._CategoryBox_1qz4d_35 ._Top_1qz4d_8 ._ActButton_1qz4d_70 svg{transition:all ease .3s}._Category_1qz4d_1 ._CategoryBoxes_1qz4d_35 ._CategoryBox_1qz4d_35 ._Top_1qz4d_8 ._ActButton_1qz4d_70 svg:hover{scale:1.2}._Category_1qz4d_1 ._CategoryBoxes_1qz4d_35 ._CategoryBox_1qz4d_35 ._Top_1qz4d_8 label{color:#666;font-family:Public Sans;font-size:1.3rem;font-style:normal;font-weight:400;line-height:175%}._Category_1qz4d_1 ._CategoryBoxes_1qz4d_35 ._CategoryBox_1qz4d_35 ._Top_1qz4d_8 h5{color:#232d42;font-family:Inter;font-size:1.1875rem;font-style:normal;font-weight:500;line-height:normal}._Category_1qz4d_1 ._CategoryBoxes_1qz4d_35 ._CategoryBox_1qz4d_35 h2{color:#232d42;font-family:Inter;font-size:1.3875rem;font-style:normal;font-weight:700;line-height:175%;margin-bottom:1rem}._Category_1qz4d_1 ._CategoryBoxes_1qz4d_35 ._CategoryBox_1qz4d_35 ._SubRow_1qz4d_108{margin-bottom:.3rem;display:flex;align-items:center;gap:1rem}._Category_1qz4d_1 ._CategoryBoxes_1qz4d_35 ._CategoryBox_1qz4d_35 ._SubRow_1qz4d_108 input{border:none;outline:none;border-bottom:1px solid #08b1ba;padding:.2rem;background-color:transparent;font-family:Public Sans;font-size:1.1875rem;font-style:normal;font-weight:400;line-height:1.5rem}._Category_1qz4d_1 ._CategoryBoxes_1qz4d_35 ._CategoryBox_1qz4d_35 ._SubRow_1qz4d_108 button{width:max-content;padding:.2rem 1rem;border-radius:.48769rem;background:linear-gradient(0deg,#08b1ba,#08b1ba),#f2f7fe;color:#fff;font-family:Public Sans;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5rem;text-transform:capitalize;border:none;display:flex;align-items:center;justify-content:center}._SubCatFieldsPopup_h7n39_1{width:100%;height:100%;position:fixed;top:0;left:0;background:#00000082;display:flex;align-items:center;justify-content:center;z-index:100}._SubCatFieldsPopup_h7n39_1 button{color:#ebeef3;font-family:Inter;font-size:1.2875rem;font-style:normal;font-weight:700;line-height:125%;cursor:pointer;border:none;border-radius:.4rem;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;background-color:#11c71a}._SubCatFieldsPopup_h7n39_1 ._Wrapper_h7n39_30{height:auto;min-height:20rem;max-height:80%;width:80rem;border-radius:.5rem;background:#fff;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative}._SubCatFieldsPopup_h7n39_1 ._Wrapper_h7n39_30 ._AllFields_h7n39_44{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._SubCatFieldsPopup_h7n39_1 ._Wrapper_h7n39_30 ._AddNew_h7n39_50{position:absolute;right:1rem;padding:.3rem 1rem}._SubCatFieldsPopup_h7n39_1 ._Wrapper_h7n39_30 h2{margin-bottom:1rem}._SubCatFieldsPopup_h7n39_1 ._Wrapper_h7n39_30 ._FieldsBox_h7n39_58{width:100%;height:auto;background-color:#00ffff52;padding:2.5rem 1.3rem 1.3rem;position:relative;border-radius:.5rem;box-shadow:0 9px 6px -2px #4c6c6e82;display:flex;flex-direction:column;gap:1rem}._SubCatFieldsPopup_h7n39_1 ._Wrapper_h7n39_30 ._FieldsBox_h7n39_58 svg{cursor:pointer;transition:all ease .3s}._SubCatFieldsPopup_h7n39_1 ._Wrapper_h7n39_30 ._FieldsBox_h7n39_58 svg:hover{transform:scale(.9);opacity:.9}._SubCatFieldsPopup_h7n39_1 ._Wrapper_h7n39_30 ._FieldsBox_h7n39_58 ._Edit_h7n39_79{position:absolute;top:.3rem;right:1rem;display:flex;align-items:center;gap:.3rem}._SubCatFieldsPopup_h7n39_1 ._Wrapper_h7n39_30 ._FieldsBox_h7n39_58 ._Text_h7n39_87{display:flex;align-items:center;gap:1rem}._SubCatFieldsPopup_h7n39_1 ._Wrapper_h7n39_30 ._FieldsBox_h7n39_58 input{border:none;outline:none;background-color:transparent;border-bottom:2px solid var(--c3);padding:.2rem}._SubCatFieldsPopup_h7n39_1 ._Wrapper_h7n39_30 ._FieldsBox_h7n39_58 select{height:2.3rem;width:max-content;background-color:#0ff;border:none;border-radius:.3rem;box-shadow:0 9px 6px -2px #4c6c6e82;padding:.3rem 1rem;outline:none}._AddCouponPopup_128w3_1{width:100%;height:100%;position:fixed;top:0;left:0;background:#00000082;display:flex;align-items:center;justify-content:center;z-index:100}._AddCouponPopup_128w3_1 ._Wrapper_128w3_13{height:auto;width:auto;padding:4rem 3rem 3rem;display:flex;flex-direction:column;gap:1rem;background-color:#fff;border-radius:.52rem;box-shadow:1px 7px 10px #00000082;position:relative}._AddCouponPopup_128w3_1 ._Wrapper_128w3_13 ._InputWrapper_128w3_26{display:flex;flex-direction:column;gap:.6rem}._AddCouponPopup_128w3_1 ._Wrapper_128w3_13 ._InputWrapper_128w3_26 label{color:#4a5154;font-family:Public Sans;font-size:.975rem;font-style:normal;font-weight:500;line-height:100%;text-transform:uppercase}._AddCouponPopup_128w3_1 ._Wrapper_128w3_13 ._InputWrapper_128w3_26 input,._AddCouponPopup_128w3_1 ._Wrapper_128w3_13 ._InputWrapper_128w3_26 select{width:28rem;padding:.5rem 1rem;border:none;box-shadow:1px 7px 110px #00000082;outline:none;border-radius:.3rem;color:#000;font-family:Public Sans;font-size:1.0975rem;font-style:normal;font-weight:500;line-height:100%}._AddCouponPopup_128w3_1 ._Wrapper_128w3_13 button{margin-top:1rem;align-self:flex-end;width:max-content;height:auto;padding:.5rem 1.4rem;background-color:#1291da;color:#eee6e6;font-family:Public Sans;font-size:1.0975rem;font-style:normal;font-weight:500;line-height:100%;text-transform:uppercase;border:none;border-radius:.2rem}._AddCouponPopup_128w3_1 ._Wrapper_128w3_13 ._ButtonWrapper_128w3_72{display:flex;align-items:center;position:absolute;top:1rem;right:1.06rem}._AddCouponPopup_128w3_1 ._Wrapper_128w3_13 ._ButtonWrapper_128w3_72 button{width:2.625rem;height:2.625rem;border:none;cursor:pointer;background:#6363632c;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out}._AddCouponPopup_128w3_1 ._Wrapper_128w3_13 ._ButtonWrapper_128w3_72 button svg{min-width:1.25rem;min-height:1.25rem}._AddCouponPopup_128w3_1 ._Wrapper_128w3_13 ._ButtonWrapper_128w3_72 button svg path{stroke:#5e6071}._AddCouponPopup_128w3_1 ._Wrapper_128w3_13 ._ButtonWrapper_128w3_72 button:hover{background:#63636366}._Coupons_jf3z4_1{width:100%;display:flex;flex-direction:column;gap:2rem;padding-right:2rem}._Coupons_jf3z4_1 h1{color:#232d42;font-family:Inter;font-size:1.9875rem;font-style:normal;font-weight:700;line-height:125%}._Coupons_jf3z4_1 ._Top_jf3z4_16{display:flex;align-items:center;justify-content:space-between}._Coupons_jf3z4_1 ._Top_jf3z4_16 button{color:#ebeef3;font-family:Inter;font-size:1.2875rem;font-style:normal;font-weight:700;line-height:125%;cursor:pointer;border:none;border-radius:.4rem;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;background-color:#11c71a}._Coupons_jf3z4_1 ._CouponContainer_jf3z4_38{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}._Coupons_jf3z4_1 ._CouponContainer_jf3z4_38 ._CouponBox_jf3z4_44{width:100%;height:auto;border-radius:.5rem;background:#e4dcdc;box-shadow:0 10px 30px #1126920d;padding:2rem 1rem 1rem;position:relative;display:flex;flex-direction:column;gap:.2rem}._Coupons_jf3z4_1 ._CouponContainer_jf3z4_38 ._CouponBox_jf3z4_44 ._Actions_jf3z4_57{position:absolute;top:.4rem;right:.4rem;display:flex;align-items:center;gap:.5rem}._Coupons_jf3z4_1 ._CouponContainer_jf3z4_38 ._CouponBox_jf3z4_44 ._Actions_jf3z4_57 svg{cursor:pointer;transition:all ease-in-out .3s}._Coupons_jf3z4_1 ._CouponContainer_jf3z4_38 ._CouponBox_jf3z4_44 ._Actions_jf3z4_57 svg:hover{transform:scale(.85);opacity:.9}._Coupons_jf3z4_1 ._CouponContainer_jf3z4_38 ._CouponBox_jf3z4_44._Green_jf3z4_73{background:#0ec435}._Coupons_jf3z4_1 ._CouponContainer_jf3z4_38 ._CouponBox_jf3z4_44 ._Text_jf3z4_76{display:flex;align-items:center;gap:.4rem}._Coupons_jf3z4_1 ._CouponContainer_jf3z4_38 ._CouponBox_jf3z4_44 ._Text_jf3z4_76 label{color:#232d42;font-family:Inter;font-size:.9875rem;font-style:normal;font-weight:700;line-height:125%}._container_1gflk_1{display:flex;height:100vh}._leftPanel_1gflk_6{flex:1;background:linear-gradient(135deg,#00b4db,#0083b0);display:flex;justify-content:center;align-items:center}._logoBox_1gflk_14{background:#ffffff1a;padding:40px;border-radius:10px;text-align:center}._logo_1gflk_14{font-size:24px;font-weight:700;color:#fff}._welcomeText_1gflk_27{margin-top:20px;font-size:18px;color:#fff}._rightPanel_1gflk_33{flex:1;display:flex;justify-content:center;align-items:center;background:#fff}._form_1gflk_41{width:300px;display:flex;flex-direction:column;align-items:center}._title_1gflk_48{margin-bottom:20px;font-size:24px;color:#333}._input_1gflk_54{width:100%;padding:10px;margin-bottom:10px;border:1px solid #ccc;border-radius:5px}._forgotPassword_1gflk_62{align-self:flex-end;margin-bottom:20px;color:#00b4db;cursor:pointer}._loginButton_1gflk_69{width:100%;padding:10px;background:#00b4db;border:none;border-radius:5px;color:#fff;cursor:pointer;text-decoration:none;display:flex;justify-content:center;align-items:center;font-size:16px}._loginButton_1gflk_69 a{text-decoration:none;color:inherit;display:flex;justify-content:center;align-items:center;width:100%;height:100%}._loginButton_1gflk_69:hover,._loginButton_1gflk_69:focus{text-decoration:none;outline:none;background:#009ec3}._buttonLink_1gflk_101{display:inline-block;padding:10px 20px;background:#00b4db;color:#fff;text-decoration:none;border-radius:5px;text-align:center;cursor:pointer;font-size:16px;border:none}._buttonLink_1gflk_101 a{text-decoration:none;color:inherit;display:flex;justify-content:center;align-items:center;width:100%;height:100%}._buttonLink_1gflk_101:hover,._buttonLink_1gflk_101:focus{text-decoration:none;outline:none;background:#009ec3}@media (max-width: 768px){._container_1gflk_1{flex-direction:column}._leftPanel_1gflk_6,._rightPanel_1gflk_33{flex:none;width:100%;height:50%}._form_1gflk_41{width:80%}}._ManageUser_1gy7j_1{width:100%;padding-right:2rem}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5{width:100%;padding:1.625rem 0rem 4.5rem;border-radius:.5rem .5rem 0rem 0rem;background:#fff;display:flex;flex-direction:column;overflow-y:scroll}@supports (-moz-appearance: none){._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5{scrollbar-width:thin;scrollbar-color:var(--c38) transparent}}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5::-webkit-scrollbar{width:.3rem}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5::-webkit-scrollbar-thumb{border-radius:1rem;background:var(--c38)}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27{height:54.375rem;height:100%;border-radius:.95556rem;background:var(--c14b);-webkit-backdrop-filter:blur(20.0670871735px);backdrop-filter:blur(20.0670871735px);display:flex;flex-direction:column;overflow:hidden}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._Row1_1gy7j_37{width:100%;height:6.75rem;display:flex;align-items:center;justify-content:space-between;padding-right:2rem}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._Row1_1gy7j_37 ._Buttons_1gy7j_45{width:100%;display:flex;align-items:center;gap:1.2rem;margin-left:3rem}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._Row1_1gy7j_37 ._Buttons_1gy7j_45 button{display:flex;padding:.625rem 2rem;justify-content:center;align-items:center;border-radius:6.25rem;background:#f8f8f8;color:#b1b1b1;font-family:Public Sans;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;border:none;cursor:pointer;transition:all ease-in-out .3s}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._Row1_1gy7j_37 ._Buttons_1gy7j_45 button:hover{background:#08b1ba98;color:#fff}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._Row1_1gy7j_37 ._Buttons_1gy7j_45 ._active_1gy7j_73{color:#fff;background:linear-gradient(0deg,#08b1ba,#08b1ba),#f0f6ff}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77{flex:1;display:flex;flex-direction:column;overflow:hidden}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Header_1gy7j_83{width:100%;height:2.25rem;opacity:.7;background:#f5f6f7;display:flex;align-items:center;padding:0 2rem 0 1.5rem}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Header_1gy7j_83 p{flex:1;color:#4a5154;font-family:Public Sans;font-size:.75rem;font-style:normal;font-weight:500;line-height:100%;text-transform:uppercase;text-align:center;overflow:hidden}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Header_1gy7j_83 p:nth-child(1),._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Header_1gy7j_83 p:nth-child(2),._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Header_1gy7j_83 p:nth-child(6){flex:1.5}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Header_1gy7j_83 p:nth-child(3),._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Header_1gy7j_83 p:nth-child(4),._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Header_1gy7j_83 p:nth-child(5),._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Header_1gy7j_83 p:nth-child(7){flex:1}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Header_1gy7j_83 p:nth-child(8){flex:.5}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Body_1gy7j_113{flex:1;overflow-y:scroll;padding-right:.2rem;padding-bottom:2rem}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Body_1gy7j_113 ._Box_1gy7j_119{width:100%;padding:1rem 2rem 1rem 1.5rem;display:flex;align-items:center;cursor:pointer;border-bottom:1px solid #e5e7e8;transition:all ease .3s}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Body_1gy7j_113 ._Box_1gy7j_119:hover{background:#f0f6ff}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Body_1gy7j_113 ._Box_1gy7j_119 ._Item_1gy7j_131{display:flex;justify-content:center;align-items:center;gap:.8rem;overflow:hidden}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Body_1gy7j_113 ._Box_1gy7j_119 ._Item_1gy7j_131 p{color:#4a5154;font-family:Public Sans;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Body_1gy7j_113 ._Box_1gy7j_119 ._Item_1gy7j_131:nth-child(1),._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Body_1gy7j_113 ._Box_1gy7j_119 ._Item_1gy7j_131:nth-child(2),._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Body_1gy7j_113 ._Box_1gy7j_119 ._Item_1gy7j_131:nth-child(6){flex:1.5}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Body_1gy7j_113 ._Box_1gy7j_119 ._Item_1gy7j_131:nth-child(3),._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Body_1gy7j_113 ._Box_1gy7j_119 ._Item_1gy7j_131:nth-child(4),._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Body_1gy7j_113 ._Box_1gy7j_119 ._Item_1gy7j_131:nth-child(5),._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Body_1gy7j_113 ._Box_1gy7j_119 ._Item_1gy7j_131:nth-child(7){flex:1}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Body_1gy7j_113 ._Box_1gy7j_119 ._Item_1gy7j_131:nth-child(8){flex:.5}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Body_1gy7j_113 ._Box_1gy7j_119 ._Item_1gy7j_131._Country_1gy7j_158 span img{width:1.875rem;height:1.25rem}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Body_1gy7j_113 ._Box_1gy7j_119 ._Item_1gy7j_131 ._Image_1gy7j_162{flex:1;display:flex;align-items:center;gap:1rem;padding-left:2rem}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Body_1gy7j_113 ._Box_1gy7j_119 ._Item_1gy7j_131 ._Image_1gy7j_162 img{width:2.5rem;height:2.5rem;border-radius:50%}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Body_1gy7j_113 ._Box_1gy7j_119 ._Item_1gy7j_131 ._Dot_1gy7j_174{flex:1;position:relative;display:flex;align-items:center;gap:.6rem;padding-left:2rem}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Body_1gy7j_113 ._Box_1gy7j_119 ._Item_1gy7j_131 ._Dot_1gy7j_174 span{width:.5rem!important;height:.5rem!important;border-radius:50%;background-color:var(--c40)}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Body_1gy7j_113 ._Box_1gy7j_119 ._Item_1gy7j_131 ._Dot_1gy7j_174 span._Exp_1gy7j_188{background-color:var(--c41)}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Body_1gy7j_113 ._Box_1gy7j_119 ._Item_1gy7j_131 ._Dot_1gy7j_174 ._status_1gy7j_191{width:.5rem;height:.5rem;border-radius:50%;flex-shrink:0}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Body_1gy7j_113 ._Box_1gy7j_119 ._Item_1gy7j_131 ._Dot_1gy7j_174 ._status_1gy7j_191._InActive_1gy7j_197{background-color:var(--c24)}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Body_1gy7j_113 ._Box_1gy7j_119 ._Item_1gy7j_131 ._Dot_1gy7j_174 ._status_1gy7j_191._Active_1gy7j_200{background-color:var(--c25)}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Body_1gy7j_113 ._Box_1gy7j_119 ._Item_1gy7j_131 ._Three_1gy7j_203{width:2.5rem;height:2.5rem;border:none;cursor:pointer;border-radius:4.875rem;background:var(--c14);display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out;position:relative}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Body_1gy7j_113 ._Box_1gy7j_119 ._Item_1gy7j_131 ._Three_1gy7j_203 svg{width:1.5rem;height:1.5rem}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Body_1gy7j_113 ._Box_1gy7j_119 ._Item_1gy7j_131 ._Three_1gy7j_203 svg path{stroke:var(--c32)}._ManageUser_1gy7j_1 ._ManageEmploy_1gy7j_5 ._Content_1gy7j_27 ._UserCard_1gy7j_77 ._Body_1gy7j_113 ._Box_1gy7j_119 ._Item_1gy7j_131 ._Three_1gy7j_203:hover{background:var(--c31a)}._UserDetailsPopup_147r7_1{width:100%;height:100%;position:fixed;top:0;left:0;background:#00000082;display:flex;align-items:center;justify-content:center;z-index:100}._UserDetailsPopup_147r7_1 ._Wrapper_147r7_13{width:79.25rem;height:auto;border-radius:.5rem 0rem 0rem .5rem;background:#fff;padding:4rem 4rem 2rem 3rem;display:flex;flex-direction:column;align-items:center;gap:4rem;position:relative}._UserDetailsPopup_147r7_1 ._Wrapper_147r7_13 ._ImageWrapper_147r7_25{height:8rem;width:8rem}._UserDetailsPopup_147r7_1 ._Wrapper_147r7_13 ._ImageWrapper_147r7_25 img{height:100%;width:100%;object-fit:cover;border-radius:50%}._UserDetailsPopup_147r7_1 ._Wrapper_147r7_13 ._Contents_147r7_35{flex:1;width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}._UserDetailsPopup_147r7_1 ._Wrapper_147r7_13 ._Contents_147r7_35 ._Text_147r7_42{width:100%;display:flex;align-items:flex-start;gap:1rem}._UserDetailsPopup_147r7_1 ._Wrapper_147r7_13 ._Contents_147r7_35 ._Text_147r7_42 i{white-space:nowrap;color:#626c70;font-family:Public Sans;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem}._UserDetailsPopup_147r7_1 ._Wrapper_147r7_13 ._Contents_147r7_35 ._Text_147r7_42 p{color:#191b1c;font-family:Public Sans;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.5rem}._UserDetailsPopup_147r7_1 ._Wrapper_147r7_13 ._ButtonWrapper_147r7_65{display:flex;align-items:center;position:absolute;top:2rem;right:2.06rem}._UserDetailsPopup_147r7_1 ._Wrapper_147r7_13 ._ButtonWrapper_147r7_65 button{width:2.3125rem;height:2.3125rem;border-radius:.75rem;border:none;cursor:pointer;background:#6363632c;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out}._UserDetailsPopup_147r7_1 ._Wrapper_147r7_13 ._ButtonWrapper_147r7_65 button svg{min-width:1.25rem;min-height:1.25rem}._UserDetailsPopup_147r7_1 ._Wrapper_147r7_13 ._ButtonWrapper_147r7_65 button svg path{stroke:#5e6071}._UserDetailsPopup_147r7_1 ._Wrapper_147r7_13 ._ButtonWrapper_147r7_65 button:hover{background:#63636366}._CouponManagePopup_egicv_1{width:100%;height:100%;position:fixed;top:0;left:0;background:#00000082;display:flex;align-items:center;justify-content:center;z-index:100}._CouponManagePopup_egicv_1 ._Wrapper_egicv_13{width:52.5rem;height:44.75rem;border-radius:.5rem;background:#fff;padding:2rem;display:flex;flex-direction:column;gap:1rem}._CouponManagePopup_egicv_1 ._Wrapper_egicv_13 button{margin-top:auto;color:#ebeef3;font-family:Inter;font-size:1.2875rem;font-style:normal;font-weight:700;line-height:125%;cursor:pointer;border:none;border-radius:.4rem;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;background-color:#11c71a}._CouponManagePopup_egicv_1 ._Wrapper_egicv_13 h2{color:#232d42;font-family:Inter;font-size:1.1875rem;font-style:normal;font-weight:500;line-height:175%}._CouponManagePopup_egicv_1 ._Wrapper_egicv_13 ._allCoupons_egicv_49{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._CouponManagePopup_egicv_1 ._Wrapper_egicv_13 ._allCoupons_egicv_49 ._CouponBox_egicv_54{width:100%;height:auto;border-radius:.5rem;background:#e4dcdc;box-shadow:0 10px 30px #1126920d;padding:1rem}._CouponManagePopup_egicv_1 ._Wrapper_egicv_13 ._allCoupons_egicv_49 ._CouponBox_egicv_54._Green_egicv_62{background:#0ec435}._CouponManagePopup_egicv_1 ._Wrapper_egicv_13 ._allCoupons_egicv_49 ._CouponBox_egicv_54 ._Text_egicv_65{display:flex;align-items:center;gap:.4rem}._CouponManagePopup_egicv_1 ._Wrapper_egicv_13 ._allCoupons_egicv_49 ._CouponBox_egicv_54 ._Text_egicv_65 label{color:#232d42;font-family:Inter;font-size:.9875rem;font-style:normal;font-weight:700;line-height:125%}._DeleteProductPopup_dneqr_1{width:100%;height:100%;position:fixed;top:0;left:0;background:#00000082;display:flex;align-items:center;justify-content:center;z-index:100}._DeleteProductPopup_dneqr_1 ._Wrapper_dneqr_13{width:37.3125rem;height:33.8125rem;border-radius:.5rem;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem}._DeleteProductPopup_dneqr_1 ._Wrapper_dneqr_13 img{width:23.5rem;height:12.0625rem;border-radius:.5rem;margin-bottom:.5rem;object-fit:contain}._DeleteProductPopup_dneqr_1 ._Wrapper_dneqr_13 ._Processing_dneqr_31{width:4.875rem;height:4.875rem;margin-bottom:3rem}._DeleteProductPopup_dneqr_1 ._Wrapper_dneqr_13 ._Processing_dneqr_31 svg{height:100%;width:100%;object-fit:contain;animation:_rotate_dneqr_1 3s linear infinite}@keyframes _rotate_dneqr_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._DeleteProductPopup_dneqr_1 ._Wrapper_dneqr_13 ._Deleted_dneqr_50{width:4.875rem;height:4.875rem;margin-bottom:3rem}._DeleteProductPopup_dneqr_1 ._Wrapper_dneqr_13 ._Deleted_dneqr_50 svg{height:100%;width:100%;object-fit:contain;border-radius:50%}._DeleteProductPopup_dneqr_1 ._Wrapper_dneqr_13 h3{color:#191b1c;font-family:Public Sans;font-size:1.4375rem;font-style:normal;font-weight:400;line-height:1.4375rem}._DeleteProductPopup_dneqr_1 ._Wrapper_dneqr_13 p{width:31.6875rem;color:#959fa3;text-align:center;font-family:Public Sans;font-size:.75rem;font-style:normal;font-weight:400;line-height:1.25rem;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:3;-webkit-line-clamp:3;overflow:hidden}._DeleteProductPopup_dneqr_1 ._Wrapper_dneqr_13 ._Buttons_dneqr_84{margin-top:1rem;width:31.6875rem;display:flex;align-items:center;justify-content:space-around}._DeleteProductPopup_dneqr_1 ._Wrapper_dneqr_13 ._Buttons_dneqr_84 button{display:flex;width:6.875rem;height:2.4375rem;padding:.625rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.3125rem;background:#08b1ba;color:#fff;text-align:center;font-family:Public Sans;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;border:none}._DeleteProductPopup_dneqr_1 ._Wrapper_dneqr_13 ._Buttons_dneqr_84 button:nth-child(2){color:#666;background:#d6d6d64d}._EditProductPopup_1u4q0_1{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}._EditProductPopup_1u4q0_1 ._Wrapper_1u4q0_13{background-color:#fff;padding:2rem;border-radius:8px;width:65rem;box-shadow:0 2px 10px #0000001a;position:relative}._EditProductPopup_1u4q0_1 ._Wrapper_1u4q0_13 h2{margin-bottom:1rem;font-size:1.5rem;text-align:center}._EditProductPopup_1u4q0_1 ._Wrapper_1u4q0_13 ._ImageWrapper_1u4q0_26{margin-bottom:1rem;text-align:center;border-radius:.5rem;background:#f0f6ff;padding:1.2rem;display:flex;align-items:center;justify-content:center;position:relative}._EditProductPopup_1u4q0_1 ._Wrapper_1u4q0_13 ._ImageWrapper_1u4q0_26 label{display:flex;align-items:center;gap:1rem;white-space:nowrap;color:#2357e9;font-family:Public Sans;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.4375rem}._EditProductPopup_1u4q0_1 ._Wrapper_1u4q0_13 ._ImageWrapper_1u4q0_26 label svg{width:1.1875rem;height:1.1875rem}._EditProductPopup_1u4q0_1 ._Wrapper_1u4q0_13 ._ImageWrapper_1u4q0_26 ._ImagePreviews_1u4q0_53{margin-top:2rem;width:100%;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}._EditProductPopup_1u4q0_1 ._Wrapper_1u4q0_13 ._ImageWrapper_1u4q0_26 ._ImagePreviews_1u4q0_53 ._AddNew_1u4q0_61{padding:.4rem 1rem;height:max-content;background-color:#00000080;border-radius:.4rem;position:absolute;right:1rem;top:.4rem;cursor:pointer;transition:all ease-in-out .3s;color:#fff;font-family:Public Sans;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.4375rem}._EditProductPopup_1u4q0_1 ._Wrapper_1u4q0_13 ._ImageWrapper_1u4q0_26 ._ImagePreviews_1u4q0_53 ._AddNew_1u4q0_61:hover{transform:scale(.9);background-color:#0006}._EditProductPopup_1u4q0_1 ._Wrapper_1u4q0_13 ._ImageWrapper_1u4q0_26 ._ImagePreviews_1u4q0_53 ._Images_1u4q0_82{height:8rem;aspect-ratio:1/1;position:relative}._EditProductPopup_1u4q0_1 ._Wrapper_1u4q0_13 ._ImageWrapper_1u4q0_26 ._ImagePreviews_1u4q0_53 ._Images_1u4q0_82 ._Overlay_1u4q0_87{width:100%;height:100%;position:absolute;background-color:#0003;border-radius:.5rem;top:0;left:0;box-shadow:0 1px 3px #0000001a;padding:.5rem;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start}._EditProductPopup_1u4q0_1 ._Wrapper_1u4q0_13 ._ImageWrapper_1u4q0_26 ._ImagePreviews_1u4q0_53 ._Images_1u4q0_82 ._Overlay_1u4q0_87 ._Svg_1u4q0_102{background-color:#00000080;display:flex;align-items:center;justify-content:center;padding:.2rem;border-radius:.3rem;cursor:pointer;transition:all ease-in-out .3s}._EditProductPopup_1u4q0_1 ._Wrapper_1u4q0_13 ._ImageWrapper_1u4q0_26 ._ImagePreviews_1u4q0_53 ._Images_1u4q0_82 ._Overlay_1u4q0_87 ._Svg_1u4q0_102:hover{transform:scale(.9);background-color:#0006}._EditProductPopup_1u4q0_1 ._Wrapper_1u4q0_13 ._ImageWrapper_1u4q0_26 ._ImagePreviews_1u4q0_53 ._Images_1u4q0_82 img{width:100%;height:100%;object-fit:cover;border-radius:.5rem}._EditProductPopup_1u4q0_1 ._Wrapper_1u4q0_13 ._InputGroup_1u4q0_122{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem}._EditProductPopup_1u4q0_1 ._Wrapper_1u4q0_13 ._InputGroup_1u4q0_122 input,._EditProductPopup_1u4q0_1 ._Wrapper_1u4q0_13 ._InputGroup_1u4q0_122 select{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;outline:none;transition:border-color .3s ease}._EditProductPopup_1u4q0_1 ._Wrapper_1u4q0_13 ._InputGroup_1u4q0_122 input:focus,._EditProductPopup_1u4q0_1 ._Wrapper_1u4q0_13 ._InputGroup_1u4q0_122 select:focus{border-color:#007bff}._EditProductPopup_1u4q0_1 ._Wrapper_1u4q0_13 ._SubmitButton_1u4q0_142{width:100%;padding:.75rem;background-color:#28a745;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}._EditProductPopup_1u4q0_1 ._Wrapper_1u4q0_13 ._SubmitButton_1u4q0_142:hover{background-color:#218838}._MyProducts_nfumy_1{width:100%;display:flex;flex-direction:column;gap:1rem;padding-bottom:2rem;padding-right:2rem}._MyProducts_nfumy_1 h3{color:#191b1c;font-family:Public Sans;font-size:1.5rem;font-style:normal;font-weight:600;line-height:1.4375rem}._MyProducts_nfumy_1 p{color:#999;font-family:Public Sans;font-size:.75rem;font-style:normal;font-weight:400;line-height:1.25rem}._MyProducts_nfumy_1 ._Top_nfumy_25{display:flex;align-items:center;justify-content:space-between}._MyProducts_nfumy_1 ._Top_nfumy_25 ._Left_nfumy_30{display:flex;flex-direction:column;gap:.3rem}._MyProducts_nfumy_1 ._Top_nfumy_25 ._Right_nfumy_35{display:flex;align-items:center;gap:1rem}._MyProducts_nfumy_1 ._Top_nfumy_25 ._Right_nfumy_35 button{border:none;display:flex;width:15.75rem;height:3.125rem;justify-content:center;align-items:center;gap:1rem;border-radius:.3125rem;background:#5bf035;color:#fff;text-align:center;font-family:Public Sans;font-size:1rem;font-style:normal;font-weight:600;line-height:1.25rem}._MyProducts_nfumy_1 ._Top_nfumy_25 ._Right_nfumy_35 button svg{width:1.9375rem;height:1.9375rem}._MyProducts_nfumy_1 ._Products_nfumy_62{width:100%;height:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}._MyProducts_nfumy_1 ._Products_nfumy_62 ._LoadingCon_nfumy_69{flex:1;height:100%}._MyProducts_nfumy_1 ._Products_nfumy_62 ._ProductCard_nfumy_73{width:100%;aspect-ratio:1.06/1;border-radius:.5rem;background:#fff}._MyProducts_nfumy_1 ._Products_nfumy_62 ._ProductCard_nfumy_73 ._ProductImages_nfumy_79{width:95%;height:19.6875rem;position:relative;padding:1rem}._MyProducts_nfumy_1 ._Products_nfumy_62 ._ProductCard_nfumy_73 ._ProductImages_nfumy_79 img{width:100%;height:100%;border-radius:.5rem .5rem 0rem 0rem;object-fit:contain}._MyProducts_nfumy_1 ._Products_nfumy_62 ._ProductCard_nfumy_73 ._ProductImages_nfumy_79 ._Menu_nfumy_91{position:absolute;right:-1rem;top:1rem}._MyProducts_nfumy_1 ._Products_nfumy_62 ._ProductCard_nfumy_73 ._ProductImages_nfumy_79 ._Menu_nfumy_91 ._ThreeDot_nfumy_96{display:flex;align-items:center;justify-content:center;cursor:pointer}._MyProducts_nfumy_1 ._Products_nfumy_62 ._ProductCard_nfumy_73 ._ProductImages_nfumy_79 ._Menu_nfumy_91 ._ThreeDot_nfumy_96 ._Actions_nfumy_102{position:absolute;right:105%;top:60%;display:flex;width:9.125rem;flex-direction:column;align-items:center;border-radius:.3125rem;background:#fff;box-shadow:0 6px 7px #726e6e80;overflow:hidden;transform:scale(0);opacity:0;transition:all ease-in-out .3s;transform-origin:right top}._MyProducts_nfumy_1 ._Products_nfumy_62 ._ProductCard_nfumy_73 ._ProductImages_nfumy_79 ._Menu_nfumy_91 ._ThreeDot_nfumy_96 ._Actions_nfumy_102._Open_nfumy_119{transform:scale(1);opacity:1}._MyProducts_nfumy_1 ._Products_nfumy_62 ._ProductCard_nfumy_73 ._ProductImages_nfumy_79 ._Menu_nfumy_91 ._ThreeDot_nfumy_96 ._Actions_nfumy_102 p{border-bottom:.6px solid #ececec;width:100%;color:#202020;text-align:center;font-family:Public Sans;font-size:.825rem;font-style:normal;font-weight:400;padding:.2rem .5rem;line-height:1.4375rem}._MyProducts_nfumy_1 ._Products_nfumy_62 ._ProductCard_nfumy_73 ._ProductImages_nfumy_79 ._Menu_nfumy_91 ._ThreeDot_nfumy_96 ._Actions_nfumy_102 p:hover{background-color:#c2cdd3}._MyProducts_nfumy_1 ._Products_nfumy_62 ._ProductCard_nfumy_73 ._ProductImages_nfumy_79 ._Menu_nfumy_91 ._ThreeDot_nfumy_96 ._Actions_nfumy_102 p:last-child{border:none}._MyProducts_nfumy_1 ._Products_nfumy_62 ._ProductCard_nfumy_73 ._ProductImages_nfumy_79 ._RemoveButton_nfumy_141{position:absolute;top:2rem;left:1rem;width:10rem;padding:.3rem;background:#08b1ba;border-radius:.4rem}._MyProducts_nfumy_1 ._Products_nfumy_62 ._ProductCard_nfumy_73 ._ProductImages_nfumy_79 ._RemoveButton_nfumy_141 button{background:transparent;border:none;width:100%;color:#fff;text-align:center;font-family:Public Sans;font-size:1.0825rem;font-style:normal;font-weight:400;padding:.2rem .5rem;line-height:1.2375rem}._MyProducts_nfumy_1 ._Products_nfumy_62 ._ProductCard_nfumy_73 ._Details_nfumy_163{flex:1;height:calc(100% - 19.6875rem);display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem}._MyProducts_nfumy_1 ._Products_nfumy_62 ._ProductCard_nfumy_73 ._Details_nfumy_163 ._Left_nfumy_30{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.375rem}._MyProducts_nfumy_1 ._Products_nfumy_62 ._ProductCard_nfumy_73 ._Details_nfumy_163 ._Left_nfumy_30 p{width:19rem;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:3;-webkit-line-clamp:3;overflow:hidden}._MyProducts_nfumy_1 ._Products_nfumy_62 ._ProductCard_nfumy_73 ._Details_nfumy_163 ._Right_nfumy_35{display:flex;flex-direction:column;gap:.5rem}._MyProducts_nfumy_1 ._Products_nfumy_62 ._ProductCard_nfumy_73 ._Details_nfumy_163 ._Right_nfumy_35 ._Green_nfumy_190{color:#27c500;font-family:Public Sans;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.4375rem;text-decoration:line-through}.alice-carousel .animated{animation-fill-mode:both}.alice-carousel .animated-out{z-index:1}.alice-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}.alice-carousel{position:relative;width:100%;margin:auto;direction:ltr}.alice-carousel__wrapper{position:relative;overflow-x:hidden;overflow-y:hidden;box-sizing:border-box;width:100%;height:auto}.alice-carousel__stage{position:relative;box-sizing:border-box;width:100%;height:100%;margin:0;padding:0;white-space:nowrap;transform-style:flat;-webkit-transform-style:flat;backface-visibility:hidden;-webkit-backface-visibility:hidden}.alice-carousel__stage-item{position:relative;display:inline-block;padding:0;margin:0;box-sizing:border-box;width:100%;height:100%;vertical-align:top;white-space:normal;line-height:0}.alice-carousel__stage-item *{line-height:initial}.alice-carousel__stage-item.__hidden{opacity:0;overflow:hidden}.alice-carousel__prev-btn,.alice-carousel__next-btn{display:inline-block;box-sizing:border-box;width:50%;padding:10px 5px}.alice-carousel__prev-btn [data-area]:after,.alice-carousel__next-btn [data-area]:after{position:relative;content:attr(data-area);text-transform:capitalize}.alice-carousel__prev-btn{text-align:right}.alice-carousel__next-btn{text-align:left}.alice-carousel__prev-btn-item,.alice-carousel__next-btn-item{display:inline-block;cursor:pointer;padding:5px;margin:0;color:#465798}.alice-carousel__prev-btn-item:hover,.alice-carousel__next-btn-item:hover{color:#8b0000}.alice-carousel__prev-btn-item.__inactive,.alice-carousel__next-btn-item.__inactive{opacity:.4;pointer-events:none}.alice-carousel__play-btn{position:absolute;top:30px;left:20px;display:inline-block}.alice-carousel__play-btn:hover{cursor:pointer}.alice-carousel__play-btn-wrapper{position:relative;width:32px;height:32px;padding:10px;border-radius:50%;background-color:#fff}.alice-carousel__play-btn-item{position:absolute;width:32px;height:32px;cursor:pointer;border:0;outline:none;background:transparent}.alice-carousel__play-btn-item:before,.alice-carousel__play-btn-item:after{position:absolute;pointer-events:none;display:block;width:0;height:0;content:"";transition:all .4s linear;border-width:8px 0 8px 15px;border-style:solid;border-color:transparent;border-left-color:#465798}.alice-carousel__play-btn-item:before{left:5px;height:14px}.alice-carousel__play-btn-item:after{top:7px;left:18px}.alice-carousel__play-btn-item.__pause:before,.alice-carousel__play-btn-item.__pause:after{height:30px;border-width:0 0 0 10px}.alice-carousel__play-btn-item.__pause:after{top:0;left:18px}.alice-carousel__dots{margin:30px 3px 5px;padding:0;list-style:none;text-align:center}.alice-carousel__dots>li{display:inline-block}.alice-carousel__dots-item:not(.__custom){width:8px;height:8px;cursor:pointer;border-radius:50%;background-color:#e0e4fb}.alice-carousel__dots-item:not(.__custom):not(:last-child){margin-right:20px}.alice-carousel__dots-item:not(.__custom):hover,.alice-carousel__dots-item:not(.__custom).__active{background-color:#6e7ebc}.alice-carousel__slide-info{position:absolute;top:20px;right:20px;display:inline-block;padding:5px 10px;color:#465798;border-radius:5px;background-color:#e0e4fb99}.alice-carousel__slide-info-item{vertical-align:middle;line-height:0}._ProductDetailsPopup_2dqwm_1{width:100%;height:100%;position:fixed;top:0;left:0;background:#00000082;display:flex;align-items:center;justify-content:flex-end;z-index:100}._ProductDetailsPopup_2dqwm_1 ._Wrapper_2dqwm_13{width:71rem;height:90vh;border-radius:1.25rem 0rem 0rem 1.25rem;background:#fff;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:2rem}._ProductDetailsPopup_2dqwm_1 ._Wrapper_2dqwm_13 ._Carousel_2dqwm_24{width:49rem;display:flex;align-items:center;justify-content:center}._ProductDetailsPopup_2dqwm_1 ._Wrapper_2dqwm_13 ._Carousel_2dqwm_24 ._ImageWrapper_2dqwm_30{width:49rem;height:35vh;border:1px solid #eaeaea}._ProductDetailsPopup_2dqwm_1 ._Wrapper_2dqwm_13 ._Carousel_2dqwm_24 ._ImageWrapper_2dqwm_30 img{height:100%;width:100%;object-fit:contain}._ProductDetailsPopup_2dqwm_1 ._Wrapper_2dqwm_13 ._ProductDetails_2dqwm_1{width:49rem;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;row-gap:.5rem}._ProductDetailsPopup_2dqwm_1 ._Wrapper_2dqwm_13 ._ProductDetails_2dqwm_1 h3{color:#191b1c;font-family:Public Sans;font-size:1.5rem;font-style:normal;font-weight:600;line-height:1.4375rem}._ProductDetailsPopup_2dqwm_1 ._Wrapper_2dqwm_13 ._ProductDetails_2dqwm_1 p{color:#959fa3;font-family:Public Sans;font-size:.75rem;font-style:normal;font-weight:400;line-height:1.25rem}._ProductDetailsPopup_2dqwm_1 ._Wrapper_2dqwm_13 ._ProductDetails_2dqwm_1 label{color:#191b1c;font-weight:800}._ProductDetailsPopup_2dqwm_1 ._Wrapper_2dqwm_13 ._ProductDetails_2dqwm_1 ._Col_2dqwm_67{display:flex;align-items:center;gap:1.5rem}._ProductDetailsPopup_2dqwm_1 ._Wrapper_2dqwm_13 ._ProductDetails_2dqwm_1 ._Green_2dqwm_72{display:flex;align-items:center;gap:.3rem}._ProductDetailsPopup_2dqwm_1 ._Wrapper_2dqwm_13 ._ProductDetails_2dqwm_1 ._Green_2dqwm_72 h3{color:#27c500;font-family:Public Sans;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.4375rem;text-decoration:line-through}._ProductDetailsPopup_2dqwm_1 ._Wrapper_2dqwm_13 ._Actions_2dqwm_86{align-self:flex-end;display:flex;align-items:center;gap:4rem;margin-top:1rem}._ProductDetailsPopup_2dqwm_1 ._Wrapper_2dqwm_13 ._Actions_2dqwm_86 button{display:flex;width:15.125rem;height:3.125rem;padding:0rem 1.24313rem;justify-content:center;align-items:center;gap:.41438rem;border-radius:8.28769rem;background:linear-gradient(0deg,#08b1ba,#08b1ba),#f2f7fe;color:#fff;font-family:Public Sans;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5rem;text-transform:capitalize;border:none}._ProductDetailsPopup_2dqwm_1 ._Wrapper_2dqwm_13 ._Actions_2dqwm_86 button:last-child{background:#fdeded;color:#e84646}._UploadProductPopup_nqrsc_1{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}._UploadProductPopup_nqrsc_1 ._Wrapper_nqrsc_13{background-color:#fff;padding:2rem;border-radius:8px;width:80rem;box-shadow:0 2px 10px #0000001a;position:relative}._UploadProductPopup_nqrsc_1 ._Wrapper_nqrsc_13 h2{margin-bottom:1rem;font-size:1.5rem;text-align:center}._UploadProductPopup_nqrsc_1 ._Wrapper_nqrsc_13 ._ImageWrapper_nqrsc_26{margin-bottom:1rem;text-align:center;border-radius:.5rem;background:#f0f6ff;padding:1.2rem;display:flex;align-items:center;justify-content:center;position:relative}._UploadProductPopup_nqrsc_1 ._Wrapper_nqrsc_13 ._ImageWrapper_nqrsc_26 label{display:flex;align-items:center;gap:1rem;white-space:nowrap;color:#2357e9;font-family:Public Sans;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.4375rem}._UploadProductPopup_nqrsc_1 ._Wrapper_nqrsc_13 ._ImageWrapper_nqrsc_26 label svg{width:1.1875rem;height:1.1875rem}._UploadProductPopup_nqrsc_1 ._Wrapper_nqrsc_13 ._ImageWrapper_nqrsc_26 ._ImagePreviews_nqrsc_53{margin-top:2rem;width:100%;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}._UploadProductPopup_nqrsc_1 ._Wrapper_nqrsc_13 ._ImageWrapper_nqrsc_26 ._ImagePreviews_nqrsc_53 ._AddNew_nqrsc_61{padding:.4rem 1rem;height:max-content;background-color:#00000080;border-radius:.4rem;position:absolute;right:1rem;top:.4rem;cursor:pointer;transition:all ease-in-out .3s;color:#fff;font-family:Public Sans;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.4375rem}._UploadProductPopup_nqrsc_1 ._Wrapper_nqrsc_13 ._ImageWrapper_nqrsc_26 ._ImagePreviews_nqrsc_53 ._AddNew_nqrsc_61:hover{transform:scale(.9);background-color:#0006}._UploadProductPopup_nqrsc_1 ._Wrapper_nqrsc_13 ._ImageWrapper_nqrsc_26 ._ImagePreviews_nqrsc_53 ._Images_nqrsc_82{height:8rem;aspect-ratio:1/1;position:relative}._UploadProductPopup_nqrsc_1 ._Wrapper_nqrsc_13 ._ImageWrapper_nqrsc_26 ._ImagePreviews_nqrsc_53 ._Images_nqrsc_82 ._Overlay_nqrsc_87{width:100%;height:100%;position:absolute;background-color:#0003;border-radius:.5rem;top:0;left:0;box-shadow:0 1px 3px #0000001a;padding:.5rem;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start}._UploadProductPopup_nqrsc_1 ._Wrapper_nqrsc_13 ._ImageWrapper_nqrsc_26 ._ImagePreviews_nqrsc_53 ._Images_nqrsc_82 ._Overlay_nqrsc_87 ._Svg_nqrsc_102{background-color:#00000080;display:flex;align-items:center;justify-content:center;padding:.2rem;border-radius:.3rem;cursor:pointer;transition:all ease-in-out .3s}._UploadProductPopup_nqrsc_1 ._Wrapper_nqrsc_13 ._ImageWrapper_nqrsc_26 ._ImagePreviews_nqrsc_53 ._Images_nqrsc_82 ._Overlay_nqrsc_87 ._Svg_nqrsc_102:hover{transform:scale(.9);background-color:#0006}._UploadProductPopup_nqrsc_1 ._Wrapper_nqrsc_13 ._ImageWrapper_nqrsc_26 ._ImagePreviews_nqrsc_53 ._Images_nqrsc_82 img{width:100%;height:100%;object-fit:cover;border-radius:.5rem}._UploadProductPopup_nqrsc_1 ._Wrapper_nqrsc_13 ._InputGroup_nqrsc_122{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;row-gap:1rem;margin-bottom:1rem}._UploadProductPopup_nqrsc_1 ._Wrapper_nqrsc_13 ._InputGroup_nqrsc_122 ._InputWrapper_nqrsc_129{display:flex;align-items:center;gap:1rem}._UploadProductPopup_nqrsc_1 ._Wrapper_nqrsc_13 ._InputGroup_nqrsc_122 ._InputWrapper_nqrsc_129 label{width:10rem}._UploadProductPopup_nqrsc_1 ._Wrapper_nqrsc_13 ._InputGroup_nqrsc_122 input,._UploadProductPopup_nqrsc_1 ._Wrapper_nqrsc_13 ._InputGroup_nqrsc_122 select{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;outline:none;transition:border-color .3s ease}._UploadProductPopup_nqrsc_1 ._Wrapper_nqrsc_13 ._InputGroup_nqrsc_122 input:focus,._UploadProductPopup_nqrsc_1 ._Wrapper_nqrsc_13 ._InputGroup_nqrsc_122 select:focus{border-color:#007bff}._UploadProductPopup_nqrsc_1 ._Wrapper_nqrsc_13 ._SubmitButton_nqrsc_151{width:100%;padding:.75rem;background-color:#28a745;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}._UploadProductPopup_nqrsc_1 ._Wrapper_nqrsc_13 ._SubmitButton_nqrsc_151:hover{background-color:#218838}._OrderDetailsPopup_hm2tf_1{width:100%;height:100%;position:fixed;top:0;left:0;background:#00000082;display:flex;align-items:center;justify-content:flex-end;z-index:100}._OrderDetailsPopup_hm2tf_1 ._Wrapper_hm2tf_13{width:99.25rem;min-height:44.5rem;border-radius:.5rem 0rem 0rem .5rem;background:#fff;padding:3rem;display:flex;gap:3rem;position:relative}._OrderDetailsPopup_hm2tf_1 ._Wrapper_hm2tf_13 ._Left_hm2tf_23,._OrderDetailsPopup_hm2tf_1 ._Wrapper_hm2tf_13 ._Right_hm2tf_24{flex:1;display:flex;flex-direction:column;align-items:center;gap:1rem}._OrderDetailsPopup_hm2tf_1 ._Wrapper_hm2tf_13 ._Left_hm2tf_23 ._Text_hm2tf_31,._OrderDetailsPopup_hm2tf_1 ._Wrapper_hm2tf_13 ._Right_hm2tf_24 ._Text_hm2tf_31{width:90%;display:flex;align-items:flex-start;gap:1rem;border-radius:2px;padding:.4rem 1rem}._OrderDetailsPopup_hm2tf_1 ._Wrapper_hm2tf_13 ._Left_hm2tf_23 ._Text_hm2tf_31 i,._OrderDetailsPopup_hm2tf_1 ._Wrapper_hm2tf_13 ._Right_hm2tf_24 ._Text_hm2tf_31 i{min-width:10rem;white-space:nowrap;color:#626c70;font-family:Public Sans;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem}._OrderDetailsPopup_hm2tf_1 ._Wrapper_hm2tf_13 ._Left_hm2tf_23 ._Text_hm2tf_31 p,._OrderDetailsPopup_hm2tf_1 ._Wrapper_hm2tf_13 ._Right_hm2tf_24 ._Text_hm2tf_31 p{color:#191b1c;font-family:Public Sans;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.5rem}._OrderDetailsPopup_hm2tf_1 ._Wrapper_hm2tf_13 ._Left_hm2tf_23 ._ProductImage_hm2tf_60{width:80%;height:16rem;margin-bottom:1rem}._OrderDetailsPopup_hm2tf_1 ._Wrapper_hm2tf_13 ._Left_hm2tf_23 ._ProductImage_hm2tf_60 img{height:100%;width:100%;object-fit:contain}._OrderDetailsPopup_hm2tf_1 ._Wrapper_hm2tf_13 ._Right_hm2tf_24 ._StatusDate_hm2tf_70{width:90%;display:flex;flex-direction:column;gap:1.3rem;margin:.5rem 0}._OrderDetailsPopup_hm2tf_1 ._Wrapper_hm2tf_13 ._Right_hm2tf_24 ._StatusDate_hm2tf_70 ._StatusRow_hm2tf_77{display:flex;align-items:center;gap:.3rem;padding-left:2rem;position:relative}._OrderDetailsPopup_hm2tf_1 ._Wrapper_hm2tf_13 ._Right_hm2tf_24 ._StatusDate_hm2tf_70 ._StatusRow_hm2tf_77:last-child:before{background-color:#626c70}._OrderDetailsPopup_hm2tf_1 ._Wrapper_hm2tf_13 ._Right_hm2tf_24 ._StatusDate_hm2tf_70 ._StatusRow_hm2tf_77:last-child:after{display:none}._OrderDetailsPopup_hm2tf_1 ._Wrapper_hm2tf_13 ._Right_hm2tf_24 ._StatusDate_hm2tf_70 ._StatusRow_hm2tf_77:before{content:"";position:absolute;left:0;width:1.2rem;aspect-ratio:1/1;border-radius:50%;background-color:#10d410}._OrderDetailsPopup_hm2tf_1 ._Wrapper_hm2tf_13 ._Right_hm2tf_24 ._StatusDate_hm2tf_70 ._StatusRow_hm2tf_77:after{content:"";position:absolute;left:.5rem;top:1.3rem;height:1rem;width:.2rem;background-color:#918686}._OrderDetailsPopup_hm2tf_1 ._Wrapper_hm2tf_13 ._Right_hm2tf_24 ._Row_hm2tf_108{width:90%;display:flex;align-items:center;gap:1rem}._OrderDetailsPopup_hm2tf_1 ._Wrapper_hm2tf_13 ._Right_hm2tf_24 ._Text_hm2tf_31 i{min-width:6rem}._OrderDetailsPopup_hm2tf_1 ._Wrapper_hm2tf_13 ._Right_hm2tf_24 ._ProfileImage_hm2tf_117{width:10rem;height:10rem;margin-bottom:1rem}._OrderDetailsPopup_hm2tf_1 ._Wrapper_hm2tf_13 ._Right_hm2tf_24 ._ProfileImage_hm2tf_117 img{height:100%;width:100%;border-radius:50%}._OrderDetailsPopup_hm2tf_1 ._Wrapper_hm2tf_13 ._Right_hm2tf_24 ._SelectStatus_hm2tf_127{width:90%;display:flex;align-items:center;gap:1rem}._OrderDetailsPopup_hm2tf_1 ._Wrapper_hm2tf_13 ._Right_hm2tf_24 ._SelectStatus_hm2tf_127 select{padding:.4rem 1rem;outline:none;border:none;background-color:#626c7085;border-radius:.2rem}._OrderDetailsPopup_hm2tf_1 ._Wrapper_hm2tf_13 ._Right_hm2tf_24 button{margin-top:4.2rem;display:flex;padding:1rem 6rem;justify-content:center;align-items:center;border-radius:.25rem;background:#333;color:var(--Text, #fafafa);font-family:Poppins;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem;border:none;align-self:flex-end}._OrderDetailsPopup_hm2tf_1 ._Wrapper_hm2tf_13 ._Cross_hm2tf_157{position:absolute;top:2rem;right:2rem;cursor:pointer}._OrderHistory_cn340_1{width:100%;height:100%;padding-right:2rem}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6{height:100%;width:98.9375rem;padding-top:1.625rem;border-radius:.5rem .5rem 0rem 0rem;background:#fff;display:flex;flex-direction:column}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15{height:54.375rem;height:100%;border-radius:.95556rem;background:var(--c14b);-webkit-backdrop-filter:blur(20.0670871735px);backdrop-filter:blur(20.0670871735px);display:flex;flex-direction:column;overflow:hidden}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._Row1_cn340_25{width:100%;height:6.75rem;display:flex;align-items:center;justify-content:space-between;padding-right:2rem}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._Row1_cn340_25 ._Buttons_cn340_33{width:100%;display:flex;align-items:center;gap:1.2rem;margin-left:3rem}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._Row1_cn340_25 ._Buttons_cn340_33 button{display:flex;padding:.625rem 2rem;justify-content:center;align-items:center;border-radius:6.25rem;background:#f8f8f8;color:#b1b1b1;font-family:Public Sans;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;border:none;cursor:pointer;transition:all ease-in-out .3s}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._Row1_cn340_25 ._Buttons_cn340_33 button:hover{background:#08b1ba98;color:#fff}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._Row1_cn340_25 ._Buttons_cn340_33 ._active_cn340_61{color:#fff;background:linear-gradient(0deg,#08b1ba,#08b1ba),#f0f6ff}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65{flex:1;display:flex;flex-direction:column;overflow:hidden}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Header_cn340_71{width:100%;height:2.25rem;opacity:.7;background:#f5f6f7;display:flex;align-items:center;padding:0 2rem 0 1.5rem}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Header_cn340_71 p{flex:1;color:#4a5154;font-family:Public Sans;font-size:.75rem;font-style:normal;font-weight:500;line-height:100%;text-transform:uppercase;text-align:center;overflow:hidden}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Header_cn340_71 p:nth-child(1),._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Header_cn340_71 p:nth-child(2),._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Header_cn340_71 p:nth-child(4){flex:1.5}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Header_cn340_71 p:nth-child(3),._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Header_cn340_71 p:nth-child(5),._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Header_cn340_71 p:nth-child(6),._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Header_cn340_71 p:nth-child(7){flex:1}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Header_cn340_71 p:nth-child(8){flex:.5}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102{flex:1;overflow-y:scroll;padding-right:.2rem;padding-bottom:2rem}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108{width:100%;padding:1rem 2rem 1rem 1.5rem;display:flex;align-items:center;cursor:pointer;border-bottom:1px solid #e5e7e8;transition:all ease .3s}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108:hover{background:#f0f6ff}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108 ._Item_cn340_120{display:flex;justify-content:center;align-items:center;gap:.8rem;overflow:hidden}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108 ._Item_cn340_120 p{color:#4a5154;font-family:Public Sans;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108 ._Item_cn340_120 p._Ordered_cn340_138{color:#7e4444}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108 ._Item_cn340_120 p._Shipped_cn340_141{color:#a0a011a9}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108 ._Item_cn340_120 p._Delivered_cn340_144{color:green}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108 ._Item_cn340_120:nth-child(1),._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108 ._Item_cn340_120:nth-child(2),._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108 ._Item_cn340_120:nth-child(4){flex:1.5}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108 ._Item_cn340_120:nth-child(3),._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108 ._Item_cn340_120:nth-child(5),._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108 ._Item_cn340_120:nth-child(6),._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108 ._Item_cn340_120:nth-child(7){flex:1}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108 ._Item_cn340_120:nth-child(8){flex:.5}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108 ._Item_cn340_120._Country_cn340_156 span img{width:1.875rem;height:1.25rem}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108 ._Item_cn340_120 ._Image_cn340_160{flex:1;display:flex;align-items:center;gap:1rem;padding-left:2rem}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108 ._Item_cn340_120 ._Image_cn340_160 img{width:2.5rem;height:2.5rem;border-radius:50%}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108 ._Item_cn340_120 ._Dot_cn340_172{flex:1;position:relative;display:flex;align-items:center;gap:.6rem;padding-left:2rem}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108 ._Item_cn340_120 ._Dot_cn340_172 span{width:.5rem!important;height:.5rem!important;border-radius:50%;background-color:var(--c40)}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108 ._Item_cn340_120 ._Dot_cn340_172 span._Exp_cn340_186{background-color:var(--c41)}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108 ._Item_cn340_120 ._Dot_cn340_172 ._status_cn340_189{width:.5rem;height:.5rem;border-radius:50%;flex-shrink:0}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108 ._Item_cn340_120 ._Dot_cn340_172 ._status_cn340_189._InActive_cn340_195{background-color:var(--c24)}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108 ._Item_cn340_120 ._Dot_cn340_172 ._status_cn340_189._Active_cn340_198{background-color:var(--c25)}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108 ._Item_cn340_120 ._Three_cn340_201{width:2.5rem;height:2.5rem;border:none;cursor:pointer;border-radius:4.875rem;background:var(--c14);display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out;position:relative}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108 ._Item_cn340_120 ._Three_cn340_201 svg{width:1.5rem;height:1.5rem}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108 ._Item_cn340_120 ._Three_cn340_201 svg path{stroke:var(--c32)}._OrderHistory_cn340_1 ._ManageEmploy_cn340_6 ._Content_cn340_15 ._UserCard_cn340_65 ._Body_cn340_102 ._Box_cn340_108 ._Item_cn340_120 ._Three_cn340_201:hover{background:var(--c31a)}._OrderHistory_cn340_1 ._pagination_cn340_224{display:flex;width:100%;height:8.1481vh;padding:24px;justify-content:space-between;align-items:center;border-radius:0px 0px .42vw .42vw;background:#fff}._OrderHistory_cn340_1 ._pagination_cn340_224 ._pageButtons_cn340_234{display:flex}._OrderHistory_cn340_1 ._pagination_cn340_224 ._pageButtons_cn340_234 ._leftArrow_cn340_237,._OrderHistory_cn340_1 ._pagination_cn340_224 ._pageButtons_cn340_234 ._rightArrow_cn340_238{width:2.08vw;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer}._OrderHistory_cn340_1 ._pagination_cn340_224 ._pageButtons_cn340_234 ._leftArrow_cn340_237 img,._OrderHistory_cn340_1 ._pagination_cn340_224 ._pageButtons_cn340_234 ._rightArrow_cn340_238 img{height:100%;width:100%}._OrderHistory_cn340_1 ._pagination_cn340_224 ._pageButtons_cn340_234 ._pages_cn340_253{display:flex;padding:0 1vw;gap:.5vw}._OrderHistory_cn340_1 ._pagination_cn340_224 ._pageButtons_cn340_234 ._pages_cn340_253 ._buttons_cn340_258{width:2.08vw;aspect-ratio:1/1;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#626c70;text-align:center;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:600;line-height:1.85vh}._OrderHistory_cn340_1 ._pagination_cn340_224 ._pageButtons_cn340_234 ._pages_cn340_253 ._active_cn340_61{background-color:var(--c1);color:#fff}._Support_mzr9s_1{width:100%;height:100%}._Support_mzr9s_1 ._SupportBox_mzr9s_5{width:95.9375rem;height:100%;width:100%;padding-top:1.625rem;border-radius:.5rem .5rem 0rem 0rem;background:#fff;display:flex;flex-direction:column;overflow-y:scroll}@supports (-moz-appearance: none){._Support_mzr9s_1 ._SupportBox_mzr9s_5{scrollbar-width:thin;scrollbar-color:var(--c38) transparent}}._Support_mzr9s_1 ._SupportBox_mzr9s_5::-webkit-scrollbar{width:.3rem}._Support_mzr9s_1 ._SupportBox_mzr9s_5::-webkit-scrollbar-thumb{border-radius:1rem;background:var(--c38)}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29{height:54.375rem;height:100%;border-radius:.95556rem;background:var(--c14b);-webkit-backdrop-filter:blur(20.0670871735px);backdrop-filter:blur(20.0670871735px);display:flex;flex-direction:column;overflow:hidden}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._Row1_mzr9s_39{width:100%;height:6.75rem;display:flex;align-items:center;justify-content:space-between;padding-right:2rem}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._Row1_mzr9s_39 ._Buttons_mzr9s_47{width:100%;display:flex;align-items:center;gap:1.2rem;margin-left:3rem}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._Row1_mzr9s_39 ._Buttons_mzr9s_47 button{display:flex;padding:.625rem 2rem;justify-content:center;align-items:center;border-radius:6.25rem;background:#f8f8f8;color:#b1b1b1;font-family:Public Sans;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;border:none;cursor:pointer;transition:all ease-in-out .3s}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._Row1_mzr9s_39 ._Buttons_mzr9s_47 button:hover{background:#08b1ba98;color:#fff}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._Row1_mzr9s_39 ._Buttons_mzr9s_47 ._active_mzr9s_75{color:#fff;background:linear-gradient(0deg,#08b1ba,#08b1ba),#f0f6ff}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79{flex:1;display:flex;flex-direction:column;overflow:hidden}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Header_mzr9s_85{width:100%;height:2.25rem;opacity:.7;background:#f5f6f7;display:flex;align-items:center;padding:0 2rem 0 1.5rem}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Header_mzr9s_85 p{flex:1;color:#4a5154;font-family:Public Sans;font-size:.75rem;font-style:normal;font-weight:500;line-height:100%;text-transform:uppercase;text-align:center;overflow:hidden}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Header_mzr9s_85 p:nth-child(1),._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Header_mzr9s_85 p:nth-child(2){flex:1.5}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Header_mzr9s_85 p:nth-child(3),._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Header_mzr9s_85 p:nth-child(4),._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Header_mzr9s_85 p:nth-child(5){flex:1}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Header_mzr9s_85 p:nth-child(6){flex:2}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Header_mzr9s_85 p:nth-child(7){flex:.5}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Body_mzr9s_118{flex:1;overflow-y:scroll;padding-right:.2rem;padding-bottom:2rem}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Body_mzr9s_118 ._Box_mzr9s_124{width:100%;padding:1rem 2rem 1rem 1.5rem;display:flex;align-items:center;cursor:pointer;border-bottom:1px solid #e5e7e8;transition:all ease .3s}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Body_mzr9s_118 ._Box_mzr9s_124:hover{background:#f0f6ff}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Body_mzr9s_118 ._Box_mzr9s_124 ._Item_mzr9s_136{display:flex;justify-content:center;align-items:center;gap:.8rem;overflow:hidden}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Body_mzr9s_118 ._Box_mzr9s_124 ._Item_mzr9s_136 p{color:#4a5154;font-family:Public Sans;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;white-space:nowrap;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:2;-webkit-line-clamp:2;overflow:hidden}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Body_mzr9s_118 ._Box_mzr9s_124 ._Item_mzr9s_136:nth-child(1),._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Body_mzr9s_118 ._Box_mzr9s_124 ._Item_mzr9s_136:nth-child(2){flex:1.5}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Body_mzr9s_118 ._Box_mzr9s_124 ._Item_mzr9s_136:nth-child(3),._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Body_mzr9s_118 ._Box_mzr9s_124 ._Item_mzr9s_136:nth-child(4),._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Body_mzr9s_118 ._Box_mzr9s_124 ._Item_mzr9s_136:nth-child(5){flex:1}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Body_mzr9s_118 ._Box_mzr9s_124 ._Item_mzr9s_136:nth-child(6){flex:2}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Body_mzr9s_118 ._Box_mzr9s_124 ._Item_mzr9s_136:nth-child(7){flex:.5}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Body_mzr9s_118 ._Box_mzr9s_124 ._Item_mzr9s_136._Country_mzr9s_169 span img{width:1.875rem;height:1.25rem}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Body_mzr9s_118 ._Box_mzr9s_124 ._Item_mzr9s_136 ._Image_mzr9s_173{flex:1;display:flex;align-items:center;gap:1rem;padding-left:2rem}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Body_mzr9s_118 ._Box_mzr9s_124 ._Item_mzr9s_136 ._Image_mzr9s_173 img{width:2.5rem;height:2.5rem;border-radius:50%}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Body_mzr9s_118 ._Box_mzr9s_124 ._Item_mzr9s_136 ._Dot_mzr9s_185{flex:1;position:relative;display:flex;align-items:center;gap:.6rem;padding-left:2rem}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Body_mzr9s_118 ._Box_mzr9s_124 ._Item_mzr9s_136 ._Dot_mzr9s_185 span{width:.5rem!important;height:.5rem!important;border-radius:50%;background-color:var(--c40)}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Body_mzr9s_118 ._Box_mzr9s_124 ._Item_mzr9s_136 ._Dot_mzr9s_185 span._Exp_mzr9s_199{background-color:var(--c41)}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Body_mzr9s_118 ._Box_mzr9s_124 ._Item_mzr9s_136 ._Dot_mzr9s_185 ._status_mzr9s_202{width:.5rem;height:.5rem;border-radius:50%;flex-shrink:0}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Body_mzr9s_118 ._Box_mzr9s_124 ._Item_mzr9s_136 ._Dot_mzr9s_185 ._status_mzr9s_202._InActive_mzr9s_208{background-color:var(--c24)}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Body_mzr9s_118 ._Box_mzr9s_124 ._Item_mzr9s_136 ._Dot_mzr9s_185 ._status_mzr9s_202._Active_mzr9s_211{background-color:var(--c25)}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Body_mzr9s_118 ._Box_mzr9s_124 ._Item_mzr9s_136 ._Three_mzr9s_214{width:2.5rem;height:2.5rem;border:none;cursor:pointer;border-radius:4.875rem;background:var(--c14);display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out;position:relative}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Body_mzr9s_118 ._Box_mzr9s_124 ._Item_mzr9s_136 ._Three_mzr9s_214 svg{width:1.5rem;height:1.5rem}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Body_mzr9s_118 ._Box_mzr9s_124 ._Item_mzr9s_136 ._Three_mzr9s_214 svg path{stroke:var(--c32)}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._Content_mzr9s_29 ._UserCard_mzr9s_79 ._Body_mzr9s_118 ._Box_mzr9s_124 ._Item_mzr9s_136 ._Three_mzr9s_214:hover{background:var(--c31a)}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._pagination_mzr9s_237{display:flex;width:100%;height:8.1481vh;padding:24px;justify-content:space-between;align-items:center;border-radius:0px 0px .42vw .42vw;background:#fff}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._pagination_mzr9s_237 ._pageButtons_mzr9s_247{display:flex}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._pagination_mzr9s_237 ._pageButtons_mzr9s_247 ._leftArrow_mzr9s_250,._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._pagination_mzr9s_237 ._pageButtons_mzr9s_247 ._rightArrow_mzr9s_251{width:2.08vw;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._pagination_mzr9s_237 ._pageButtons_mzr9s_247 ._leftArrow_mzr9s_250 img,._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._pagination_mzr9s_237 ._pageButtons_mzr9s_247 ._rightArrow_mzr9s_251 img{height:100%;width:100%}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._pagination_mzr9s_237 ._pageButtons_mzr9s_247 ._pages_mzr9s_266{display:flex;padding:0 1vw;gap:.5vw}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._pagination_mzr9s_237 ._pageButtons_mzr9s_247 ._pages_mzr9s_266 ._buttons_mzr9s_271{width:2.08vw;aspect-ratio:1/1;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#626c70;text-align:center;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:600;line-height:1.85vh}._Support_mzr9s_1 ._SupportBox_mzr9s_5 ._pagination_mzr9s_237 ._pageButtons_mzr9s_247 ._pages_mzr9s_266 ._active_mzr9s_75{background-color:var(--c1);color:#fff}._SupportDetailsPopup_18e4j_1{width:100%;height:100%;position:fixed;top:0;left:0;background:#00000082;display:flex;align-items:center;justify-content:center;z-index:100}._SupportDetailsPopup_18e4j_1 ._Wrapper_18e4j_13{width:79.25rem;height:auto;border-radius:.5rem 0rem 0rem .5rem;background:#fff;padding:4rem 4rem 2rem 3rem;display:flex;align-items:flex-start;gap:3rem;position:relative}._SupportDetailsPopup_18e4j_1 ._Wrapper_18e4j_13 ._Left_18e4j_24,._SupportDetailsPopup_18e4j_1 ._Wrapper_18e4j_13 ._Right_18e4j_25{flex:1;height:100%;display:flex;flex-direction:column;gap:1rem}._SupportDetailsPopup_18e4j_1 ._Wrapper_18e4j_13 ._Left_18e4j_24 ._Text_18e4j_32,._SupportDetailsPopup_18e4j_1 ._Wrapper_18e4j_13 ._Right_18e4j_25 ._Text_18e4j_32{width:100%;display:flex;align-items:flex-start;gap:1rem}._SupportDetailsPopup_18e4j_1 ._Wrapper_18e4j_13 ._Left_18e4j_24 ._Text_18e4j_32 i,._SupportDetailsPopup_18e4j_1 ._Wrapper_18e4j_13 ._Right_18e4j_25 ._Text_18e4j_32 i{white-space:nowrap;color:#626c70;font-family:Public Sans;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem}._SupportDetailsPopup_18e4j_1 ._Wrapper_18e4j_13 ._Left_18e4j_24 ._Text_18e4j_32 p,._SupportDetailsPopup_18e4j_1 ._Wrapper_18e4j_13 ._Right_18e4j_25 ._Text_18e4j_32 p{color:#191b1c;font-family:Public Sans;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.5rem}._SupportDetailsPopup_18e4j_1 ._Wrapper_18e4j_13 ._Left_18e4j_24 ._ImageWrapper_18e4j_58,._SupportDetailsPopup_18e4j_1 ._Wrapper_18e4j_13 ._Right_18e4j_25 ._ImageWrapper_18e4j_58{width:auto;height:18rem;margin:0 auto}._SupportDetailsPopup_18e4j_1 ._Wrapper_18e4j_13 ._Left_18e4j_24 ._ImageWrapper_18e4j_58 img,._SupportDetailsPopup_18e4j_1 ._Wrapper_18e4j_13 ._Right_18e4j_25 ._ImageWrapper_18e4j_58 img{height:100%;width:100%;max-width:80%;object-fit:contain}._SupportDetailsPopup_18e4j_1 ._Wrapper_18e4j_13 ._Left_18e4j_24 ._FlexEnd_18e4j_71,._SupportDetailsPopup_18e4j_1 ._Wrapper_18e4j_13 ._Right_18e4j_25 ._FlexEnd_18e4j_71{width:max-content;margin-left:auto;display:flex;align-items:center;gap:2rem}._SupportDetailsPopup_18e4j_1 ._Wrapper_18e4j_13 ._Left_18e4j_24 ._FlexEnd_18e4j_71 p,._SupportDetailsPopup_18e4j_1 ._Wrapper_18e4j_13 ._Right_18e4j_25 ._FlexEnd_18e4j_71 p{color:#191b1c;font-family:Public Sans;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._SupportDetailsPopup_18e4j_1 ._Wrapper_18e4j_13 ._Left_18e4j_24 button,._SupportDetailsPopup_18e4j_1 ._Wrapper_18e4j_13 ._Right_18e4j_25 button{padding:.4rem 1rem;display:flex;width:max-content;height:max-content;justify-content:center;align-items:center;border-radius:.3125rem;background:#08b1ba;color:#fff;text-align:center;font-family:Public Sans;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;border:none;cursor:pointer}._SupportDetailsPopup_18e4j_1 ._Wrapper_18e4j_13 ._ButtonWrapper_18e4j_108{display:flex;align-items:center;position:absolute;top:2rem;right:2.06rem}._SupportDetailsPopup_18e4j_1 ._Wrapper_18e4j_13 ._ButtonWrapper_18e4j_108 button{width:2.3125rem;height:2.3125rem;border-radius:.75rem;border:none;cursor:pointer;background:#6363632c;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out}._SupportDetailsPopup_18e4j_1 ._Wrapper_18e4j_13 ._ButtonWrapper_18e4j_108 button svg{min-width:1.25rem;min-height:1.25rem}._SupportDetailsPopup_18e4j_1 ._Wrapper_18e4j_13 ._ButtonWrapper_18e4j_108 button svg path{stroke:#5e6071}._SupportDetailsPopup_18e4j_1 ._Wrapper_18e4j_13 ._ButtonWrapper_18e4j_108 button:hover{background:#63636366}._container_y08dn_1{display:flex;height:100vh}._leftPanel_y08dn_6{flex:1;background:linear-gradient(135deg,#00b4db,#0083b0);display:flex;justify-content:center;align-items:center}._logoBox_y08dn_14{background:#ffffff1a;padding:40px;border-radius:10px;text-align:center}._logo_y08dn_14{font-size:24px;font-weight:700;color:#fff}._welcomeText_y08dn_27{margin-top:20px;font-size:18px;color:#fff}._rightPanel_y08dn_33{flex:1;display:flex;justify-content:center;align-items:center;background:#fff}._form_y08dn_41{width:300px;display:flex;flex-direction:column;align-items:center}._title_y08dn_48{margin-bottom:20px;font-size:24px;color:#333}._instruction_y08dn_54{margin-bottom:20px;font-size:14px;color:#555;text-align:center}._inputGroup_y08dn_61{display:flex;gap:10px;margin-bottom:20px}._input_y08dn_61{width:40px;height:40px;text-align:center;font-size:18px;border:1px solid #ccc;border-radius:5px}._resend_y08dn_76{align-self:flex-end;margin-bottom:20px;color:#00b4db;cursor:pointer}._verifyButton_y08dn_83{width:100%;padding:10px;background:#00b4db;border:none;border-radius:5px;color:#fff;cursor:pointer;text-decoration:none;display:flex;justify-content:center;align-items:center;font-size:16px}._verifyButton_y08dn_83 a{text-decoration:none;color:inherit;display:flex;justify-content:center;align-items:center;width:100%;height:100%}._verifyButton_y08dn_83:hover,._verifyButton_y08dn_83:focus{text-decoration:none;outline:none;background:#009ec3}@media (max-width: 768px){._container_y08dn_1{flex-direction:column}._leftPanel_y08dn_6,._rightPanel_y08dn_33{flex:none;width:100%;height:50%}._form_y08dn_41{width:80%}}._Wallet_1pv4o_1{width:100%;height:100%;padding-right:2rem}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6{width:95.9375rem;height:100%;width:100%;padding-top:1.625rem;border-radius:.5rem .5rem 0rem 0rem;background:#fff;display:flex;flex-direction:column;overflow-y:scroll}@supports (-moz-appearance: none){._Wallet_1pv4o_1 ._WalletBox_1pv4o_6{scrollbar-width:thin;scrollbar-color:var(--c38) transparent}}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6::-webkit-scrollbar{width:.3rem}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6::-webkit-scrollbar-thumb{border-radius:1rem;background:var(--c38)}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30{height:54.375rem;height:100%;border-radius:.95556rem;background:var(--c14b);-webkit-backdrop-filter:blur(20.0670871735px);backdrop-filter:blur(20.0670871735px);display:flex;flex-direction:column;overflow:hidden}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._Row1_1pv4o_40{width:100%;height:6.75rem;display:flex;align-items:center;justify-content:space-between;padding-right:2rem}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._Row1_1pv4o_40 ._Buttons_1pv4o_48{width:100%;display:flex;align-items:center;gap:1.2rem;margin-left:3rem}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._Row1_1pv4o_40 ._Buttons_1pv4o_48 button{display:flex;padding:.625rem 2rem;justify-content:center;align-items:center;border-radius:6.25rem;background:#f8f8f8;color:#b1b1b1;font-family:Public Sans;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;border:none;cursor:pointer;transition:all ease-in-out .3s}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._Row1_1pv4o_40 ._Buttons_1pv4o_48 button:hover{background:#08b1ba98;color:#fff}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._Row1_1pv4o_40 ._Buttons_1pv4o_48 ._active_1pv4o_76{color:#fff;background:linear-gradient(0deg,#08b1ba,#08b1ba),#f0f6ff}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._Row1_1pv4o_40 ._DateRange_1pv4o_80{display:flex;align-items:center;gap:1rem}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._Row1_1pv4o_40 ._DateRange_1pv4o_80 ._DateCal_1pv4o_85{display:flex;flex-direction:column;gap:.1rem}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._Row1_1pv4o_40 ._DateRange_1pv4o_80 ._DateCal_1pv4o_85 input{color:#111;font-family:Public Sans;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.00219rem}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99{flex:1;display:flex;flex-direction:column;overflow:hidden}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Header_1pv4o_105{width:100%;height:2.25rem;opacity:.7;background:#f5f6f7;display:flex;align-items:center;padding:0 2rem 0 1.5rem}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Header_1pv4o_105 p{flex:1;color:#4a5154;font-family:Public Sans;font-size:.75rem;font-style:normal;font-weight:500;line-height:100%;text-transform:uppercase;text-align:center;overflow:hidden}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Header_1pv4o_105 p:nth-child(1),._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Header_1pv4o_105 p:nth-child(2){flex:1.5}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Header_1pv4o_105 p:nth-child(3),._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Header_1pv4o_105 p:nth-child(4),._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Header_1pv4o_105 p:nth-child(5){flex:1}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Header_1pv4o_105 p:nth-child(6){flex:2}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Header_1pv4o_105 p:nth-child(7){flex:.5}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Body_1pv4o_138{flex:1;overflow-y:scroll;padding-right:.2rem;padding-bottom:2rem}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Body_1pv4o_138 ._Box_1pv4o_144{width:100%;padding:1rem 2rem 1rem 1.5rem;display:flex;align-items:center;cursor:pointer;border-bottom:1px solid #e5e7e8;transition:all ease .3s}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Body_1pv4o_138 ._Box_1pv4o_144:hover{background:#f0f6ff}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Body_1pv4o_138 ._Box_1pv4o_144 ._Item_1pv4o_156{display:flex;justify-content:center;align-items:center;gap:.8rem;overflow:hidden}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Body_1pv4o_138 ._Box_1pv4o_144 ._Item_1pv4o_156 p{color:#4a5154;font-family:Public Sans;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;white-space:nowrap;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:2;-webkit-line-clamp:2;overflow:hidden}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Body_1pv4o_138 ._Box_1pv4o_144 ._Item_1pv4o_156:nth-child(1),._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Body_1pv4o_138 ._Box_1pv4o_144 ._Item_1pv4o_156:nth-child(2){flex:1.5}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Body_1pv4o_138 ._Box_1pv4o_144 ._Item_1pv4o_156:nth-child(3),._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Body_1pv4o_138 ._Box_1pv4o_144 ._Item_1pv4o_156:nth-child(4),._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Body_1pv4o_138 ._Box_1pv4o_144 ._Item_1pv4o_156:nth-child(5){flex:1}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Body_1pv4o_138 ._Box_1pv4o_144 ._Item_1pv4o_156:nth-child(6){flex:2}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Body_1pv4o_138 ._Box_1pv4o_144 ._Item_1pv4o_156:nth-child(7){flex:.5}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Body_1pv4o_138 ._Box_1pv4o_144 ._Item_1pv4o_156._Country_1pv4o_189 span img{width:1.875rem;height:1.25rem}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Body_1pv4o_138 ._Box_1pv4o_144 ._Item_1pv4o_156 ._Image_1pv4o_193{flex:1;display:flex;align-items:center;gap:1rem;padding-left:2rem}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Body_1pv4o_138 ._Box_1pv4o_144 ._Item_1pv4o_156 ._Image_1pv4o_193 img{width:2.5rem;height:2.5rem;border-radius:50%}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Body_1pv4o_138 ._Box_1pv4o_144 ._Item_1pv4o_156 ._Dot_1pv4o_205{flex:1;position:relative;display:flex;align-items:center;gap:.6rem;padding-left:2rem}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Body_1pv4o_138 ._Box_1pv4o_144 ._Item_1pv4o_156 ._Dot_1pv4o_205 span{width:.5rem!important;height:.5rem!important;border-radius:50%;background-color:var(--c40)}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Body_1pv4o_138 ._Box_1pv4o_144 ._Item_1pv4o_156 ._Dot_1pv4o_205 span._Exp_1pv4o_219{background-color:var(--c41)}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Body_1pv4o_138 ._Box_1pv4o_144 ._Item_1pv4o_156 ._Dot_1pv4o_205 ._status_1pv4o_222{width:.5rem;height:.5rem;border-radius:50%;flex-shrink:0}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Body_1pv4o_138 ._Box_1pv4o_144 ._Item_1pv4o_156 ._Dot_1pv4o_205 ._status_1pv4o_222._InActive_1pv4o_228{background-color:var(--c24)}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Body_1pv4o_138 ._Box_1pv4o_144 ._Item_1pv4o_156 ._Dot_1pv4o_205 ._status_1pv4o_222._Active_1pv4o_231{background-color:var(--c25)}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Body_1pv4o_138 ._Box_1pv4o_144 ._Item_1pv4o_156 ._Three_1pv4o_234{width:2.5rem;height:2.5rem;border:none;cursor:pointer;border-radius:4.875rem;background:var(--c14);display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out;position:relative}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Body_1pv4o_138 ._Box_1pv4o_144 ._Item_1pv4o_156 ._Three_1pv4o_234 svg{width:1.5rem;height:1.5rem}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Body_1pv4o_138 ._Box_1pv4o_144 ._Item_1pv4o_156 ._Three_1pv4o_234 svg path{stroke:var(--c32)}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._Content_1pv4o_30 ._UserCard_1pv4o_99 ._Body_1pv4o_138 ._Box_1pv4o_144 ._Item_1pv4o_156 ._Three_1pv4o_234:hover{background:var(--c31a)}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._pagination_1pv4o_257{display:flex;width:100%;height:8.1481vh;padding:24px;justify-content:space-between;align-items:center;border-radius:0px 0px .42vw .42vw;background:#fff}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._pagination_1pv4o_257 ._pageButtons_1pv4o_267{display:flex}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._pagination_1pv4o_257 ._pageButtons_1pv4o_267 ._leftArrow_1pv4o_270,._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._pagination_1pv4o_257 ._pageButtons_1pv4o_267 ._rightArrow_1pv4o_271{width:2.08vw;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._pagination_1pv4o_257 ._pageButtons_1pv4o_267 ._leftArrow_1pv4o_270 img,._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._pagination_1pv4o_257 ._pageButtons_1pv4o_267 ._rightArrow_1pv4o_271 img{height:100%;width:100%}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._pagination_1pv4o_257 ._pageButtons_1pv4o_267 ._pages_1pv4o_286{display:flex;padding:0 1vw;gap:.5vw}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._pagination_1pv4o_257 ._pageButtons_1pv4o_267 ._pages_1pv4o_286 ._buttons_1pv4o_291{width:2.08vw;aspect-ratio:1/1;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#626c70;text-align:center;font-family:Public Sans;font-size:.73vw;font-style:normal;font-weight:600;line-height:1.85vh}._Wallet_1pv4o_1 ._WalletBox_1pv4o_6 ._pagination_1pv4o_257 ._pageButtons_1pv4o_267 ._pages_1pv4o_286 ._active_1pv4o_76{background-color:var(--c1);color:#fff}
