.Toastify__toast-container{z-index:9999;position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;margin-left:-160px}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;margin-left:-160px}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:1px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;-ms-flex:1;flex:1}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;font-weight:700;font-size:14px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button:focus,.Toastify__close-button:hover{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:5px;z-index:9999;opacity:.7;background-color:#ffffffb3;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}@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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}._background_mn958_1{background-image:url(/assets/landingPageImage-prxNKbQG.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;height:100%}._contentContainer_mn958_9{background:#fff;width:34rem;position:absolute;left:0;top:0;bottom:0;margin:auto}._content_mn958_9{background:#fff;padding-top:4rem;width:380px;margin:auto;right:0;left:0;position:absolute;top:0;bottom:0}._skipliLogo_mn958_31{cursor:pointer;height:inherit;margin-bottom:2rem;width:8rem}._skipliLogo_mn958_31>svg{height:inherit;width:inherit}._shopName_mn958_42{margin-bottom:3rem}._shopName_mn958_42>strong{color:#525f7f}._shopName_mn958_42>h1{line-height:1.4;margin:.6rem 0 0rem}._message_mn958_53{margin:0rem 0 1rem}._pinInputForm_mn958_57{margin:0 auto}._submitBtn_mn958_61{padding:.8rem 0rem!important;margin-top:1.4rem!important;width:100%}._haveNoAccount_mn958_67{display:flex;margin-top:2rem}._signUpLink_mn958_72{border-bottom:1px solid #006AFF;color:#006aff;font-weight:700;margin-left:.4rem;padding-bottom:.1rem}._support_mn958_80{border-top:1px solid #d4dae0;margin-top:3rem;padding-top:.6rem}._needHelp_mn958_86{display:flex;align-items:center;color:#525f7f;margin:.6rem 0rem 0 0;text-decoration:none}@media only screen and (max-width: 800px){._background_mn958_1{background-image:none}._contentContainer_mn958_9{right:0;width:100vw}._content_mn958_9{background:transparent;padding-top:4rem;width:82vw}}._container_fgz0z_1{background:#fff;border-radius:8px;border:1px solid #ebeef1;margin-bottom:2rem}._header_container_fgz0z_8{border-bottom:1px solid #ebeef1;padding:20px 30px}._header_fgz0z_8{font-size:20px;margin:0}._description_fgz0z_18{font-weight:400;line-height:1.4;margin-bottom:0;opacity:.8}._content_container_fgz0z_25{padding:30px}@media only screen and (max-width: 900px){._header_container_fgz0z_8,._content_container_fgz0z_25{padding:20px}}._container_krdwm_1{background:#006aff;border-radius:6px;color:#fff;font-size:12px;padding:6px 12px}._button_qy0dg_1{align-items:center;border-radius:8px;border:1px solid #d4dae0;color:#000;display:flex;justify-content:center;padding:10px 20px;text-transform:capitalize;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._button_qy0dg_1:hover{filter:brightness(95%)}._hasShadow_qy0dg_16{box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}._danger_qy0dg_20,._dark_qy0dg_21,._info_qy0dg_22,._primary_qy0dg_23{color:#fff!important}._danger_qy0dg_20{background-color:#fd5458;border:none}._dark_qy0dg_21{background-color:#525f7f;border:none}._info_qy0dg_22{background-color:#006aff!important;border:none}._primary_qy0dg_23{background-color:#006aff;border:none}._warning_qy0dg_47{background-color:#fc8c32;border:none;color:#000}._inactive_qy0dg_53{opacity:.7;pointer-events:none}._container_j0wcr_1{display:flex;align-items:center;padding-right:5px;transition:transform .2s}._alignStart_j0wcr_8{align-items:flex-start}._label_j0wcr_12{line-height:1.2rem;text-align:left}._description_j0wcr_17{margin:6px 0 0;text-align:left;font-weight:400;font-size:14px;opacity:.6}._common_j0wcr_25,._radioButton_j0wcr_25,._checkbox_j0wcr_25{background-color:#fff;border:2px solid #d4dae0;display:flex;align-items:center;justify-content:center;height:18px!important;margin:0 8px 0 0;width:18px!important;min-width:18px}._common_j0wcr_25._checked_j0wcr_36,._checked_j0wcr_36._radioButton_j0wcr_25,._checked_j0wcr_36._checkbox_j0wcr_25{background-color:#006aff;border-color:#006aff}._common_j0wcr_25._checked_j0wcr_36 ._checkIcon_j0wcr_40,._checked_j0wcr_36._radioButton_j0wcr_25 ._checkIcon_j0wcr_40,._checked_j0wcr_36._checkbox_j0wcr_25 ._checkIcon_j0wcr_40,._common_j0wcr_25._checked_j0wcr_36 ._circle_j0wcr_40,._checked_j0wcr_36._radioButton_j0wcr_25 ._circle_j0wcr_40,._checked_j0wcr_36._checkbox_j0wcr_25 ._circle_j0wcr_40{visibility:visible}._checkbox_j0wcr_25{border-radius:4px}._checkIcon_j0wcr_40{fill:#fff;height:12px;width:12px;visibility:hidden}._radioButton_j0wcr_25{border-radius:100px}._circle_j0wcr_40{background:#fff;border-radius:100px;height:10px;width:10px!important;max-width:10px;min-width:10px;visibility:hidden}._readOnly_j0wcr_69{opacity:.6}._chip_1jaue_1{background:#fff;border-radius:10px;border:1px solid #d4dae0;display:flex;align-items:center;height:60px;position:relative;max-width:90vw}._avatar_1jaue_12{border-radius:10px 0 0 10px;height:60px;width:60px}._avatar_1jaue_12>*{border-radius:inherit;height:inherit;width:inherit}._label_1jaue_23{padding:0 15px 0 10px;height:100%;text-align:left}._fullWidth_1jaue_29{width:100%}._withAvatarOnly_1jaue_33{border-top-left-radius:0;border-bottom-left-radius:0;width:calc(100% - 60px)}._withHelperButtonOnly_1jaue_39{border-top-right-radius:0;border-bottom-right-radius:0;width:calc(100% - 60px)}._partialWidth_1jaue_45{border-radius:0;width:calc(100% - 120px)}._helperButton_1jaue_50{background-color:#fff;border-top-left-radius:0;border-bottom-left-radius:0;border-left:1px solid #d4dae0;height:100%;max-width:60px;min-width:60px;display:flex;align-items:center;justify-content:center;position:absolute;right:0}@media only screen and (max-width: 1010px){._chip_1jaue_1{max-width:60vw}}@media only screen and (max-width: 700px){._chip_1jaue_1{max-width:90vw}}._headingContainer_lopr0_1{align-items:center;display:flex;flex-wrap:wrap}._heading_lopr0_1{line-height:140%;margin-right:20px;margin-bottom:10px}._changeColorBtn_lopr0_13{margin-bottom:10px;padding:0}._modal_lopr0_18{border-radius:0!important;height:100vh!important;max-height:100vh!important;margin-right:0!important;width:550px!important}._color_block_lopr0_26,._preset_color_block_lopr0_26,._current_color_block_lopr0_26{border-radius:7px 0 0 7px;cursor:pointer;transition:transform .2s}._current_color_block_lopr0_26{border-right:1px solid #d4dae0;height:34px;margin:0;width:34px}._current_hex_color_lopr0_39{color:#000;padding:0 10px;text-transform:uppercase}._selectNewColor_lopr0_45{margin:0 0 30px}._presetColors_lopr0_49{display:flex;flex-wrap:wrap}._preset_color_block_lopr0_26{border-radius:8px;height:40px;margin:0 16px 16px 0;width:40px}._preset_color_block_lopr0_26:hover,._preset_color_block_lopr0_26._selected_lopr0_63{transform:scale(1.2)}._highlight_white_block_lopr0_67{box-shadow:inset 0 0 2px #d4dae0}._hexInput_lopr0_71{display:flex;align-items:center}._hexSymbol_lopr0_76{font-size:1.2rem;margin-right:.6rem}._comingSoonButton_uh4af_1{background:#d4dae0;color:#000;font-weight:700;height:40px;padding:0 15px;pointer-events:none;text-transform:uppercase}.DatePicker{position:relative;display:inline-block;z-index:100}.DatePicker__input{background:#fff;border:1px solid #ddd;padding:.4em .8em;font-family:inherit;text-align:center;font-size:12px}.DatePicker__input.-rtl{direction:rtl}.DatePicker__input::placeholder{color:#979797}.DatePicker__calendarContainer.-top+.DatePicker__calendarArrow{top:auto;bottom:calc(100% + 10px);transform:translateY(-2.5rem) rotate(180deg);animation:fadeArrowFlipped .3s forwards}.DatePicker__calendarContainer{position:absolute;top:calc(100% + 20px);left:50%;transform:translate(-50%)}.DatePicker__calendarContainer.-top{top:auto;bottom:calc(100% + 20px)}.Calendar,.Calendar *{margin:0;padding:0;box-sizing:border-box;direction:ltr}.Calendar,.Calendar.-rtl *{direction:rtl}.DatePicker__calendarArrow{position:absolute;width:0;height:0;top:calc(100% + 10px);left:0;right:0;margin:0 auto;border-style:solid;z-index:10;border-width:0 10px 10px 10px;border-color:transparent transparent #fff transparent}.Calendar{--cl-color-black: #444444;--cl-color-disabled: #d4d4d4;--cl-color-error: #ff2929;font-size:10px;background:#fff;box-shadow:0 1em 4em #00000012;border-radius:1em;position:relative;-webkit-user-select:none;user-select:none;padding-top:1.2em;display:flex;flex-direction:column;width:33em;z-index:10;max-width:90vw;min-height:36.7em}.DatePicker .Calendar,.DatePicker__calendarArrow{transform:translateY(2.5em);opacity:0;animation:fadeCalendar .3s forwards}.DatePicker__calendarContainer.-top .Calendar{transform:translateY(-2.5em)}.Calendar.-noFocusOutline *:focus{outline:none!important}.Calendar>:not(.Calendar__footer) button{font-family:inherit;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent;outline:none}.Calendar__header{display:flex;color:var(--cl-color-black);padding:2em 2.9em;align-items:center;overflow:hidden}.Calendar__monthArrowWrapper{line-height:0;font-size:1em;padding:3px;position:relative;border:none;z-index:1;opacity:1;transition:.2s}.Calendar__monthArrowWrapper:focus{outline:1px dashed rgba(0,0,0,.4);outline-offset:2px}.Calendar__monthArrowWrapper:disabled,.Calendar__monthArrowWrapper.-hidden{opacity:0;pointer-events:none}.Calendar__monthArrowWrapper.-left{transform:rotate(90deg)}.Calendar.-rtl .Calendar__monthArrowWrapper.-left,.Calendar__monthArrowWrapper.-right{transform:rotate(-90deg)}.Calendar.-rtl .Calendar__monthArrowWrapper.-right{transform:rotate(90deg)}.Calendar__monthArrowWrapper:active .Calendar__monthArrow{transform:scale(.7)}.Calendar__monthArrow{border-radius:50%;transition:var(--animation-duration) transform;pointer-events:none;background-repeat:no-repeat;display:block;width:1.7em;height:1.7em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg class='nc-icon-wrapper' fill='%23000000'%3E%3Cdefs stroke='none'%3E%3C/defs%3E%3Cpath class='cls-1' d='M12 23.25V.75' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5px'%3E%3C/path%3E%3Cpath class='cls-2' d='M22.5 11.25L12 .75 1.5 11.25' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5px' fill-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");background-size:100% 100%}.Calendar__monthYearContainer{flex:1;position:relative}.Calendar__monthYear{font-size:1.6em;font-weight:500;display:flex;align-items:center;position:absolute;top:0;bottom:0;left:50%;will-change:transform,opacity;backface-visibility:hidden;transform:translateZ(0);transition:var(--animation-duration);line-height:1}.Calendar__monthYear.-hiddenNext{opacity:0;transform:translate(50%)}.Calendar.-rtl .Calendar__monthYear.-hiddenNext{transform:translate(-150%)}.Calendar__monthYear.-hiddenPrevious{opacity:0;transform:translate(-150%)}.Calendar.-rtl .Calendar__monthYear.-hiddenPrevious{transform:translate(50%)}.Calendar__monthYear.-shown{opacity:1;margin-top:auto;margin-bottom:auto;transform:translate(-50%)}.Calendar__monthYear.-shownAnimated{animation:var(--animation-duration) fadeTextToCenter forwards}.Calendar__monthYear>*{padding:.2em .5em;border:1px solid transparent;transition:var(--animation-duration);font-size:1.05em;display:flex;justify-content:center;align-items:center;transform:translate(0) scale(.95);will-change:transform;border-radius:5px}.Calendar__monthYear:not(.-shown)>*,.Calendar__monthYear>*.-hidden{cursor:default;pointer-events:none}.Calendar__monthText{margin-left:-.3em}.Calendar__yearText:last-child{margin-right:-.3em}.Calendar__monthYear.-shown>*:hover,.Calendar:not(.-noFocusOutline) .Calendar__monthYear.-shown>*:focus,.Calendar__monthYear>*.-activeBackground{background:#f5f5f5}.Calendar__monthText:hover{transform:translate(-.2em) scale(.95)}.Calendar.-rtl .Calendar__monthText:hover,.Calendar__yearText:hover{transform:translate(.2em) scale(.95)}.Calendar.-rtl .Calendar__yearText:hover{transform:translate(-.2em) scale(.95)}.Calendar__monthYear .Calendar__yearText.-hidden{transform:translate(50%);opacity:0}.Calendar.-rtl .Calendar__monthYear .Calendar__yearText.-hidden{transform:translate(-50%)}.Calendar__monthYear .Calendar__monthText.-hidden{transform:translate(-50%);opacity:0}.Calendar.-rtl .Calendar__monthYear .Calendar__monthText.-hidden{transform:translate(50%)}.Calendar__monthYear:not(.-shown)>*{pointer-events:none}.Calendar__monthSelectorAnimationWrapper,.Calendar__yearSelectorAnimationWrapper{position:absolute;width:100%;height:80%;bottom:0;display:flex;justify-content:center;align-items:center;overflow:hidden}.Calendar__monthSelectorWrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.Calendar__monthSelector{padding:0 2.5em 2em;align-content:center}.Calendar__monthSelector,.Calendar__yearSelector{display:flex;flex-wrap:wrap;position:relative;z-index:2;background-color:#fff;transform:translateY(-150%);will-change:transform;transition:.6s;height:100%}.Calendar__yearSelectorWrapper{width:100%;height:100%}.Calendar__yearSelectorWrapper:after,.Calendar__yearSelectorWrapper:before{content:"";width:100%;height:5em;position:absolute;left:0;opacity:0;transition:.4s;transition-delay:.2s}.Calendar__yearSelectorWrapper:after{background-image:linear-gradient(to bottom,#fff,#fff 10%,#f5f5f500);top:-.1em}.Calendar__yearSelectorWrapper:before{background-image:linear-gradient(to top,#fff,#fff 10%,#f5f5f500);bottom:0}.Calendar__yearSelectorWrapper.-faded:after,.Calendar__yearSelectorWrapper.-faded:before{opacity:1;z-index:3}.Calendar__yearSelector{align-content:flex-start;scrollbar-width:0;overflow:scroll;position:relative;width:100%;padding:5em 2em;-ms-overflow-style:none}.Calendar__yearSelector::-webkit-scrollbar{display:none}.Calendar__yearSelectorItem{width:25%;display:flex;justify-content:center}.Calendar__yearSelectorItem:not(:nth-child(-n+4)){margin-top:1.5em}.Calendar__yearSelectorText{border:none;font-size:1.4em;min-width:85%;padding:.2em .5em;border-radius:8.5px}.Calendar__monthSelector.-open,.Calendar__yearSelector.-open{transform:translateY(0)}.Calendar__yearSelectorText:focus,.Calendar__monthSelectorItemText:focus{outline:1px dashed rgba(0,0,0,.4);outline-offset:2px}.Calendar__monthSelectorItem{width:calc(100% / 3);display:flex;justify-content:center}.Calendar__monthSelectorItem:not(:nth-child(-n+3)){margin-top:2em}.Calendar__monthSelectorItemText{border:none;padding:.4em;border-radius:8.5px;font-size:1.3em;min-width:70%;transition:.3s}.Calendar__monthSelectorItem:not(.-active) .Calendar__monthSelectorItemText:not(:disabled):hover,.Calendar__yearSelectorItem:not(.-active) .Calendar__yearSelectorText:not(:disabled):hover{background:#f5f5f5}.Calendar__monthSelectorItemText:disabled,.Calendar__yearSelectorText:disabled{opacity:.5;cursor:default}.Calendar__monthSelectorItem.-active .Calendar__monthSelectorItemText,.Calendar__yearSelectorItem.-active .Calendar__yearSelectorText{background-color:var(--cl-color-primary);color:#fff}.Calendar__weekDays{display:flex;justify-content:space-between;color:var(--cl-color-disabled);font-size:1.2em;margin-bottom:.7em;padding:0 2.6em;position:relative}.Calendar__weekDay{display:block;width:calc(100% / 7);text-align:center;text-decoration:none}.Calendar__sectionWrapper{position:relative;min-height:25.8em;overflow:hidden}.Calendar__section{display:flex;flex-direction:column;padding:.5em 3.2em 0;position:absolute;color:var(--cl-color-black);top:0;left:0;width:100%;will-change:transform,opacity;transform:translateZ(0);backface-visibility:hidden;transition:var(--animation-duration)}.Calendar__section.-hiddenPrevious{opacity:.5;transform:translate(-90%)}.Calendar.-rtl .Calendar__section.-hiddenPrevious{transform:translate(90%)}.Calendar__section.-hiddenNext{opacity:.5;transform:translate(90%)}.Calendar.-rtl .Calendar__section.-hiddenNext{transform:translate(-90%)}.Calendar__section.-shown{opacity:1;transform:translate(0)}.Calendar__section.-shownAnimated{animation:var(--animation-duration) FadeContentToCenter forwards}.Calendar__weekRow{display:flex;width:100%}.Calendar__day{display:block;width:calc(100% / 7);text-align:center;padding:calc(.25em - 1px) 0;font-size:1.6em;border-radius:50%;transition:.2s;border:1px solid transparent;margin-bottom:.3em;color:#000c;display:flex;justify-content:center;align-items:center;cursor:pointer}.Calendar__day:focus{outline:1px dashed rgba(0,0,0,.4);outline-offset:2px}.Calendar__day.-ltr{min-height:2.6em;font-size:1.45em}.Calendar__day.-rtl{font-size:1.55em;height:2.45em}.Calendar__day:not(.-blank):not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween):not(.-selected):hover{background:#eaeaea;border-radius:50%;color:var(--cl-color-black);border-color:transparent}.Calendar__day.-selected,.Calendar__day.-selectedStart,.Calendar__day.-selectedEnd{background:var(--cl-color-primary);color:#fff}.Calendar__day.-ltr.-selectedStart{border-radius:100em 0 0 100em}.Calendar__day.-rtl.-selectedStart{border-radius:0 100em 100em 0}.Calendar__day.-selectedBetween{background:var(--cl-color-primary-light);color:var(--cl-color-primary);border-radius:0}.Calendar__day.-ltr.-selectedEnd{border-top-right-radius:100em;border-bottom-right-radius:100em}.Calendar__day.-rtl.-selectedEnd{border-top-left-radius:100em;border-bottom-left-radius:100em}.Calendar__day.-weekend:not(.-selected):not(.-blank):not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween){color:var(--cl-color-error)}.Calendar__day.-weekend.-today:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween):after{background:var(--cl-color-error)}.Calendar__day.-disabled{color:var(--cl-color-disabled)!important;background:transparent!important;cursor:default!important}.Calendar__day.-selected{border-radius:50%}.Calendar__day.-today:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween){font-weight:600;color:var(--cl-color-black);color:#000;position:relative}.Calendar__day.-today:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween):after{content:"";position:absolute;bottom:.2em;display:block;width:.6em;height:1px;background:#000;left:50%;opacity:.5;transform:translate(-50%);transition:.2s}.Calendar__day.-today:hover:not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween):after{opacity:0}.Calendar__day.-blank{color:transparent;cursor:default;pointer-events:none}.Calendar__footer{position:relative;z-index:1}@keyframes fadeCalendar{0%{opacity:0}to{opacity:1;transform:translateY(0)}}@keyframes fadeArrowFlipped{0%{opacity:0}to{opacity:1;transform:translateY(0) rotate(180deg)}}@keyframes fadeTextToCenter{to{opacity:1;transform:translate(-50%)}}@keyframes FadeContentToCenter{to{opacity:1;transform:translate(0)}}._container_iqu7j_1{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #d4dae0;border-radius:8px;padding:0 .8rem}._calendarIcon_iqu7j_11{height:.9rem;margin-right:.6rem;width:.9rem}._calendarIcon_iqu7j_11>svg{fill:#006aff;height:inherit;width:inherit}._input_iqu7j_22{color:#006aff;font-weight:500;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif";height:30px;padding:0;width:4rem}._input_iqu7j_22::placeholder{color:#000}._fullWidth_iqu7j_34{width:162px}._calendar_iqu7j_11{z-index:190}._placeholder_container_ptiu0_1{align-items:center;display:flex;cursor:pointer}._placeholder_ptiu0_1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._arrow_icon_ptiu0_13{height:14px;margin-left:10px;transform:rotate(90deg);width:14px}._arrow_icon_ptiu0_13>svg{height:inherit;width:inherit}._option_container_ptiu0_24{cursor:pointer;border-bottom:1px solid #d4dae0;line-height:1.4rem;padding:14px 0}._overlay_1tvso_1{position:fixed;top:45px;left:0;right:0;bottom:0;background-color:#0003;z-index:9999}._modal_1tvso_11,._centerPageModal_1tvso_11,._fullPageModal_1tvso_11{position:absolute;top:0;left:0;right:0;border:none;overflow:auto;outline:none;padding:0;z-index:9999}._contentContainer_1tvso_23{background:#fff;height:auto;min-height:100%;position:relative}._closeModalButton_1tvso_30{height:50px;top:20px;min-width:50px;text-align:left}._closeIcon_1tvso_37{height:20px;width:20px}._fullPageModal_1tvso_11{border-radius:0}._headerContainer_1tvso_46{padding:15px 25px;border-bottom:1px solid #b2bec3;display:flex;align-items:center;justify-content:space-between;height:3vh;max-height:3vh}._bodyContainer_1tvso_56{padding:0 25px 130px}._footerContainer_1tvso_60{border-top:1px solid rgba(217,219,224,.5);background:#fff;z-index:50;height:70px;position:fixed;position:-webkit-sticky;width:100%;bottom:0}._footerContentContainer_1tvso_71{height:100%;padding:0 50px}._centerPageModal_1tvso_11{border-radius:8px;bottom:0;margin:auto}._moduleContainer_1dthm_1{margin-bottom:20px}._moduleContainer_1dthm_1>button{margin-bottom:20px}._moduleTitleContainer_1dthm_8{display:flex;text-align:left}._moduleTitle_1dthm_8{font-size:1.2rem;margin:0 25px 5px 0}._moduleDescription_1dthm_18{color:#494949;font-weight:400;line-height:22px;margin:8px 0 0;text-align:left}._titleUnderline_1dthm_26{border-top:2px solid #000;border-radius:0;display:block;width:40px}._arrowIcon_1dthm_33{margin-top:5px;height:20px;width:20px;transform:rotate(90deg);transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._arrowIcon_1dthm_33._flip_1dthm_40{transform:rotate(-90deg)}._unclickable_1dthm_44{pointer-events:none}._container_n9q8h_1{position:fixed;bottom:10vh;right:8vw}._floatingButton_n9q8h_7{background:#006aff;border-radius:100%;color:#fff;font-size:2.4rem;height:70px;width:70px;-webkit-box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);box-shadow:0 4px 6px #32325d1c,0 1px 3px #00000014}@media only screen and (max-width: 900px){._floatingButton_n9q8h_7{height:60px;width:60px;font-size:1.2rem}}._agreeButton_evy4p_1{display:flex;align-items:center;font-weight:700}._disclaimer_evy4p_7{color:#525f7f;line-height:22px;margin-top:40px}._checkbox_evy4p_13{background:#fff;height:25px;width:25px;border:1px solid #e0e0e0;border-radius:inherit;margin-right:15px}._checkbox_evy4p_13._checked_evy4p_21{background:#000;border-color:#000;display:flex;align-items:center;justify-content:center}._checkIcon_evy4p_29{height:16px;width:16px;fill:#fff}._image_f8aiq_1{object-fit:cover}._checkbox_1ln3l_1{display:flex;align-items:center;position:relative}._checkbox_1ln3l_1>*{cursor:pointer;transition:all .1s ease-in-out 0s}._checkbox_1ln3l_1>input[type=checkbox]{background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;height:30px;margin:0;width:30px}._checkbox_1ln3l_1>input[type=checkbox]:checked{background-color:#000;border-color:#000}._label_1ln3l_23{margin-left:10px}._label_1ln3l_23._checked_1ln3l_26{font-weight:700}._checkIcon_1ln3l_30{position:absolute;fill:#fff;height:18px;width:18px;left:6px}._container_8i34p_1{margin-bottom:30px}._label_container_8i34p_5{align-items:baseline;display:flex;justify-content:space-between;line-height:140%;max-width:inherit;margin-bottom:10px}._label_8i34p_5{font-weight:500;margin-right:10px;white-space:pre-wrap}._character_count_8i34p_20{color:#525f7f;font-size:12px;font-weight:400}._character_count_8i34p_20._max_character_count_warning_8i34p_25{color:#fd5458!important;font-weight:500}._field_8i34p_30{border:1px solid #d4dae0;background:#fff;border-radius:8px;min-height:28px;padding:8px 16px;width:inherit}._field_8i34p_30>input,._field_8i34p_30 textarea{font-weight:500;padding:0}._field_8i34p_30>input{line-height:30px}._field_8i34p_30>textarea{line-height:24px}._field_8i34p_30._focused_8i34p_49{border-color:transparent;box-shadow:0 0 0 2px #000;-webkit-box-shadow:0 0 0 2px #000}._field_8i34p_30._invalid_8i34p_54{border-color:transparent;box-shadow:0 0 0 2px #fc8c32;-webkit-box-shadow:0 0 0 2px #fc8c32}._field_8i34p_30._readOnly_8i34p_59{background:#f5f7fa;border-color:#eef1f6}._input_8i34p_64{background:inherit;color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif";font-size:inherit;padding-top:0;width:100%}._input_8i34p_64::placeholder{color:#4f4f4f;opacity:.4}._footer_8i34p_77{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4;margin-top:10px;font-size:12px}._description_8i34p_86{color:#525f7f;font-weight:400;margin:0 10px 0 0}._error_text_8i34p_92{color:#fc8c32;text-align:right}._label_13k1s_1{font-weight:600;font-size:.85rem;margin-top:0}._optionsContainer_h0iod_1{display:flex;flex-wrap:wrap;margin-top:10px}._field_h0iod_7{margin-bottom:20px;max-width:30%;width:30%}._loadingSpinnerContainer_1wubk_1{display:flex;align-items:center;justify-content:center}._loadingSpinnerContainer_1wubk_1._top_1wubk_6{flex-direction:column}._loadingSpinnerContainer_1wubk_1._right_1wubk_9{flex-direction:row-reverse}._loadingSpinnerContainer_1wubk_1._bottom_1wubk_12{flex-direction:column-reverse}._loadingSpinnerContainer_1wubk_1._left_1wubk_15{flex-direction:row}._message_1wubk_19{font-size:1.2rem;line-height:25px;text-align:center}@keyframes _logoAnimationZoom_1wubk_1{0%{height:60px}25%{height:70px}50%{height:60px}75%{height:50px}to{height:60px}}@keyframes _logoAnimationSpin_1wubk_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _logoAnimationSlide_1wubk_1{0%{justify-content:center}25%{justify-content:flex-start}50%{justify-content:center}75%{justify-content:flex-end}to{justify-content:center}}._svgContainerWrapper_1wubk_67{width:100px;display:flex;justify-content:center}._svgContainer_1wubk_67{width:100px;height:100px;display:flex;justify-content:center;align-items:center;animation-iteration-count:infinite;animation-timing-function:linear}._svgContainer_1wubk_67._spin_1wubk_82{animation-duration:2s;animation-name:_logoAnimationSpin_1wubk_1}._svgContainer_1wubk_67._slide_1wubk_86{animation-duration:1s;animation-name:_logoAnimationSlide_1wubk_1}._svgIcon_1wubk_91{height:60px}._svgIcon_1wubk_91._zoom_1wubk_94{animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:1s;animation-name:_logoAnimationZoom_1wubk_1}._backButton_1h8hz_1{display:flex;align-items:center;color:#000;font-size:1rem;padding:.4rem 1rem .4rem 0}._backButton_1h8hz_1>svg{fill:#000;height:18px;margin-right:.6rem;width:18px;transform:rotate(180deg)}._overlay_1g3jh_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;z-index:9000}._modal_1g3jh_11{background:#fff;border:none;border-radius:8px;padding:0;outline:none;overflow:hidden;display:flex;flex-direction:column;height:fit-content;max-height:70vh;width:fit-content;min-width:30rem;position:fixed;top:0;left:0;right:0;bottom:0;margin:auto;z-index:9999}._contentContainer_1g3jh_33{flex-grow:1;overflow:auto;padding:30px 24px;padding-bottom:4rem}._disableContent_1g3jh_40{background:#e4e6eb;pointer-events:none}@media only screen and (max-width: 600px){._modal_1g3jh_11{border-radius:0!important;height:100%!important;max-height:100%!important;width:100%!important;min-width:100%!important}}._contentDescriptionContainer_1g3jh_54{background:#f9fbfd;border-bottom:1px solid #ebeef1;line-height:1.4;padding:1rem 24px}._title_1g3jh_61{font-size:14px;margin:0 0 .2rem}._contentDescription_1g3jh_54{font-size:14px;font-weight:500;margin:0}._overlay_1ucr6_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;z-index:9000}._modal_1ucr6_11{background:#fff;border:none;border-radius:8px;padding:0;outline:none;overflow:hidden;display:flex;flex-direction:column;height:fit-content;max-height:70vh;width:fit-content;min-width:30rem;position:fixed;top:0;left:0;right:0;bottom:0;margin:auto;z-index:9999}._contentContainer_1ucr6_33{flex-grow:1;overflow:auto;padding:30px 24px;padding-bottom:4rem}._disableContent_1ucr6_40{background:#e4e6eb;pointer-events:none}@media only screen and (max-width: 600px){._modal_1ucr6_11{border-radius:0!important;height:100%!important;max-height:100%!important;width:100%!important;min-width:100%!important}}._footer_container_1ucr6_54{background:#fff;border-top:1px solid #f0f2f6;display:flex;align-items:center;justify-content:flex-end;padding:12px 24px}._cancelButton_1ucr6_63,._submitButton_1ucr6_64{margin:0;min-width:90px;padding:10px 26px}._cancelButton_1ucr6_63{background:#fff!important;color:#000!important;margin-right:16px}._submitButton_1ucr6_64{font-weight:500}._overlay_1jmfx_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;z-index:9000}._modal_1jmfx_11{background:#fff;border:none;border-radius:8px;padding:0;outline:none;overflow:hidden;display:flex;flex-direction:column;height:fit-content;max-height:70vh;width:fit-content;min-width:30rem;position:fixed;top:0;left:0;right:0;bottom:0;margin:auto;z-index:9999}._contentContainer_1jmfx_33{flex-grow:1;overflow:auto;padding:30px 24px;padding-bottom:4rem}._disableContent_1jmfx_40{background:#e4e6eb;pointer-events:none}@media only screen and (max-width: 600px){._modal_1jmfx_11{border-radius:0!important;height:100%!important;max-height:100%!important;width:100%!important;min-width:100%!important}}._headerContainer_1jmfx_54{background:#fff;border-bottom:1px solid #f0f2f6;padding:12px 24px;position:sticky;position:-webkit-sticky;top:0;z-index:50}._header_content_1jmfx_64{justify-content:space-between;align-items:center;display:flex}._button_1jmfx_70,._close_button_1jmfx_70,._back_button_1jmfx_70{border:1px solid #ebeef1!important;box-shadow:none;min-height:34px;height:34px;margin:0;padding:0;min-width:34px;width:34px}._button_1jmfx_70:hover,._close_button_1jmfx_70:hover,._back_button_1jmfx_70:hover{filter:brightness(95%)}._back_button_1jmfx_70{margin-right:20px}._close_button_1jmfx_70{margin-left:20px}._close_button_1jmfx_70._invisible_1jmfx_91{visibility:hidden}._close_button_1jmfx_70._no_margin_left_1jmfx_94{margin-left:0}._cross_icon_1jmfx_98{fill:#000;height:12px;width:12px}._arrow_icon_1jmfx_104{fill:#000;height:14px;width:14px;transform:rotate(180deg)}._header_1jmfx_54{font-size:20px;font-weight:600;line-height:140%;margin:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;text-align:center}@media only screen and (max-width: 500px){._header_1jmfx_54{font-size:18px}}._overlay_sfu6y_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;z-index:9000}._modal_sfu6y_11{background:#fff;border:none;border-radius:8px;padding:0;outline:none;overflow:hidden;display:flex;flex-direction:column;height:fit-content;max-height:70vh;width:fit-content;min-width:30rem;position:fixed;top:0;left:0;right:0;bottom:0;margin:auto;z-index:9999}._contentContainer_sfu6y_33{flex-grow:1;overflow:auto;padding:30px 24px;padding-bottom:4rem}._disableContent_sfu6y_40{background:#e4e6eb;pointer-events:none}@media only screen and (max-width: 600px){._modal_sfu6y_11{border-radius:0!important;height:100%!important;max-height:100%!important;width:100%!important;min-width:100%!important}}._mobileNavbarIcon_1q70h_1{height:30px;width:30px}._adminContentContainer_uxh9s_1{height:fit-content;position:relative;padding:70px 50px 50px 300px;width:100%}._customerDesktop_uxh9s_8{padding:50px 20px 30px}._customerMobile_uxh9s_12{padding:0 20px 30px}._shopLogoAndName_uxh9s_16{display:flex;align-items:center}._shopLogoAndName_uxh9s_16>img{height:40px;margin-right:15px}._shopLogoAndName_uxh9s_16>h2{font-size:2rem;margin:0}._shopAddress_uxh9s_29{margin-bottom:5px}._shopAddress_uxh9s_29>a{text-decoration:none;color:#6fb9c1}._shopAddress_uxh9s_29>a:hover{text-decoration:underline}._hoursContainer_uxh9s_40{display:flex}._hoursText_uxh9s_44{margin-right:30px}@media only screen and (max-width: 930px){._adminContentContainer_uxh9s_1{padding-left:20px;padding-right:20px}}._navbarContainer_1dadg_1{height:100%}._navbarItemContainer_1dadg_5{background:none;border:none;border-radius:0;margin-bottom:.4rem;padding:.6rem 0;position:relative;justify-content:flex-start;width:100%}._navbarItemContainer_1dadg_5:hover{box-shadow:none}._navbarItemContainer_1dadg_5:hover ._navbarItemLabel_1dadg_18{color:#006aff}._navbarItemContainer_1dadg_5:hover ._iconContainer_1dadg_21>svg{fill:#006aff}._navbarItemContainer_1dadg_5._active_1dadg_24{border-right:3px solid #006AFF;color:#006aff}._navbarItemContainer_1dadg_5._active_1dadg_24>._navbarItemLabel_1dadg_18{color:#006aff}._navbarItemContainer_1dadg_5._active_1dadg_24>._iconContainer_1dadg_21>svg{fill:#006aff}._iconContainer_1dadg_21{height:16px;margin-right:12px;width:16px}._iconContainer_1dadg_21>svg{fill:#525f7f;height:inherit;width:inherit}._navbarItemLabel_1dadg_18{color:#525f7f;font-size:14px;text-transform:capitalize;white-space:nowrap}@media only screen and (max-width: 700px){._iconContainer_1dadg_21{height:18px;width:18px}._navbarItemLabel_1dadg_18{font-size:16px}}._container_k8am9_1{height:100%;padding:15px 0 30px;overflow:auto}._navigationOptionsContainer_k8am9_7{padding:0 0 0 1.2rem}._sectionsContainer_k8am9_11{padding-bottom:160px;overflow-y:auto}._section_k8am9_11{margin-bottom:15px;padding-bottom:5px}._generalSection_k8am9_21{display:none}._heading_k8am9_25{font-size:1rem;font-weight:600;margin:0 0 1rem;text-transform:capitalize}._link_k8am9_32{display:flex;text-decoration:none}._poweredBy_k8am9_37{background:#006aff;border-top:1px solid #d4dae0;padding:14px 0 10px;position:absolute;bottom:0;right:0;left:0}._support_k8am9_47{font-size:12px;padding:0 30px}._helpLinks_k8am9_52{align-items:center}._needHelp_k8am9_56{align-items:center;color:#fff;display:flex;margin:0 0 8px;text-decoration:none}._phoneIcon_k8am9_64{height:14px;margin-right:15px;width:14px;fill:#fff!important}._phoneIcon_k8am9_64 path{fill:#fff!important}._skipliContact_k8am9_75{font-size:.75rem;font-weight:700;margin:10px 0 0;display:flex;align-items:center;justify-content:center}._skipliContact_k8am9_75>svg{height:16px;width:16px;margin-right:8px}@media only screen and (max-width: 930px){._generalSection_k8am9_21{display:block}._heading_k8am9_25{font-size:18px}}._adminHeaderContainer_lrp0p_1{background:#24292e;width:100%;height:45px;position:fixed;right:0;z-index:200;left:0;top:0}._adminHeaderContent_lrp0p_12{color:#fff;display:flex;align-items:center;justify-content:space-between;height:inherit;padding:0 30px}._showMenu_lrp0p_21{display:block!important}._firstCol_lrp0p_25{width:30%}._skipliLogo_lrp0p_29{height:1.4rem;margin-top:2px}._skipliLogo_lrp0p_29>svg{height:inherit;width:inherit}._menuIconContainer_lrp0p_38{border-radius:0;height:45px;display:none;align-items:center;text-transform:capitalize;font-weight:700;white-space:nowrap}._menuIconContainer_lrp0p_38>svg{height:16px;width:16px;fill:#fff;margin-right:8px}._secondCol_lrp0p_54{width:65%}._secondColContent_lrp0p_58{display:flex;align-items:center;justify-content:flex-end}._secondColButton_lrp0p_64,._getUpdatesButton_lrp0p_64,._visitOnlineMenuButton_lrp0p_65,._shopInfoButton_lrp0p_66{background:transparent;border:none!important;display:flex;text-decoration:none;color:#fff;border-radius:6px;margin:auto 0;padding:6px 14px;text-transform:uppercase;white-space:nowrap}._secondColButton_lrp0p_64:hover,._getUpdatesButton_lrp0p_64:hover,._visitOnlineMenuButton_lrp0p_65:hover,._shopInfoButton_lrp0p_66:hover{background:#fff;color:#006aff}._secondColButton_lrp0p_64:hover ._secondColIcon_lrp0p_84>svg,._getUpdatesButton_lrp0p_64:hover ._secondColIcon_lrp0p_84>svg,._visitOnlineMenuButton_lrp0p_65:hover ._secondColIcon_lrp0p_84>svg,._shopInfoButton_lrp0p_66:hover ._secondColIcon_lrp0p_84>svg{fill:#006aff}._visitOnlineMenuButton_lrp0p_65{display:flex;align-items:center}._secondColIcon_lrp0p_84{height:16px;margin-right:8px;width:16px}._secondColIcon_lrp0p_84>svg{fill:#fff;height:inherit;width:inherit}._shopName_lrp0p_106{max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._menuContainer_lrp0p_113{background-color:#f9fbfd;position:fixed;bottom:0;top:45px;width:250px;z-index:180}@media only screen and (max-width: 930px){._adminHeaderContent_lrp0p_12{padding:0 10px}._firstCol_lrp0p_25{width:40%}._menuIconContainer_lrp0p_38{display:flex}._menuContainer_lrp0p_113{display:none;z-index:300;width:100%}._skipliLogo_lrp0p_29,._getUpdatesButton_lrp0p_64,._visitOnlineMenuButton_lrp0p_65{display:none}}._container_wf9i5_1{border-bottom:1px solid #dddddd;padding:20px 0}._itemCount_wf9i5_6{background:#000;border-radius:100px;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.8rem!important;margin-bottom:12px;height:30px;width:30px}._itemCount_wf9i5_6>svg{fill:#fff;height:10px;margin-left:2px;margin-top:2px;transform:rotate(45deg);width:10px}._itemInCart_wf9i5_28{display:flex;align-items:flex-start;justify-content:space-between}._itemInCart_wf9i5_28._magnified_wf9i5_33 *{font-size:1.2rem;text-transform:lowercase}._itemInCart_wf9i5_28._magnified_wf9i5_33 *>._itemName_wf9i5_37{font-weight:700}._itemInCart_wf9i5_28._magnified_wf9i5_33 *>._itemExtraInfo_wf9i5_40{line-height:25px}._itemInfoColumn_wf9i5_44{width:80%;max-width:80%;text-align:left}._quantity_wf9i5_50{width:20px;background:#0b2135;color:#fff;margin:0;border-radius:2px;height:20px;text-align:center;font-weight:700}._itemDetailsColumn_wf9i5_61{line-height:1rem;padding-right:10px;text-align:left}._itemName_wf9i5_37{font-weight:700;line-height:22px}._itemExtraInfo_wf9i5_40{margin-top:.8rem;word-wrap:break-word}._customerInstruction_wf9i5_77{margin-top:10px}._itemAddition_wf9i5_81{color:#525f7f;font-weight:400;margin-right:.4rem}._ifSoldOut_wf9i5_87{font-size:.75rem;color:#828282;font-weight:700;margin:5px 0 0}._priceCol_wf9i5_94{max-width:20%;width:20%;text-align:right}._discount_amount_wf9i5_100{color:#009459;font-size:13px;margin-top:4px}@media only screen and (max-width: 700px){._itemInCart_wf9i5_28{flex-direction:column}._itemInfoColumn_wf9i5_44{max-width:100%;width:100%}._priceCol_wf9i5_94{margin-top:12px;max-width:100%;width:100%;text-align:left}}._heading_1qvwe_1{align-items:center;display:flex;flex-wrap:wrap}._headingText_1qvwe_7{font-weight:600;line-height:1.4rem;margin-right:16px;margin-bottom:.6rem}._sign_1qvwe_14,._optionalSign_1qvwe_14,._requiredSign_1qvwe_14{border-radius:100px;font-size:.7rem;margin-bottom:.6rem;padding:4px 8px;text-transform:uppercase}._requiredSign_1qvwe_14{background:#006aff;color:#fff}._optionalSign_1qvwe_14{background:#e4e6eb}._optionsContainer_1qvwe_31{display:flex;align-items:flex-start;flex-wrap:wrap;margin-top:.6rem}._option_1qvwe_14{cursor:pointer;margin:0 20px 20px 0}._option_1qvwe_14._has_border_1qvwe_42{border:2px solid #d4dae0;border-radius:10px;padding:10px;align-content:stretch}._option_1qvwe_14._has_border_1qvwe_42._selected_1qvwe_48{border-color:#006aff}._confirmButton_1ppgg_1{margin-left:0}._heroImageContainer_n3000_1{background:#ffe3e3;margin:-25px -30px 0;padding:2.2rem 1.6rem}._heroImageContent_n3000_7{display:flex;justify-content:space-between;max-width:1200px;margin:auto}._heroImageText_n3000_14{width:46%}._heroImageText_n3000_14>h1{font-size:2.2rem}._heroImageText_n3000_14>p{font-size:1.1rem;line-height:1.6rem}._heroImg_n3000_25{height:18rem}._getStartedButton_n3000_29{background:#ef5155;color:#fff;margin:2rem auto auto 0}._howItWorksContainer_n3000_35{max-width:36rem;margin:auto;padding:2.4rem 1.6rem;text-align:center}._howItWorksContainer_n3000_35>h2{font-size:1.6rem}._howItWorksContainer_n3000_35>p{font-size:1rem;line-height:1.4rem;margin-bottom:3rem}._howItWorksItem_n3000_50{border-bottom:1px solid #d6d6d6;align-items:center;display:flex;margin-bottom:1.8rem;padding-bottom:1.8rem}._howItWorksItem_n3000_50>img{margin-right:1rem;width:4.4rem}._howItWorksItem_n3000_50:last-child{border-bottom:none}._fieldsContainer_ajrkx_1{display:flex;flex-wrap:wrap}._field_ajrkx_1{margin:0 15px 15px 0;width:46%}._image_ajrkx_11{border-radius:4px;height:100px;object-fit:contain;width:100px}._createCouponButton_ajrkx_18{background:#006aff;color:#fff;font-size:1.2rem;display:flex;align-items:center;justify-content:center;border-radius:18px;height:45px;width:260px;padding:0 20px;margin:auto auto 20px}._coupon_ajrkx_32,._activeCoupon_ajrkx_32{display:flex;justify-content:space-between;padding:10px;border-radius:6px;color:#fff;margin-bottom:10px}._couponDescription_ajrkx_41{font-size:.9rem;margin:0}._activeCoupon_ajrkx_32{background:#006aff}._editIcon_ajrkx_50{fill:#fff;height:16px;width:16px}@media only screen and (max-width: 600px){._field_ajrkx_1{width:100%}}._removeButton_5fmj7_1{color:#000c;height:16px;width:16px}._fieldsContainer_5fmj7_7{display:flex;flex-wrap:wrap}._field_5fmj7_7{margin:0 15px 15px 0;width:46%}._radioBtnContainer_5fmj7_17{display:flex;flex-direction:column;margin-right:20px}._placeholder_container_1ra1u_1{padding:5px 10px;border:1px solid #d4dae0;border-radius:8px}._label_container_1ra1u_7{align-items:baseline;display:flex;justify-content:space-between;line-height:140%;max-width:inherit;margin-top:6px;margin-right:6px}._select_time_container_1ra1u_17{display:flex}._modal_1ra1u_21{min-width:10rem}._box_s8t0w_1{margin-bottom:50px}._input_container_s8t0w_5{display:flex;align-items:center;flex-wrap:wrap}._review_link_s8t0w_11{margin:0 30px 20px 0}._text_field_s8t0w_15{width:450px}._buttons_s8t0w_19{display:flex;margin-bottom:20px}._button_s8t0w_19{color:#006aff;margin-right:16px;padding:.8rem}._button_s8t0w_19>svg{fill:#006aff;height:16px;margin-right:10px;width:16px}@media only screen and (max-width: 800px){._review_link_s8t0w_11{margin-right:0}._text_field_s8t0w_15{width:72vw}._button_s8t0w_19{border-radius:10px;font-size:.9rem;padding:8px 16px}}._container_filter_23975_1{align-items:center;display:flex;flex-wrap:wrap;font-size:15px}._table_23975_8{border:none!important;box-shadow:none!important}._option_23975_13{padding:8px 12px;cursor:pointer}._option_23975_13:hover{background-color:#f0f0f0}._selectedOption_23975_22{margin-top:10px;color:#333}._elementContainer_23975_27{margin:0 20px 20px}._button_select_23975_31{right:0}._button_select_change_23975_35{position:fixed;top:50px;z-index:100;right:0}._containerButton_23975_42{display:flex;justify-content:space-between}._button_23975_31{background:#fff!important;border:1px solid #ccc!important;height:34px!important;padding:0 14px}._expandOrdersButton_23975_54{background:#ff0029!important;border:1px solid #ccc!important;height:34px!important;padding:0 14px;border-radius:6px;box-shadow:none;color:#fff;font-weight:600}._expandOrdersButton_23975_54:hover{box-shadow:none}._expandOrdersButton_23975_54>svg{fill:#fff}._no_reviews_found_container_23975_71{text-align:center}._no_reviews_found_container_23975_71>p{line-height:22px;margin-bottom:4rem}._no_reviews_found_img_23975_79{width:400px}._rating_column_23975_83{padding-left:1rem;width:14%!important}._comment_column_23975_88{padding-right:40px;width:46%!important}._uuid_column_23975_93{width:26%!important}._created_at_column_23975_97{width:14%!important}._rating_img_23975_101{height:2rem;width:2rem}@media only screen and (max-width: 900px){._no_reviews_found_img_23975_79{width:240px}}._fixed_position_fg8ps_1{position:fixed;right:0;top:51px;z-index:100}._content_fg8ps_8{align-items:center;display:flex;flex-wrap:wrap}._element_container_fg8ps_14{margin:0 20px 0 0}._sort_button_fg8ps_18{height:34px!important;padding:0 14px}._sort_button_fg8ps_18>svg{fill:#006aff;height:16px;margin-right:10px;width:16px}._date_range_picker_fg8ps_29{height:34px!important}._tab_fg8ps_33{align-items:center;border-radius:0;display:flex;justify-content:center;height:34px!important;margin:0!important}._tab_fg8ps_33:first-of-type{border-radius:8px 0 0 8px}._tab_fg8ps_33:last-of-type{border-radius:0 8px 8px 0}._tab_fg8ps_33>svg{height:15px;width:15px}._tab_fg8ps_33._selected_fg8ps_51{border-color:#006aff}._selected_fg8ps_51>svg{fill:#fff}._modal_fg8ps_59{border-radius:0;height:100vh;left:auto;max-height:100vh;right:0}._label_for_tabs_fg8ps_67{margin-bottom:14px}._sort_date_tabs_fg8ps_71{margin-bottom:26px}._modal_1oshf_1{height:500px;width:800px}._modal_content_container_1oshf_6{padding:40px}._infoRow_1oshf_10{display:flex;align-items:flex-start;line-height:1.4;margin-bottom:20px;text-align:justify}._label_1oshf_18{color:#697386;min-width:12rem}._review_id_1oshf_23{color:#006aff;font-weight:600}._container_1yqd1_1{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:50px;max-width:1400px;margin:auto}._review_card_1yqd1_9{border:1px solid #ebeef1;border-radius:8px;cursor:pointer}._review_card_1yqd1_9:hover{border-color:#000}._header_1yqd1_18{background:#f9fbfd;border-radius:8px 8px 0 0;padding:14px 20px}._content_container_1yqd1_24{border-bottom:1px solid #ebeef1;line-height:1.4;padding:20px}._comment_1yqd1_30,._reviewer_name_1yqd1_31{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;white-space:normal}._comment_1yqd1_30{-webkit-line-clamp:4}._footer_1yqd1_43{font-size:13px;display:flex;justify-content:space-between;line-height:1.4;opacity:.5;padding:20px}._reviewer_name_1yqd1_31{max-width:50%;-webkit-line-clamp:2}._read_more_button_1yqd1_57{color:#006aff;margin-top:10px}@media only screen and (max-width: 1400px){._container_1yqd1_1{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 1000px){._container_1yqd1_1{grid-template-columns:repeat(1,1fr)}}._container_19q89_1{display:flex;flex-wrap:wrap;justify-content:space-between}._rating_statistics_box_19q89_7{margin-bottom:50px;width:620px}._box_header_container_19q89_12{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}._title_header_19q89_19{font-size:20px;font-weight:500;margin:0}._reviews_count_19q89_25{font-size:15px;opacity:.6}._rating_statistics_inner_box_19q89_30{border:none}._rating_statistics_inner_box_19q89_30:first-child{background-color:#ffe2e5}._rating_statistics_inner_box_19q89_30:nth-child(2){background-color:#fff4de;margin-left:20px}._rating_statistics_inner_box_19q89_30:nth-child(3){background-color:#dcfce7;margin-left:20px}._rating_19q89_7{padding:0;margin:5px 0}._count_review_box_19q89_50{font-size:14px;margin:5px 0}._icon_19q89_55{align-items:center;background:#fa5a7d;border-radius:100px;display:flex;justify-content:center;height:35px;margin-bottom:10px;width:35px}._count_review_percent_19q89_66{font-size:11px;opacity:.8}._chart_box_19q89_71{margin-bottom:50px;width:620px}@media only screen and (max-width: 1400px){._rating_statistics_box_19q89_7,._chart_box_19q89_71{width:100%}}._container_1kwb6_1{font-size:.86rem;margin-bottom:1.6rem}._notice_1kwb6_6{background:#e4e6eb;border-radius:10px;color:#000;cursor:pointer;padding:.6rem 1rem;align-items:center;display:flex;justify-content:space-between}._notice_1kwb6_6._expanded_1kwb6_16{border-radius:10px 10px 0 0}._title_1kwb6_20{align-items:center;display:flex}._title_1kwb6_20>svg{fill:#000;height:1rem;margin-right:.6rem;width:1rem}._learnMore_1kwb6_31{border-bottom:1px solid #000000}._content_1kwb6_35{border:2px solid #e4e6eb;border-top:none;border-radius:0 0 10px 10px;font-weight:400;line-height:1.2rem;padding:1rem}._example_1kwb6_44{font-weight:500;margin-top:1rem}._searchText_1kwb6_49{background:#d4dae0;border-radius:6px;margin:.4rem 0 1rem;padding:.2rem .6rem;width:fit-content}._backButton_1oulg_1{background:none;border:none;margin-bottom:20px;padding:.6rem .6rem .6rem 0}._backButton_1oulg_1:hover{box-shadow:none}._backButton_1oulg_1>svg{height:18px;margin-right:10px;width:18px;transform:rotate(180deg)}._choice_type_1oulg_17{display:flex}._marginRadioGroup_1oulg_21{margin-bottom:2px}._choice_type_title_1oulg_25{margin-right:20px;margin-top:10px}._headingClassname_1oulg_30{display:none}._searchInput_1oulg_34{display:flex}._inputField_1oulg_38{width:calc(100% - 48px)}._glassIcon_1oulg_42{background:#eb1700;height:48px;margin-left:1rem;padding:0;width:48px;min-width:48px}._glassIcon_1oulg_42>svg{fill:#fff;height:1rem;width:1rem}._loading_1oulg_56,._tooManyResults_1oulg_56{background:#f9fbfd;border:1px solid #d4dae0;border-radius:10px;font-weight:400;line-height:1.4rem;margin-top:2rem;padding:1rem;text-align:center}._tooManyResults_1oulg_56{text-align:left}._matchedShops_1oulg_71{margin-top:2rem}._shop_1oulg_75{border:2px solid #d4dae0;color:#000;justify-content:space-between;margin-top:1.2rem;padding:.8rem 1.4rem;width:100%}._shop_1oulg_75:hover{border-color:#006aff;box-shadow:none}._shopInfo_1oulg_88{line-height:1.2rem;padding-right:1.4rem;text-align:left}._shopAddress_1oulg_94{font-size:.8rem;font-weight:400;margin-top:.4rem}._select_1oulg_100{align-items:center;display:flex}._select_1oulg_100>svg{height:1.2em;margin-left:.6rem;width:1.2rem}._needHelp_1oulg_110{margin-top:2rem}._needHelp_1oulg_110>p{color:#525f7f}._skipliContact_1oulg_117{align-items:center;display:flex;flex-wrap:wrap}._callButton_1oulg_123{display:flex;align-items:center;color:#000;font-size:.8rem;margin-right:1rem;text-decoration:none}._callButton_1oulg_123>svg{fill:#000;height:.8rem;margin-right:.4rem;width:.8rem}@media only screen and (max-width: 500px){._shop_1oulg_75{align-items:flex-start;flex-direction:column}._shopInfo_1oulg_88{padding-right:0}._select_1oulg_100{margin-top:.6rem}}._buttons_8b26p_1{display:flex;justify-content:center;margin-top:30px}._button_8b26p_1,._remove_photo_button_8b26p_7,._updatePictureBtn_8b26p_7{height:42px;margin:0;width:46%}._updatePictureBtn_8b26p_7{background:#006aff;color:#fff;font-weight:700}._remove_photo_button_8b26p_7{background:#e4e6eb;color:#eb1700;margin-left:10px}._icon_8b26p_25,._close_icon_8b26p_25,._add_photo_icon_8b26p_25{height:20px;margin-right:10px;width:20px}._icon_8b26p_25>svg,._close_icon_8b26p_25>svg,._add_photo_icon_8b26p_25>svg{height:inherit;width:inherit}._add_photo_icon_8b26p_25{height:16px;fill:#fff;transform:rotate(-90deg);width:16px}._close_icon_8b26p_25{height:14px;fill:#eb1700;width:14px}._selectPhotoContainer_8b26p_48{background:#006aff1a;border-radius:10px;border:2px solid #006AFF;border-style:dashed;margin:20px 0;padding:20px 10px 0 20px}._selectPhotoInput_8b26p_57{display:flex;align-items:center;justify-content:center}._fileInput_8b26p_63{cursor:pointer;display:flex;flex-direction:column;align-items:center;width:100%}._fileInput_8b26p_63>input{visibility:hidden}._selectFileBtnContainer_8b26p_74{display:flex;align-items:center;width:100%}._selectFileBtn_8b26p_74{background:#006aff;border-radius:6px;color:#fff;font-size:1rem;margin-right:15px;padding:8px 0;width:90px;text-align:center}._fileName_8b26p_91{width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._cancelSelectFile_8b26p_98{background:#fff;color:#000;margin:10px 0 30px}._cancelSelectFile_8b26p_98>svg{height:16px;width:16px;transform:rotate(180deg);margin-right:10px}._confirm_remove_button_8b26p_110,._cancel_remove_button_8b26p_111{width:240px}._confirm_remove_button_8b26p_110{background:#eb1700;color:#fff;font-weight:700;margin:20px auto}._cancel_remove_button_8b26p_111{background:#e4e6eb;color:#000;margin:auto}._listContainer_1pcpj_1{flex-wrap:wrap;display:flex;justify-content:space-between;margin:20px 0}._elementContainer_1pcpj_8{margin:0 0 30px;width:48%}._menus_icon_1pcpj_13{border:2px solid #000;border-radius:100px;height:40px;margin:auto auto 20px;width:40px;padding:24px}._menus_icon_1pcpj_13>svg{fill:#000;height:inherit;width:inherit}@media only screen and (max-width: 1100px){._elementContainer_1pcpj_8{margin-right:0;width:100%}}._chip_18jrw_1{height:60px}._chipHelperButton_18jrw_5{height:60px;max-width:60px;min-width:60px}._chipName_18jrw_11{font-weight:500;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:inherit}._pencilIcon_18jrw_20{fill:#000000b3;height:20px;width:20px}._chipContainer_18jrw_26{position:relative}._badge_18jrw_30,._elementsCounter_18jrw_30,._price_18jrw_30{background:#f0f2f6;border-radius:8px;font-size:12px;font-weight:500;padding:4px 8px;text-transform:lowercase;width:fit-content}._signsContainer_18jrw_40{display:flex;align-items:center;font-size:.9rem;font-weight:700;margin:auto;position:absolute;right:0;left:0;width:fit-content;text-align:center}._sign_18jrw_40,._archivedSign_18jrw_53,._onSaleSign_18jrw_53,._soldOutSign_18jrw_53{border-radius:0 0 6px 6px;font-size:.7rem;font-weight:600;margin:0 5px;padding:0 10px;text-transform:uppercase}._soldOutSign_18jrw_53{background:#fd5458;color:#fff}._onSaleSign_18jrw_53{background:#fc8c32;color:#fff}._archivedSign_18jrw_53{background:#0b2135;color:#fff}._chipDescription_ewppj_1{display:flex;align-items:center;text-transform:capitalize}._chipDescription_ewppj_1>div{margin-right:10px}._addPhotoIcon_ewppj_10{height:30px;width:inherit}._groupImage_ewppj_15{border-top-left-radius:4px;border-bottom-left-radius:4px;height:54px;width:54px}._chipDescription_1fy97_1{display:flex;align-items:center;text-transform:capitalize}._chipDescription_1fy97_1>div{margin-right:10px}._addPhotoIcon_1fy97_10{height:30px;width:inherit}._chipDescription_ftgn6_1{display:flex;align-items:center;text-transform:capitalize}._chipDescription_ftgn6_1>div{margin-right:10px}._chipLabel_ftgn6_10{padding-left:20px}._chipDescription_11zrx_1{display:flex;align-items:center;text-transform:capitalize}._chipDescription_11zrx_1>div{margin-right:10px}._moduleContainer_1jiif_1{border-top:1px solid #d4dae0;margin-bottom:25px;padding-top:20px}._moduleTitleContainer_1jiif_7{display:flex;align-items:center}._moduleTitle_1jiif_7{font-size:1.3rem;margin:0 20px 0 0}._moduleDescription_1jiif_17{margin-bottom:30px;text-align:left}._addButton_1jiif_22{margin-bottom:40px}._addButton_1jiif_22>svg{fill:#fff;height:12px;margin-right:10px;width:12px}._arrowIcon_1jiif_32{height:20px;width:20px;transform:rotate(90deg);transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._arrowIcon_1jiif_32._flip_1jiif_38{transform:rotate(-90deg)}._removeButton_1jiif_42{fill:#fd5458;height:16px;width:16px}._overlay_1002r_1{z-index:2000}._modalBox_1002r_5{height:28rem;width:36rem;border-radius:8px}._headingContainer_1002r_11{background:#006aff;color:#fff;padding:1rem 2rem}._headingContainer_1002r_11._error_1002r_16{background:#fd5458}._headingContainer_1002r_11._info_1002r_19,._headingContainer_1002r_11._success_1002r_22{background:#006aff}._headingContainer_1002r_11._warning_1002r_25{background:#fc8c32}._closeModalBtn_1002r_29{background:#fff;height:1.6rem;width:1.6rem;margin-right:0;margin-bottom:.2rem;min-width:1.6rem;min-height:1.6rem;padding:0}._closeModalBtn_1002r_29>svg{fill:inherit;height:.6rem;width:.6rem}._heading_1002r_11{font-size:1.4rem;margin:0}._description_1002r_50{margin-top:.4rem;line-height:1.4rem}._content_1002r_55{padding:2rem}@media only screen and (max-width: 700px){._modalBox_1002r_5{height:60vh!important;width:90vw}._headingContainer_1002r_11{padding:.6rem 1.4rem}._content_1002r_55{padding:2rem 1.4rem}}._option_14o05_1{margin-right:0;margin-bottom:12px;width:50%}._input_14o05_7{margin:.6rem 0 2rem}._container_1h7ot_1{background:#f9fbfd;border-top:1px solid #d4dae0;border-bottom:1px solid #d4dae0;margin:.6rem -1.6rem 1.8rem;padding:1rem 1.6rem}._notice_1h7ot_9{line-height:1.2rem}._checkboxOption_d7x7a_1{margin-right:0;margin-bottom:20px;width:100%}._checkboxOptionLabel_d7x7a_7{display:flex;justify-content:space-between;width:30rem}._itemName_d7x7a_13{line-height:140%;margin-right:1rem}._checkboxDescription_d7x7a_18{color:#000}._buttons_d7x7a_22{align-items:center;display:flex;flex-wrap:wrap;margin-top:1rem}._cancelButton_d7x7a_29,._submitButton_d7x7a_30{padding:.6rem 3rem}._cancelButton_d7x7a_29{margin:0 .6rem 0 auto}._submitButton_d7x7a_30{margin:0 auto 0 .6rem}._confirmCheckbox_d7x7a_42{height:20px!important;min-width:20px!important}@media only screen and (max-width: 600px){._checkboxOptionLabel_d7x7a_7{width:80vw}._buttons_d7x7a_22{flex-direction:column-reverse}._cancelButton_d7x7a_29,._submitButton_d7x7a_30{margin:auto;width:16rem}._submitButton_d7x7a_30{margin-bottom:1rem}}._refundRequest_f0pj3_1{background:#f9fbfd;border-bottom:1px solid #d4dae0;margin:0 -1.6rem;padding:1rem 1.6rem}._requestId_f0pj3_8{font-weight:700;margin-bottom:.8rem}._infoRow_f0pj3_13{display:flex;align-items:center;font-size:.86rem;margin-top:.4rem}._label_f0pj3_20{color:#697386;text-transform:capitalize;width:5rem}._buttons_f0pj3_26{align-items:center;display:flex;flex-wrap:wrap;margin-top:2rem}._cancelButton_f0pj3_33,._submitButton_f0pj3_34{padding:.6rem 3rem}._cancelButton_f0pj3_33{margin:0 .6rem 0 auto}._submitButton_f0pj3_34{margin:0 auto 0 .6rem}@media only screen and (max-width: 500px){._buttons_f0pj3_26{flex-direction:column-reverse}._cancelButton_f0pj3_33,._submitButton_f0pj3_34{margin:auto;width:16rem}._submitButton_f0pj3_34{margin-bottom:1rem}}._modal_1wsyu_1{border-radius:0;height:100vh;max-height:100vh;margin-right:0;width:36rem}._orderInfo_1wsyu_9{display:flex;flex-wrap:wrap;margin-top:.2rem}._orderInfo_1wsyu_9>div{line-height:1.6rem;margin-right:1.2rem}._modalBox_1qddh_1{height:85vh;width:800px}._modalContainer_1qddh_6{padding:20px 40px 100px}._modalTitle_1qddh_10{font-size:1.3rem;margin:20px 0 0}._businessNameWarning_1qddh_15{background:#fc8c32;border-radius:4px;font-weight:700;margin-bottom:30px;padding:10px 20px}._sectionTitle_1qddh_23{font-size:1rem}._fields_1qddh_27{display:flex;flex-wrap:wrap;margin-top:20px}._input_1qddh_33{margin:0 20px 15px 0;width:46%}._submitBtn_1qddh_38{background:#006aff;color:#fff;font-weight:700;margin-right:40px;padding:10px;width:150px}@media only screen and (max-width: 800px){._modalBox_1qddh_1{width:90vw}._input_1qddh_33{margin-right:0;width:100%}}@media only screen and (max-width: 700px){._modalBox_1qddh_1{border-radius:0;height:95vh;width:100vw}._modalContainer_1qddh_6{padding:20px 25px 100px}._modalTitle_1qddh_10{text-align:left}}._modalOverlay_qv03z_1{background:#00000080}._modalBoxClassname_qv03z_5{width:46rem}._modalContentContainer_qv03z_9{text-align:center}._phoneNumberConfirmation_qv03z_13{margin-bottom:2rem}._phoneNumberConfirmation_qv03z_13>h3{color:#535556;font-size:1.2rem;margin:0}._phoneNumberConfirmation_qv03z_13>p{color:#535556;margin:10px 0 0}._storeMsg_qv03z_26{background:#dfdfdf;border-radius:20px;padding:20px 40px;min-height:100px;font-size:1.6rem;font-weight:700;line-height:40px;margin-bottom:2rem;display:flex;align-items:center;justify-content:center}._resendTextMsg_qv03z_40{margin-top:15px}._resendTextMsg_qv03z_40>p>strong{cursor:pointer;text-decoration:underline}._resendTextMsg_qv03z_40>button{background:#006aff;color:#fff;font-weight:700;padding:8px 20px}._skipli_logo_1kjzi_1{height:32px;margin-bottom:5vh;text-align:center;width:auto}._skipli_logo_1kjzi_1>svg{height:inherit;width:inherit}._phoneNumberForm_1kjzi_12{text-align:center;width:inherit}._phoneNumberForm_1kjzi_12>p>span{font-weight:700}._phoneNumberField_1kjzi_20{margin-bottom:2rem}._field_1kjzi_24{background:#fff3!important;border:none}._input_1kjzi_29{background:transparent;font-size:1.5rem;font-weight:700;text-align:center;color:#fff;margin:5px 0}._input_1kjzi_29::placeholder{color:#fff;font-size:1.3rem;font-weight:500;opacity:.8}._label_1kjzi_44{font-size:1.2rem;font-weight:700}._submitBtn_1kjzi_49{background:#fff;color:#000;font-size:20px;margin-top:50px;padding:18px 0;width:100%}._shopLogo_1kjzi_58{height:50px}._disclaimer_1kjzi_62{color:#fff;font-size:12px;line-height:140%;margin-top:5vh;text-align:center}._deactivateCodeInput_ccfry_1{margin:auto}._modal_1ifhm_1{background:#fff;border-radius:0;height:100vh;max-height:100vh;width:100%;max-width:100%}._contentContainer_1ifhm_10{display:flex;justify-content:space-between;padding:0}._close_guest_checkin_button_1ifhm_16{position:absolute;background:#fff;height:30px;width:30px!important;min-width:30px;display:flex;align-items:center;justify-content:center;left:14px;top:14px;z-index:9999}._close_guest_checkin_button_1ifhm_16>svg{height:14px;width:14px}._adContainer_1ifhm_34{height:inherit;text-align:center;width:60%}._shop_name_1ifhm_40{border-bottom:1px solid #d4dae0;font-size:18px;font-weight:400;opacity:.6;margin:18px 30px;padding-bottom:20px;text-align:center}._title_1ifhm_50,._reward_message_1ifhm_51{padding:0 30px}._title_1ifhm_50{font-size:8vw;font-weight:600;line-height:100%;margin-bottom:0;text-align:center}._reward_message_1ifhm_51{font-size:3vw;font-weight:400;margin-top:30px;margin-bottom:5vh;opacity:.6;text-align:center}._illustration_image_1ifhm_72{width:86%}._checkInContainer_1ifhm_76{background:#006aff;height:inherit;padding:30px;width:40%}._foodGridImage_1ifhm_83{background-color:#f1f3f7;height:inherit}._foodGridImage_1ifhm_83>svg{height:inherit;width:inherit}._modalBox_12ydq_1{width:500px}._heading_12ydq_5{text-align:center;margin:0rem}._paragraph_12ydq_10{font-weight:400;line-height:1.4rem;margin:1rem 0;text-align:justify}._centerWrapper_12ydq_17{display:flex;justify-content:center;margin-top:2rem}._benefitContainer_12ydq_23{display:flex;align-items:center;font-size:1rem;margin-bottom:1.2rem}._benefitIcon_12ydq_30{height:5rem;margin-right:1.2rem;width:5rem}._benefitIcon_12ydq_30>svg{height:inherit;width:inherit}._largeCenterModalBox_m5z0m_1{border-radius:0;height:100vh;margin-right:0;max-height:100vh;width:70vw}._heading_m5z0m_9{align-items:center;flex-wrap:wrap}._headingText_m5z0m_14{font-weight:600;line-height:1.4rem;margin-right:16px;margin-bottom:.8rem}._arrow_icon_time_m5z0m_21{height:14px;margin:0 10px;opacity:.6;width:14px}._arrow_icon_time_m5z0m_21>svg{height:inherit;width:inherit}._has_border_style_m5z0m_32{width:130px;font-size:14px}._time_pickers_group_m5z0m_37{align-items:center;display:flex;margin-right:14px}._time_picker_m5z0m_37{background:#fff;border:1px solid #d4dae0;border-radius:8px;padding:0 10px;height:40px}._time_picker_m5z0m_37>div{border:none!important}._largeCenterModalContainer_m5z0m_54{background:#fff;padding:30px 30px 100px}._confirmArchiveModalBox_m5z0m_59{height:360px;width:400px}._confirmArchiveModalContainer_m5z0m_64{padding:10px 20px}._moduleTitle_m5z0m_68{font-size:1.3rem}._moduleDescription_m5z0m_72{margin-bottom:30px}._formField_m5z0m_76{margin-bottom:25px}._radioForm_m5z0m_80{margin-bottom:15px}._confirmArchiveTitle_m5z0m_84{font-size:16px;line-height:30px;margin:0 0 20px}._button_m5z0m_90,._archiveButton_m5z0m_90,._saveButton_m5z0m_90{color:#fff;font-size:.9rem;font-weight:600;margin-top:60px;height:40px;width:120px}._saveButton_m5z0m_90{font-weight:700;margin-left:0;width:150px}._archiveButton_m5z0m_90{background:#fc8c32;left:180px;bottom:100px;padding:0 30px;position:relative;width:auto}._archiveButton_m5z0m_90._unarchive_m5z0m_113{background:#0b2135}._addComponentsButton_m5z0m_117{background:#f7f7f7;padding:6px 12px;margin-bottom:20px}._addComponentsButton_m5z0m_117:hover{background:#e5e5e5}._confirmArchiveButton_m5z0m_126{background:#fd5458}._smallButton_m5z0m_130,._removeButton_m5z0m_130,._selectButton_m5z0m_130{color:#fff;margin-bottom:35px;height:30px;width:85px}._selectButton_m5z0m_130{background:#006aff}._removeButton_m5z0m_130{background:#f7f7f7;color:#000}._removeButton_m5z0m_130:hover{background:#e5e5e5}@media only screen and (max-width: 600px){._largeCenterModalContainer_m5z0m_54{padding:30px 20px 100px}}._checkbox_1qvrz_1,._checkbox_cbpl5_1{margin-bottom:21px}._check_box_container_cbpl5_5{display:flex;justify-content:space-between}._label_see_message_cbpl5_10{cursor:pointer;color:#006aff;display:flex;margin-top:10px}._icon_cbpl5_17,._eyeIcon_cbpl5_17{fill:#006aff;height:15px;margin-right:8px;width:15px}._eyeIcon_cbpl5_17{height:20px;width:20px}@media only screen and (max-width: 700px){._modalBox_cbpl5_30{height:70vh!important}._check_box_container_cbpl5_5{display:block}._label_see_message_cbpl5_10{margin-top:.8rem}._submitButton_cbpl5_39{margin-top:.8rem;width:100%}}._modalBoxClassname_7t90p_1{border-radius:0;height:100vh;max-height:100vh;margin:0 0 0 auto;width:400px}._imageContainer_7t90p_9{margin:20px 0;text-align:center}._image_7t90p_9{border-radius:8px;height:300px;max-width:100%}._saveButton_7t90p_20{background:#006aff;color:#fff;font-size:1rem;margin:30px 0 0;width:100%}@media only screen and (max-width: 700px){._modalBoxClassname_7t90p_1{width:100vw}}._inputField_j6jdy_1{margin-bottom:1rem}._woflowPortalLink_j6jdy_5{color:#006aff;font-size:14px;text-decoration:none}._findMenuButton_j6jdy_11{margin-top:2rem;padding:.8rem;width:100%}._overlay_1llvr_1{top:0;z-index:999}._modalClassname_1llvr_6{border-radius:0;height:100vh;max-height:100vh;width:100vw}._header_1llvr_13{align-items:center;background:#fff;border-bottom:1px solid #d4dae0;display:flex;justify-content:space-between;margin-bottom:3rem;padding:1rem 2rem;position:sticky;top:0;z-index:1000}._stepContent_1llvr_26{margin:auto;padding-bottom:6rem}._stepContent_1llvr_26._step1_1llvr_30{max-width:30rem}._stepContent_1llvr_26._step2_1llvr_33{max-width:80%}._stepContent_1llvr_26._step3_1llvr_36{max-width:30rem}._footer_1llvr_40{background:#fff;border-top:1px solid #d4dae0;bottom:0;left:0;padding:1rem 0;position:fixed;right:0;z-index:1000}._footerContent_1llvr_51{display:flex;justify-content:space-between;margin:auto;max-width:40rem}._backButton_1llvr_58{background:#fff;color:#000;margin-right:0;padding:1rem 1.4rem}._backButton_1llvr_58>svg{height:1rem;margin-right:.6rem;transform:rotateY(180deg);width:1rem}._backButton_1llvr_58:hover{box-shadow:none}._nextButton_1llvr_74{margin-left:2rem;padding:1rem 2rem}._nextButton_1llvr_74>svg{fill:#fff;height:1rem;margin-left:.6rem;width:1rem}._inputField_ph2wf_1{margin-bottom:2rem}._modal_1de0c_1{border-radius:0;height:100vh;margin-right:0;max-height:100vh;width:850px}._moduleContainer_1de0c_9{border-top:1px solid #d4dae0;margin-bottom:25px}._addButton_1de0c_14{color:#006aff;font-size:34px;font-weight:400;margin-bottom:5px}@media only screen and (max-width: 850px){._modal_1de0c_1{width:100%}}._button_1byky_1{align-items:center;background:#f9fbfd;border:1px solid #ebeef1;border-radius:8px;display:flex;height:36px;margin-right:16px;padding:0 16px}._select_menu_1byky_12{padding:25px;border:1px solid #e4e6eb;margin-top:10px;border-radius:10px;cursor:pointer;text-align:center}._select_menu_1byky_12._active_1byky_20{border:1px solid #0582ff;color:#0582ff}._button_icon_1byky_25{height:15px;margin-right:10px;width:15px}._button_icon_1byky_25>svg{fill:#006aff;height:inherit;width:inherit}._button_label_1byky_36{text-transform:capitalize}._footer_container_1byky_40{background:#fff;display:flex;align-items:center;justify-content:space-between}._cancelButton_1byky_47,._submitButton_1byky_48{margin:0;min-width:90px;padding:12px}._cancelButton_1byky_47{background:#fff!important;box-shadow:0 0 0 2px #000 inset!important;color:#000!important;margin-right:16px}._message_1byky_61{font-size:1.2rem;line-height:25px;text-align:center;margin-top:20px}._contentContainer_1byky_68{display:flex;border-radius:20px;justify-content:center;align-items:center}._loader_1byky_75{display:block;position:relative;height:32px;width:400px;background:#fff;border-radius:10px;border:2px solid #0582ff;color:#0582ff;overflow:hidden}._loader_1byky_75:before{content:"";background:#0582ff;position:absolute;left:0;top:0;width:0;height:100%;animation:_loading_302_1byky_1 20s linear infinite}._loader_1byky_75:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;text-align:center;font-size:18px;line-height:32px;color:#0ff;animation:_percentage_302_1byky_1 20s linear infinite}@keyframes _loading_302_1byky_1{0%{width:0}to{width:100%}}@keyframes _percentage_302_1byky_1{0%{content:"0%"}5%{content:"5%"}10%{content:"10%"}20%{content:"20%"}30%{content:"30%"}40%{content:"40%"}50%{content:"50%"}60%{content:"60%"}70%{content:"70%"}80%{content:"80%"}90%{content:"90%"}95%{content:"95%"}96%{content:"96%"}97%{content:"97%"}98%{content:"98%"}99%{content:"99%"}to{content:"100%"}}.react-clock{display:block;position:relative}.react-clock,.react-clock *,.react-clock *:before,.react-clock *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-clock__face{position:absolute;top:0;bottom:0;left:0;right:0;border:1px solid black;border-radius:50%}.react-clock__hand{position:absolute;top:0;bottom:0;left:50%;right:50%}.react-clock__hand__body{position:absolute;background-color:#000;transform:translate(-50%)}.react-clock__mark{position:absolute;top:0;bottom:0;left:50%;right:50%}.react-clock__mark__body{position:absolute;background-color:#000;transform:translate(-50%)}.react-clock__mark__number{position:absolute;left:-40px;width:80px;text-align:center}.react-clock__second-hand__body{background-color:red}.react-time-picker{display:inline-flex;position:relative}.react-time-picker,.react-time-picker *,.react-time-picker *:before,.react-time-picker *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-time-picker--disabled{background-color:#f0f0f0;color:#6d6d6d}.react-time-picker__wrapper{display:flex;flex-grow:1;flex-shrink:0;border:thin solid gray}.react-time-picker__inputGroup{min-width:calc((4px * 3) + .54em * 6 + .217em * 2);flex-grow:1;padding:0 2px;box-sizing:content-box}.react-time-picker__inputGroup__divider{padding:1px 0;white-space:pre}.react-time-picker__inputGroup__divider,.react-time-picker__inputGroup__leadingZero{display:inline-block}.react-time-picker__inputGroup__input{min-width:.54em;height:100%;position:relative;padding:0 1px;border:0;background:none;font:inherit;box-sizing:content-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.react-time-picker__inputGroup__input::-webkit-outer-spin-button,.react-time-picker__inputGroup__input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.react-time-picker__inputGroup__input:invalid{background:#ff00001a}.react-time-picker__inputGroup__input--hasLeadingZero{margin-left:-.54em;padding-left:calc(1px + .54em)}.react-time-picker__inputGroup__amPm{font:inherit;-webkit-appearance:menulist;-moz-appearance:menulist;appearance:menulist}.react-time-picker__button{border:0;background:transparent;padding:4px 6px}.react-time-picker__button:enabled{cursor:pointer}.react-time-picker__button:enabled:hover .react-time-picker__button__icon,.react-time-picker__button:enabled:focus .react-time-picker__button__icon{stroke:#0078d7}.react-time-picker__button:disabled .react-time-picker__button__icon{stroke:#6d6d6d}.react-time-picker__button svg{display:inherit}.react-time-picker__clock{width:200px;height:200px;max-width:100vw;padding:25px;background-color:#fff;border:thin solid #a0a096;z-index:1}.react-time-picker__clock--closed{display:none}._day_container_mj8wq_1{align-items:flex-start;display:flex;margin-bottom:10px}._day_container_mj8wq_1:first-child{margin-top:30px}._edit_special_hours_button_mj8wq_10{border-radius:100px;color:#006aff;font-size:14px;margin-left:0;margin-top:30px;padding:10px 20px}._edit_special_hours_button_mj8wq_10>svg{fill:#006aff;height:14px;margin-right:8px;width:14px}._edit_special_hours_button_mj8wq_10>svg>path{fill:#006aff!important}._weekday_label_mj8wq_28{text-transform:capitalize;width:7rem;margin-top:5px}._time_mj8wq_34{display:flex;align-items:center}._time_pickers_group_mj8wq_39{align-items:center;display:flex;margin-right:14px}._closed_label_mj8wq_45,._all_day_label_mj8wq_49{margin-top:5px}._time_picker_mj8wq_39{background:#fff;border-radius:8px;padding:0 1px}._time_picker_mj8wq_39>div{border:none!important}@media only screen and (max-width: 700px){._weekday_label_mj8wq_28{width:2rem}}._modal_2hjrw_1{border-radius:0;height:100vh;margin-right:0;max-height:100vh;max-width:900px}._day_container_2hjrw_9{align-items:baseline;display:flex;flex-wrap:wrap;margin-bottom:20px}._day_label_container_2hjrw_16{display:flex;margin-right:24px}._day_label_2hjrw_16{text-transform:capitalize;width:7rem}._time_pickers_and_button_2hjrw_26{display:flex;align-items:center}._time_pickers_2hjrw_26{display:flex;align-items:center;margin-right:16px}._time_pickers_group_2hjrw_37{align-items:center;display:flex;margin-right:14px}._time_picker_2hjrw_26{background:#fff;border:none;border-radius:8px;border:1px solid #d4dae0;padding:0 10px;height:40px}._time_picker_2hjrw_26>div{border:none!important}._arrowIcon_2hjrw_55{height:14px;margin:0 .8rem;opacity:.6;width:14px}._arrowIcon_2hjrw_55>svg{height:inherit;width:inherit}._add_hours_button_2hjrw_66,._remove_hours_button_2hjrw_67{align-items:center;border:2px solid #fd5458;border-radius:100px;display:flex;justify-content:center;height:22px;margin-top:3px;width:22px}._add_hours_button_2hjrw_66>svg,._remove_hours_button_2hjrw_67>svg{height:12px;width:12px}._add_hours_button_2hjrw_66{border-color:#006aff}._add_hours_button_2hjrw_66>svg{fill:#006aff}._remove_hours_button_2hjrw_67{border-color:#fd5458}._remove_hours_button_2hjrw_67>svg{fill:#fd5458}@media only screen and (max-width: 900px){._day_container_2hjrw_9{flex-direction:column;margin-bottom:34px}._hours_2hjrw_102{margin-top:14px}}@media only screen and (max-width: 600px){._time_pickers_and_button_2hjrw_26{align-items:baseline;flex-direction:column}._add_hours_button_2hjrw_66,._remove_hours_button_2hjrw_67{margin-top:14px;margin-left:0}}._overlay_19xb2_1{z-index:10000000}._modalBox_19xb2_5{border-radius:20px;height:250px;width:250px}._contentContainer_19xb2_11{display:flex;justify-content:center}._message_19xb2_16{font-size:1.5rem}._modalBox_1446l_1{height:200px;width:420px;overflow:hidden!important}._modalContainer_1446l_7{padding:20px;text-align:center}._dialogDescription_1446l_12{font-size:1.2rem;color:#000;margin-top:0;margin-bottom:20px;line-height:25px}._activateAlarmBtn_1446l_20{background:#006aff;color:#fff;font-size:1.4rem;font-weight:700;margin-top:15px;height:50px;width:100%}@media only screen and (max-width: 420px){._modalBox_1446l_1{height:300px;width:90vw}}._modalBox_1vvk1_1{height:460px;width:420px;overflow:hidden!important}._modalContainer_1vvk1_7{font-size:1.1rem;padding:20px;text-align:center}._title_1vvk1_13{margin-bottom:40px}._title_1vvk1_13>h1{font-size:inherit;margin:0 0 .8rem}._title_1vvk1_13>p{margin:5px 0}._customerPhone_1vvk1_24{color:#006aff;font-weight:700;text-decoration:none}._phoneIcon_1vvk1_30{height:15px;fill:#006aff;width:15px}._actionButton_1vvk1_36,._closeModalButton_1vvk1_36{background:#006aff;color:#fff;font-weight:600;margin:0 auto 15px;width:280px}._actionButton_1vvk1_36>svg,._closeModalButton_1vvk1_36>svg{height:20px;width:20px;fill:#fff;margin-right:12px}._closeModalButton_1vvk1_36{background:#e4e6eb;color:#000;margin-top:2rem}@media only screen and (max-width: 420px){._modalBox_1vvk1_1{width:90vw}}._modalClassname_1avmp_1{border-radius:0;height:100vh!important;max-height:100vh;margin-right:0;width:500px}._moduleFieldsContainer_1avmp_9{line-height:22px}._dateRange_1avmp_13{display:flex;align-items:center;margin-bottom:2rem}._date_1avmp_13{background:#e4e6eb;border-radius:8px;padding:8px 10px;font-size:12px}._arrow_icon_1avmp_26{height:12px;margin:0 10px;width:12px}._arrow_icon_1avmp_26>svg{height:inherit;width:inherit}._tab_1avmp_36{display:flex;align-items:center;justify-content:center}._dineInIcon_1avmp_42,._lunchBagIcon_1avmp_43{margin-right:.6rem}._dineInIcon_1avmp_42{height:2rem;width:2rem}._lunchBagIcon_1avmp_43{height:1.4rem;width:1.4rem}._section_1avmp_57{margin-bottom:30px}._section_label_1avmp_61{border-bottom:1px #d4dae0 solid;font-size:16px;margin:0;padding-bottom:16px}._data_row_1avmp_68{align-items:center;display:flex;justify-content:space-between;border-bottom:1px #f2f2f2 solid;font-weight:400;padding:14px 0}._data_row_h3_1avmp_77,._data_row_h4_1avmp_78{font-size:inherit;font-weight:400;line-height:140%;margin:0;padding-right:10px}._data_row_h4_1avmp_78{font-size:14px;margin-top:10px}._date_row_p_1avmp_91{font-weight:400;margin:0}._highlight_1avmp_96{font-weight:700}@media only screen and (max-width: 500px){._inputField_1avmp_101{width:100%}._dineInIcon_1avmp_42,._lunchBagIcon_1avmp_43{margin-right:.4rem}._dineInIcon_1avmp_42{height:1.6rem;width:1.6rem}._lunchBagIcon_1avmp_43{height:1.2rem;width:1.2rem}}._modalBoxClassname_1mods_1{border-radius:0;width:400px}._closeModalIcon_1mods_6{height:1rem;width:1rem}._box_1mods_11{padding:20px}._printerName_1mods_15{display:flex;align-items:center;font-size:1.2rem;font-weight:700}._printerName_1mods_15>svg{height:1.6rem;margin-right:1rem;width:1.6rem}._badges_1mods_27{display:flex;align-items:center;margin-top:10px}._badge_1mods_27,._offlineBadge_1mods_33,._onlineBadge_1mods_33{border-radius:100px;color:#fff;font-size:.8rem;margin-right:15px;padding:2px 10px}._onlineBadge_1mods_33{background:#006aff}._offlineBadge_1mods_33{background:#fd5458}._description_1mods_49{font-size:1rem;font-weight:700;margin-top:30px}._brandSelector_1mods_55{display:flex;align-items:center}._epsonLogo_1mods_60{height:15px;margin-top:3px}._starLogo_1mods_65{height:20px}._radioBtn_1mods_69{font-size:1rem;margin-right:15px}._helperButtons_1mods_74{position:fixed;bottom:0;display:flex;right:0;width:400px}._helperButtons_1mods_74>button{border-radius:0;color:#fff;font-size:1rem;font-weight:700;padding:20px;text-transform:uppercase;width:50%}._printTestOrderBtn_1mods_91{background:#006aff}._printTestOrderBtn_1mods_91._fullWidth_1mods_94{width:100%}._removeBtn_1mods_98{background:#fd5458}@media only screen and (max-width: 600px){._modalBoxClassname_1mods_1{width:inherit}._helperButtons_1mods_74{width:100vw}._helperButtons_1mods_74>button{font-size:.9rem;padding:15px}}._modalBox_oz879_1{height:28rem;width:530px!important}._orderInfo_oz879_6{border:2px solid #006AFF;border-radius:8px;display:flex;align-items:center;flex-wrap:wrap;margin-bottom:1.6rem;padding:.6rem .8rem}._orderInfo_oz879_6>strong{margin-right:1.6rem;text-transform:uppercase}._label_see_message_oz879_20{cursor:pointer;color:#006aff;display:flex}._icon_oz879_26,._eyeIcon_oz879_26{fill:#006aff;height:15px;margin-right:8px;width:15px}._eyeIcon_oz879_26{height:20px;width:20px}._pickupTime_oz879_38{margin:6px 1rem 6px 0}._check_box_container_oz879_42{display:flex;justify-content:space-between;margin:20px 0}._pickupBy_oz879_48{display:flex;align-items:center;margin:6px 0}._courier_oz879_54{margin-left:.4rem}._deliveryCourierIcon_oz879_58{height:1.6rem;width:6rem}._deliveryCourierIcon_oz879_58>svg{height:inherit;width:inherit}._fulfilledBy_oz879_67{display:flex;align-items:center}._fulfilledBy_oz879_67>svg{height:1.6rem;margin-left:.6rem;width:6rem}._options_oz879_77{display:flex;flex-wrap:wrap}._option_oz879_77{margin-right:1rem;margin-bottom:1rem}._submitButton_oz879_87{margin:40px auto 0;width:100%}@media only screen and (max-width: 700px){._modalBox_oz879_1{height:100%;width:100%!important}._check_box_container_oz879_42{display:block}._label_see_message_oz879_20{margin-top:.8rem}._submitButton_oz879_87{margin-top:.8rem;width:100%}}._modal_1r560_1{border-radius:0;height:100vh;margin-right:0;max-height:100vh}._categoryContainer_1r560_8{align-items:center;border-bottom:1px solid #ddd;display:flex;line-height:140%;padding:.8rem 0 .8rem .6rem}._categoryContainer_1r560_8>svg{fill:#006aff;height:1rem;margin-right:.6rem;width:1rem}._archived_sign_1r560_22{background:#0b2135;border-radius:100px;color:#fff;font-size:.8rem;margin-left:20px;padding:4px 10px}._overlay_eixj1_1{top:0;z-index:1000}._modal_eixj1_6{border-radius:0;height:100vh;margin-right:0;max-height:100vh;width:700px}._modalContent_eixj1_14{padding-top:20px}._closeModalBtn_eixj1_18{background:transparent;border:none;color:#fff;font-size:1rem}._closeModalBtn_eixj1_18>svg{fill:#fff;height:1rem;margin-right:.6rem;width:1rem}._closeModalBtn_eixj1_18:hover{background:#fff3;box-shadow:none}._fieldContainer_eixj1_35{margin-bottom:1.4rem}._channelsList_gyhpl_1{display:flex;flex-direction:column}._channel_gyhpl_1{display:flex;align-items:center;margin-bottom:1.2rem;order:2}._channel_gyhpl_1._skipli_gyhpl_12{order:1}._channel_gyhpl_1._unknownChannel_gyhpl_15{align-items:flex-start;order:3}._logoContainer_gyhpl_20{margin-right:1rem;width:10rem}._logo_gyhpl_20{height:auto;width:4.6rem}._logo_gyhpl_20>svg{height:inherit;width:inherit}._urlInputContainer_gyhpl_34{width:100%}._addChannelButton_gyhpl_38{color:#006aff;font-size:16px;margin-top:2rem;padding:14px;width:100%}._addChannelButton_gyhpl_38>svg{fill:#006aff;height:14px;margin-right:10px;width:14px}._removeChannelButton_gyhpl_52{background:none;border:none;color:#fd5458;margin-top:10px;padding:0}._removeChannelButton_gyhpl_52:hover{box-shadow:none}._removeChannelButton_gyhpl_52>svg{fill:#fd5458;height:.8rem;margin-right:.4rem;margin-top:.1rem;width:.8rem}._changeImageBtn_pfnci_1{margin-left:0;padding:6px 12px}._color_picker_heading_container_15iof_1{justify-content:space-between}._itemContainer_cybo8_1{max-width:100%;margin-right:0;width:100%}._addItemModalOverlay_cybo8_7{top:0;z-index:1200}._addItemModalBox_cybo8_12{width:40rem}._modal_esjif_1{border-radius:0;height:100vh;margin-right:0;max-height:100vh}._personnel_axl6m_1{display:flex;flex-wrap:wrap}._personnelInModal_axl6m_6{display:block}._personnelInModal_axl6m_6>div._inputContainer_axl6m_9{width:100%}._inputContainer_axl6m_9{margin-right:20px;width:30%}._inputContainer_axl6m_9:last-child{margin-right:0}._button_axl6m_21,._laterBtn_axl6m_21,._createUserBtn_axl6m_21,._removePersonnelBtn_axl6m_21,._savePersonnelInfoBtn_axl6m_21,._addUserBtn_axl6m_21,._signOutBtn_axl6m_21{color:#fff;padding:8px 15px;margin-top:1.2rem;font-weight:700}._signOutBtn_axl6m_21{background:#fd5458}._addUserBtn_axl6m_21{background:#006aff;margin-top:2rem}._savePersonnelInfoBtn_axl6m_21{background:#006aff;position:absolute;margin-left:6.4rem}._removePersonnelBtn_axl6m_21{margin:1.2rem 0 0}._newUserButtons_axl6m_47{display:flex;align-items:center;margin-top:1.2rem}._createUserBtn_axl6m_21{background:#006aff;margin:0 1rem 0 0;min-width:6rem}._laterBtn_axl6m_21{margin:0;min-width:6rem}@media only screen and (max-width: 600px){._inputContainer_axl6m_9{margin:0 0 15px;width:100%}}._badge_m8ntr_1{background:#006aff;border-radius:100px;color:#fff;font-size:14px;position:absolute;right:10px;display:flex;align-items:center;justify-content:center;padding:2px 8px;min-width:20px}@media only screen and (min-width: 700px){._navbarItemLabel_m8ntr_16{font-size:1rem}}._subNavContainer_7012h_1{display:flex;align-items:center;height:45px}._subNavItem_7012h_7{border-radius:0;font-size:14px;font-weight:500;margin-right:15px;text-transform:capitalize;white-space:nowrap;height:45px;padding:0 10px}._subNavItem_7012h_7._selected_7012h_17{color:#006aff;border-bottom:3px solid #006AFF;font-weight:600;transition:all .1s ease-in-out 0s}._form_rufin_1{display:flex;flex-wrap:wrap}._box_header_rufin_6{font-size:22px;font-weight:600;text-align:center}._field_rufin_12{width:48%}._field_rufin_12:nth-child(odd){margin-right:.6rem}._field_rufin_12:nth-child(2n){margin-left:.6rem}._option_rufin_22{width:100%}._notice_rufin_26{line-height:1.4;margin-bottom:30px}._commissionInput_rufin_31{display:flex;align-items:center;margin-bottom:2rem}._description_rufin_37{font-size:1rem;line-height:1.6rem;margin:.6rem 0 2rem;padding:0 20px;text-align:center}._addLocationButton_rufin_45{font-size:1rem;margin:3rem auto 4rem;padding:.8rem 1rem;text-transform:uppercase;width:20rem}._addLocationButton_rufin_45>svg{fill:#fff;height:1rem;margin-right:.8rem;width:1rem}._submitBtn_rufin_59{font-size:1rem;margin:3rem auto 2rem;padding:.8rem 6rem;width:20rem}@media only screen and (max-width: 700px){._field_rufin_12{margin:0 0 1rem!important;width:100%}}._paymentPlanOptions_h745s_1{color:#525f7f;line-height:1.4rem}._paymentPlanOptions_h745s_1>p{margin-top:0}._purposeOfForm_h745s_9>p{line-height:1.4;margin-bottom:2rem;text-align:justify}._container_fd665_1,._reviewing_fd665_1,._approved_fd665_1{display:flex;align-items:center;flex-wrap:wrap;border-radius:10px;line-height:1.4rem;margin:auto auto 2rem;padding:.6rem 2rem;width:fit-content}._approved_fd665_1{background:#006aff;color:#fff}._checkIcon_fd665_17{border-radius:100px;border:2px solid #fff;height:1rem;margin-right:.6rem;width:1rem;display:flex;align-items:center;justify-content:center}._checkIcon_fd665_17>svg{fill:#fff;height:.6rem;width:.6rem}._reviewing_fd665_1{background:#fc8c32;color:#fff}._glassIcon_fd665_38{height:1rem;margin-right:.6rem;width:1rem}._glassIcon_fd665_38>svg{fill:#fff;height:inherit;width:inherit}@media only screen and (max-width: 700px){._container_fd665_1,._approved_fd665_1,._reviewing_fd665_1{border-radius:0;flex-direction:column;align-items:flex-start;padding:1rem;width:auto}._description_fd665_57{line-height:1.4rem;margin-top:.4rem}}._icon_1p4vo_1{height:7rem;width:7rem}._button_1p4vo_6{margin:1.4rem auto;padding:.6rem 0;width:14rem}._icon_dzoxu_1{height:7rem;width:7rem}._button_dzoxu_6{margin:1.4rem auto;padding:.6rem 0;width:14rem}._img_dzoxu_12{height:12rem;margin-top:-4rem}._box_dzoxu_17{max-width:20rem;margin:auto}._box_dzoxu_17>h3{font-size:1rem;font-weight:600;margin-top:0}._box_dzoxu_17>p{font-size:2rem;font-weight:700;margin:0 0 1rem}._sendEmailIcon_dzoxu_32{fill:#006aff;height:1rem;margin-right:.8rem;width:1rem}._container_y8uv5_1{box-shadow:0 1px 4px #00000029;position:fixed;bottom:0;left:0;right:0;background:#fff}._content_y8uv5_10{padding:1rem;display:flex;align-items:center;justify-content:center}._cancelButton_y8uv5_17,._reviewButton_y8uv5_18{padding:.6rem 3.2rem}._cancelButton_y8uv5_17{margin-right:.6rem}._reviewButton_y8uv5_18{margin-left:.6rem}._modal_y8uv5_30{border-radius:0;height:100%!important;max-height:100%!important;width:100%!important;min-width:100%!important}._section_y8uv5_38{border-bottom:1px solid #d4dae0;margin-bottom:2rem;padding-bottom:1rem}._section_y8uv5_38:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}._sectionHeading_y8uv5_49{font-size:1.2rem;margin-top:0}._infoRow_y8uv5_54{display:flex;align-items:center;margin-bottom:.8rem}._label_y8uv5_60{color:#697386;text-transform:capitalize;width:16rem}._highlight_y8uv5_66{background:#eb1700;border-radius:6px;color:#fff;padding:.2rem .4rem}._checkBoxHeading_y8uv5_73{font-weight:500;text-transform:none}._modalFooter_y8uv5_78{position:relative}@media only screen and (max-width: 700px){._infoRow_y8uv5_54{align-items:flex-start;flex-direction:column}._label_y8uv5_60{margin-bottom:.3rem}}._form_container_o7msa_1{display:flex;text-align:center;justify-content:center}._arrowIcon_o7msa_7{height:1.2rem;margin-left:1rem;width:1.2rem}._arrowIcon_o7msa_7>svg{fill:#fff;height:inherit;width:inherit}._backButton_o7msa_18{background:none;border:none;margin-bottom:10px;padding:.6rem .6rem .6rem 0}._backButton_o7msa_18:hover{box-shadow:none}._backButton_o7msa_18>svg{height:18px;margin-right:10px;width:18px;transform:rotate(180deg)}._box_container_o7msa_34{width:48%}._box_header_o7msa_38{font-size:22px;font-weight:600;text-align:center}._paymentPlanOptions_o7msa_44{color:#525f7f;line-height:1.4rem}._paymentPlanOptions_o7msa_44>p{margin-top:0}._signUpLink_o7msa_52{border-bottom:1px solid #006AFF;color:#006aff;font-weight:700;margin-left:.4rem;padding-bottom:.1rem;cursor:pointer}._purposeOfForm_o7msa_61>p{line-height:1.4;margin-bottom:2rem;text-align:justify}._field_o7msa_67{width:100%;margin-top:-10px}._footer_o7msa_72{display:flex;text-align:center;justify-content:center}._option_o7msa_78{width:100%}._notice_o7msa_82{line-height:1.4;margin-bottom:30px}._commissionInput_o7msa_87{display:flex;align-items:center;margin-bottom:2rem}._title_o7msa_93{text-align:center;padding-bottom:30px;font-size:30px}._description_header_o7msa_99{text-align:center;padding-bottom:30px;color:#a0a0a0}._description_o7msa_99{font-size:1rem;line-height:1.6rem;margin:.6rem 0 2rem;padding:0 20px;text-align:center}._addLocationButton_o7msa_113{font-size:1rem;margin:3rem auto 4rem;padding:.8rem 1rem;text-transform:uppercase;width:20rem}._addLocationButton_o7msa_113>svg{fill:#fff;height:1rem;margin-right:.8rem;width:1rem}._submitBtn_o7msa_127{font-size:1rem;margin:2rem auto 1rem;padding:.8rem 6rem;width:100%}@media only screen and (max-width: 700px){._box_container_o7msa_34{width:100%}}._form_ck69r_1{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}._form_container_ck69r_8{display:flex;text-align:center;justify-content:center}._box_header_ck69r_14{font-size:22px;font-weight:600;text-align:center}._title_ck69r_20{text-align:center;padding-bottom:20px;font-size:30px}._description_header_ck69r_26{text-align:center;padding-bottom:30px;color:#a0a0a0}._description_ck69r_26>p{color:#a0a0a0;line-height:1.4;margin-bottom:2rem;text-align:center}._footer_ck69r_39{display:flex;text-align:center;justify-content:center}._field_ck69r_45,._option_ck69r_49{width:100%}._notice_ck69r_53{line-height:1.4;margin-bottom:30px}._commissionInput_ck69r_58{display:flex;align-items:center;margin-bottom:2rem}._addLocationButton_ck69r_64{font-size:1rem;margin:3rem auto 4rem;padding:.8rem 1rem;text-transform:uppercase;width:20rem}._addLocationButton_ck69r_64>svg{fill:#fff;height:1rem;margin-right:.8rem;width:1rem}._submitBtn_ck69r_78{font-size:1rem;margin:2rem auto 1rem;padding:.8rem 6rem;width:100%}._arrowIcon_ck69r_85{height:1.2rem;margin-left:1rem;width:1.2rem}._arrowIcon_ck69r_85>svg{fill:#fff;height:inherit;width:inherit}._backButton_ck69r_96{background:none;border:none;margin-bottom:20px;padding:.6rem .6rem .6rem 0}._backButton_ck69r_96:hover{box-shadow:none}._backButton_ck69r_96>svg{height:18px;margin-right:10px;width:18px;transform:rotate(180deg)}._box_container_ck69r_112{width:48%}._send_again_ck69r_116{border-bottom:1px solid #006AFF;color:#006aff;font-weight:700;margin-left:.4rem;padding-bottom:.1rem;cursor:pointer}._cancelBtn_ck69r_125{background:#fff!important;color:#000!important;border:1px solid #006AFF;font-size:1rem;margin:3rem 1px 2rem auto;padding:.8rem 5.5rem;width:10rem}._message_ck69r_135{color:#fc8c32}@media only screen and (max-width: 700px){._field_ck69r_45{margin:0 0 1rem!important;width:100%}._box_container_ck69r_112{width:100%}}._form_z8c40_1{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}._form_container_z8c40_8{display:flex;text-align:center;justify-content:center}._box_header_z8c40_14{font-size:22px;font-weight:600;text-align:center}._title_z8c40_20{text-align:center;padding-bottom:20px;font-size:30px}._description_header_z8c40_26{text-align:center;padding-bottom:30px;color:#a0a0a0}._description_z8c40_26>p{color:#a0a0a0;line-height:1.4;margin-bottom:2rem;text-align:center}._footer_z8c40_39{display:flex;text-align:center;justify-content:center}._field_z8c40_45,._option_z8c40_49{width:100%}._notice_z8c40_53{line-height:1.4;margin-bottom:30px}._commissionInput_z8c40_58{display:flex;align-items:center;margin-bottom:2rem}._addLocationButton_z8c40_64{font-size:1rem;margin:3rem auto 4rem;padding:.8rem 1rem;text-transform:uppercase;width:20rem}._addLocationButton_z8c40_64>svg{fill:#fff;height:1rem;margin-right:.8rem;width:1rem}._submitBtn_z8c40_78{font-size:1rem;margin:2rem auto 1rem;padding:.8rem 6rem;width:100%}._arrowIcon_z8c40_85{height:1.2rem;margin-left:1rem;width:1.2rem}._arrowIcon_z8c40_85>svg{fill:#fff;height:inherit;width:inherit}._backButton_z8c40_96{background:none;border:none;margin-bottom:20px;padding:.6rem .6rem .6rem 0}._backButton_z8c40_96:hover{box-shadow:none}._backButton_z8c40_96>svg{height:18px;margin-right:10px;width:18px;transform:rotate(180deg)}._box_container_z8c40_112{width:48%}._send_again_z8c40_116{border-bottom:1px solid #006AFF;color:#006aff;font-weight:700;margin-left:.4rem;padding-bottom:.1rem;cursor:pointer}._cancelBtn_z8c40_125{background:#fff!important;color:#000!important;border:1px solid #006AFF;font-size:1rem;margin:3rem 1px 2rem auto;padding:.8rem 5.5rem;width:10rem}@media only screen and (max-width: 700px){._field_z8c40_45{margin:0 0 1rem!important;width:100%}._box_container_z8c40_112{width:100%}}._paymentPlanOptions_118dh_1{color:#525f7f;line-height:1.4rem}._paymentPlanOptions_118dh_1>p{margin-top:0}._option_118dh_9{width:100%}._purposeOfForm_118dh_13>p{line-height:1.4;margin-bottom:2rem;text-align:justify}._button_container_118dh_19{display:flex;flex-wrap:wrap}._input_field_container_118dh_24{width:350px;margin-left:10px}._form_118dh_29{display:flex;flex-wrap:wrap}._submit_btn_118dh_34{font-size:1rem;margin:3rem auto 2rem;padding:.8rem 6rem;width:20rem}._back_btn_118dh_41{margin-left:auto;margin-top:20px;margin-right:10px}._back_btn_118dh_41>svg{height:18px;margin-right:10px;width:18px;transform:rotate(180deg)}._next_btn_118dh_53{margin-top:20px}._next_btn_118dh_53>svg{height:18px;margin-left:10px;fill:#fff;width:18px}._box_header_118dh_63{font-size:22px;font-weight:600;text-align:center}._field_118dh_69{width:48%}._field_118dh_69:nth-child(odd){margin-right:.6rem}._field_118dh_69:nth-child(2n){margin-left:.6rem}._termsLink_1rjwv_1{color:#fd5458;text-decoration:none}._certification_1rjwv_6,._paragraph_1rjwv_6{font-size:.84rem;line-height:1.4rem}._checkbox_1rjwv_11{margin-top:2rem}._paragraph_1rjwv_6{margin-top:1rem}._container_c5gkg_1{display:flex;align-items:center}._button_c5gkg_6,._showOrderDetailsButton_c5gkg_6,._optionsButton_c5gkg_6,._changeOrderStatusBtn_c5gkg_6{background:#fff;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f;color:#000;font-weight:500;height:36px;padding:0 12px;margin:8px 0 8px 1rem}._button_c5gkg_6:hover,._showOrderDetailsButton_c5gkg_6:hover,._optionsButton_c5gkg_6:hover,._changeOrderStatusBtn_c5gkg_6:hover{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}._icon_c5gkg_19,._showDetailsIcon_c5gkg_19,._likeIcon_c5gkg_19,._checkIcon_c5gkg_19{fill:#000;height:1rem;margin-right:8px;width:1rem}._icon_c5gkg_19>svg,._showDetailsIcon_c5gkg_19>svg,._likeIcon_c5gkg_19>svg,._checkIcon_c5gkg_19>svg{height:inherit;width:inherit}._checkIcon_c5gkg_19>svg{fill:#fff}._likeIcon_c5gkg_19{fill:#fff}._showDetailsIcon_c5gkg_19{height:.9rem;width:.9rem}._changeOrderStatusBtn_c5gkg_6{background:#000;color:#fff;font-size:.96rem;font-weight:700}._optionsButton_c5gkg_6{height:1.8rem;padding:0;width:3rem}._optionsButton_c5gkg_6>svg{height:1.8rem;margin-right:0;width:1.8rem}._showOrderDetailsButton_c5gkg_6{margin-left:0!important}@media only screen and (max-width: 930px){._orderPreviewBox_c5gkg_66{align-items:flex-start;flex-direction:column}._optionsButton_c5gkg_6{height:20px}._button_c5gkg_6,._changeOrderStatusBtn_c5gkg_6,._optionsButton_c5gkg_6,._showOrderDetailsButton_c5gkg_6{border-radius:8px;font-weight:500;height:32px;margin-left:.8rem;padding:0 8px}._icon_c5gkg_19,._checkIcon_c5gkg_19,._likeIcon_c5gkg_19,._showDetailsIcon_c5gkg_19{height:.9rem;margin-right:6px;width:.9rem}}._orderContainer_4cfc2_1{font-size:.9rem;margin-bottom:20px}._orderContainer_4cfc2_1>*{transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._orderPreviewBox_4cfc2_9{display:flex;color:#fff;align-items:center;justify-content:space-between;border-radius:8px;padding:16px 1.2rem;flex-wrap:wrap}._orderPreviewBox_4cfc2_9._active_4cfc2_18{background:#009459;color:#fff}._orderPreviewBox_4cfc2_9._confirmed_4cfc2_22{background:#fc8c32;color:#fff}._orderPreviewBox_4cfc2_9._closed_4cfc2_26{background:#637381}._orderPreviewBox_4cfc2_9._showExpandedInfo_4cfc2_29{border-bottom-right-radius:0;border-bottom-left-radius:0}._orderPreviewBox_4cfc2_9._isLoading_4cfc2_33{opacity:.8}@media only screen and (max-width: 700px){._orderPreviewBox_4cfc2_9{align-items:flex-start;flex-direction:column}}._container_iojek_1{display:flex;align-items:center;text-align:left;font-weight:600}._arrowBtn_iojek_8{background:#fff;border-radius:100px;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;display:flex;align-items:center;justify-content:center;height:2rem;margin-right:1.2rem;max-width:2rem;min-width:2rem}._arrowBtn_iojek_8>svg{fill:#000;height:1rem;width:1rem}._previewInfo_iojek_26{display:flex;flex-wrap:wrap;line-height:22px;margin-bottom:4px}._previewInfo_iojek_26>span{margin-right:15px}._orderDeliveryType_iojek_36{display:flex;align-items:center;text-transform:uppercase}._orderDeliveryType_iojek_36>svg{height:18px;width:18px;margin-right:6px}@media only screen and (max-width: 930px){._arrowBtn_iojek_8{display:none}}@media only screen and (max-width: 730px){._previewInfoContainer_iojek_53{margin-bottom:8px}._previewInfo_iojek_26{line-height:22px}}._orderDetailsBox_igkzb_1{background:#fff;border-width:2px;border-style:solid;border-top:none;border-bottom-right-radius:10px;border-bottom-left-radius:10px;padding:16px 1.2rem}._orderDetailsBox_igkzb_1._active_igkzb_10{border-color:#009459}._orderDetailsBox_igkzb_1._confirmed_igkzb_13{border-color:#fc8c32}._orderDetailsBox_igkzb_1._closed_igkzb_16{border-color:#637381}._infoRow_igkzb_20{flex-wrap:wrap;display:flex;margin-top:20px;overflow-x:auto}._infoCol_igkzb_27{border:1px solid rgb(221,221,221);border-radius:12px;padding:18px 24px;margin:0 20px 20px 0}._infoCol_igkzb_27._deliveryAddressCol_igkzb_33{max-width:12rem;min-width:12rem}._info_cell_igkzb_38{align-items:center;display:flex;margin-top:10px;white-space:nowrap}._icon_igkzb_45{height:14px;margin-right:14px;width:14px;fill:#000!important}._icon_igkzb_45>svg{height:inherit;width:inherit;fill:#000!important}._flex_wrap_igkzb_57{align-items:center;display:flex;flex-wrap:wrap;line-height:22px}._flex_wrap_igkzb_57>strong{margin-right:14px;white-space:normal}._detailHeading_igkzb_68{font-weight:600;margin-bottom:16px;text-transform:uppercase}._curbsidePickUp_igkzb_74{max-width:400px;margin-top:10px}._dot_icon_igkzb_79{margin-right:14px}@media only screen and (max-width: 700px){._infoCol_igkzb_27{margin-right:0;width:100%}._dot_icon_igkzb_79{display:none}._flex_wrap_igkzb_57>strong{margin-right:20px}}._call_customer_button_1f7ih_1{border-radius:8px;border:1px solid #000;padding:6px 16px}._call_customer_button_1f7ih_1:hover{background:#000;color:#fff}._deliveryAddressCol_1cb3x_1{max-width:12rem;min-width:12rem}._label_1cb3x_6{opacity:.8}._track_order_link_1cb3x_10{cursor:pointer;text-decoration:underline;text-underline-position:under}._share_tracking_button_1cb3x_16{border-radius:8px;border:1px solid #000;padding:6px 16px}._share_tracking_button_1cb3x_16:hover{background:#000;color:#fff}._deliveryCourierIcon_1cb3x_26{height:auto;width:90px}._deliveryCourierIcon_1cb3x_26{height:auto;margin-top:.4rem;width:90px}._deliveryCourierIcon_1cb3x_26>svg{height:inherit;width:inherit}._container_1u61e_1{margin-bottom:30px;max-width:680px}._items_count_1u61e_6{font-size:24px;margin:10px 0 0}._order_id_1u61e_11{color:#006aff;font-weight:600;margin:10px 0;cursor:pointer}._subTotal_1u61e_18{padding-top:40px;text-transform:capitalize}._subTotalItem_1u61e_23{display:flex;justify-content:space-between;margin-bottom:20px}._totalMerchantFee_1u61e_29{border-top:1px solid #d4dae0;font-weight:500;padding-top:1rem}@media only screen and (max-width: 700px){._container_1u61e_1{width:auto}}._container_1gcou_1{display:flex;align-items:center;flex-wrap:wrap}._common_1gcou_7,._refundRequests_1gcou_7,._paidOrderMessage_1gcou_7{border-radius:100px;color:#fff;padding:.4rem 1rem;width:fit-content}._paidOrderMessage_1gcou_7{background:#006aff;margin-right:1rem;margin-bottom:.6rem}._refundRequests_1gcou_7{background:#525f7f;display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem;width:9.4rem}._requestCount_1gcou_29{background:#fff;width:1.2rem;height:1.2rem;color:#000;display:flex;align-items:center;justify-content:center;border-radius:100%;font-size:.84rem}._container_ilhch_1{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:150px}._bagIcon_ilhch_8{border:2px solid #000;border-radius:100px;height:30px;margin:auto;width:30px;padding:24px}._bagIcon_ilhch_8>svg{fill:#000;height:inherit;width:inherit}._title_ilhch_22{font-size:20px;margin-bottom:0}._message_ilhch_27{font-weight:400;margin-top:10px}._viewPastOrdersButton_ilhch_32{margin:30px auto 0;padding:.6rem 3rem}._viewPastOrdersButton_ilhch_32>svg{fill:#fff;height:1.2rem;margin-right:.4rem;width:1.2rem}._backButton_lhh8e_1{background:none;border:none;color:#000;margin:0 auto 2rem 0;padding-left:0}._backButton_lhh8e_1>svg{height:1.2rem;margin-right:.8rem;width:1.2rem;transform:rotate(180deg)}._backButton_lhh8e_1:hover{box-shadow:none}._infoRow_lhh8e_18{display:flex;align-items:center;font-size:.86rem;margin-bottom:.8rem}._label_lhh8e_25{color:#697386;text-transform:capitalize;width:16rem}._table_lhh8e_31{background:none!important;border:none!important;box-shadow:none}._currency_lhh8e_37{text-transform:uppercase}._transactionType_lhh8e_41{text-transform:capitalize}._alert_hyw6s_1{bottom:4rem;height:40px;margin-bottom:0}._message_hyw6s_7{display:flex;align-items:center}._message_hyw6s_7>button{margin-left:.6rem;text-decoration:underline}._moduleTitle_j912g_1{display:flex;align-items:center}._moduleTitle_j912g_1>span{margin-left:1rem}._dayContainer_j912g_9{border-bottom:1px solid #d4dae0;padding:1.4rem 0}._weekday_j912g_14{display:flex}._weekdayLabelContainer_j912g_18{width:10rem}._weekdayLabel_j912g_18{font-size:1rem;font-weight:700;text-transform:capitalize}._closedCheckbox_j912g_28{margin-top:1rem}._timePickersContainer_j912g_32{display:flex;align-items:center}._timePickers_j912g_32{display:flex;align-items:center;width:24rem}._arrowIcon_j912g_43{height:1rem;margin:0 .8rem;opacity:.6;width:1rem}._arrowIcon_j912g_43>svg{height:inherit;width:inherit}._addExtraHoursBtn_j912g_54,._removeExtraHoursBtn_j912g_55{border-radius:10px;height:2rem;margin-left:2rem;padding:0rem .8rem;width:fit-content}._addExtraHoursBtn_j912g_54>svg,._removeExtraHoursBtn_j912g_55>svg{fill:#fff;height:.9rem;width:.9rem}._addExtraHoursBtn_j912g_54{background:#006aff}._removeExtraHoursBtn_j912g_55{background:#fd5458}._buttonLabel_j912g_77{margin-left:.6rem}@media only screen and (max-width: 1100px){._weekday_j912g_14{flex-direction:column;align-items:flex-start}._weekdayLabelContainer_j912g_18{display:flex;align-items:center;width:100%}._weekdayLabel_j912g_18{margin-bottom:1.6rem}._closedCheckbox_j912g_28{margin:0 0 1.6rem 2rem}}@media only screen and (max-width: 940px){._timePickersContainer_j912g_32{flex-direction:column}._addExtraHoursBtn_j912g_54,._removeExtraHoursBtn_j912g_55{margin-left:0;margin-top:1rem}._weekday_j912g_14{zoom:80%}}._contentTitle_pstk3_1{font-size:1.4rem;margin:0 0 10px}._moduleContainer_pstk3_6{margin-bottom:50px}._extraPaddingTop_pstk3_10{padding-top:50px;padding-bottom:120px}._titleUnderline_pstk3_15{border-top:3px solid #000000;display:block;margin:10px 0 25px;width:40px}._plusIcon_pstk3_22{font-size:2.6rem}._saveButton_pstk3_26{font-size:1.3rem}@media only screen and (max-width: 900px){._plusIcon_pstk3_22{font-size:2.4rem}}._modal_15bo9_1{border-radius:0;height:100vh;margin-right:0;max-height:100vh;max-width:700px}._day_container_15bo9_9{align-items:baseline;display:flex;flex-wrap:wrap;margin-bottom:20px}._day_label_container_15bo9_16{display:flex;margin-right:24px}._day_label_15bo9_16{text-transform:capitalize;width:7rem}._time_pickers_and_button_15bo9_26{display:flex;align-items:center}._time_pickers_15bo9_26{display:flex;align-items:center;margin-right:16px}._time_picker_15bo9_26{padding:0 10px!important;width:140px!important}._arrowIcon_15bo9_42{height:14px;margin:0 .8rem;opacity:.6;width:14px}._arrowIcon_15bo9_42>svg{height:inherit;width:inherit}._add_hours_button_15bo9_53,._remove_hours_button_15bo9_54{align-items:center;border:2px solid #fd5458;border-radius:100px;display:flex;justify-content:center;height:22px;margin-top:3px;width:22px}._add_hours_button_15bo9_53>svg,._remove_hours_button_15bo9_54>svg{height:12px;width:12px}._add_hours_button_15bo9_53{border-color:#006aff}._add_hours_button_15bo9_53>svg{fill:#006aff}._remove_hours_button_15bo9_54{border-color:#fd5458}._remove_hours_button_15bo9_54>svg{fill:#fd5458}@media only screen and (max-width: 900px){._day_container_15bo9_9{flex-direction:column;margin-bottom:34px}._hours_15bo9_89{margin-top:14px}}@media only screen and (max-width: 600px){._time_pickers_and_button_15bo9_26{align-items:baseline;flex-direction:column}._add_hours_button_15bo9_53,._remove_hours_button_15bo9_54{margin-top:14px;margin-left:0}}._module_container_we05x_1>button{pointer-events:visible!important}._module_title_we05x_5{display:flex;align-items:center}._module_title_icon_we05x_10{cursor:pointer!important;height:20px;margin-left:16px;width:20px}._module_title_icon_we05x_10>svg{fill:#006aff;height:inherit;width:inherit}._day_container_6ejse_1{align-items:flex-start;display:flex;margin-bottom:10px}._day_container_6ejse_1:first-child{margin-top:20px}._edit_special_hours_button_6ejse_10{border-radius:100px;color:#006aff;font-size:14px;margin-left:0;margin-top:30px;padding:10px 20px}._edit_special_hours_button_6ejse_10>svg{fill:#006aff;height:14px;margin-right:8px;width:14px}._edit_special_hours_button_6ejse_10>svg>path{fill:#006aff!important}._weekday_label_6ejse_28{text-transform:capitalize;width:7rem}._time_6ejse_33{display:flex;align-items:center}._time_picker_6ejse_38{border:none!important;height:20px!important;padding:0!important;width:100px!important}@media only screen and (max-width: 700px){._weekday_label_6ejse_28{width:6rem}}._option_10kek_1{margin-right:60px!important;width:240px!important}._selected_date_input_10kek_6{display:flex}._selected_date_text_10kek_10{border-bottom:1px solid #000;margin-left:14px;text-align:center;width:100px}._calendar_10kek_17{border:2px solid #000;box-shadow:none;border-radius:10px}._arrow_icon_10kek_23{height:18px;margin-left:10px;width:18px}._arrow_icon_10kek_23>svg{fill:#fff;height:inherit;width:inherit}._arrow_icon_time_10kek_34{height:14px;margin:0 10px;opacity:.6;width:14px}._arrow_icon_time_10kek_34>svg{height:inherit;width:inherit}._time_pickers_group_10kek_45{align-items:center;display:flex;margin-right:14px}._time_picker_10kek_45{background:#fff;border:1px solid #d4dae0;border-radius:8px;padding:0 10px;height:40px}._time_picker_10kek_45>div{border:none!important}@media only screen and (max-width: 600px){._option_10kek_1{margin-right:0!important;width:100%!important}}._modal_y3zp8_1{border-radius:0;height:100vh;margin-right:0;max-height:100vh;max-width:500px;width:500px}._special_hour_container_y3zp8_10{display:flex;align-items:center;margin-bottom:5px;opacity:.7}._special_hour_date_y3zp8_17{width:105px}._time_pickers_group_y3zp8_21{align-items:center;display:flex}._time_picker_y3zp8_21{background:#fff!important}._time_picker_y3zp8_21>div{border:none!important}._edit_special_hours_button_y3zp8_33{border-radius:100px;color:#006aff;font-size:14px;margin-left:0;margin-top:30px;padding:10px 20px}._edit_special_hours_button_y3zp8_33>svg{fill:#006aff;height:14px;margin-right:8px;width:14px}._edit_special_hours_button_y3zp8_33>svg>path{fill:#006aff!important}._add_new_date_ezxhq_1{align-items:center;color:#006aff;display:flex}._add_new_date_ezxhq_1>svg{fill:#006aff;height:14px;margin-right:10px;width:14px}._special_hour_ezxhq_13{align-items:center;border-bottom:1px solid #d4dae0;cursor:pointer;margin-top:20px;display:flex;justify-content:space-between;padding:18px 0}._special_hour_info_container_ezxhq_23{align-items:center;display:flex;flex-wrap:wrap}._calendar_date_ezxhq_29{align-items:center;display:flex;width:140px}._calendar_icon_ezxhq_35{height:18px;margin-right:14px;width:18px}._calendar_icon_ezxhq_35>svg{fill:#006aff;height:inherit;width:inherit}._date_picker_input_ezxhq_46{border:none;border-bottom:1px solid #d4dae0;font-size:14px;font-weight:500;width:90px;z-index:50!important}._calendar_ezxhq_29{position:fixed!important;top:0!important;z-index:100!important}._time_pickers_group_ezxhq_61{align-items:center;display:flex;margin-top:16px}._time_picker_ezxhq_61{background:#fff;border:1px solid #d4dae0;border-radius:8px;padding:0 10px;height:36px}._time_picker_ezxhq_61>div{border:none!important}._contentDescriptionContainer_ezxhq_78{padding:0rem 24px;background:#fff!important;border:none}._container_button_ezxhq_84{background:#f9fbfd;border-bottom:1px solid #ebeef1;line-height:1.4;padding:1rem 24px;margin-left:-20px;margin-top:-15px;width:100%}._arrow_icon_ezxhq_94{height:14px;margin:0 10px;opacity:.6;width:14px}._arrow_icon_ezxhq_94>svg{height:inherit;width:inherit}._special_hours_buttons_ezxhq_105{align-items:center;display:flex}._edit_date_ezxhq_110,._delete_date_ezxhq_111{cursor:pointer;height:22px;padding:5px;width:22px}._edit_date_ezxhq_110>svg,._delete_date_ezxhq_111>svg{height:inherit;width:inherit}._delete_date_ezxhq_111{margin-left:18px}._delete_date_ezxhq_111>svg>path{stroke:#fd5458!important}._confirm_delete_button_ezxhq_130{background:#fd5458}._footer_cancel_button_ezxhq_134{display:none}._footer_container_ezxhq_138{justify-content:center!important}@media only screen and (max-width: 450px){._special_hour_info_container_ezxhq_23{align-items:flex-start;flex-direction:column}._calendar_date_ezxhq_29{margin-bottom:12px}}._container_176pr_1{background:#e4e6eb;border-radius:8px;cursor:pointer;padding:10px 20px}._printerNameContainer_176pr_8{display:flex;align-items:center;justify-content:space-between}._printerName_176pr_8{display:flex;align-items:center;font-size:1rem}._printerName_176pr_8>svg{height:30px;width:30px;margin-right:15px}._badges_176pr_25{display:flex;align-items:center;margin-top:15px}._badge_176pr_25,._offlineBadge_176pr_31,._onlineBadge_176pr_31{border-radius:100px;color:#fff;font-size:.8rem;margin-right:15px;padding:2px 10px}._pencilIcon_176pr_39{height:15px;width:15px}._onlineBadge_176pr_31{background:#006aff}._offlineBadge_176pr_31{background:#fd5458}._addPrinterBtn_176pr_52{background:#006aff;min-height:24px;min-width:24px;border-radius:100px;display:flex;align-items:center;justify-content:center}._addPrinterBtn_176pr_52>svg{fill:#fff;height:12px;width:12px}@media only screen and (max-width: 700px){._printerName_176pr_8{font-size:.85rem}}._playButton_q64p0_1{margin-left:0;padding:8px 20px}._playButton_q64p0_1._stop_q64p0_5{background:#fc8c32}._alarmOn_q64p0_9{color:#006aff;margin-left:.4rem}._alarmOff_q64p0_14{color:#fd5458;margin-left:.4rem}._radioButtons_vtkdw_1{display:flex;margin-bottom:40px}._button_vtkdw_6{margin-right:20px}._offlineTitle_1sbez_1{font-weight:700}._qzDownloadLink_1sbez_5{color:#006aff;text-decoration:none}._button_1sbez_10,._addPrinter_1sbez_10,._connectPrintServer_1sbez_10{background:#006aff;color:#fff;padding:6px 10px;margin-top:15px}._addPrinter_1sbez_10{margin-left:0;padding:8px 20px}._printers_1sbez_22{display:flex;justify-content:space-between;flex-wrap:wrap;margin:20px 0 40px}._printerContainer_1sbez_29{margin-bottom:15px;width:48%}@media only screen and (max-width: 500px){._printerContainer_1sbez_29{width:100%}}._tabs_1awk0_1{max-width:22rem}._printers_1awk0_5{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:40px}._printerContainer_1awk0_12{margin-bottom:15px;width:48%}._printerNameInput_1awk0_17{margin-top:40px;width:300px}._buttons_1awk0_22{display:flex;align-items:center;margin-top:1.6rem}._button_1awk0_22,._searchOnePrinterBtn_1awk0_28{height:2.2rem;margin:0;padding:0;width:8.8rem}._searchOnePrinterBtn_1awk0_28{margin-right:.6rem}@media only screen and (max-width: 500px){._printerContainer_1awk0_12{width:100%}}._container_1mtc0_1{margin:10px 0}._weekdayContainer_1mtc0_5{display:flex;margin-bottom:.4rem}._weekdayContainer_1mtc0_5._isToday_1mtc0_9{color:#006aff;font-weight:700}._weekday_1mtc0_5{margin-right:1rem;text-transform:capitalize;width:80px}._fieldsContainer_1y8p8_1{display:flex;flex-wrap:wrap;justify-content:space-between}._field_1y8p8_1{min-width:48%;max-width:48%}._image_1y8p8_12{border-radius:4px;cursor:pointer;height:100px;object-fit:contain;width:100px}._moduleButton_1y8p8_20{margin-top:20px;padding:.6rem 1.2rem;margin-left:0}._testNumberButton_1y8p8_26{border-bottom:1px solid #4f4f4f;border-radius:0;color:#4f4f4f}@media only screen and (max-width: 1000px){._field_1y8p8_1{max-width:100%;min-width:100%}}._callShopButton_38xug_1{display:flex;align-items:center;justify-content:center;background:#006aff;border-radius:10px;color:#fff;padding:.6rem 0;text-decoration:none;width:10rem}._phone_icon_38xug_13{height:18px;margin-right:10px;width:18px}._phone_icon_38xug_13>svg{height:inherit;width:inherit}._phone_icon_38xug_13>svg>g>path{stroke:#fff!important}._phone_number_input_s2l4l_1{margin-bottom:10px}._company_logo_and_name_1s0an_1{display:flex;align-items:center;margin-bottom:10px}._logo_1s0an_7{height:1.4rem;margin-right:10px;width:1.4rem}._container_qqme5_1{align-items:center;display:flex;flex-wrap:wrap;font-size:.85rem}._elementContainer_qqme5_8{margin:10px 10px 5px 0}._button_qqme5_12,._expandOrdersButton_qqme5_12{background:#f9fbfd!important;border:1px solid #ebeef1!important;height:34px!important;padding:0 14px}._expandOrdersButton_qqme5_12{border-radius:6px!important;box-shadow:none;color:#000;font-weight:500}._expandOrdersButton_qqme5_12:hover{box-shadow:none}._icon_qqme5_29,._dollarIcon_qqme5_29,._arrowIcon_qqme5_29{height:16px;width:16px;margin-right:4px}._arrowIcon_qqme5_29{fill:#000;transform:rotate(90deg);transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._arrowIcon_qqme5_29._collapse_qqme5_40{transform:rotate(-90deg)}._close_all_button_qqme5_44,._salesReportButton_qqme5_45{border-radius:6px!important;font-weight:600;height:34px!important}._dollarIcon_qqme5_29{fill:#fff}._sectionTitle_1h44z_1{font-size:1rem}._banner_1h44z_5{position:fixed;top:45px;left:0;right:0;text-align:center;padding:6px 30px;font-weight:700}._banner_1h44z_5._danger_1h44z_14{background:#fd5458;color:#fff}._banner_1h44z_5._warning_1h44z_18{background:#ffe1a5}._fields_1h44z_22{display:flex;flex-wrap:wrap;margin-top:20px}._input_1h44z_28{margin:0 1.2rem 1.4rem 0;width:31%}._reviewFormBtn_1h44z_33{background:#006aff;color:#fff;font-weight:700;margin-top:20px;padding:10px 50px}@media only screen and (max-width: 1200px){._input_1h44z_28{width:45%}}@media only screen and (max-width: 1000px){._input_1h44z_28{margin-right:0;width:100%}}._moduleClickCount_4v7vi_1{position:fixed;bottom:50px;right:0;left:0;max-width:240px;margin:auto;text-align:center;background:#000c;border-radius:100px;padding:8px 0;color:#fff}._successConnect_4v7vi_15{display:flex;align-items:center}._checkIcon_4v7vi_20{background:#006aff;height:23px;width:23px;border-radius:100px;display:flex;align-items:center;justify-content:center;margin-left:10px}._checkIcon_4v7vi_20>svg{height:15px;width:15px;fill:#fff}._backgroundImg_12n4m_1{bottom:0;object-fit:cover;position:fixed;width:100%}._title_12n4m_8{text-align:center;padding-bottom:20px;font-size:30px}._description_12n4m_14{text-align:center;padding-bottom:20px;color:#a0a0a0}._footer_12n4m_20{display:flex;align-items:center}._signUpLink_12n4m_25{border-bottom:1px solid #006AFF;color:#006aff;font-weight:700;margin-left:.4rem;padding-bottom:.1rem;cursor:pointer}._backButton_12n4m_34{background:none;border:none;margin-bottom:20px;padding:.6rem .6rem .6rem 0}._backButton_12n4m_34:hover{box-shadow:none}._backButton_12n4m_34>svg{height:18px;margin-right:10px;width:18px;transform:rotate(180deg)}._form_12n4m_50{background:#fff;border-radius:10px;box-shadow:0 1px 4px #00000029;margin:4rem auto 0;padding:2rem 2rem 3rem;width:20rem;position:absolute;right:0;left:0;z-index:1000}._form_12n4m_50._expanded_12n4m_62{width:30rem}._skipliLogo_12n4m_66{height:inherit;margin:0 auto 1.6rem;width:8rem}._skipliLogo_12n4m_66>svg{height:inherit;width:inherit}._button_12n4m_76,._newMerchantAccountButton_12n4m_76,._accessStoreButton_12n4m_76{margin:0;width:100%}._accessStoreButton_12n4m_76{font-weight:600;margin:1.4rem 0 2rem}._arrowIcon_12n4m_86{height:1.2rem;margin-left:1rem;width:1.2rem}._arrowIcon_12n4m_86>svg{fill:#fff;height:inherit;width:inherit}._newAccountContainer_12n4m_97>p{color:#525f7f}._newMerchantAccountButton_12n4m_76{background:none;border:2px solid #006AFF;color:#006aff}@media only screen and (max-width: 500px){._backgroundImg_12n4m_1{display:none}._form_12n4m_50{box-shadow:none;position:relative;width:inherit!important}}._overlay_qkbid_1{top:0;z-index:999}._modalClassname_qkbid_6{height:100vh;width:100vw}._contentContainer_qkbid_11{height:auto;position:relative}._warningModalModalBox_qkbid_16{height:410px;width:600px}._domainContainer_qkbid_21{border-bottom:1px solid #e0e5fd;margin-top:1rem;padding-bottom:2rem}._publishWebsiteSection_qkbid_27{display:flex;align-items:center}._publishWebsiteSection_qkbid_27>svg{margin-right:2rem}._whatsnext_qkbid_35{margin:1.4rem 0 1rem;text-align:center;text-transform:uppercase}._heading_qkbid_41{font-size:1.2rem;margin:0 0 .4rem}._publishNowBtn_qkbid_46{background:none;border:none;border-radius:0;border-bottom:1px solid #006AFF;color:#006aff;margin-top:14px;padding:0 0 2px;text-decoration:none}._warningButtons_qkbid_57{display:flex}._button_qkbid_61,._saveBtn_qkbid_61,._publishBtn_qkbid_61,._exitBtn_qkbid_61,._saveAndExitBtn_qkbid_61{border-radius:100px;margin-left:0}._saveAndExitBtn_qkbid_61{font-weight:700;margin-right:1rem;padding:12px 30px}._exitBtn_qkbid_61{padding:12px 16px}._container_qkbid_76{background:#fff;border-bottom:1px solid #f0f2f6;position:fixed;top:0;right:0;left:0;height:50px;z-index:500}._content_qkbid_11{display:flex;align-items:center;justify-content:space-between;height:inherit}._leftColumn_qkbid_94{width:20%}._backButton_qkbid_98{background:transparent;border:none}._backButton_qkbid_98>svg{height:16px;margin-right:10px;transform:rotate(180deg);width:16px}._centerColumn_qkbid_109{display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:600;width:40%}._rightColumn_qkbid_118{display:flex;justify-content:flex-end;width:20%}._button_qkbid_61,._publishBtn_qkbid_61,._saveBtn_qkbid_61{font-size:.9rem;font-weight:600;height:100%;margin:0}._button_qkbid_61>svg,._publishBtn_qkbid_61>svg,._saveBtn_qkbid_61>svg{height:14px;margin-right:10px;width:14px}._saveBtn_qkbid_61{color:#006aff}._saveBtn_qkbid_61:hover{background:#fff}._saveBtn_qkbid_61>svg>path{stroke:#006aff!important}._publishBtn_qkbid_61{border:none;margin-left:10px;margin-right:20px}._overlay_1kfji_1{top:0;z-index:999}._modalClassname_1kfji_6{height:100vh;width:100vw}._contentContainer_1kfji_11{height:auto;position:relative}._warningModalModalBox_1kfji_16{height:410px;width:600px}._domainContainer_1kfji_21{border-bottom:1px solid #e0e5fd;margin-top:1rem;padding-bottom:2rem}._publishWebsiteSection_1kfji_27{display:flex;align-items:center}._publishWebsiteSection_1kfji_27>svg{margin-right:2rem}._whatsnext_1kfji_35{margin:1.4rem 0 1rem;text-align:center;text-transform:uppercase}._heading_1kfji_41{font-size:1.2rem;margin:0 0 .4rem}._publishNowBtn_1kfji_46{background:none;border:none;border-radius:0;border-bottom:1px solid #006AFF;color:#006aff;margin-top:14px;padding:0 0 2px;text-decoration:none}._warningButtons_1kfji_57{display:flex}._button_1kfji_61,._exitBtn_1kfji_61,._saveAndExitBtn_1kfji_61{border-radius:100px;margin-left:0}._saveAndExitBtn_1kfji_61{font-weight:700;margin-right:1rem;padding:12px 30px}._exitBtn_1kfji_61{padding:12px 16px}._container_egrxn_1{display:flex;padding:4rem 0}._container_egrxn_1._textOnLeft_egrxn_5{flex-direction:row-reverse}._image_egrxn_9{max-height:500px;object-fit:cover;width:50%}._textContainer_egrxn_15{font-size:1.2rem;line-height:2rem;padding:0 4rem;text-align:left;width:50%}._heading_egrxn_23{font-size:2.4rem;margin-top:4rem}._description_egrxn_28{font-weight:400;line-height:140%}._orderNow_egrxn_33{border:none;color:#fff;font-size:18px;margin:3rem auto 0 0;padding:8px 30px}@media only screen and (max-width: 700px){._container_egrxn_1{flex-direction:column!important;padding:2rem 0}._image_egrxn_9{max-height:100vw;width:100vw}._textContainer_egrxn_15{font-size:1rem;line-height:1.6rem;padding:0 20px;width:auto}._heading_egrxn_23{font-size:1.6rem;margin-top:2rem}._orderNow_egrxn_33{margin-top:2rem;padding:.6rem 1rem;width:100%}}._container_1beao_1{border-top:.5px solid #dadada;padding:4rem 0}._content_1beao_6{max-width:1200px;margin:auto;padding:0 30px}._contact_info_row_1beao_12{display:flex;justify-content:space-between}._column_1beao_17,._businessHoursColumn_1beao_17,._contactInfoColumn_1beao_17,._social_media_column_1beao_17{padding-right:2rem}._columnHeading_1beao_21{font-size:18px;margin-bottom:1rem;text-transform:capitalize}._shopLogoContainer_1beao_27{display:flex;flex-direction:row;align-items:center;font-size:26px;font-weight:700;margin-bottom:40px}._shopLogo_1beao_27{height:3.2rem;margin-right:20px}._skipliLink_1beao_41{color:#000;font-size:.8rem;line-height:1.2rem;text-decoration:none}._skipliWebsite_1beao_48{color:#eb1700;margin-left:.2rem}._madeWithLove_1beao_53{display:flex;align-items:center}._madeWithLove_1beao_53>svg{fill:#eb1700;height:1rem;margin:0 .3rem;width:1rem}._social_media_icons_container_1beao_64{display:flex;flex-wrap:wrap}._mediaLink_1beao_69{display:flex;align-items:center;color:inherit;opacity:.5;margin:0 18px 1rem 0;text-decoration:none;text-transform:capitalize;transition:transform .2s}._mediaLink_1beao_69:hover{opacity:1;transform:scale(1.02)}._social_media_icon_1beao_64{height:20px;width:auto}._social_media_icon_1beao_64>svg{height:inherit;width:inherit}._contactInfo_1beao_17{display:flex;margin-bottom:1rem;transition:transform .2s}._contactInfo_1beao_17>svg{height:20px;margin-right:14px;width:20px}._contactInfoLink_1beao_104{color:inherit;text-decoration:none}._contact_info_value_1beao_109{font-size:.95rem;font-weight:400;line-height:1.2rem;margin:0}._day_1beao_116{font-size:.95rem}@media only screen and (max-width: 800px){._container_1beao_1{padding:2rem 0}._contact_info_row_1beao_12{flex-direction:column}._column_1beao_17,._social_media_column_1beao_17,._contactInfoColumn_1beao_17,._businessHoursColumn_1beao_17{margin-bottom:20px;padding:0;width:100%}._shopLogoContainer_1beao_27{font-size:22px}._shopLogo_1beao_27{height:2.4rem}}._overlay_1alz5_1{top:0;z-index:999}._modalClassname_1alz5_6{height:100vh;width:100vw}._contentContainer_1alz5_11{height:auto;position:relative}._warningModalModalBox_1alz5_16{height:410px;width:600px}._domainContainer_1alz5_21{border-bottom:1px solid #e0e5fd;margin-top:1rem;padding-bottom:2rem}._publishWebsiteSection_1alz5_27{display:flex;align-items:center}._publishWebsiteSection_1alz5_27>svg{margin-right:2rem}._whatsnext_1alz5_35{margin:1.4rem 0 1rem;text-align:center;text-transform:uppercase}._heading_1alz5_41{font-size:1.2rem;margin:0 0 .4rem}._publishNowBtn_1alz5_46{background:none;border:none;border-radius:0;border-bottom:1px solid #006AFF;color:#006aff;margin-top:14px;padding:0 0 2px;text-decoration:none}._warningButtons_1alz5_57{display:flex}._button_1alz5_61,._exitBtn_1alz5_61,._saveAndExitBtn_1alz5_61{border-radius:100px;margin-left:0}._saveAndExitBtn_1alz5_61{font-weight:700;margin-right:1rem;padding:12px 30px}._exitBtn_1alz5_61{padding:12px 16px}._container_1alz5_76{padding-top:130px}@media only screen and (max-width: 700px){._container_1alz5_76{padding-top:106px}}._editOverlay_1alz5_85{background:#fff;box-shadow:0 4px 6px #32325d1c,0 1px 3px #00000014;position:fixed!important;right:0;left:0;height:80px;top:51px;z-index:500}._editOverlayButton_1alz5_96{padding:8px 0!important}._menuIconContainer_1alz5_100{display:none}._shopHeader_1alz5_104{background:#fff;height:80px}._content_1alz5_11{display:flex;align-items:center;justify-content:space-between;height:inherit;padding:0 40px}._shopLogo_1alz5_117{height:50px}._shopName_1alz5_121{margin:0}._navigation_1alz5_125{display:flex}._navOption_1alz5_129{background:inherit;border-radius:0;border:none;border-bottom:2px solid transparent;padding:14px!important;text-transform:uppercase}._navOption_1alz5_129:hover{box-shadow:none}@media only screen and (max-width: 700px){._editOverlay_1alz5_85,._shopHeader_1alz5_104{height:56px}._menuIconContainer_1alz5_100{display:block}._menuIconContainer_1alz5_100>svg{fill:#fff;height:1.4rem;width:1.4rem}._navigation_1alz5_125{display:none}._content_1alz5_11{padding:0 2rem}._shopLogo_1alz5_117{height:2rem}}._container_sy1a7_1{bottom:40px;padding-top:0;position:relative}._pill_sy1a7_7{background-color:#fff;border-radius:100px;box-shadow:0 1px 4px #00000029;cursor:pointer;padding:2rem 1.6rem;display:flex;align-items:center;justify-content:center;margin:auto;width:28rem}._watermark_sy1a7_20{height:70px;margin-right:1.4rem;width:70px}._heading_sy1a7_26{font-size:1rem;margin:0}._generalText_sy1a7_31{font-size:.9rem;margin:.6rem 0}._seeBenefits_sy1a7_36{font-size:.9rem;text-decoration:underline;text-underline-position:under}@media only screen and (max-width: 600px){._container_sy1a7_1{bottom:0}._pill_sy1a7_7{box-shadow:none;padding:1.2rem 2rem;width:inherit}._watermark_sy1a7_20{height:60px;width:60px}._heading_sy1a7_26{font-size:1rem}._generalText_sy1a7_31{font-size:.86rem;margin:.3rem 0;line-height:1.2rem}._seeBenefits_sy1a7_36{font-size:.86rem;text-decoration:underline;text-underline-position:under}}._container_1vr2y_1{max-height:46rem;position:relative}._heroImage_1vr2y_6{max-height:inherit;object-fit:cover;width:100vw}._filter_1vr2y_12{background:#0006;bottom:0;left:0;position:absolute;top:0;right:0}._watermark_1vr2y_21{height:180px;width:180px;position:absolute}._watermark_1vr2y_21._left_1vr2y_26{top:2.5rem;left:5vw}._watermark_1vr2y_21._right_1vr2y_30{top:2.5rem;right:5vw}._textContainer_1vr2y_35{max-width:600px;position:absolute;top:12vw}._textContainer_1vr2y_35._center_1vr2y_40{left:50%;text-align:center;transform:translate(-50%)}._textContainer_1vr2y_35._left_1vr2y_26{left:10vw}._textContainer_1vr2y_35._right_1vr2y_30{right:8vw}._heading_1vr2y_52{color:#fff;font-size:2.6rem}._message_1vr2y_57{color:#fff;font-size:1.6rem;line-height:36px}._buttons_1vr2y_63{display:flex}._buttons_1vr2y_63._center_1vr2y_40{justify-content:center}._button_1vr2y_63,._seeMenuButton_1vr2y_70,._orderButton_1vr2y_70{font-size:1.2rem;margin:40px 0 0;padding:14px 40px}._orderButton_1vr2y_70{border:none;color:#fff;margin-right:20px}._seeMenuButton_1vr2y_70{background:#fff;color:#525f7f}@media only screen and (max-width: 700px){._heroImage_1vr2y_6,._filter_1vr2y_12{height:80vw}._watermark_1vr2y_21{display:none}._textContainer_1vr2y_35{left:2rem!important;top:2rem!important;right:2rem!important;transform:none!important;max-width:500px;margin-right:15px}._heading_1vr2y_52{font-size:1.6rem;margin-top:0}._message_1vr2y_57{font-size:.9rem;line-height:20px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;white-space:normal;overflow:hidden}._button_1vr2y_63,._orderButton_1vr2y_70,._seeMenuButton_1vr2y_70{font-size:.9rem;margin-top:.8rem;padding:.8rem 1rem}}@media only screen and (max-width: 360px){._heroImage_1vr2y_6,._filter_1vr2y_12{height:120vw}}._container_14xdr_1{padding:4rem 0;text-align:center}._heading_14xdr_6{font-size:2.4rem;margin:0 0 4rem}._menuItems_14xdr_11{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:50px;max-width:1400px;margin:auto;padding:0 30px}._itemContainer_14xdr_20{box-shadow:0 4px 24px #0d0d0d0d;border-radius:10px;border:1px solid transparent;cursor:pointer;position:relative;display:flex;flex-direction:column;justify-content:space-between}._itemContainer_14xdr_20:hover{border-color:#d4dae0}._itemImage_14xdr_34{border-radius:10px 10px 0 0;height:20vw;object-fit:cover;width:100%}._text_area_14xdr_41{padding:20px 20px 0;text-align:left}._item_name_14xdr_47,._item_description_14xdr_48{line-height:140%;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;overflow:hidden}._item_name_14xdr_47{font-size:1.1rem;font-weight:600;margin:0}._item_description_14xdr_48{font-weight:400;margin:14px 0 0;opacity:.6}._add_item_button_14xdr_70{background:none;border:none;color:#000;font-weight:500;margin:0 auto 0 0;padding:20px 20px 30px}._add_item_button_14xdr_70:hover{background:none;box-shadow:none}._add_item_button_14xdr_70>svg{height:14px;width:14px;margin-left:10px}._seeFullMenuBtn_14xdr_89{color:#fff;font-size:18px;margin:80px auto 0;padding:16px 80px}._seeFullMenuBtn_14xdr_89>svg{fill:#fff;height:1.2rem;margin-left:.6rem;width:1.2rem}@media only screen and (max-width: 1200px){._menuItems_14xdr_11{grid-template-columns:repeat(2,1fr)}._itemImage_14xdr_34{height:38vw}}@media only screen and (max-width: 700px){._container_14xdr_1{padding:2rem 0}._heading_14xdr_6{margin-bottom:2rem}._menuItems_14xdr_11{grid-template-columns:repeat(1,1fr);grid-gap:40px}._itemImage_14xdr_34{height:300px}._item_description_14xdr_48{display:none}._seeFullMenuBtn_14xdr_89{padding:16px;width:86vw;margin-top:50px}._seeFullMenuBtn_14xdr_89>svg{height:18px;width:18px}}._deliveryPartners_10nhc_1{align-items:center;display:grid;grid-template-columns:repeat(5,0fr);grid-gap:8px 12px;flex-wrap:wrap;justify-content:center}._partnerUrl_10nhc_10{align-items:center;color:#000;cursor:pointer;display:flex;margin:0 1rem 1rem;order:2;text-decoration:none;width:6rem}._partnerUrl_10nhc_10._skipli_10nhc_20{order:1!important}._partnerUrl_10nhc_10._unknownPartner_10nhc_23{order:3}._partnerLogo_10nhc_27{height:auto;width:inherit}._partnerLogo_10nhc_27>svg{height:inherit;width:inherit}._unknownPartnerName_10nhc_36{color:#586271}._genericLogo_10nhc_40{height:1.4rem;margin-right:.4rem;width:1.4rem}._genericLogo_10nhc_40>svg{fill:#586271;height:inherit;width:inherit}@media only screen and (max-width: 700px){._deliveryPartners_10nhc_1{grid-template-columns:repeat(3,0fr);grid-gap:20px 24px}._partnerUrl_10nhc_10{margin:0}}._container_169ki_1{max-width:fit-content;margin:auto;padding:4rem 1rem}._heading_169ki_7{font-size:2.4rem;margin-top:0;text-align:center}._buttons_169ki_13{align-items:center;display:flex;margin-top:4rem}._orderDeliveryButton_169ki_19,._orderTakeoutButton_169ki_20{border-radius:10px;box-shadow:#419bf91a 0 0 0 1px,#419bf900 0 0,#419bf914 0 12px 50px,#9f9fa440 0 2px 10px;cursor:pointer;padding:1.8rem 2rem;width:20rem}._orderDeliveryButton_169ki_19{margin-right:3rem}._deliverIcon_169ki_32,._lunchBagIcon_169ki_33{height:2.4rem;width:2.4rem}._deliverIcon_169ki_32>svg,._lunchBagIcon_169ki_33>svg{height:inherit;width:inherit}._buttonText_169ki_43>h3{font-size:1.4rem;margin:1rem 0 0}._buttonText_169ki_43>p{color:#586271;font-size:1.1rem;font-weight:400;line-height:1.6rem;margin:.6rem 0 0}._orderArrow_169ki_55{background:none;border:none;display:flex;margin:1.6rem auto 0 0;padding:0;text-transform:uppercase}._orderArrow_169ki_55>svg{height:1rem;margin-left:.6rem;width:1rem}._deliveryPartnersHeading_169ki_69{color:#586271;font-size:1.2rem;font-weight:500;margin:3rem 0 1.8rem;text-align:center}@media only screen and (max-width: 700px){._container_169ki_1{padding:2rem 1rem 4rem}._heading_169ki_7{line-height:3rem;max-width:18rem;margin:auto}._buttons_169ki_13{flex-direction:column;margin-top:2rem}._orderDeliveryButton_169ki_19,._orderTakeoutButton_169ki_20{margin-right:0;width:74vw}._orderDeliveryButton_169ki_19{margin-bottom:2rem}}._overlay_u7ab3_1{top:0;z-index:999}._modalClassname_u7ab3_6{height:100vh;width:100vw}._contentContainer_u7ab3_11{height:auto;position:relative}._warningModalModalBox_u7ab3_16{height:410px;width:600px}._domainContainer_u7ab3_21{border-bottom:1px solid #e0e5fd;margin-top:1rem;padding-bottom:2rem}._publishWebsiteSection_u7ab3_27{display:flex;align-items:center}._publishWebsiteSection_u7ab3_27>svg{margin-right:2rem}._whatsnext_u7ab3_35{margin:1.4rem 0 1rem;text-align:center;text-transform:uppercase}._heading_u7ab3_41{font-size:1.2rem;margin:0 0 .4rem}._publishNowBtn_u7ab3_46{background:none;border:none;border-radius:0;border-bottom:1px solid #006AFF;color:#006aff;margin-top:14px;padding:0 0 2px;text-decoration:none}._warningButtons_u7ab3_57{display:flex}._button_u7ab3_61,._exitBtn_u7ab3_61,._saveAndExitBtn_u7ab3_61{border-radius:100px;margin-left:0}._saveAndExitBtn_u7ab3_61{font-weight:700;margin-right:1rem;padding:12px 30px}._exitBtn_u7ab3_61{padding:12px 16px}._container_u7ab3_76{padding-top:130px}@media only screen and (max-width: 700px){._container_u7ab3_76{padding-top:106px}}._field_1khrh_1{margin-bottom:30px}._footnote_1khrh_5{font-weight:400;line-height:1.4;margin-bottom:0;opacity:.8}._mobileBackgroundImg_19xx7_1{overflow:auto;height:100%;min-height:100%;padding-bottom:50px;display:flex}._socketNotConnected_19xx7_9{text-align:center;font-size:1.2rem}._newVersionAlert_19xx7_14{background:#4969f5!important}._newVersionMsg_19xx7_18{text-align:center}._newVersionMsg_19xx7_18>button{border-bottom:1px solid #fff;border-radius:0;color:#fff;font-weight:600;margin-left:.6rem}._loginContainer_6uqtj_1{padding-top:50px}._brand_6uqtj_5{margin-bottom:10px}._background_6uqtj_9{position:absolute;display:flex;top:0;right:0;bottom:0;left:0;background:#fff}._skipliLogoContainer_6uqtj_19{margin:auto}._skipliLogoContainer_6uqtj_19>svg{height:200px;width:200px}._container_1g91k_1{background:#f0f2f6;padding-bottom:4rem}._header_1g91k_6{background-color:#fff;box-shadow:0 1px 4px #00000029;height:3.4rem;left:0;position:fixed;right:0;top:0;z-index:50}._headerContent_1g91k_17{display:flex;align-items:center;justify-content:space-between;height:inherit;padding:0 3rem}._skipliLogoCol_1g91k_25{cursor:pointer;height:1.6rem;width:20%}._skipliLogo_1g91k_25{height:inherit}._heading_1g91k_35{font-size:1.4rem;text-align:center}._helpCol_1g91k_40{width:20%}._helpCall_1g91k_44{align-items:center;display:flex;justify-content:center;background:#006aff;border-radius:100px;margin-left:auto;height:34px;width:34px;text-decoration:none}._helpCall_1g91k_44>svg{height:1rem;width:1rem}._helpCall_1g91k_44>svg>path{stroke:#fff!important}._content_1g91k_63{margin:auto;max-width:54rem;padding-top:5.4rem}._description_1g91k_69{font-size:1rem;line-height:1.6rem;margin:.6rem 0 2rem;padding:0 20px;text-align:center}@media only screen and (max-width: 700px){._header_1g91k_6{height:fit-content}._headerContent_1g91k_17{padding:1rem}._heading_1g91k_35{margin:0;text-align:left}._content_1g91k_63{padding-top:120px}}._guestContainer_16cn9_1{background:#fcfdff;height:auto;min-height:100%;padding-bottom:50px;margin-top:15px;display:flex}._container_aodny_1{height:100%;padding:15px 0 30px;overflow:auto}._sectionsContainer_aodny_7{padding-bottom:160px;overflow-y:auto}._section_aodny_7{margin-bottom:15px;margin-top:15px;padding-bottom:5px}._generalSection_aodny_18{display:none}._heading_aodny_22{margin:0 0 1rem;font-size:1rem;text-transform:uppercase;padding:0 0 0 1.2rem}._link_aodny_29{display:flex;text-decoration:none}._poweredBy_aodny_34{background:#006aff;border-top:1px solid #d4dae0;padding:14px 0 10px;position:absolute;bottom:0;right:0;left:0}._support_aodny_44{font-size:12px;padding:0 30px}._helpLinks_aodny_49{align-items:center}._needHelp_aodny_53{align-items:center;color:#fff;display:flex;margin:0 0 8px;text-decoration:none}._helpIcon_aodny_61{fill:#000;height:1rem;margin-right:.4rem;width:1rem}._phoneIcon_aodny_68{height:12px;margin-right:10px;width:12px;fill:#fff!important}._phoneIcon_aodny_68 path{stroke:#fff!important}._skipliContact_aodny_79{font-size:.75rem;font-weight:700;margin:10px 0 0;display:flex;align-items:center;justify-content:center}._skipliContact_aodny_79>svg{height:16px;width:16px;margin-right:8px}._navbarItemContainer_aodny_93{background-color:#fff!important;border:none;border-radius:0!important;margin-bottom:.4rem;position:relative;justify-content:flex-start!important;width:100%}._navbarItemContainer_aodny_93:hover{box-shadow:none}._navbarItemContainer_aodny_93:hover ._navbarItemLabel_aodny_105{color:#006aff}._navbarItemContainer_aodny_93:hover ._iconContainer_aodny_108>svg{fill:#006aff}._navbarItemContainer_aodny_93._active_aodny_111{background:#eff6fe!important;padding:.6rem 2rem!important;border-right:3px solid #006AFF}._navbarItemContainer_aodny_93._active_aodny_111>._navbarItemLabel_aodny_105{color:#006aff}._navbarItemContainer_aodny_93._active_aodny_111>._iconContainer_aodny_108>svg{fill:#006aff}@media only screen and (max-width: 930px){._generalSection_aodny_18{display:block}}._navbarContainer_aodny_128{height:100%;width:100%}._iconContainer_aodny_108{height:18px;margin-right:14px;width:18px}._iconContainer_aodny_108>svg{fill:#525f7f;height:inherit;width:inherit}._navbarItemLabel_aodny_105{color:#525f7f;text-transform:capitalize;white-space:nowrap}._navbarContainer_aodny_128{height:100%}._adminHeaderContainer_1i10p_1{background:#fff;width:100%;height:70px;position:fixed;right:0;z-index:200;left:0;top:0}._shopName_1i10p_12{max-width:140px;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._adminHeaderContent_1i10p_20{color:#fff;display:flex;align-items:center;justify-content:space-between;height:inherit;padding:0 30px}._showMenu_1i10p_29{display:block!important}._firstCol_1i10p_33{width:10%}._skipliLogo_1i10p_37{height:1.4rem;margin-top:2px}._skipliLogo_1i10p_37>svg{height:inherit;width:inherit}._menuIconContainer_1i10p_46{border-radius:0;height:45px;display:none;align-items:center;text-transform:capitalize;font-weight:700;white-space:nowrap}._menuIconContainer_1i10p_46>svg{height:22px;width:22px;fill:#000;margin-right:.8rem}._secondColContent_1i10p_62{display:flex}._secondColButton_1i10p_66,._getUpdatesButton_1i10p_66,._visitOnlineMenuButton_1i10p_67,._shopInfoButton_1i10p_68{background:transparent;display:flex;text-decoration:none;color:#000;border-radius:6px;margin:auto 0;padding:6px 14px;white-space:nowrap}._secondColButton_1i10p_66:hover,._getUpdatesButton_1i10p_66:hover,._visitOnlineMenuButton_1i10p_67:hover,._shopInfoButton_1i10p_68:hover{background:#fff;color:#006aff}._secondColButton_1i10p_66:hover ._secondColIcon_1i10p_84>svg,._getUpdatesButton_1i10p_66:hover ._secondColIcon_1i10p_84>svg,._visitOnlineMenuButton_1i10p_67:hover ._secondColIcon_1i10p_84>svg,._shopInfoButton_1i10p_68:hover ._secondColIcon_1i10p_84>svg{fill:#006aff}._visitOnlineMenuButton_1i10p_67{display:flex;align-items:center}._secondColIcon_1i10p_84{height:15px;margin-right:8px;width:15px}._secondColIcon_1i10p_84>svg{fill:#4d4c4c;height:inherit;width:inherit}._menuContainer_1i10p_106{background-color:#fff;position:fixed;bottom:0;top:45px;z-index:200;width:250px}@media only screen and (max-width: 930px){._adminHeaderContent_1i10p_20{padding:0 10px}._firstCol_1i10p_33{width:10%}._menuIconContainer_1i10p_46{display:flex}._menuContainer_1i10p_106{display:none;width:100%}._skipliLogo_1i10p_37,._getUpdatesButton_1i10p_66,._visitOnlineMenuButton_1i10p_67{display:none}}._headerTable_1rj2g_1{display:flex;justify-content:space-between;margin-bottom:30px}._next_btn_1rj2g_7{height:40px;font-size:13px}._Table_1rj2g_12{border:none;box-shadow:#d2d3ff29 0 1px 4px;text-align:center}._button_logout_style_1rj2g_18{background-color:#006aff;color:#fff}._icon_button_1rj2g_23{margin-left:.5rem;fill:#fff;width:1rem;height:1rem}._container_18rps_1{font-size:.86rem;margin:3rem 0 2rem}._notice_18rps_6{background:#e4e6eb;color:#000;cursor:pointer;padding:.6rem 1rem;align-items:center;display:flex;justify-content:space-between;border-radius:10px 10px 0 0}._content_18rps_18{border:2px solid #e4e6eb;border-top:none;border-radius:0 0 10px 10px;font-weight:400;line-height:1.2rem;padding:1rem;text-align:left}._form_container_n3mew_1{display:flex;flex-wrap:wrap}._container_image_n3mew_6{margin-right:100px}._form_email_n3mew_10{width:350px}._modal_n3mew_14{min-width:25rem!important}._img_n3mew_18{width:230px;height:230px;border-radius:10px;margin-right:100px}._personnel_n3mew_25{display:flex;flex-wrap:wrap}._input_phone_n3mew_30{width:90%}._inputContainer_n3mew_34{width:60%}._input_icon_n3mew_38{display:flex;margin:0;padding:0}._input_n3mew_30{margin-right:20px;width:86%}._button_n3mew_49,._laterBtn_n3mew_49,._createUserBtn_n3mew_49,._removePersonnelBtn_n3mew_49,._savePersonnelInfoBtn_n3mew_49,._addUserBtn_n3mew_49,._saveBtn_n3mew_49{color:#fff;padding:15px 35px;margin-top:1.2rem;font-weight:700}._footer_n3mew_56{display:flex}._signUpLink_n3mew_60{border-bottom:1px solid #006AFF;color:#006aff;font-weight:700;margin-left:.4rem;padding-bottom:.1rem;cursor:pointer}._edit_button_n3mew_69{padding:10px 6px;border:none;font-weight:700;background:#fff;color:#006aff}._edit_button_n3mew_69>svg{height:18px;margin-right:8px;width:18px;fill:#006aff}._edit_button_n3mew_69>svg>path{fill:#006aff!important}._saveBtn_n3mew_49{background:#006aff}._addUserBtn_n3mew_49{background:#006aff;margin-top:2rem}._savePersonnelInfoBtn_n3mew_49{background:#006aff;position:absolute;margin-left:6.4rem}._removePersonnelBtn_n3mew_49{margin:1.2rem 0 0}._createNewUserBox_n3mew_105{box-shadow:0 3px 5px -1px #f5818133,0 6px 10px #00000024,0 1px 18px #0000001f;-webkit-box-shadow:0 3px 5px -1px rgba(245,129,129,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);padding:15px 10px 15px 25px;border-radius:8px;margin:40px -15px 0}._createNewUserBox_n3mew_105>h3{margin:0 0 20px}._newUserButtons_n3mew_116{display:flex;align-items:center;margin-top:1.2rem}._createUserBtn_n3mew_49{background:#006aff;margin:0 1rem 0 0;min-width:6rem}._laterBtn_n3mew_49{margin:0;min-width:6rem}@media only screen and (max-width: 600px){._inputContainer_n3mew_34{margin:0 0 15px;width:100%}._edit_button_n3mew_69 p{display:none}}._container_1p7zf_1{background:#f0f2f6;padding-bottom:4rem;height:100%}._header_1p7zf_7{background-color:#fff;box-shadow:0 1px 4px #00000029;height:3.4rem;left:0;position:fixed;right:0;top:0;z-index:50}._headerContent_1p7zf_18{display:flex;align-items:center;justify-content:space-between;height:inherit;padding:0 3rem}._skipliLogoCol_1p7zf_26{cursor:pointer;height:1.6rem;width:20%}._skipliLogo_1p7zf_26{height:inherit}._heading_1p7zf_36{font-size:1.4rem;text-align:center}._helpCol_1p7zf_41{width:20%}._helpCall_1p7zf_45{align-items:center;display:flex;justify-content:center;background:#006aff;border-radius:100px;margin-left:auto;height:34px;width:34px;text-decoration:none}._helpCall_1p7zf_45>svg{height:1rem;width:1rem}._helpCall_1p7zf_45>svg>path{stroke:#fff!important}._content_1p7zf_64{margin:auto;max-width:54rem;padding-top:5.4rem}._description_1p7zf_70{font-size:1rem;line-height:1.6rem;margin:.6rem 0 2rem;padding:0 20px;text-align:center}@media only screen and (max-width: 700px){._header_1p7zf_7{height:fit-content}._headerContent_1p7zf_18{padding:1rem}._heading_1p7zf_36{margin:0;text-align:left}._content_1p7zf_64{padding-top:120px}}._notifContainer_1ahne_1,._notifAlertContainer_1ahne_1,._notifDialogContainer_1ahne_1{position:fixed;margin:auto;right:0;left:0;border-radius:6px;padding:0;-webkit-box-shadow:0px 1px 4px rgba(0,0,0,.16);-moz-box-shadow:0px 1px 4px rgba(0,0,0,.16);box-shadow:0 1px 4px #00000029}._notifBody_1ahne_13,._notifAlertBody_1ahne_13,._notifDialogBody_1ahne_13{margin:0}._notifContentContainer_1ahne_17{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,"sans-serif"}._notifDialogContainer_1ahne_1{width:80vw;top:0;bottom:0;height:20vh}._notifDialogBody_1ahne_13{padding:20px}._notifAlertContainer_1ahne_1{color:#fff;font-size:1rem;min-height:40px;width:450px;text-align:center;top:20px}._notifAlertContainer_1ahne_1._default_1ahne_40{background:#000}._notifAlertContainer_1ahne_1._error_1ahne_43{background:#fd5458}._notifAlertContainer_1ahne_1._success_1ahne_46{background:#006aff}._notifAlertContainer_1ahne_1._warning_1ahne_49{background:#fc8c32}._notifAlertBody_1ahne_13{padding:10px 15px}@media only screen and (max-width: 500px){._notifAlertContainer_1ahne_1{font-size:1rem;width:90vw}}._container_aa651_1{display:none}._img_aa651_5{height:14rem}._heading_aa651_9{margin-bottom:.6rem}._description_aa651_13{margin:auto;max-width:18rem}@media only screen and (max-width: 700px){._container_aa651_1{display:block}}._container_lveoa_1{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}._keyContainer_lveoa_8{width:31%}._key_lveoa_8{background:#fff3;border-radius:6px;color:#fff;font-size:36px;font-weight:400;height:60px;margin-bottom:8px;width:100%;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._clearIcon_lveoa_24{fill:#fff;height:17px;margin-bottom:5px;width:17px}._backSpaceIcon_lveoa_31{fill:#fff;height:24px;width:24px;transform:rotate(180deg)}._calculatorContainer_u5w37_1{display:flex;justify-content:center;align-items:center;height:36px;background:#e4e6eb;border-radius:10px;padding:0 .4rem}._disabled_u5w37_11{opacity:.6;pointer-events:none}._quantityNumber_u5w37_16{margin:0 10px;min-width:50px;font-size:1rem;height:inherit;display:flex;align-items:center;justify-content:center}._iconContainer_u5w37_26{height:2rem;line-height:0;width:2rem}._icon_u5w37_26{height:.8rem;width:.8rem}._container_15x47_1{background:#f9fbfd;border:1px solid #ebeef1;border-radius:10px;font-size:1rem;line-height:24px;padding:60px 40px;text-align:center}._pagination_1m683_1{display:flex;justify-content:center;align-items:center;gap:8px;margin:16px 0}._firstButton_1m683_9:hover,._prevButton_1m683_10:hover,._pageButtons_1m683_11:hover,._nextButton_1m683_12:hover,._lastButton_1m683_13:hover{background-color:#e4e6eb}._commonButton_1m683_17,._defaultNextButton_1m683_17,._defaultPrevButton_1m683_17{display:flex;align-items:center}._commonButton_1m683_17>svg,._defaultNextButton_1m683_17>svg,._defaultPrevButton_1m683_17>svg{height:16px;width:fit-content}._defaultPrevButton_1m683_17>svg{transform:rotate(180deg)}._container_disds_1{position:fixed;margin:auto;top:0;bottom:0;left:0;right:0;height:200px;z-index:200}._container_disds_1._minimized_disds_11{margin-bottom:0}._frame_disds_15{background:#fff;border-radius:10px;-webkit-box-shadow:0 3px 5px -1px rgba(245,129,129,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);box-shadow:0 3px 5px -1px #f5818133,0 6px 10px #00000024,0 1px 18px #0000001f;margin:auto;width:50vh}._frame_disds_15._minimized_disds_11{background:#006aff;border-radius:100px;position:fixed;bottom:60px;width:300px;right:0;left:0}._searchBar_disds_33{border-radius:10px;padding:20px;display:flex;align-items:center;justify-content:space-between}._searchBar_disds_33._hasCategories_disds_40{border-radius:10px 10px 0 0}._searchBar_disds_33._minimized_disds_11{padding:10px 15px}._closeIcon_disds_47{height:20px;width:20px}._closeIcon_disds_47>svg{height:inherit;width:inherit;fill:#e11b1b}._closeIcon_disds_47._minimized_disds_11>svg{fill:#fff}._searchIcon_disds_60{height:25px;width:25px;margin-right:20px}._searchIcon_disds_60>svg{height:inherit;width:inherit;fill:#006aff}._searchIcon_disds_60._minimized_disds_11{height:20px;width:20px}._searchIcon_disds_60._minimized_disds_11>svg{fill:#fff}._inputContainer_disds_78{width:90%}._field_disds_82{background:none;border:none;box-shadow:none!important;-webkit-box-shadow:none!important;padding:0}._input_disds_78{font-size:1.1rem}._input_disds_78._minimized_disds_11{color:#fff}._searchCategories_disds_97{display:flex;flex-wrap:wrap;padding:10px 20px 15px;border-radius:0 0 10px 10px}._category_disds_104{margin-right:20px}._categoryLabel_disds_108{text-transform:capitalize}@media only screen and (max-width: 700px){._container_disds_1{height:300px}._frame_disds_15{width:90vw}._searchIcon_disds_60{height:20px;width:20px;margin-right:10px}}._subNavbarContainer_fq855_1{background:#fff;box-shadow:#e5e5e680 0 2px 4px;border-bottom:1px solid #ebeef1;height:50px;padding:0 30px 0 280px;display:flex;align-items:center;justify-content:space-between;position:fixed;top:45px;right:0;left:0;z-index:80}@media only screen and (max-width: 930px){._subNavbarContainer_fq855_1{padding:0 20px}}._container_1mek3_1{position:relative}._table_1mek3_5{background:#fff;border-radius:10px;border:1px solid #ebeef1}._row_1mek3_11{border-bottom:1px solid #ebeef1;cursor:pointer;display:flex;align-items:center}._row_1mek3_11._header_1mek3_17{border-bottom-width:2px;font-weight:700}._row_1mek3_11:last-child{border-bottom:none}._row_1mek3_11:hover{background:#f5f7fa}._column_1mek3_28{width:100%}._column_1mek3_28:first-child{padding-left:2rem}._cell_1mek3_35{display:-webkit-box;line-height:1.4;margin:14px 0;overflow:hidden;text-overflow:ellipsis;text-align:justify;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal}._noData_1mek3_47,._showMore_1mek3_47{padding:1rem;justify-content:center}._showMore_1mek3_47{color:#006aff;font-weight:600}._loading_1mek3_57{opacity:.8;pointer-events:none}._container_rkwuj_1{display:flex;align-items:center;flex-wrap:wrap}._tab_rkwuj_7{border:1px solid #d4dae0;border-radius:100px;height:42px;font-size:.9rem;font-weight:500;margin:0 10px 10px 0;padding:0 20px;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}._tab_rkwuj_7._selected_rkwuj_17{background:#006aff;color:#fff;font-weight:600}._timePicker_1dznh_1{background:#fff;border:1px solid #d4dae0;border-radius:8px;padding:0 15px;height:40px}._timePicker_1dznh_1>div{border:none!important}._container_1kxzj_1{background:#fff;border:1px solid #d4dae0;border-radius:6px;display:flex;padding:0 10px;width:fit-content;height:30px}._option_1kxzj_11{border-radius:0;font-weight:500;margin-right:10px;min-width:38px}._option_1kxzj_11:hover{color:#006aff}._option_1kxzj_11:last-child{margin-right:0}._option_1kxzj_11._selected_1kxzj_23{border-bottom:2px solid #006AFF;color:#006aff;font-weight:700}._label_m09do_1{color:#222;max-width:inherit;margin-bottom:.6rem;white-space:pre-wrap}._input_field_container_m09do_8{align-items:center;display:flex;justify-content:space-between;background:#fff;border:1.2px solid #d4dae0;border-radius:10px;cursor:pointer;line-height:30px;min-height:28px;padding:8px 16px}._required_m09do_21{border-color:transparent;box-shadow:0 0 0 1px #fc8c32,0 1px 1px #00000012,0 0 0 2px #fc8c32;-webkit-box-shadow:0 0 0 1px #fc8c32,0 1px 1px 0 rgba(0,0,0,.07),0 0 0 2px #fc8c32}._reduce_opacity_m09do_27{opacity:.6}._arrow_icon_m09do_31{height:1.2rem;width:1.2rem}._arrow_icon_m09do_31>svg{height:inherit;width:inherit;transform:rotate(90deg)}._us_state_m09do_41{border-bottom:1px solid #d4dae0;cursor:pointer;line-height:1.4rem;padding:14px 0}._read_only_m09do_48{background:#f4f4f5;box-shadow:none;color:#000;pointer-events:none}._viewReceiptButton_sa51j_1{background:#006aff;border-radius:4px;color:#fff;padding:5px 10px;text-decoration:none}._container_h3f4x_1{position:relative}._overlay_h3f4x_5{background:#0000004d;position:absolute;left:0;right:0;top:0;bottom:0;z-index:400}._content_h3f4x_15{display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._button_h3f4x_23{background:#fff;color:#000;font-size:1.2rem;margin:0 14px;padding:16px 0;width:140px}._icon_h3f4x_32,._eyeIcon_h3f4x_32,._pencilIcon_h3f4x_32{fill:#000;height:20px;margin-right:12px;width:20px}._eyeIcon_h3f4x_32{height:24px;width:24px}._table_1xybx_1{text-align:center}._table_1xybx_1>div:first-of-type{background:#f5f7fa}._container_1xybx_8{display:flex}._subNavbarLeftColumn_1xybx_12{width:45%}._subNavbarLeftColumn_1xybx_12>h1{font-size:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:inherit;cursor:pointer}._button_1xybx_24,._export_button_1xybx_24{margin:0}._export_button_1xybx_24{margin-left:16px;padding:8px 40px;cursor:pointer}._extraPaddingTop_1xybx_34{padding-top:50px}._subNavbarRightColumn_1xybx_38{display:flex;justify-content:flex-end;width:55%}._headerText_1xybx_44{display:flex;align-items:center;gap:5px}._headerText_1xybx_44 ._ordersDesc_1xybx_49{transform:rotate(90deg)}._headerText_1xybx_44 ._ordersAsc_1xybx_52{transform:rotate(-90deg)}._headerText_1xybx_44 svg{height:14px!important;width:inherit;fill:#006aff}._headerText_1xybx_44 svg path{stroke-width:3px}@media only screen and (max-width: 600px){._table_1xybx_1>div:first-of-type{align-items:flex-start}._headerText_1xybx_44{gap:2px}._customerName-cell_1xybx_71{text-align:left;max-width:115px;padding-right:3px}._numberOfOrders-cell_1xybx_76{text-align:left}._format_phone-cell_1xybx_79{text-align:right;padding-right:20px}._format_email-column_1xybx_83{display:none}}._subNavbarLeftColumn_z5m1p_1{font-size:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:inherit;cursor:pointer}._backButton_z5m1p_10{background:none;color:#000;margin:auto;padding-left:.8rem;border:none}._backButton_z5m1p_10>svg{height:1.2rem;margin-right:.8rem;width:1.2rem;transform:rotate(180deg)}._backButton_z5m1p_10:hover{box-shadow:none}._overview_container_z5m1p_27{margin-top:2.3rem}._infoRow_z5m1p_31{display:flex;align-items:center;font-size:.86rem;margin-bottom:.8rem}._label_z5m1p_38{align-self:flex-start;color:#697386;text-transform:capitalize;width:16rem}._table_z5m1p_45{background:none;border:none;box-shadow:none;text-align:center}._table_z5m1p_45>div>div>div{padding-right:10px}._uppercase_text_z5m1p_55{text-transform:uppercase}._emailList_z5m1p_59{display:flex;flex-direction:column;align-items:flex-start;gap:5px}@media screen and (max-width: 600px){._table_z5m1p_45>div>div>div{text-align:start;white-space:normal;word-break:break-word;padding-right:8px}._value_z5m1p_73,._emailList_z5m1p_59{min-width:190px}}._subNavbarLeftColumn_12j7w_1{font-size:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:inherit;cursor:pointer}._backButton_12j7w_10{background:none;color:#000;margin:auto;padding-left:.8rem;border:none}._backButton_12j7w_10>svg{height:1.2rem;margin-right:.8rem;width:1.2rem;transform:rotate(180deg)}._backButton_12j7w_10:hover{box-shadow:none}._overview_container_12j7w_27{margin-top:2.3rem}._infoRow_12j7w_31{display:flex;align-items:center;font-size:.86rem;margin-bottom:.8rem}._label_12j7w_38{color:#697386;text-transform:capitalize;width:16rem}._table_12j7w_44{background:none;border:none;box-shadow:none;text-align:center}._deliveryCourierIcon_12j7w_51{height:auto;width:90px}._deliveryCourierIcon_12j7w_51>svg{height:inherit;width:inherit}._item_name_12j7w_65{text-align:left}._item_name_12j7w_65>._modifiers_12j7w_68{font-size:.82rem;text-align:left;color:#697386;white-space:normal;overflow:visible;text-overflow:clip}._subNavbarLeftColumn_bzedi_1{width:45%}._subNavbarLeftColumn_bzedi_1>h1{font-size:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:inherit}._subNavbarRightColumn_bzedi_12{display:flex;justify-content:flex-end;width:55%}._saveBtn_bzedi_18{color:#006aff;margin-left:16px;margin-right:0;padding:10px 20px}._save_icon_bzedi_25{height:14px;margin-right:10px;width:14px}._save_icon_bzedi_25>svg{height:inherit;width:inherit}._save_icon_bzedi_25>svg>path{stroke:#fff!important}@media only screen and (max-width: 700px){._instrForCustomerInput_bzedi_39{max-width:100vw}._saveBtn_bzedi_18{padding:10px 20px}}._subNavbarLeftColumn_ty4jo_1{width:45%}._subNavbarLeftColumn_ty4jo_1>h1{font-size:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:inherit}._subNavbarRightColumn_ty4jo_12{width:55%}._dropdown_placeholder_ty4jo_16{font-size:1rem;font-weight:700}._dropdown_option_ty4jo_21{align-items:center;display:flex;justify-content:space-between}._option_arrow_icon_ty4jo_27{height:1rem;width:1rem}._option_arrow_icon_ty4jo_27>svg{height:inherit;width:inherit}@media only screen and (max-width: 800px){._reviews_container_ty4jo_37{display:none}}._backgroundImg_1n9wd_1{bottom:0;object-fit:cover;position:fixed;width:100%}._form_1n9wd_8{background:#fff;border-radius:10px;box-shadow:0 1px 4px #00000029;margin:4rem auto 0;padding:2rem 2rem 3rem;width:20rem;position:absolute;right:0;left:0;z-index:1000}._form_1n9wd_8._expanded_1n9wd_20{width:30rem}._skipliLogo_1n9wd_24{height:inherit;margin:0 auto 1.6rem;width:8rem}._skipliLogo_1n9wd_24>svg{height:inherit;width:inherit}._button_1n9wd_34,._newMerchantAccountButton_1n9wd_34,._accessStoreButton_1n9wd_34{margin:0;width:100%}._accessStoreButton_1n9wd_34{font-weight:600;margin:1.4rem 0 2rem}._arrowIcon_1n9wd_44{height:1.2rem;margin-left:1rem;width:1.2rem}._arrowIcon_1n9wd_44>svg{fill:#fff;height:inherit;width:inherit}._modal_content_1n9wd_55{width:30rem}._newAccountContainer_1n9wd_59{border-top:1px solid #d4dae0}._newAccountContainer_1n9wd_59>p{color:#525f7f}._newAccountContainer_1n9wd_59>div{color:#525f7f}._icon_container_1n9wd_69{display:flex;margin:13px 0}._icon_container_1n9wd_69>div{color:#525f7f}._infoIcon_1n9wd_77{fill:#525f7f;height:.8rem;margin-left:8px;width:.8rem;margin-top:2px;cursor:pointer}._infoIcon_1n9wd_77>svg{height:inherit;width:inherit}._newMerchantAccountContainer_1n9wd_90{margin-top:30px;border-top:1px solid #d4dae0}._newMerchantAccountContainer_1n9wd_90>p{color:#525f7f}._newMerchantAccountButton_1n9wd_34{background:none;border:2px solid #006AFF;color:#006aff}@media only screen and (max-width: 500px){._backgroundImg_1n9wd_1{display:none}._form_1n9wd_8{box-shadow:none;position:relative;width:inherit!important}}._link_e4yo6_1{color:#006aff;font-weight:700;text-decoration:none}._title_6uzvb_1{text-align:center;padding-bottom:20px;font-size:30px}._backButton_6uzvb_7{background:none;border:none;margin-bottom:20px;padding:.6rem .6rem .6rem 0}._backButton_6uzvb_7:hover{box-shadow:none}._backButton_6uzvb_7>svg{height:18px;margin-right:10px;width:18px;transform:rotate(180deg)}._description_6uzvb_23{text-align:center;padding-bottom:20px;color:#a0a0a0}._backgroundImg_6uzvb_29{bottom:0;object-fit:cover;position:fixed;width:100%}._form_6uzvb_36{background:#fff;border-radius:10px;box-shadow:0 1px 4px #00000029;margin:4rem auto 0;padding:2rem 2rem 3rem;width:20rem;position:absolute;right:0;left:0;z-index:1000}._form_6uzvb_36._expanded_6uzvb_48{width:30rem}._signUpLink_6uzvb_52{border-bottom:1px solid #006AFF;color:#006aff;font-weight:700;margin-left:.4rem;padding-bottom:.1rem;cursor:pointer}._footer_6uzvb_61{display:flex;align-items:center}._skipliLogo_6uzvb_66{height:inherit;margin:0 auto 1.6rem;width:8rem}._skipliLogo_6uzvb_66>svg{height:inherit;width:inherit}._button_6uzvb_76,._newMerchantAccountButton_6uzvb_76,._accessStoreButton_6uzvb_76{margin:0;width:100%}._accessStoreButton_6uzvb_76{font-weight:600;margin:1.4rem 0 4rem}._arrowIcon_6uzvb_86{height:1.2rem;margin-left:1rem;width:1.2rem}._arrowIcon_6uzvb_86>svg{fill:#fff;height:inherit;width:inherit}._newAccountContainer_6uzvb_97>p{color:#525f7f}._newMerchantAccountButton_6uzvb_76{background:none;border:2px solid #006AFF;color:#006aff}@media only screen and (max-width: 500px){._backgroundImg_6uzvb_29{display:none}._form_6uzvb_36{box-shadow:none;position:relative;width:inherit!important}}._container_1g9bz_1{font-size:.86rem;margin-bottom:1.6rem}._notice_1g9bz_6{background:#e4e6eb;color:#000;cursor:pointer;padding:.6rem 1rem;align-items:center;display:flex;justify-content:space-between;border-radius:10px 10px 0 0}._title_1g9bz_18{align-items:center;display:flex}._title_1g9bz_18>svg{fill:#000;height:1rem;margin-right:.6rem;width:1rem}._content_1g9bz_29{border:2px solid #e4e6eb;border-top:none;border-radius:0 0 10px 10px;font-weight:400;line-height:1.2rem;padding:1rem}._cardsList_tpf9r_1{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:50px}._cardContainer_tpf9r_8{margin:0 15px 20px 0;width:48%}._cardView_tpf9r_13{-webkit-box-shadow:0px 1px 4px rgba(0,0,0,.16);box-shadow:0 1px 4px #00000029;border-radius:8px;min-height:140px;padding:20px;position:relative}._cardView_tpf9r_13>h3{font-size:1.3rem;margin:0 0 15px}._cardView_tpf9r_13>p{margin:0}._backBtn_tpf9r_29{transform:rotate(180deg);height:30px;width:30px;margin:20px 0 10px}._couponActionBtns_tpf9r_36{display:flex;flex-wrap:wrap}._createCouponBtn_tpf9r_41,._showCouponsBtn_tpf9r_41{background:#006aff;color:#fff;padding:5px 8px;margin:20px 10px 0 0}._showCouponsBtn_tpf9r_41{background:#006aff;display:flex;align-items:center}._arrowIcon_tpf9r_54{fill:#fff;height:20px;width:20px;margin-right:5px;transform:rotate(90deg)}._arrowIcon_tpf9r_54._collapse_tpf9r_61{transform:rotate(-90deg)}@media only screen and (max-width: 900px){._cardContainer_tpf9r_8{width:100%}}._subNavbarColumn_180hu_1{width:75%;max-width:75%;overflow:auto}._headingContainer_180hu_7{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:30px}._headingContainerEnd_180hu_14{justify-content:flex-end}._heading_180hu_7{cursor:pointer;font-size:26px;margin:0 30px 0 0;text-transform:capitalize}._buttons_group_update_180hu_25{position:fixed;top:50px;right:0;z-index:100}._buttons_group_180hu_25{align-items:center;display:flex}._button_180hu_25{align-items:center;background:#f9fbfd;border:1px solid #ebeef1;border-radius:8px;display:flex;height:36px;margin-right:16px;padding:0 16px}._button_icon_180hu_48{height:14px;margin-right:10px;width:14px}._button_icon_180hu_48>svg{fill:#006aff;height:inherit;width:inherit}._button_label_180hu_59{text-transform:capitalize}._secondColumn_180hu_63{text-align:right;width:35%}._iconLabel_180hu_68{margin-left:5px}._icon_180hu_68{fill:#000;height:22px;width:22px}._import_menu_button_180hu_78{background:#fff;color:#006aff;margin-right:0;padding:0}._import_menu_button_180hu_78>svg{fill:#006aff;height:16px;margin-right:10px;width:16px}._import_menu_button_180hu_78:hover{box-shadow:none!important}._subNavbarColumnDropdown_180hu_94{display:none}@media only screen and (max-width: 1100px){._subNavbarColumn_180hu_1{display:none}._buttons_group_180hu_25{position:fixed;top:50px;right:0;z-index:100}._button_180hu_25{margin-right:12px;padding:0 14px}._button_label_180hu_59{display:none}._button_icon_180hu_48{margin:0}._label_filter_180hu_118{display:none}._subNavbarColumnDropdown_180hu_94{display:block;width:75%;max-width:75%;overflow:auto}._secondColumn_180hu_63{width:12%}._headingContainer_180hu_7{align-items:flex-start;flex-direction:column}._heading_180hu_7{margin-bottom:16px}}._listContainer_1wuyv_1{width:80%}._menuContainer_1wuyv_5{margin-bottom:30px}._button_1wuyv_9{align-items:center;background:#f9fbfd;border:1px solid #ebeef1;border-radius:8px;display:flex;height:36px;margin-right:16px;padding:0 16px}._select_menu_1wuyv_20{padding:25px;border:1px solid #e4e6eb;margin-top:10px;border-radius:10px;cursor:pointer;text-align:center}._select_menu_1wuyv_20._active_1wuyv_28{border:1px solid #0582ff;color:#0582ff}._button_icon_1wuyv_33{height:15px;margin-right:10px;width:15px}._button_icon_1wuyv_33>svg{fill:#006aff;height:inherit;width:inherit}._message_1wuyv_44{font-size:1.2rem;line-height:25px;text-align:center;margin-top:20px}._contentContainer_1wuyv_51{display:flex;border-radius:20px;justify-content:center;align-items:center}@media only screen and (max-width: 600px){._listContainer_1wuyv_1{width:100%}}._button_icon_1dvrx_1{width:auto}._button_icon_1dvrx_1 path{fill:#006aff}._radio_group_option_1dvrx_9{margin-right:0;width:100%}._radio_group_option_1dvrx_9:last-of-type{margin-bottom:0}._modal_1jhqx_1{border-radius:0;height:100vh;margin-right:0;max-height:100vh}._filters_applied_1jhqx_8{background:#006aff;color:#fff}._filters_applied_1jhqx_8>svg{fill:#fff!important}._filter_criteria_container_1jhqx_16{border-bottom:1px solid #dddddd;margin-bottom:20px;padding-bottom:20px}._filter_criteria_container_1jhqx_16:last-of-type{border-bottom:none}._filter_icon_1jhqx_25{height:14px;margin-right:10px;width:14px}._filter_icon_1jhqx_25>svg{fill:#006aff;height:inherit;width:inherit}._filters_count_1jhqx_36{background:#fff;border-radius:100px;color:#006aff;margin-left:10px;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}._footer_cancel_button_1jhqx_50{display:none}._footer_submit_button_1jhqx_54{margin:auto;width:300px}@media only screen and (max-width: 1100px){._filter_icon_1jhqx_25{margin-right:0}}._radio_group_option_1i2gk_1{margin-right:0;width:100%}._radio_group_option_1i2gk_1:last-of-type{margin-bottom:0}._container_9xxuk_1{background:#f0f2f6;padding-bottom:4rem}._header_9xxuk_6{background:#fff;box-shadow:0 1px 4px #00000029;height:3.4rem;left:0;position:fixed;right:0;top:0;z-index:50}._headerContent_9xxuk_17{display:flex;align-items:center;justify-content:space-between;height:inherit;padding:0 3rem}._skipliLogoCol_9xxuk_25{cursor:pointer;height:1.6rem;width:20%}._skipliLogo_9xxuk_25{height:inherit}._heading_9xxuk_35{font-size:1.4rem;text-align:center}._helpCol_9xxuk_40{width:20%}._phoneIcon_9xxuk_44 path{fill:#fff!important}._helpCall_9xxuk_48{align-items:center;display:flex;justify-content:center;background:#006aff;border-radius:100px;margin-left:auto;height:34px;width:34px;text-decoration:none;fill:#fff!important}._helpCall_9xxuk_48>svg{height:1rem;width:1rem;fill:#fff!important}._helpCall_9xxuk_48>svg>g>path{stroke:#fff!important}._content_9xxuk_69{margin:auto;max-width:54rem;padding-top:5.4rem}._description_9xxuk_75{font-size:1rem;line-height:1.6rem;margin:.6rem 0 2rem;padding:0 20px;text-align:center}@media only screen and (max-width: 700px){._header_9xxuk_6{height:fit-content}._headerContent_9xxuk_17{padding:1rem}._skipliLogoCol_9xxuk_25{display:none}._heading_9xxuk_35{margin:0;text-align:left}._content_9xxuk_69{padding-top:120px}}._notice_6a6l3_1{align-items:center;background:#006aff;border-radius:100px;color:#fff;display:flex;font-size:.8rem;font-weight:600;margin-bottom:2rem;padding:10px 20px;width:fit-content}._notice_6a6l3_1>svg{fill:#fff;height:16px;margin-right:.6rem;width:16px}._subNavbarLeftColumn_6a6l3_20{cursor:pointer;width:45%}._subNavbarLeftColumn_6a6l3_20>h2{font-size:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:inherit;cursor:pointer}._extraPaddingTop_6a6l3_33{display:flex}._button_6a6l3_37,._export_button_6a6l3_37{margin:0}._export_button_6a6l3_37{height:40px;margin-top:16px;padding:1px 40px;background-color:#006aff;color:#fff;cursor:pointer}._subNavbarRightColumn_6a6l3_50{display:flex;justify-content:flex-end;width:55%}._payoutStatus_6a6l3_56{border-radius:6px;padding:.2rem 1rem;text-transform:capitalize;width:fit-content}._payoutStatus_6a6l3_56._paid_6a6l3_62{background:#009459;color:#fff}._payoutStatus_6a6l3_56._in_transit_6a6l3_66{background:#d4dae0;color:#4f566b}._currency_6a6l3_71{text-transform:uppercase}._description_6a6l3_75{text-transform:capitalize}._img_6a6l3_79{height:10rem}._label_1ab1d_1{margin-bottom:15px;font-weight:500;margin-right:10px;white-space:pre-wrap}._has_border_style_1ab1d_8{width:130px;font-size:14px}._has_border_1ab1d_8{border:2px solid #d4dae0;border-radius:10px;padding:10px 5px 10px 20px;align-content:stretch;width:130px;margin:0 20px 20px 0}._margin_1ab1d_22{margin-bottom:30px}._modal_1ab1d_26{border-radius:0;height:100vh;margin-right:0;max-height:100vh;width:780px}._date_range_picker_1ab1d_34{height:34px!important}@media only screen and (max-width: 780px){._modal_1ab1d_26{width:100%}}._dropdown_placeholder_1f181_1{font-size:1rem;font-weight:700}._dropdown_option_1f181_6{align-items:center;display:flex;justify-content:space-between}._option_arrow_icon_1f181_12{height:1rem;width:1rem}._option_arrow_icon_1f181_12>svg{height:inherit;width:inherit}._socketNotConnected_jenw2_1{text-align:center;font-size:1.2rem}._noteForStaff_jenw2_6{font-size:1.2rem;font-weight:700;margin-bottom:40px}._subNavbarColumn_jenw2_12{width:65%;max-width:65%;overflow:auto}._secondColumn_jenw2_18{display:flex;text-align:right;width:35%;justify-content:flex-end}._helperButton_jenw2_25{display:flex;align-items:center;height:40px;margin-left:15px;font-weight:700}._helperButton_jenw2_25>svg{height:16px;width:16px;fill:#000;margin-right:5px}._subNavbarLeftColumn_ch81p_1{width:45%}._subNavbarLeftColumn_ch81p_1>h1{font-size:1.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:inherit}._subNavbarRightColumn_ch81p_12{display:flex;justify-content:flex-end;width:55%}._button_ch81p_18,._saveButton_ch81p_18,._editButton_ch81p_18{margin:0}._editButton_ch81p_18{padding:8px 20px}._editButton_ch81p_18>svg{fill:#fff;height:14px;margin-right:8px;width:14px}._editButton_ch81p_18>svg>path{fill:#fff!important}._saveButton_ch81p_18{color:#006aff;margin-left:16px;padding:8px 30px}._saveButton_ch81p_18>svg{height:14px;margin-right:8px;width:14px}._saveButton_ch81p_18>svg>path{stroke:#006aff!important}@media only screen and (max-width: 700px){._button_ch81p_18,._editButton_ch81p_18,._saveButton_ch81p_18{font-size:.8rem}._editButton_ch81p_18{padding:8px 10px}._editButton_ch81p_18>svg{height:14px;width:14px}._saveButton_ch81p_18{padding:8px 18px}}html{height:100%;overflow-x:hidden;width:100%}body{color:#000;margin:0;padding:0;font-family:DD-TTNorms,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:14px;font-weight:500;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;letter-spacing:.2px;width:100%}button{font-family:DD-TTNorms,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit;border-radius:10px}input,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;outline:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
