:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(var(--toastify-z-index));width:var(--toastify-container-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:var(--toastify-toast-left);top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:var(--toastify-toast-right);top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 auto;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--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:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.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-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:myFont;font-style:normal;font-weight:200;src:url(../content/4cc2e36f26fee8f8ab55..woff2) format("woff2")}@font-face{font-family:myFont;font-style:normal;font-weight:300;src:url(../content/7bc2882bda967f973411..woff2) format("woff2")}@font-face{font-family:myFont;font-style:normal;font-weight:400;src:url(../content/03997786f441ea808013..woff2) format("woff2")}@font-face{font-family:myFont;font-style:normal;font-weight:500;src:url(../content/557645c6ae1a916a2192..woff2) format("woff2")}@font-face{font-family:myFont;font-style:normal;font-weight:600;src:url(../content/792da98370ed814fcea2..woff2) format("woff2")}@font-face{font-family:myFont;font-style:normal;font-weight:700;src:url(../content/d8bd9822934d2d69521c..woff2) format("woff2")}@font-face{font-family:myFont;font-style:normal;font-weight:800;src:url(../content/bf540dff78d6d3c60d31..woff2) format("woff2")}*{touch-action:manipulation}*,body{font-family:myFont}body{color:#2f3a54;font-weight:400;margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}strong{font-weight:700}hr{border-bottom:0;border-top:2px solid #eaeff0;margin:0}::-webkit-scrollbar{height:5px;width:5px}::-webkit-scrollbar-track{border-radius:10px;box-shadow:inset 0 0 5px #ebebeb}::-webkit-scrollbar-thumb{background:#00e09d;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#2cdba4}ul{list-style-type:none;margin:0;padding:0}.hidden-scrollbar{margin-right:5px;overflow:hidden!important}h1,h2,h3,h4,h5,h6{margin:0}h1{font-size:40px;font-weight:800}h2{font-size:30px}h2,h3{font-weight:700}h3{font-size:24px}h4{font-weight:700}h4,h5{font-size:16px}h5{font-weight:500}h6{font-size:14px}.bold-font,h6{font-weight:700}.book-font,.book-italic-font{font-weight:500}.main-text-color{color:#2f3a54}.secondary-text-color{color:#2b447e}.third-text-color{color:rgba(43,68,126,.8)}.full-width{width:100%}.full-height{height:100%}.half-opaque{opacity:.5}.position-relative{position:relative}.visibility-hidden{visibility:hidden}.display-flex{display:flex}.display-inline{display:inline}.flex-column{display:flex;flex-direction:column}.space-between{justify-content:space-between}.flex-start{align-items:flex-start}.flex-center{align-items:center;display:flex;justify-content:center}.text-align-center{text-align:center}.align-items-center{align-items:center}.flex-space-around{align-items:center;display:flex;justify-content:space-around}.flex-space-between{align-items:center;display:flex;justify-content:space-between}.flex-wrap{flex-wrap:wrap}.gap-sm{gap:.25rem}.gap-md{gap:.5rem}.gap-xmd{gap:1rem}.gap-lg{gap:1.5rem}.gap-xlg{gap:2rem}.gap-xxlg{gap:3rem}.gap-xxxlg{gap:4.5rem}.width-lg{width:1.5rem}.padding-lg{padding:1.5rem}.padding-vertical-sm{padding-bottom:.25rem;padding-top:.25rem}.padding-vertical-xmd{padding-bottom:1rem;padding-top:1rem}.padding-top-xmd{padding-top:1rem}.padding-top-xxlg{padding-top:3rem}.padding-bottom-md{padding-bottom:.5rem}.padding-bottom-lg{padding-bottom:1.5rem}.padding-mobile{padding:16px}.margin-auto{margin:auto}.margin-vertical-md{margin-bottom:.5rem;margin-top:.5rem}.margin-vertical-xmd{margin-bottom:1rem;margin-top:1rem}.margin-left-sm{margin-left:.25rem}.margin-left-lg{margin-left:1.5rem}.margin-bottom-md{margin-bottom:.5rem}.margin-bottom-xmd{margin-bottom:1rem}.margin-bottom-lg{margin-bottom:1.5rem}.margin-bottom-xlg{margin-bottom:2rem}.margin-bottom-xxlg{margin-bottom:3rem}.margin-right-md{margin-right:.5rem}.margin-right-xmd{margin-right:1rem}.margin-right-lg{margin-right:1.5rem}.margin-right-xlg{margin-right:2rem}.margin-right-xxlg{margin-right:3rem}.margin-top-sm{margin-top:.25rem}.margin-top-md{margin-top:.5rem}.margin-top-xmd{margin-top:1rem}.margin-top-lg{margin-top:1.5rem}.margin-top-xlg{margin-top:2rem}.margin-top-xxlg{margin-top:3rem}.margin-top-xxxlg{margin-top:4.5rem}.margin-on-bottom{margin-bottom:96px}.padding-vertical-xxlg{padding-bottom:3rem;padding-top:3rem}.cursor-pointer{cursor:pointer}.flex-shrink-0{flex-shrink:0}.hvr-grow{backface-visibility:hidden;box-shadow:0 0 1px transparent;display:inline-block;transform:translateZ(0);vertical-align:middle;-moz-osx-font-smoothing:grayscale;transition-duration:.3s;transition-property:transform}.hvr-grow:active,.hvr-grow:focus,.hvr-grow:hover.is-not-touch-device{transform:scale(1.3)}.font-18{font-size:18px}.font-24{font-size:24px}.main-color{color:#00e09d}.clickable{cursor:pointer}.clickable:hover:not(:disabled).is-not-touch-device{filter:brightness(.95)}.clickable:active:not(:disabled){filter:brightness(.9)!important}.toastify-toast{font-weight:700}.toastify-toast>.Toastify__toast-body>.Toastify__toast-icon{display:none}.Toastify__toast--success{background-color:#00e09d;color:#2f3a54}.Toastify__toast--error{background-color:#fd8686;color:#2f3a54}.grid-span-2{grid-column-end:span 2}#header-container>.loading-bar{background-color:#009cd8;height:3px;position:absolute;top:0;z-index:1031}#header-container>.header .home-coquo-logo{cursor:pointer;margin:24px 0;width:123px}.page-not-found{margin:4.5rem;text-align:center}.page-not-found>button{margin:3rem auto auto}.my-button{align-items:center;border-radius:20px;border-width:0;cursor:pointer;display:flex;font-size:16px;font-weight:700;padding:0 1rem;position:relative;transition:filter .1s linear}.my-button.size-sm{min-height:20px}.my-button.size-md{min-height:38px}.my-button.size-xmd{min-height:44px}.my-button.size-lg{min-height:60px}.my-button.size-xlg{min-height:80px}.my-button.size-xxlg{min-height:120px}.my-button.squared{border-radius:8px}.my-button>.my-button-loading{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.my-button>.my-button-content-container{display:flex;justify-content:center;width:100%}.my-button>.my-button-content-container>.my-button-content{align-items:center;display:flex;gap:.5rem;justify-content:space-between;width:100%}.my-button>.my-button-content-container>.my-button-content>svg{flex-shrink:0}.my-button>.my-button-content-container.white-space-no-wrap{white-space:nowrap}.my-button>.my-button-content-container.hidden{visibility:hidden}.my-button:disabled{cursor:not-allowed;filter:grayscale(1)}.my-button.disabled{pointer-events:none}.my-button:focus:not(:disabled):focus-visible.is-not-touch-device{outline:1px solid #2f3a54}.my-button:focus:not(:disabled):not(:focus-visible).is-not-touch-device{outline:none}.my-button:hover:not(:disabled).is-not-touch-device{filter:brightness(.95)}.my-button:active:not(:disabled){filter:brightness(.9)!important}.main-button{color:#fff}.main-button,.main-button:disabled{background-color:#00e09d}.gray-background-button{background-color:#f4fafc;border:2px solid #8ab6f8;color:#2b447e}.main-light-button{background-color:#e5fff7;color:#2f3a54}.main-light-border-button{background-color:#8cf9cf;border:2px solid #00e09d;color:#2b447e}.yellow-border-button{background-color:#fff8e5;border:3px solid #ffd35c;color:#ffd35c}.secondary-button{background-color:#8ab6f8;color:#2b447e}.secondary-legacy-button{background-color:#2b447e;color:#ebebeb}.secondary-light-button{background-color:rgba(138,182,248,.4);border:2px solid #8ab6f8;color:#2b447e}.secondary-light-legacy-button{background-color:#8ab6f8;color:#fff}.white-button{background-color:#fff;color:#2f3a54}.button1-button{background-color:#ffd35c;color:#fff}.button1-light-button{background-color:#fff8e5;color:#2f3a54}.button3-button{background-color:#2b447e;color:#fff}.button4-button{background-color:#f4fafc;color:#2b447e}.red-button{background-color:#fd8686;color:#fff}.no-background-button{background-color:transparent;border-width:0;color:#2b447e;height:58px;padding:0;transition:color .1s linear}.no-background-button svg circle,.no-background-button svg path{transition:all .1s linear}.no-background-button:hover:not(:disabled).is-not-touch-device{color:#00e09d}.no-background-button:hover:not(:disabled).is-not-touch-device svg circle,.no-background-button:hover:not(:disabled).is-not-touch-device svg path{stroke:#00e09d}.no-background-button:active:not(:disabled){filter:brightness(80%)!important}.no-background-green-button{background:none;border-width:0;color:#00e09d;height:58px;padding:0}.no-background-red-button{background:none;border-width:0;color:#fd8686;height:58px;padding:0}.no-background-red-button svg circle,.no-background-red-button svg path{stroke:#fd8686}.white-background-border-button{background-color:transparent;background-color:#fff;border:2px solid #2b447e;color:#2b447e}.no-background-border-button{background-color:transparent;border:2px solid #2b447e;color:#2b447e}.no-background-border-red-button{background-color:transparent;border:2px solid #fd8686;color:#fd8686}.no-background-border-green-button{background-color:#fff;border:2px solid #00e09d;color:#00e09d}.loader-container .loader,.loader-container .loader:after{border-radius:50%;height:var(--my-loading-loader-size);width:var(--my-loading-loader-size)}.loader-container .loader{-webkit-animation:load8 1.1s linear infinite;animation:load8 1.1s linear infinite;border:calc(var(--my-loading-loader-size)/4) solid hsla(0,0%,100%,.2);border-left-color:#fff;display:block;font-size:10px;position:relative;text-indent:-9999em;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.loader-container.dark .loader{border:calc(var(--my-loading-loader-size)/4) solid rgba(47,58,84,.2);border-left-color:#2f3a54}.loader-container.red .loader{border:calc(var(--my-loading-loader-size)/4) solid hsla(0,97%,76%,.2);border-left-color:#fd8686}.loader-container.green .loader{border:calc(var(--my-loading-loader-size)/4) solid rgba(0,224,157,.2);border-left-color:#00e09d}.loader-container.yellow .loader{border:calc(var(--my-loading-loader-size)/4) solid rgba(255,211,92,.2);border-left-color:#ffd35c}.home-temp>.first-section{margin:auto;max-width:1366px}.home-temp>.first-section>.title{font-size:24px;font-weight:700;padding:1.5rem 0;text-align:center}.home-temp>.first-section>.description{font-size:17px;font-weight:500;margin:auto auto 97px;max-width:720px;padding:0 1rem;text-align:center}.home-temp>.second-section{background-color:#fff8e5}.home-temp>.second-section>div{box-sizing:border-box;margin:auto;max-width:1366px;padding:71px 140px}.home-temp>.second-section>div>.title{font-size:24px;font-weight:700;margin-bottom:3rem;text-align:center}.home-temp>.second-section>div>.content{align-items:center;display:flex;gap:3rem;justify-content:space-between}.home-temp>.second-section>div>.content>div{flex-basis:100%}.home-temp>.second-section>div>.content>.instructions{color:#2b447e}.home-temp>.second-section>div>.content>.instructions>.instructions-title{font-size:24px;font-weight:700}.home-temp>.second-section>div>.content>.instructions ol{counter-reset:my-awesome-counter;list-style:none;margin:0;padding:0}.home-temp>.second-section>div>.content>.instructions ol>li{counter-increment:my-awesome-counter;display:flex;gap:1rem;margin-top:1.5rem}.home-temp>.second-section>div>.content>.instructions ol>li:before{background-color:#2cdba4;border-radius:50%;color:#fff;content:counter(my-awesome-counter);flex-shrink:0;font-size:24px;font-weight:700;height:fit-content;height:35px;text-align:center;width:35px}.home-temp>.third-section{background-color:#f4fafc}.home-temp>.third-section>div{display:flex;justify-content:center}.home-temp>.third-section>div>div{align-items:center;box-sizing:border-box;display:flex;gap:.5rem;justify-content:space-between;max-width:1366px;padding:100px 140px;width:100%}.home-temp>.third-section>div>div>.do-you-have-store>.title{font-size:24px;font-weight:700}.home-temp>.third-section>div>div>.do-you-have-store>.description{font-weight:500;max-width:453px;padding:26px 0}.home-temp>.third-section>div>div>.do-you-have-store>.already-have-an-account-container>.already-have-an-account{align-items:center;background-color:#fff;border-radius:20px;display:flex;gap:1rem;margin-top:3rem;padding:1.5rem}@media only screen and (max-width:1200px){.home-temp>.second-section>div{padding:71px 20px}.home-temp>.third-section>div>div{padding:100px 20px}}@media only screen and (max-width:1024px){.home-temp>.second-section>div>.content{align-items:center;display:flex;flex-direction:column;justify-content:space-between}.home-temp>.second-section>div>.content>.image{display:contents}.home-temp>.third-section>div>div{flex-direction:column-reverse;gap:3rem}.home-temp>.third-section>div>div>.do-you-have-store{max-width:517px;width:100%}.home-temp>.third-section>div>div>.do-you-have-store>.already-have-an-account-container>.already-have-an-account{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between}}@media only screen and (max-width:768px){.home-temp>.third-section>div>div>.first-image{height:380px}}@media only screen and (max-width:480px){.home-temp>.second-section>div>.content>.image>img{width:100%}.home-temp>.third-section>div>div>.first-image{height:unset;width:100%}}.moto-section{margin:auto;max-width:1210px;padding:73px 0;position:relative}.moto-section>.text-container{background-color:#fff;border-radius:20px;left:60px;position:absolute;top:32%;width:500px}.moto-section>.text-container>.text{color:#2b447e;font-size:40px;font-weight:700;padding:47px 85px 47px 58px}.moto-section>.text-container>.cube{background-color:#00e09d;border-radius:25%;bottom:-27px;height:54px;left:46px;position:absolute;width:54px}.moto-section>.moto-image{width:100%}.moto-section>.coquo-man{bottom:78px;position:absolute;right:0}@media(max-width:1200px){.moto-section{padding:73px 20px}.moto-section>.text-container{left:80px}.moto-section>.coquo-man{right:20px}}@media(max-width:1024px){.moto-section>.text-container{top:35%;width:349px}.moto-section>.text-container>.text{font-size:30px;padding:30px 40px}.moto-section>.text-container>.cube{bottom:-18px;height:36px;left:36px;width:36px}.moto-section>.moto-image{width:100%}.moto-section>.coquo-man{transform:scale(.7);transform-origin:bottom right}}@media(max-width:768px){.moto-section{padding:2rem 1rem}.moto-section>.text-container{border-radius:16px;left:45px;top:36%;width:200px}.moto-section>.text-container>.text{font-size:18px;padding:20px 15px 20px 20px}.moto-section>.text-container>.cube{bottom:-10px;height:20px;left:25px;width:20px}.moto-section>.moto-image{width:100%}.moto-section>.coquo-man{bottom:37px;right:16px;transform:scale(.5)}}@media(max-width:480px){.moto-section>.text-container{left:25px;top:32%;width:170px}.moto-section>.text-container>.text{font-size:16px;padding:10px 15px 10px 10px}.moto-section>.coquo-man{transform:scale(.33)}}.customer-service-payment{background-color:#f4fafc}.customer-service-payment>.header{align-items:center;background-color:#fff;border-radius:16px;color:#2b447e;display:flex;font-size:24px;font-weight:700;justify-content:space-between;padding:1rem}.customer-service-payment>.header .retailer-name{font-size:14px}.customer-service-payment>.payment-body{background-color:#fff;border-radius:16px;margin:1rem 1rem 0;padding:1rem}.customer-service-payment>.payment-body>.payment-overview{align-items:center;background-color:#2f3a54;border-radius:8px;color:#fff;display:flex;justify-content:space-between;padding:1rem}.customer-service-payment>.payment-body>.payment-overview .cart{flex-shrink:0}.customer-service-payment>.payment-body>.payment-overview .product-count{font-size:20px;font-weight:700}.customer-service-payment>.payment-body>.payment-overview .total-payment-value{font-size:26px;font-weight:700}.customer-service-payment>.payment-body>.choose-type-title{font-size:14px;font-weight:700;margin:1.5rem 0 0 1rem}.customer-service-payment>.payment-body>.payment-types{padding:2rem 0}.customer-service-payment>.payment-body>.payment-types>.payment-option{color:#2b447e;cursor:pointer;display:flex;font-weight:700;gap:1rem;margin:0 1rem}.customer-service-payment>.payment-body>.payment-types>.payment-option .pos-option{display:flex;font-weight:600;margin-top:1rem}@media only screen and (max-width:480px){.customer-service-payment>.payment-body>.payment-overview .product-count{font-size:18px}.customer-service-payment>.payment-body>.payment-overview .total-payment-value{font-size:20px}}.footer-buttons-container{background-color:#fff;bottom:0;box-sizing:border-box;left:0;padding:16px;position:fixed;width:100%;z-index:1}.footer-buttons-container.absolute{position:absolute}.footer-buttons-container>.footer-buttons{display:grid;gap:1rem;margin:auto;max-width:1178px}.footer-buttons-container>.footer-buttons.with-padding{padding:16px}.footer-buttons-container>.footer-buttons button{height:60px;width:100%}.footer-buttons-container>.footer-buttons>.span2{grid-column-end:span 2}.my-button-with-price{height:60px;text-align:left;width:100%}.my-button-with-price .title{font-weight:700}.my-button-with-price .value{font-size:24px;font-weight:700}.my-checkbox-with-label{display:flex;gap:1.5rem}.my-checkbox-with-label .my-checkbox{align-items:center;background-color:#dbe4e6;border-radius:3px;cursor:pointer;display:flex;justify-content:center;transition:background-color .1s linear}.my-checkbox-with-label .my-checkbox.enabled{background-color:#00e09d}.my-checkbox-with-label .my-checkbox.enabled.my-checkbox.secondary-color{background-color:#2b447e}.my-checkbox-with-label .my-checkbox.enabled>svg{display:block}.my-checkbox-with-label .my-checkbox.disabled{cursor:default;opacity:.6}.my-toggle-container{align-items:center;display:flex;font-size:14px;font-weight:600;gap:.5rem}.my-toggle-container.vertical-label{align-items:flex-start;flex-direction:column-reverse}.my-toggle-container.gray-background{background-color:#f4fafc;border-radius:8px;padding:0 20px}.my-toggle-container.full-width-toggle{justify-content:space-between;width:100%}.my-toggle-container>.my-toggle{background-color:#00e09d;border-radius:20px;cursor:pointer;flex-shrink:0;height:20px;position:relative;transition:.1s linear;width:33px}.my-toggle-container>.my-toggle>.selector{background-color:#fff;border-radius:50%;height:16px;left:15px;position:absolute;top:calc(50% - 8px);transition:.1s linear;width:16px}.my-toggle-container>.my-toggle.off{background-color:#fd8686}.my-toggle-container>.my-toggle.off>.selector{left:2px}.my-toggle-container>.my-toggle.disabled{cursor:default;filter:grayscale(1)}.my-toggle-container>.toggle-label.small{font-size:14px;font-weight:300}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;user-select:none;width:100%}.react-loading-skeleton:after{animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-iteration-count:infinite;animation-name:react-loading-skeleton;animation-timing-function:ease-in-out;background-image:var(--custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%));background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media(prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.react-loading-skeleton{line-height:normal}.loading-wrapper{display:flex;justify-content:center}.loading-wrapper.centered{left:calc(50% - 54px);position:absolute;top:calc(50% - 54px)}.mobile-screen-container.fullscreen,.mobile-screen-container.fullscreen>.mobile-screen,.mobile-screen-container.fullscreen>.mobile-screen>.mobile-padding{height:100%}.mobile-screen-container.should-scroll-inside{box-sizing:border-box;overflow:auto}.mobile-screen-container.white-background{background-color:#fff}.mobile-screen-container.no-background{background-color:transparent}.mobile-screen-container.cyan-background{background-color:#f4fafc}.mobile-screen-container.dark-background{background-color:rgba(47,58,84,.8)}.mobile-screen-container>.mobile-screen{margin:auto;max-width:1210px}.mobile-screen-container>.mobile-screen>.mobile-padding{padding:0 16px}.customer-service-header-navigator{background-color:#fff;display:flex;justify-content:space-between;padding:1rem}.customer-service-header-navigator>.titles{text-align:center}.customer-service-header-navigator>.titles>.retailer-title{font-size:12px;font-weight:600}.customer-service-header-navigator>.titles>.payment-title{color:#2b447e}.customer-service-order-container{background-color:#f4fafc}.customer-service-order-container .customer-service-order{padding:36px 0}.customer-service-order-container .customer-service-order>.header{align-items:flex-start;color:#2b447e;display:flex;font-size:24px;justify-content:space-between;padding-bottom:28px}.customer-service-order-container .customer-service-order>.header>.order{align-items:center;display:flex;gap:10px}.customer-service-order-container .customer-service-order>.header>.order>.text{font-weight:700}.customer-service-order-container .customer-service-order>.header>.order>.quantity{font-weight:400}.customer-service-order-container .customer-service-order>.customer-service-order-items{margin-top:16px;padding-bottom:100px}.customer-service-order-item{background-color:#fff;padding:23px 25px 0}.customer-service-order-item>.order-specifics{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding-top:.5rem}.customer-service-order-item>.order-specifics>.comments{background-color:#f4fafc;border-radius:20px;font-weight:500;padding:.25rem 20px;width:fit-content}.customer-service-order-item .price{font-size:24px;font-weight:700}.customer-service-order-item>.border-bottom{border:1px solid #f4fafc;margin-top:22px}.ingredient{align-items:center}.ingredient__name,.ingredient__price{font-size:14px;font-weight:700}.ingredient__price{color:#00e09d;margin-left:.25rem}.small.ingredient>.ingredient__name,.small.ingredient>.ingredient__price{font-size:12px;font-weight:400}.item-basic-data{align-items:center;display:flex;gap:1rem;margin-right:.5rem}.item-basic-data>.photo{flex-shrink:0;transform-origin:top left}.item-basic-data>.photo.large>img{max-height:110px;max-width:110px}.item-basic-data>.photo>img{border-radius:15px;display:block;max-height:55px;max-width:55px;object-fit:cover}.item-basic-data>.description{overflow:hidden}.item-basic-data>.description.red>.title{color:#fd8686}.item-basic-data>.description>.title{color:#2f3a54;font-size:16px;font-weight:700;margin-bottom:5px}.item-basic-data>.description>.big-title{font-size:20px}.item-basic-data>.description>.description-text{color:#858585;font-size:14px;font-weight:500}.item-basic-data>.description>.description-text.small-image{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-counter{gap:.25rem}.my-counter,.my-counter>.count{align-items:center;display:flex}.my-counter>.count{background-color:#2b447e;border-radius:8px;color:#fff;font-weight:700;height:28px;justify-content:center;padding:0 .5rem}.my-counter>.change-button{align-items:center;min-height:28px;padding:0 10px}.my-background-container{align-items:center;background-color:#f4fafc;border-radius:20px;display:flex;justify-content:center;width:fit-content}.my-background-container.squared{border-radius:8px}.my-background-container.squared .start-icon{border-radius:8px 0 0 8px}.my-background-container .start-icon{align-items:center;border-radius:20px 0 0 20px;display:flex;height:100%;justify-content:center;width:30px}.my-background-container>.my-background{padding:.25rem 1rem}.my-background-container>.my-background.large-horizontal-padding{padding-left:1.5rem;padding-right:1.5rem}.my-background-container.main{background-color:#00e09d}.my-background-container.main-light{background-color:#e5fff7}.my-background-container.main-light .start-icon{background-color:#00e09d}.my-background-container.secondary-dark{background-color:#2b447e;color:#fff}.my-background-container.secondary-light{background-color:#e1ecfd}.my-background-container.secondary-light .start-icon{background-color:#8ab6f8}.my-background-container.main-dark{background-color:#00e09d}.my-background-container.red{background-color:#fee0e0}.my-background-container.red .start-icon{background-color:#fd8686}.my-background-container.white{background-color:#fff}.my-background-container.disabled{background-color:#fff;color:rgba(43,68,126,.8)}.my-background-container.disabled .start-icon{background-color:#f4fafc}.my-background-container.disabled .start-icon svg circle,.my-background-container.disabled .start-icon svg path{fill:rgba(43,68,126,.8)}.customer-service-menu>.header{align-items:flex-end;display:flex;justify-content:space-between;padding-bottom:28px}.customer-service-menu>.menu-title{color:#2b447e;font-size:24px;font-weight:700}.customer-service-menu>.customer-service-menu{margin-top:28px;padding-bottom:100px}.menu.overflow{height:100%;overflow:auto}.menu>.title{color:#2f3a54;font-size:30px;font-weight:700;margin:62px 0 32px 42px}.menu .menu-items{padding:0 20px}.menu .menu-items>div>.title{color:#2b447e;font-size:28px;font-weight:700;padding:30px 0 30px 40px}@media(max-width:896px){.menu>.menu-items>.title,.menu>.title{text-align:center}}.sliding-header{background-color:#fff;border-radius:0 0 10px 10px;color:#2b447e;display:block;position:sticky;top:0;z-index:1}.sliding-header.cook{top:66px}.sliding-header .sliding-header-skeleton{height:55px;width:100%}.sliding-header.larger-gaps>.options{gap:76px;margin:0 76px}.sliding-header.admin{background-color:#f4fafc}.sliding-header>.arrow{background-color:#00e09d;border-radius:20px;color:#fff;cursor:pointer;margin:auto}.sliding-header>.arrow.left{margin-left:21px;padding:6px 11px 5px 9px}.sliding-header>.arrow.right{margin-right:21px;padding:6px 9px 5px 11px}.sliding-header>.arrow.disabled{opacity:50%}.sliding-header .options-wrapper{align-items:center;background-color:#f4fafc;border-radius:10px;box-sizing:border-box;height:60px;width:100%}.sliding-header .options-wrapper>.scroll-container>.options{display:flex;gap:29px;position:relative;scroll-behavior:smooth}.sliding-header .options-wrapper>.scroll-container>.options>.option-wrapper:first-child{padding-left:42px}.sliding-header .options-wrapper>.scroll-container>.options>.option-wrapper:last-child{padding-right:42px}.sliding-header .options-wrapper>.scroll-container>.options.fill-width>div{flex:1 1 100%;width:max-content}.sliding-header .options-wrapper>.scroll-container>.options>.option-wrapper{display:flex}.sliding-header .options-wrapper>.scroll-container>.options>.option-wrapper>div{cursor:pointer;display:flex;flex-shrink:0;font-weight:700;margin:auto;padding:14px 0;white-space:nowrap}.sliding-header .options-wrapper>.scroll-container>.options>.option-wrapper>div>.light{font-weight:300}.sliding-header .options-wrapper>.scroll-container>.options>.option-wrapper>.selected{border-bottom:4px solid #00e09d;margin-top:4px}.sliding-header .options-wrapper.admin{background-color:#fff;border:1px solid #eaeff0;border-radius:8px;display:flex;justify-content:space-between;margin:0;padding:0 1.5rem;width:100%}.add-button{align-items:center;display:flex;gap:1.5rem;justify-content:space-between;padding-left:.5rem;padding-right:.5rem}.menu-item{background-color:#fff;border-bottom:2px solid #f4fafc;padding:20px 15px}.menu-item .price-mobile{display:none}.menu-item .not-expanded-section{cursor:pointer;display:flex;justify-content:space-between}.menu-item .not-expanded-section>.price-with-expanding-button{align-items:center;display:flex;gap:4.5rem;margin:auto 38px auto auto}.menu-item .not-expanded-section>.price-with-expanding-button .price-desktop{color:#2f3a54;font-size:20px;font-weight:700}.menu-item .not-expanded-section>.price-with-expanding-button .preparation-area{width:150px}.menu-item .not-expanded-section>.price-with-expanding-button .expanding-button{cursor:pointer;margin:auto}.menu-item .not-expanded-section>.price-with-expanding-button .expanding-button>img{transition:transform .3s linear}.menu-item .not-expanded-section>.price-with-expanding-button .expanding-button.expanded>img{transform:rotate(180deg)}.menu-item .expanded-section>div>.title{color:#2f3a54;font-size:16px}.menu-item .expanded-section>div>.ingredients{display:flex;flex-wrap:wrap;gap:26px 40px;max-width:700px;padding:25px 0 39px}.menu-item .expanded-section>div>.ingredients>div{display:flex}.menu-item .expanded-section>div>.ingredients>div>.checkbox{margin-right:7px}.menu-item .expanded-section>div>.ingredients>div>.name{color:#2f3a54;font-size:14px;font-weight:500}.menu-item .expanded-section>div>.ingredients>div>.extra-price{color:#00e09d;font-size:14px;font-weight:700;margin-left:10px}.menu-item .expanded-section>div>.multiple-choices>.title{color:#2f3a54;font-size:16px}.menu-item .expanded-section>div>.multiple-choices>.choices{display:flex;flex-wrap:wrap;gap:15px 7px;max-width:700px;padding:22px 0}.menu-item .expanded-section>div>.comments-container .comments{background-color:#fff;border-radius:8px;height:60px;padding-right:40px}.menu-item .expanded-section>div>.quantity-and-price-button{display:flex;justify-content:space-between}.menu-item .expanded-section>div>.quantity-and-price-button>.quantity>div{margin-bottom:6px}.menu-item .expanded-section>div>.quantity-and-price-button>.add-button{width:200px}.menu-item.expanded{background-color:#e5fff7;border-bottom:0;border-radius:8px;margin-top:2px}@media(max-width:896px){.menu-item{position:relative}.menu-item>.price-mobile{bottom:18px;color:#2f3a54;display:block;font-size:24px;font-weight:700;position:absolute;right:15px}.menu-item>.expanded-section>div>.ingredients{display:grid;grid-template-columns:1fr 1fr;max-width:500px}.menu-item>.expanded-section>div>.multiple-choices>.multiple-choice>.choices{max-width:300px}.menu-item .not-expanded-section>.price-with-expanding-button{margin-right:15px}.menu-item .not-expanded-section>.price-with-expanding-button .price-desktop{display:none}}.my-input-with-error-message-container.inline-label{align-items:center;display:flex;gap:.25rem;justify-content:space-between}.my-input-with-error-message-container.inline-label>.my-input-label{font-size:14px;margin:0}.my-input-with-error-message-container.inline-label>.my-input-label.has-invalid-message{margin-bottom:"19px"}.my-input-with-error-message-container>.my-input-label{display:block;font-size:14px;font-weight:600;margin-bottom:10px;margin-left:15px}.my-input-with-error-message-container>.my-input-label.invalid{color:red}.my-input-with-error-message-container .my-input-skeleton{line-height:40px}.my-input-with-error-message-container>.my-input-without-label{flex-shrink:0}.my-input-with-error-message-container>.my-input-without-label>.my-input-container{align-items:stretch;display:flex;justify-content:center;position:relative}.my-input-with-error-message-container>.my-input-without-label>.my-input-container .start-adornment{position:absolute}.my-input-with-error-message-container>.my-input-without-label>.my-input-container>.my-input{background-color:#fff;border:1px solid #eaeff0;border-radius:8px;box-sizing:border-box;color:#2f3a54;font-weight:700;height:40px;outline:none;padding-left:15px;width:100%}.my-input-with-error-message-container>.my-input-without-label>.my-input-container>.my-input.white-background{background-color:#fff}.my-input-with-error-message-container>.my-input-without-label>.my-input-container>.my-input.invalid{border:1px solid red}.my-input-with-error-message-container>.my-input-without-label>.my-input-container>.my-input:hover{outline:1px solid #e9ecf2}.my-input-with-error-message-container>.my-input-without-label>.my-input-container>.my-input:focus{outline:2px solid #e9ecf2}.my-input-with-error-message-container>.my-input-without-label>.my-input-container>.my-input.invalid:focus{outline:1px solid red}.my-input-with-error-message-container>.my-input-without-label>.my-input-container>.my-input:disabled{background-color:rgba(138,182,248,.4)}.my-input-with-error-message-container>.my-input-without-label>.my-input-container>.my-input.no-border{border:none!important;outline:none!important}.my-input-with-error-message-container>.my-input-without-label>.my-input-container>.my-input.align-center{text-align:center}.my-input-with-error-message-container>.my-input-without-label>.my-input-container>.my-input.has-end-adornment{border-radius:8px 0 0 8px}.my-input-with-error-message-container>.my-input-without-label>.my-input-container>.my-input::placeholder{font-weight:300}.my-input-with-error-message-container>.my-input-without-label>.my-input-container>textarea{font-size:16px;font-weight:700;resize:none}.my-input-with-error-message-container>.my-input-without-label>.my-input-container>.password-eye{cursor:pointer;position:absolute;right:15px;top:14px}.my-input-with-error-message-container>.my-input-without-label>.my-input-container>.currency{align-items:center;background-color:rgba(138,182,248,.4);border:1px solid #eaeff0;border-radius:0 8px 8px 0;display:flex;padding:0 1.5rem}.my-input-with-error-message-container .invalid-message{color:red;font-size:12px;font-weight:300;height:"19px";margin-left:.5rem;visibility:hidden}.my-input-with-error-message-container .invalid-message.invalid{visibility:inherit}.chip{background-color:#f4fafc;border-radius:16px;color:#858585;color:rgba(43,68,126,.8);font-size:14px;font-weight:700;padding:9px 12px}.chip.selected{background-color:#2b447e;color:#fff}.chip.disabled{cursor:default}.ordering-buttons{place-self:center}.ordering-buttons .arrow-button{align-items:center;border-radius:6px;cursor:pointer;display:flex;justify-content:center;margin:4px 0;min-height:24px;min-width:24px;padding:6px;position:relative;transition:all .2s ease}.ordering-buttons .arrow-button:hover{background-color:rgba(0,123,255,.1);transform:scale(1.1)}.ordering-buttons .arrow-button:active{background-color:rgba(0,123,255,.2);transform:scale(.95)}.ordering-buttons .arrow-button svg{pointer-events:none;transition:all .2s ease}.ordering-buttons .arrow-button:hover svg{filter:brightness(1.2)}.ordering-buttons .disabled-button{align-items:center;border-radius:6px;cursor:not-allowed;display:flex;justify-content:center;margin:4px 0;min-height:24px;min-width:24px;opacity:.5;padding:6px}.ordering-buttons .disabled-button svg{pointer-events:none}.ordering-buttons>svg{border-radius:6px;cursor:pointer;display:block;margin:4px 0;padding:8px;transition:all .2s ease}.ordering-buttons>svg:hover{background-color:rgba(0,123,255,.1);transform:scale(1.1)}.ordering-buttons>svg:active{background-color:rgba(0,123,255,.2);transform:scale(.95)}.ordering-buttons.horizontal{display:flex}.menu-item-customer{border:2px solid #eaeff0;border-radius:16px;cursor:pointer;margin:1rem 0;padding:.5rem 1rem}.menu-item-customer>.not-expanded-section{display:flex;gap:.5rem;justify-content:space-between}.menu-item-customer>.not-expanded-section>div:first-child{flex:1 1 0;overflow:hidden}.menu-item-customer>.not-expanded-section>.add-button-with-price-with-expanding-button>.add-button{font-size:12px;gap:.25rem;margin-bottom:.25rem;margin-left:auto;margin-right:0;min-height:24px}.menu-item-customer>.not-expanded-section>.add-button-with-price-with-expanding-button>.add-button-placeholder{height:34px}.menu-item-customer>.not-expanded-section>.add-button-with-price-with-expanding-button>.price-with-expanding-button{align-items:center;display:flex;gap:.25rem;justify-content:center}.menu-item-customer>.not-expanded-section>.add-button-with-price-with-expanding-button>.price-with-expanding-button>.price{font-size:24px;font-weight:700}.menu-item-customer>.not-expanded-section>.add-button-with-price-with-expanding-button>.price-with-expanding-button>.expanding-button{margin-left:auto;transition:transform .3s}.menu-item-customer>.not-expanded-section>.add-button-with-price-with-expanding-button>.price-with-expanding-button>.expanding-button.expanded{transform:rotate(180deg)}.menu-item-customer>.expanded-section .title{font-size:16px;font-weight:700}.menu-item-customer>.expanded-section .multiple-choices>.choices{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.menu-item-customer>.expanded-section .ingredients{padding:25px 0 39px}.menu-item-customer>.expanded-section .comments-container{margin-bottom:.5rem}.menu-item-customer>.expanded-section .comments-container .comments{border-radius:8px}.menu-item-customer>.expanded-section .comments-container .comments textarea{height:72px}.menu-item-customer>.expanded-section .quantity-and-price-button{display:flex;justify-content:space-between}.menu-item-customer>.expanded-section .quantity-and-price-button>.quantity>div{margin-bottom:6px}.menu-item-customer>.expanded-section .quantity-and-price-button>.add-button{width:200px}.ingredient-checkboxes-container{display:grid;gap:1rem .5rem;grid-template-columns:1fr 1fr}.ingredient-checkboxes-container>.ingredient-checkboxes{display:flex}.ingredient-checkboxes-container>.ingredient-checkboxes>.ingredient-checkbox{margin-right:.5rem}.my-tooltip{cursor:pointer;display:flex;position:relative}.my-tooltip .my-tooltip-content{background-color:#2b447e;border-radius:8px;color:#fff;font-size:12px;height:max-content;max-width:300px;opacity:0;padding:.5rem;pointer-events:none;position:absolute;text-align:center;transition:opacity .1s linear;width:max-content;z-index:9999}.my-tooltip .my-tooltip-content.top{bottom:100%;left:50%;transform:translate(-50%,-.5rem)}.my-tooltip .my-tooltip-content.right{left:100%;top:50%;transform:translate(.5rem,-50%)}.my-tooltip .my-tooltip-content.bottom{left:50%;top:100%;transform:translate(-50%,.5rem)}.my-tooltip .my-tooltip-content.left{right:100%;top:50%;transform:translate(-.5rem,-50%)}.my-tooltip .my-tooltip-content.top-right{bottom:100%;left:100%;transform:translate(.5rem,-.5rem)}.my-tooltip .my-tooltip-content.top-left{bottom:100%;right:100%;transform:translate(-.5rem,-.5rem)}.my-tooltip .my-tooltip-content.bottom-right{left:100%;top:100%;transform:translate(.5rem,.5rem)}.my-tooltip .my-tooltip-content.bottom-left{right:100%;top:100%;transform:translate(-.5rem,.5rem)}.my-tooltip:hover .my-tooltip-content{opacity:1}.menu-loading-wrapper.with-margin-top{margin-top:80px}.menu-loading-wrapper .menu-loading-wrapper-category-title{height:40px;margin:30px 0;width:300px}.menu-loading-wrapper .menu-loading-wrapper-product-items{height:80px}.retailer-basic-data{align-items:center;display:flex}.retailer-basic-data>.thumbnail{border-radius:15px;display:flex;flex-shrink:0;height:80px;margin-right:25px;overflow:hidden;width:80px}.retailer-basic-data>.info>div:first-child{color:#2f3a54;font-size:24px;font-weight:600}.retailer-basic-data>.info>div:nth-child(2){color:#858585;font-size:14px;font-weight:400}.retailer-basic-data>.info>div:nth-child(3){color:#2f3a54;font-size:14px;font-weight:600}.retailer-basic-data>.info.small>div:first-child{font-size:18px}.retailer-basic-data>.info.small>div:nth-child(2),.retailer-basic-data>.info.small>div:nth-child(3){font-size:12px}.add-to-cart-button{transition-duration:.25s;transition-property:background-color,color;transition-timing-function:linear}.add-to-cart-button .add-to-cart-button-content-container{align-items:center;color:#00e09d;display:flex;justify-content:space-between;width:100%}.add-to-cart-button .add-to-cart-button-content-container.white{color:#fff}.add-to-cart-button .add-to-cart-button-content-container>.add-to-cart-button-left-side{text-align:left}.add-to-cart-button .add-to-cart-button-content-container>.add-to-cart-button-left-side>.bottom-text-with-cart{align-items:center;display:flex;gap:.25rem}.order-count-container{align-items:center;display:flex;gap:.5rem}.order-count-container>svg{flex-shrink:0}.order-count-container .order-count{color:#fff;margin-left:5px}.order-count-container .order-count-icon{display:flex}.order-count-container .animated{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);-ms-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);-ms-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);-ms-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}}.order-count-container .tada{-webkit-animation-name:tada;animation-name:tada}.customer-service-page>.header{align-items:flex-end;background-color:#e5fff7;border-radius:20px;display:flex;justify-content:space-between;margin:0 16px;padding:16px}.customer-service-page>.content>.timeline-with-sliding-header>.sliding-header{margin:20px 16px}.customer-service-page>.content>.timeline-with-sliding-header>.sliding-header>div{width:100%}.customer-service-page>.content>.timeline-with-sliding-header>.timeline{overflow:auto;padding-bottom:170px}.customer-service-page>.content>.timeline-with-sliding-header>.timeline>div{margin:20px 16px}.customer-service-page>.content>.welcome-content-container{align-items:center;box-sizing:border-box;display:flex;justify-content:center;padding-top:1rem}.customer-service-page>.content>.welcome-content-container>.welcome-content{text-align:middle;text-align:center}.customer-service-page>.content>.welcome-content-container>.welcome-content>.welcome{color:#2f3a54;font-size:28px;font-weight:700}.customer-service-page>.content>.welcome-content-container>.welcome-content>.instructions{color:#2f3a54}.customer-service-page .menu-items-count{color:#fff;margin-left:.25rem}@media only screen and (max-height:600px){.customer-service-page>.content>.welcome-content-container>.welcome-content>.welcome-icon{display:none}}.customer-service-page-item{border-radius:8px;box-shadow:0 8px 24px hsla(210,8%,62%,.2);overflow:hidden}.customer-service-page-item>.header>.status{display:flex;justify-content:space-between;padding:12px 20px}.customer-service-page-item>.header>.status>h6{place-self:center}.customer-service-page-item>.header>.delivered{background-color:#00e09d;color:#fff}.customer-service-page-item>.header>.pending{background-color:#e5fff7;color:#00e09d}.customer-service-page-item>.header>.sent{background-color:#8bb7f9;color:#fff}.customer-service-page-item>.header>.sent>.cancel{cursor:pointer}.customer-service-page-item>.content{font-size:14px;padding:19px}.customer-service-page-item>.content>.image-with-info{align-items:center;display:flex;gap:17px;margin-bottom:28px}.customer-service-page-item>.content>.image-with-info>.image{border-radius:8px;height:75px}.customer-service-page-item>.content>.image-with-info>.info>.description{color:#858585;font-weight:500}.customer-service-page-item>.content>.comments,.customer-service-page-item>.content>.extra,.customer-service-page-item>.content>.type,.customer-service-page-item>.content>.without{margin-bottom:6px}.customer-service-page-item>.content>.quantity-with-price{align-items:center;display:flex;justify-content:space-between;margin-top:1rem}.customer-service-page-item>.content>.quantity-with-price>.quantity{font-size:14px}.customer-service-page-item>.content>.quantity-with-price>.quantity>.quantity-number{background-color:#f4fafc;border-radius:50%;font-weight:700;padding:5px 10px}.customer-service-page-item>.content>.quantity-with-price>.price{font-size:24px;font-weight:700}.my-popup{align-items:center;background-color:rgba(0,0,0,.702);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:101}.my-popup>div{border-radius:20px;box-shadow:7px 7px 32px rgba(0,0,0,.549);margin:1rem;max-width:100%}.delete-popup-full-width>div{background-color:#fff;margin:0 1.5rem;max-width:447px;width:100%}.delete-popup-full-width>div>.delete-popup{text-align:center}.delete-popup-full-width>div>.delete-popup>.title{color:#fd8686;padding-top:4.5rem}.delete-popup-full-width>div>.delete-popup>.content{color:#2f3a54;font-size:24px;margin:auto;padding:3rem 0;width:300px}.delete-popup-full-width>div>.delete-popup>.buttons{display:flex;flex-direction:column;gap:1rem;margin:auto;max-width:140px;padding-bottom:3rem}.feed-item-payment-status-container{display:flex;gap:3px}.feed-item-payment-status-container.paid .discount-container,.feed-item-payment-status-container.paid>.feed-item-payment-status{background-color:#00e09d}.feed-item-payment-status-container.unpaid .discount-container,.feed-item-payment-status-container.unpaid>.feed-item-payment-status{background-color:#ffd35c}.feed-item-payment-status-container.cancelled .discount-container,.feed-item-payment-status-container.cancelled>.feed-item-payment-status,.feed-item-payment-status-container.gift .discount-container,.feed-item-payment-status-container.gift>.feed-item-payment-status{background-color:#fd8686}.feed-item-payment-status-container>.feed-item-payment-status{align-items:center;border-radius:8px;box-sizing:border-box;color:#fff;display:flex;font-size:12px;font-weight:600;gap:.5rem;justify-content:center;min-width:100px;padding:6px .5rem}.feed-item-payment-status-container>.feed-item-payment-status.has-discount{border-radius:8px 0 0 8px}.feed-item-payment-status-container>.discount-container{align-items:center;border-radius:0 8px 8px 0;display:flex;justify-content:center}.feed-item-payment-status-container>.discount-container>.discount-icon{color:#fff;margin:0 .5rem}.badge-container{display:flex;gap:3px}.badge-container.success .end-adornment-container,.badge-container.success>.badge{background-color:#00e09d}.badge-container.warning .end-adornment-container,.badge-container.warning>.badge{background-color:#ffd35c}.badge-container.error .end-adornment-container,.badge-container.error>.badge,.badge-container.info .end-adornment-container,.badge-container.info>.badge{background-color:#fd8686}.badge-container>.badge{align-items:center;border-radius:8px;box-sizing:border-box;color:#fff;display:flex;font-size:12px;font-weight:600;gap:.5rem;justify-content:center;min-width:100px;padding:6px .5rem}.badge-container>.badge.has-end-adornment{border-radius:8px 0 0 8px}.badge-container>.end-adornment-container{align-items:center;border-radius:0 8px 8px 0;color:#fff;display:flex;justify-content:center;padding:0 .5rem}.my-icon-with-info .my-icon-with-info-label{color:#2b447e;font-size:12px;font-weight:600}.my-icon-with-info .my-icon-with-info-content{align-items:center;display:flex}.my-icon-with-info .my-icon-with-info-content .my-icon-with-info-text{color:#2b447e;font-weight:700}.my-icon-with-info .my-icon-with-info-content.small{gap:.25rem}.my-icon-with-info .my-icon-with-info-content.small .table-text{font-size:12px}.my-icon-with-info .my-icon-with-info-content.medium{gap:.5rem}.my-icon-with-info .my-icon-with-info-content.medium .table-text{font-size:16px}.my-icon-with-info .my-icon-with-info-content.large{gap:.5rem}.my-icon-with-info .my-icon-with-info-content.large .table-text{font-size:20px}.my-icon-with-info .my-icon-with-info-content.xlarge{gap:.5rem}.my-icon-with-info .my-icon-with-info-content.xlarge .my-icon-with-info-text{font-size:24px}.my-icon-with-info .my-icon-with-info-content .my-icon-with-info-icon{height:24px;width:22px}.my-icon-with-info .my-icon-with-info-content .my-icon-with-info-icon.default{color:#2b447e}.my-icon-with-info .my-icon-with-info-content .my-icon-with-info-icon.available{color:#00e09d}.my-icon-with-info .my-icon-with-info-content .my-icon-with-info-icon.unavailable{color:#fd8686}.my-icon-with-info .my-icon-with-info-content .my-icon-with-info-icon.active{color:#8ab6f8}.list-skeletons{border-radius:8px}.list-skeletons.skeleton-row-gap-sm:not(:first-child){margin-top:.25rem}.list-skeletons.skeleton-row-gap-md:not(:first-child){margin-top:.5rem}.list-skeletons.skeleton-row-gap-xmd:not(:first-child){margin-top:1rem}.list-skeletons.skeleton-row-gap-lg:not(:first-child){margin-top:1.5rem}.list-skeletons.skeleton-row-gap-xlg:not(:first-child){margin-top:2rem}.list-skeletons.skeleton-row-gap-xxlg:not(:first-child){margin-top:3rem}.list-skeletons.skeleton-row-gap-xxxlg:not(:first-child){margin-top:4.5rem}.successful-payment-container{display:flex;flex-direction:column}.successful-payment-container .successful-payment-container-with-maskot{background-color:#e5fff7;border-radius:16px;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;margin-bottom:1rem;text-align:center}.successful-payment-container .successful-payment-container-with-maskot>.successful-payment-container{padding:1rem}.successful-payment-container .successful-payment-container-with-maskot>.successful-payment-container>.checkmark{margin-top:.5rem}.successful-payment-container .successful-payment-container-with-maskot>.successful-payment-container>.payment-completed-message{font-size:16px;font-weight:700;margin:.5rem auto auto;max-width:350px}.successful-payment-container .successful-payment-container-with-maskot>.successful-payment-container>.new-order-button{margin:.5rem auto auto}.successful-payment-container .successful-payment-container-with-maskot>.successful-payment-container>.price{color:#00e09d;font-size:24px;font-weight:700;margin-top:.5rem}.successful-payment-container .successful-payment-container-with-maskot>.successful-payment-container>.price.hidden{visibility:hidden}.successful-payment-container .successful-payment-container-with-maskot>.bottom-container{align-items:flex-end;display:flex;justify-content:space-between}.successful-payment-container .successful-payment-container-with-maskot>.bottom-container>.viva-payment-logo{padding:1.5rem}.successful-payment-container .unpaid-section{background-color:#fff8e5;border-radius:16px;display:flex;flex-direction:column;margin-bottom:1rem;padding:1rem}.successful-payment-container .unpaid-section>.unpaid-title{color:#2b447e;font-size:12px;font-weight:600;margin-bottom:.5rem}.successful-payment-container .unpaid-section>.unpaid-remaining-text{font-size:12px;font-weight:600}.successful-payment-container .unpaid-section>.unpaid-info{color:#2b447e}.successful-payment-container .unpaid-section>.new-payment-button{margin-top:1rem;min-width:230px}.customer-service-choose-payment-type{display:flex;flex-direction:column}.customer-service-choose-payment-type>.customer-service-choose-payment-type-options{background-color:#fff;border-radius:16px;box-sizing:border-box;flex-grow:1;height:100%;margin:1rem;padding:1rem;position:relative}.customer-service-choose-payment-type>.customer-service-choose-payment-type-options>.coquo-man{bottom:0;display:flex;position:absolute;right:0}.customer-service-choose-payment-type>.customer-service-choose-payment-type-options>.coquo-man>svg{transform:scale(.5);transform-origin:bottom right}.multi-options-navigator{display:flex;flex-direction:column;gap:1rem}.multi-options-navigator .multi-option-navigator-button-content{align-items:center;display:flex;flex-grow:1;gap:1rem;justify-content:space-between;margin:0 .5rem}.multi-options-navigator .multi-option-navigator-button-content>.main-label{font-size:16px;font-weight:700;text-align:left}.multi-options-navigator .multi-option-navigator-button-content>.secondary-tertiary-label-container{display:flex;flex-direction:column;justify-content:center}.multi-options-navigator .multi-option-navigator-button-content>.secondary-tertiary-label-container .secondary-label{font-size:16px;font-weight:700}.multi-options-navigator .multi-option-navigator-button-content>.secondary-tertiary-label-container .tertiary-label{font-size:12px;font-weight:600}.waiter-service-menu-item{background-color:#fff;border:1px solid #eaeff0;border-radius:16px;padding:1rem}.waiter-service-menu-item>.menu-item-title-with-remove-button{align-items:flex-start;display:flex;gap:.25rem;justify-content:space-between}.waiter-service-menu-item>.menu-item-title-with-remove-button .menu-item-title{color:#2b447e;font-weight:700}.waiter-service-menu-item>.menu-item-title-with-remove-button .menu-item-extra-options{margin:.25rem 0}.waiter-service-menu-item>.menu-item-title-with-remove-button>.remove-button{border-width:4px;min-height:32px;padding:6.5px}.waiter-service-menu-item>.menu-item-title-with-remove-button>.remove-button svg{color:#fd8686}.waiter-service-menu-item>.menu-item-counter-with-price{align-items:flex-end;display:flex;justify-content:space-between}.waiter-service-menu-item>.menu-item-counter-with-price .menu-item-counter-label{color:rgba(43,68,126,.8);font-size:12px;font-weight:600;margin-bottom:.25rem}.waiter-service-menu-item>.menu-item-counter-with-price>.price-container{display:flex;gap:.5rem}.waiter-service-menu-item>.menu-item-counter-with-price>.price-container>.gift-icon{color:#fd8686}.feed-item-extra-options{font-size:12px}.feed-item-extra-options .prep-choice-label{color:#ffd35c;font-weight:700}.feed-item-extra-options .without-label{color:#fd8686;font-weight:700}.feed-item-extra-options .extra-label{color:#00e09d;font-weight:700}.feed-item-extra-options .comment-label{color:#8ab6f8;font-weight:700}.cook-service-availability-container{box-sizing:border-box;height:100%}.cook-service-availability-container>.cook-service-availability{position:fixed;width:100%;z-index:1}.cook-service-availability-container>.cook-service-availability>.title-bar-container{background-color:#2b447e}.cook-service-availability-container>.cook-service-availability>.title-bar-container>.title-bar{align-items:center;display:flex;justify-content:space-between;margin:auto;max-width:1366px;padding:14px 1rem}.cook-service-availability-container>.cook-service-availability>.title-bar-container>.title-bar>.title{color:#fff;font-size:20px;font-weight:700}.cook-service-availability-container>.availability-menu-container{background-color:#fff;margin:auto;max-width:1366px;padding-bottom:1rem}.prep-service-feed-item-page{background-color:#f4fafc;box-sizing:border-box;min-height:100vh;padding-bottom:1rem}.prep-service-feed-item-page.cash-desk{height:100%;min-height:0}.prep-service-feed-item-page>.header-container{background-color:#2b447e}.prep-service-feed-item-page>.header-container>.header{align-items:center;display:flex;height:66px;justify-content:space-between;margin:auto;max-width:1366px;padding:0 1.5rem}.prep-service-feed-item-page .sub-header{align-items:center;background-color:#fff;box-shadow:0 4px 60px rgba(0,0,0,.08);display:flex;justify-content:space-between;margin:auto;max-width:1366px;position:sticky;top:0;z-index:1}.prep-service-feed-item-page .sub-header>.left-section{align-items:center;display:flex;gap:1rem}.prep-service-feed-item-page .sub-header>.left-section>.ticket-id{background-color:#e5fff7;padding:1rem}.prep-service-feed-item-page .sub-header>.right-section{display:flex;gap:1rem;margin-right:1rem}.prep-service-feed-item-page>.content{box-sizing:border-box;margin:auto;max-width:1366px;overflow:auto;padding:0 1.5rem}.prep-service-feed-item-page>.content>div{margin:1rem 0}.prep-service-product-item{background-color:#fff;border-radius:8px;padding:1.5rem}.prep-service-product-item.prepared{background-color:#eaeff0}.prep-service-product-item>.content{align-items:center;display:flex;gap:1.5rem;justify-content:space-between;padding:1rem 0}.prep-service-product-item>.content>.title-with-preferences>.preferences{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.prep-service-product-item>.content>.title-with-preferences>.preferences .basic-ingredients,.prep-service-product-item>.content>.title-with-preferences>.preferences .extra-ingredients,.prep-service-product-item>.content>.title-with-preferences>.preferences .preparation-way{font-weight:700}.prep-service-product-item>.content>.title-with-preferences>.preferences .notes{font-weight:500}.prep-service-product-item>.content>.count-with-check-buttton{align-items:center;display:flex;gap:1.5rem}.prep-service-product-item>.content>.count-with-check-buttton>.prepared-product-count{color:rgba(43,68,126,.8)}.prep-service-product-item>.content>.count-with-check-buttton .check-button{height:44px;padding:0;width:44px}.product-info{background-color:#e5fff7;border-radius:8px;font-size:24px;font-weight:700;padding:.5rem}.product-info.light{color:rgba(43,68,126,.8)}.prep-service-feed{background-color:#f4fafc;height:100vh}.prep-service-feed.cash-desk{height:100%}.prep-service-feed>.prep-service-feed-items-list{box-sizing:border-box;display:flex;flex-direction:column;gap:1rem;margin:auto;max-width:1366px;overflow:auto;padding:1.5rem}.prep-service-feed>.prep-service-feed-items-list.cash-desk{padding-left:4.5rem;padding-right:4.5rem}.prep-service-feed-header-container{background-color:#2b447e;position:relative}.prep-service-feed-header-container>.prep-service-feed-header{align-items:center;display:flex;font-weight:700;height:66px;justify-content:space-between;margin:auto;max-width:1366px;padding:0 1.5rem}.prep-service-feed-header-container>.prep-service-feed-header>.title{color:#fff}.prep-service-feed-header-container>.prep-service-feed-header>.order-count-container{height:auto}.prep-service-feed-header-container>.prep-service-feed-header>.order-count-container .order-count{color:#00e09d;display:flex;gap:4.5rem}.prep-service-feed-header-container>.prep-service-feed-header>.settings-and-close-buttons{display:flex;gap:1.5rem}.prep-service-feed-header-container>.prep-service-feed-header>.settings-and-close-buttons>.settings-button{color:#fff}.prep-service-feed-header-container>.prep-service-feed-header>.settings-and-close-buttons>.settings-button svg{transition:transform .1s linear}.prep-service-feed-header-container>.prep-service-feed-header>.settings-and-close-buttons>.settings-button svg.rotated-arrow{transform:rotate(180deg)}.prep-service-feed-header-container>.prep-service-feed-header>.settings-and-close-buttons>.close-button{color:#fff}.prep-service-feed-header-container>.prep-service-feed-header>.settings-and-close-buttons>.close-button svg{color:#fd8686}.prep-service-feed-header-container>.prep-service-feed-header>.header-prep-dropdown-container{background-color:#fff;border-bottom:2px solid #eaeff0;border-radius:0 0 8px 8px;box-sizing:border-box;left:0;position:absolute;top:100%;transition:opacity .1s linear;width:100%;z-index:2}.prep-service-feed-header-container>.prep-service-feed-header>.header-prep-dropdown-container.hidden{opacity:.001;pointer-events:none}.prep-service-feed-header-container>.prep-service-feed-header>.header-prep-dropdown-container>.header-prep-dropdown{display:flex;flex-direction:column;margin:auto;max-width:1366px}.prep-service-feed-header-container>.prep-service-feed-header>.header-prep-dropdown-container>.header-prep-dropdown>.header-prep-dropdown-top-section{align-items:center;display:flex;justify-content:space-between;padding:1rem}.prep-service-feed-header-container>.prep-service-feed-header>.header-prep-dropdown-container>.header-prep-dropdown>.header-prep-dropdown-top-section>.undo-button{min-width:141px}.prep-service-feed-header-container>.prep-service-feed-header>.header-prep-dropdown-container>.header-prep-dropdown>.header-prep-dropdown-top-section>.disconnect-button{min-width:141px;padding:0 .5rem}.prep-service-feed-header-container>.prep-service-feed-header>.header-prep-dropdown-container>.header-prep-dropdown>.header-prep-dropdown-top-section>.disconnect-button.hidden{pointer-events:none;visibility:hidden}.prep-service-feed-header-container>.prep-service-feed-header>.header-prep-dropdown-container>.header-prep-dropdown>.header-prep-dropdown-bottom-section{background-color:#f4fafc;border-radius:8px;display:flex;gap:2rem;margin:0 1rem 1rem;padding:1rem}.prep-service-feed-header-container>.prep-service-feed-header>.header-prep-dropdown-container>.header-prep-dropdown>.header-prep-dropdown-bottom-section>.header-prep-dropdown-title-with-toggle{align-items:center;display:flex;flex-direction:column;font-weight:600;gap:1rem}.prep-service-feed-header-container>.prep-service-feed-header>.header-prep-dropdown-container>.header-prep-dropdown>.header-prep-dropdown-bottom-section>.header-prep-dropdown-title-with-toggle>span{font-size:14px}.prep-service-feed-header-container>.prep-service-feed-header>.header-prep-dropdown-container>.header-prep-dropdown>.header-prep-dropdown-bottom-section>.header-prep-dropdown-title-with-toggle>.header-prep-dropdown-toggle-container{background-color:#fff;min-width:174px;padding:.5rem}.prep-service-feed-header-container>.prep-service-feed-header>.header-prep-dropdown-container>.header-prep-dropdown>.header-prep-dropdown-bottom-section>.header-prep-dropdown-title-with-toggle>.header-prep-dropdown-toggle-container svg{fill:#2f3a54}.prep-service-feed-header-container>.prep-service-feed-header>.header-prep-dropdown-container>.header-prep-dropdown>.header-prep-dropdown-middle-actions{display:flex;gap:.5rem}.card-container{background-color:#fff;border:2px solid #eaeff0;border-radius:16px;box-sizing:border-box;display:flex}.card-container.squared{border-radius:8px}.card-container.dark-gray{background-color:#eaeff0}.card-container.gray{background-color:#f4fafc}.card-container.green{background-color:#e5fff7}.card-container.dark-green{background-color:#00e09d}.card-container.no-border{border:unset}.card-container .side-selector{border-radius:8px;margin:.5rem;min-height:calc(100% - 1rem);width:6px}.card-container .side-selector.green{background-color:#00e09d}.card-container .side-selector.yellow{background-color:#ffd35c}.card-container .side-selector.hidden{display:none}.card-container .card{box-sizing:border-box;padding:20px;width:100%}.prep-service-feed-item{cursor:pointer;position:relative}.prep-service-feed-item>.notification-dot{background-color:#fd8686;border-radius:50%;height:13px;left:-25px;position:absolute;top:calc(50% - 6.5px);width:13px;z-index:1}.prep-service-feed-item .prep-service-feed-item-card{display:flex}.prep-service-feed-item .prep-service-feed-item-card>.green-part{align-items:center;background-color:#e5fff7;border-radius:4px 0 0 4px;box-sizing:border-box;color:#2b447e;display:flex;flex:0 0 40%;justify-content:space-between;padding:.5rem 1.5rem}.prep-service-feed-item .prep-service-feed-item-card>.green-part>button{height:fit-content}.prep-service-feed-item .prep-service-feed-item-card .white-part{align-items:center;box-sizing:border-box;display:flex;flex:0 0 60%;justify-content:space-between;padding:0 1.5rem}.prep-service-feed-item .prep-service-feed-item-card .white-part>.ticket-info{display:flex;gap:1.5rem}.waiter-service-page .tables-button-svg{color:#8ab6f8;height:24px;width:22px}.waiter-header-navigator-container{background-color:#2b447e;box-sizing:border-box;padding:1rem 0;position:sticky;top:0;z-index:2}.waiter-header-navigator-container .waiter-header-navigator{align-items:center;box-sizing:border-box;display:flex;height:38px;justify-content:space-between;margin:auto;max-width:1210px;padding:0 16px}.waiter-header-navigator-container .waiter-header-navigator>.navigator-text{color:#fff;text-align:right}.waiter-header-navigator-container .waiter-header-navigator>.navigator-text>.navigator-title{font-size:16px;font-weight:700}.waiter-header-navigator-container .waiter-header-navigator>.navigator-text>.navigator-subtitle{font-size:12px;font-weight:300}.waiter-header-navigator-container .waiter-header-navigator>.waiter-header-navigator-settings{align-items:center;display:flex}.waiter-header-navigator-container .waiter-header-navigator>.waiter-header-navigator-settings>.waiter-header-account-name{color:#fff;font-weight:700;margin-left:.5rem;margin-right:1rem}.waiter-header-navigator-container .waiter-header-navigator .header-waiter-dropdown-container{background-color:#fff;border-bottom:2px solid #eaeff0;box-sizing:border-box;left:0;position:absolute;top:100%;transition:opacity .1s linear;width:100%;z-index:1}.waiter-header-navigator-container .waiter-header-navigator .header-waiter-dropdown-container.hidden{opacity:0;pointer-events:none}.waiter-header-navigator-container .waiter-header-navigator .header-waiter-dropdown-container>.header-waiter-dropdown{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;margin:auto;max-width:1210px;padding:1rem}.letter-bubble{align-items:center;background-color:#e5fff7;border:3px solid #00e09d;border-radius:50%;color:#00e09d;display:flex;font-weight:700;height:20px;justify-content:center;width:20px}.waiter-service-page-item{background-color:#fff;border:1px solid #eaeff0;border-radius:8px;padding:1rem}.waiter-service-page-item__header{align-items:flex-start;display:flex;gap:.5rem;justify-content:space-between;margin-bottom:.5rem}.waiter-service-page-item__clock-with-time{align-items:center;display:flex;font-weight:600;gap:.25rem}.waiter-service-page-item__content{align-items:flex-end;display:flex;gap:.5rem;justify-content:space-between}.waiter-service-page-item__content__left-side{display:flex;flex-wrap:wrap;gap:.25rem}.waiter-service-page-item__content__left-side>div{min-height:36px}.waiter-service-page-item__content .payment-arrow-right{align-items:center;color:#00e09d;display:flex}.waiter-service-page-item__content .ready-button{padding:8px 5px}.waiter-service-task-title{border-radius:8px;flex-grow:1;font-size:14px;font-weight:700;max-width:200px;padding:.25rem;text-align:center}.waiter-service-task-title.large{max-width:unset;padding:1rem}.waiter-service-task-title.background-color-payment{background-color:#e5fff7}.waiter-service-task-title.background-color-call{background-color:#fff8e5}.waiter-service-task-title.background-color-deliver{background-color:#eaeff0}.my-time-info .time-text{color:#2b447e;font-size:24px;font-weight:600}.my-time-info.small>img{height:15px;margin-top:1px}.my-time-info.small .time-text{font-size:17px}.waiter-service-settings{padding-bottom:1.5rem}.waiter-service-settings-availability>.title{margin:2rem 0 3rem}.waiter-service-settings-availability .capacity-toggle{align-items:center;display:flex;justify-content:space-between}.waiter-service-settings-availability .capacity-toggle>.product-name{font-size:20px;font-weight:700}.waiter-service-settings-availability .capacity-toggle>.product-price{font-weight:700;margin-left:auto;margin-right:2rem}.card-with-toggle{align-items:center;border:1px solid #eaeff0;border-radius:16px;display:flex;justify-content:space-between;padding:8px 1rem}.card-with-toggle>div:first-child{flex:1 1 100%}.waiter-service-settings-tables>.title{margin:2rem 0 3rem}.waiter-service-settings-tables .table-toggle{align-items:center;display:flex;justify-content:space-between}.waiter-service-settings-tables .table-toggle>.table-bill-and-capacity{display:flex}.waiter-service-settings-tables .table-toggle>.table-bill-and-capacity>.table-bill{align-items:center;display:flex;font-size:14px;font-weight:700;gap:.5rem;justify-content:left;margin-left:auto;min-width:100px}.waiter-service-settings-tables .table-toggle>.table-bill-and-capacity>.table-capacity{align-items:center;display:flex;font-size:14px;font-weight:700;gap:.5rem;justify-content:left;min-width:60px}.waiter-service-table-selections .list-container{display:flex;flex-direction:column;gap:.25rem;padding-top:1.5rem}.waiter-service-table-selections .list-container .list-item{padding:7px 1rem}.waiter-service-table-selections .table-toggle{align-items:center;display:flex;justify-content:space-between}.waiter-service-table-selections .table-toggle>.table-bill{font-size:16px;font-weight:700;margin-left:auto}.waiter-service-table-selections .table-toggle>.table-capacity{font-size:14px;font-weight:700;padding-right:2rem}.waiter-service-table-selections .button-text{text-align:left}.waiter-service-table-selections .button-text>div:nth-child(2){font-size:24px}.clickable-card:hover{box-shadow:0 8px 24px hsla(210,8%,62%,.2)}.waiter-service-order-container .waiter-service-order-items-list{margin:16px}.waiter-service-order-item{background-color:#fff;border:1px solid #eaeff0;border-radius:16px;padding:1rem}.waiter-service-order-item>.order-item-title-with-remove-button{align-items:flex-start;display:flex;gap:.25rem;justify-content:space-between}.waiter-service-order-item>.order-item-title-with-remove-button .order-item-title{color:#2b447e}.waiter-service-order-item>.order-item-title-with-remove-button .order-item-extra-options{margin:.25rem 0}.waiter-service-order-item>.order-item-title-with-remove-button>.remove-button{border-width:4px;min-height:32px;padding:6.5px}.waiter-service-order-item>.order-item-counter-with-price{align-items:flex-end;display:flex;justify-content:space-between}.waiter-service-order-item>.order-item-counter-with-price .order-item-counter-label{color:rgba(43,68,126,.8);font-size:12px;font-weight:600;margin-bottom:.25rem}.waiter-service-menu-item-popup-container{height:100%}.waiter-service-menu-item-popup-container.is-cash-desk>div{display:flex;height:80%;max-width:900px;width:70vw}.waiter-service-menu-item-popup-container>div{height:95%}.waiter-service-menu-item-popup-container .waiter-service-menu-item-popup{background-color:#fff;border-radius:16px;height:100%;max-width:1080px;overflow:hidden;position:relative;width:90vw}.waiter-service-menu-item-popup-container .waiter-service-menu-item-popup>.x-button{cursor:pointer;position:absolute;right:1rem;top:1rem}.waiter-service-menu-item-popup-container .waiter-service-menu-item-popup>.waiter-service-menu-item-flex-container{display:flex;flex-direction:column;height:100%;overflow:hidden}.waiter-service-menu-item-popup-container .waiter-service-menu-item-popup>.waiter-service-menu-item-flex-container>.menu-item-title-and-gift-toggle-container{padding:2rem 1rem 1rem}.waiter-service-menu-item-popup-container .waiter-service-menu-item-popup>.waiter-service-menu-item-flex-container>.menu-item-title-and-gift-toggle-container>.menu-item-title{color:#2b447e;padding-bottom:1rem}.waiter-service-menu-item-popup-container .waiter-service-menu-item-popup>.waiter-service-menu-item-flex-container>.menu-item-divider{z-index:1}.waiter-service-menu-item-popup-container .waiter-service-menu-item-popup>.waiter-service-menu-item-flex-container>.menu-item-ingredients-and-preparation-way-container{flex-grow:1;max-height:100%;overflow-y:auto;padding:0 1rem 2rem}.waiter-service-menu-item-popup-container .waiter-service-menu-item-popup>.waiter-service-menu-item-flex-container>.menu-item-ingredients-and-preparation-way-container .menu-item-sub-title{color:rgba(43,68,126,.8);font-size:12px;font-weight:600;padding:1rem 0}.waiter-service-menu-item-popup-container .waiter-service-menu-item-popup>.waiter-service-menu-item-flex-container>.comments-container{box-sizing:border-box;padding:1.5rem 1rem 0;position:relative}.waiter-service-menu-item-popup-container .waiter-service-menu-item-popup>.waiter-service-menu-item-flex-container>.comments-container>.waiter-service-menu-opacity-filter{background-image:linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.8),#fff);height:2rem;left:0;pointer-events:none;position:absolute;top:-2rem;width:calc(100% - 5px)}.waiter-service-menu-item-popup-container .waiter-service-menu-item-popup>.waiter-service-menu-item-flex-container>.comments-container .comments{border-radius:8px}.waiter-service-menu-item-popup-container .waiter-service-menu-item-popup>.waiter-service-menu-item-flex-container>.comments-container .comments textarea{height:72px}.waiter-service-menu-item-popup-container .waiter-service-menu-item-popup>.waiter-service-menu-item-flex-container>.quantity-and-price-button{align-items:center;display:flex;justify-content:space-between;margin:0 1rem;padding:1rem 0}.waiter-service-menu-item-popup-container .waiter-service-menu-item-popup>.waiter-service-menu-item-flex-container>.quantity-and-price-button>.quantity>.quantity-label{font-size:12px;font-weight:600;padding-bottom:.25rem}.chip-selections>.chips{display:flex;flex-wrap:wrap;gap:.5rem}.sub-header-navigation-container{align-items:center;background-color:#fff;box-shadow:0 4px 60px rgba(0,0,0,.08);display:flex;gap:1rem;justify-content:space-between;margin:auto;padding:1rem}.sub-header-navigation-container.no-background{background-color:initial;box-shadow:none}.sub-header-navigation-container.green{background-color:#00e09d;color:#fff}.sub-header-navigation-container.blue{background-color:#8ab6f8;color:#fff}.sub-header-navigation-container.red{background-color:#fd8686;color:#fff}.sub-header-navigation-container.dark-blue{background-color:#2b447e;color:#fff}.sub-header-navigation-container .info-container{align-items:center;display:flex;gap:1rem}.sub-header-navigation-container .info-container .subtitle{font-size:12px}.waiter-service-table-header-container{align-items:center;background-color:#fff;box-shadow:0 4px 60px rgba(0,0,0,.08);display:flex;justify-content:space-between;position:sticky;width:100%}.waiter-service-table-header-container>.waiter-service-table-header-loading-wrapper{flex:1}.waiter-service-table-header-container .waiter-service-feed-table-header{display:flex;flex-grow:1;gap:1.5rem;justify-content:space-around}.waiter-service-table-header-container .waiter-service-feed-table-header.cash-desk{flex-grow:0}.waiter-service-table-header-container .waiter-service-feed-table-header>div{flex-grow:1}.waiter-service-table-header-container .waiter-service-feed-table-header>div>h3{font-size:20px}.waiter-service-table-header-container .waiter-service-feed-table-header>.table-label{align-items:center;background-color:#e5fff7;color:#2b447e;display:flex;gap:1rem;padding:12.5px 1.5rem;text-align:center}.waiter-service-table-header-container .waiter-service-feed-table-header>.table-label>svg{color:#00e09d}.waiter-service-table-header-container .waiter-service-feed-table-header>.table-label>h3{font-size:24px}.waiter-service-table-header-container .waiter-service-feed-table-header>.item-count-price{align-items:center;display:flex;gap:.5rem;justify-content:center}.waiter-service-table-header-container .close-button{margin-right:1.5rem}.waiter-service-table-header-container .close-button svg{color:#fd8686}.waiter-service-feed-items{margin:auto}.waiter-service-feed-items .waiter-service-feed-item-list{box-sizing:border-box;overflow:auto;padding:1rem}.waiter-service-feed-items .waiter-service-feed-item-list.large-padding{padding:1rem 2rem}.waiter-feed-menu-button .waiter-feed-menu-counter{position:absolute;right:0;top:0}.cash-desk-table-feed-footer-buttons{background-color:#fff;bottom:0;box-shadow:0 -4px 60px rgba(0,0,0,.08);box-sizing:border-box;display:flex;justify-content:space-between;padding:1rem;position:absolute;width:100%}.cash-desk-table-feed-footer-buttons>.menu-and-collect-buttons{display:flex;gap:1rem}.cash-desk-table-feed-footer-buttons>.invoice-button svg{color:#00e09d}.waiter-service-feed-item{background-color:#fff;border:1px solid #eaeff0;border-radius:16px;padding:1rem;position:relative}.waiter-service-feed-item.is-unbilled{background-color:#e5fff7}.waiter-service-feed-item.is-unbilled .unbilled-dot{background-color:#fd8686;border-radius:50%;height:13px;left:-25px;position:absolute;top:20px;width:13px}.waiter-service-feed-item>.feed-item-title{color:#2b447e;font-weight:600;margin:.25rem 0}.waiter-service-feed-item>.feed-item-extra-options-quantity-and-price{align-items:flex-end;display:flex;gap:.5rem;justify-content:space-between}.waiter-service-feed-item>.feed-item-extra-options-quantity-and-price>.quantity-with-price{display:flex;font-size:14px;font-weight:700;gap:.5rem}.waiter-service-feed-item>.feed-item-extra-options-quantity-and-price>.quantity-with-price>.quantity{background-color:#2b447e;border-radius:4px;color:#fff;padding:1px .5rem}.statuses-with-revert-button{align-items:center;display:flex;gap:1rem;justify-content:space-between}.statuses-with-revert-button>.payment-status{margin-left:auto}.statuses-with-revert-button>.cancel-button{border-width:4px;min-height:32px;padding:3px}.feed-item-delivery-status{border-radius:8px;font-size:14px;font-weight:700;padding:5px .5rem}.feed-item-delivery-status.sent{background-color:#8ab6f8;color:#fff}.feed-item-delivery-status.pending{background-color:rgba(43,68,126,.8);color:#fff}.feed-item-delivery-status.delivered{background-color:#fff8e5}.double-action-button{display:flex;gap:.25rem}.double-action-button>.secondary-action-button{border-radius:8px 0 0 8px;width:36px!important}.double-action-button>.main-action-button{border-radius:0 8px 8px 0}.choose-payment-type>.choose-payment-type-options{box-sizing:border-box;padding:1rem}.employee-payment-flow-payment-confirmation{background-color:#f4fafc}.employee-payment-flow-payment-confirmation>.employee-payment-flow-payment-confirmation-inputs{display:flex;flex-direction:column;gap:1rem;padding:1rem 2rem}.employee-payment-flow-payment-confirmation>.employee-payment-flow-payment-confirmation-inputs .input-end-adornment{text-align:center;width:15px}.payment-confirmation-select-pos{padding:0 2rem}.payment-confirmation-select-pos .terminals{color:#2b447e;display:flex;gap:1.5rem;margin-top:1rem}.payment-confirmation-select-pos .terminals .terminal-entry{align-items:center;display:flex;flex-direction:column;gap:.5rem;min-width:200px;padding:1rem .5rem}.selectable-card{cursor:pointer}.selectable-card .selectable-card-content{position:relative}.selectable-card.selected .selectable-card-content{background-color:rgba(138,182,248,.4);border-color:#8ab6f8}.employee-payment-flow-product-selection-products{display:flex;flex-direction:column;gap:1rem;margin-bottom:130px;padding:1rem}.employee-payment-flow-table-transfer .table-selection-header-with-selections{margin:0 16px 130px}.employee-payment-flow-table-transfer .table-selection-header-with-selections>.table-selection-header{margin-bottom:.5rem;margin-top:1rem}.employee-payment-flow-table-transfer .table-selection-header-with-selections .table-selection{display:flex;flex-direction:column;gap:.25rem}.employee-payment-flow-table-transfer .table-selection-header-with-selections .table-selection .selection{padding:0 1rem}.employee-payment-flow-table-transfer .table-selection-header-with-selections .table-selection .selection .selection-content{align-items:center;color:#2f3a54;display:flex;font-size:16px;font-weight:700;height:42px;justify-content:space-between}.employee-payment-flow-table-transfer .table-selection-header-with-selections .table-selection .selection .selection-content>.selection-content-left-side{display:flex;gap:1rem}.employee-payment-flow-table-transfer .table-selection-header-with-selections .table-selection .selection .selection-content>.selection-content-left-side>.start-adornment{color:#eaeff0;display:flex}.employee-payment-flow-table-transfer .table-selection-header-with-selections .table-selection .selection .selection-content>.selection-content-left-side>.start-adornment.selected{color:#2b447e}.employee-payment-flow-table-transfer .table-selection-header-with-selections .table-selection .selection .selection-content>.selection-content-right-side{align-items:center;display:flex;gap:.5rem;margin-right:35px}.employee-payment-flow-table-transfer .footer-button-content{display:flex;flex-direction:column;text-align:left}.employee-payment-flow-table-transfer .footer-button-content>span:nth-child(2){font-size:24px}.choose-payment-method>.choose-payment-method-options{box-sizing:border-box;padding:1rem}.pending-pos-payment{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:0 2rem}.pending-pos-payment .terminal-svg{color:#8bb7f9;height:122px;width:78px}.pending-pos-payment .main-header{color:#2b447e;text-align:center}.pending-pos-payment .main-header .terminal-label{color:#8ab6f8}.pending-pos-payment .sub-header{font-size:20px}.pending-pos-payment .empty-footer{box-sizing:border-box;height:60px}.waiter-service-menu-categories-container .waiter-service-menu-categories{padding:1.5rem 16px}.waiter-service-menu-categories-container .waiter-service-menu-categories .waiter-service-menu-categories-grid{display:grid;gap:.5rem;grid-template-columns:1fr 1fr}.waiter-menu-card{align-items:center;background-color:#fff;border:1px solid #eaeff0;border-radius:16px;color:#2b447e;display:flex;justify-content:space-between;min-height:82px;overflow:hidden;position:relative}.waiter-menu-card>.waiter-menu-card-count{left:0;position:absolute;top:0}.waiter-menu-card>.waiter-menu-card-title{flex-grow:1;font-weight:700;overflow:hidden;text-align:center;text-overflow:ellipsis}.waiter-menu-card>.waiter-menu-card-add-button{border-radius:0 15px 15px 0;height:100%;padding:0 14px}.waiter-service-menu-category-items-container .waiter-service-menu-category-items{padding:1.5rem 16px}.waiter-service-menu-category-items-container .waiter-service-menu-category-items .waiter-service-menu-category-items-grid{display:grid;gap:.5rem;grid-template-columns:1fr 1fr}.waiter-service-task-details .waiter-service-task-details-subheader{background-color:#fff;box-shadow:0 4px 60px rgba(0,0,0,.08);padding:1rem}.waiter-service-task-details .waiter-service-task-details-subheader>.waiter-service-task-details-subheader-info{display:flex;gap:1rem}.waiter-service-task-details .waiter-service-task-details-items{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 16px}.waiter-service-task-details .waiter-service-task-details-footer-button{text-align:left}.waiter-service-task-details .waiter-service-task-details-footer-button>.subtitle{font-size:24px}.waiter-service-task-details-info-chip{flex-grow:1;text-align:center}.waiter-service-task-details-info-chip>.label{color:rgba(43,68,126,.8);font-size:12px;font-weight:600}.waiter-service-task-details-info-chip>.value{box-sizing:border-box;padding:.5rem;width:100%}.admin-service-page-wrapper{background-color:#f4fafc;min-height:calc(100vh - 95px - 3rem);padding:0 1rem}.admin-update-create-card{background-color:#fff;border:2px solid #eaeff0;border-radius:20px;box-sizing:border-box;display:flex;gap:2rem;margin-top:1.5rem;padding:4.5rem;width:100%}.admin-update-create-card>div:first-child{flex:1 0}.admin-update-create-card>.second-column{align-items:center;background-color:#f4fafc;display:flex;flex:0 1 500px;flex-direction:column;gap:3rem;justify-content:center;padding:140px 0}.admin-update-create-card.no-background-and-padding>.second-column{background-color:initial;justify-content:start;padding:0}.admin-update-create-card.no-background-and-padding>.second-column>div{text-align:top;width:100%}@media(max-width:1400px){.admin-update-create-card>.second-column{display:none}}.my-grid{display:grid}.waiter-with-tables{align-items:center;background-color:#f4fafc;border-radius:8px;display:flex;gap:1rem;max-width:600px;padding:.25rem;width:50%}.waiter-with-tables .tables{font-weight:300;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-update-create-header{display:flex;justify-content:space-between}.admin-update-create-header .dot{background-color:#8bb7f9;border-radius:50%;height:13px;width:13px}.admin-update-create-header .x-button{border-width:4px;margin-left:1rem;padding:0 10px}.admin-update-create-header .x-button>img{display:block}.admin-service-page-container{display:flex;flex-direction:column}.admin-service-page-container.small-height{justify-content:center}.admin-service-page-container>.admin-service-page{align-items:center;display:flex;justify-content:center;position:relative}.admin-service-page-container>.admin-service-page>.content{align-items:center;background-color:#fff;border-radius:20px;display:flex;flex-direction:column;flex-grow:1;gap:1rem;margin-top:50px;max-width:760px;padding:3rem;text-align:center;z-index:1}.admin-service-page-container>.admin-service-page>.content>.retailer-name{font-size:36px;font-weight:900}.admin-service-page-container>.admin-service-page>.content>.location-svg{color:#00e09d}.admin-service-page-container>.admin-service-page>.content>.logo{margin-top:50px}.admin-service-page-container>.admin-service-page>.bottom-anchor{bottom:0;position:absolute}.admin-service-tables{display:flex;gap:3rem}.admin-service-tables>div{flex:1}.admin-service-tables .preparation-area-header,.admin-service-tables .table-header{align-items:center;display:flex;justify-content:space-between}.admin-service-tables .table-info{min-width:100px}.card-with-edit-container>.card-with-edit{align-items:center;background-color:#fff;border:2px solid #eaeff0;border-radius:8px;box-sizing:border-box;display:flex;justify-content:space-between;padding:0 1rem;white-space:nowrap}.card-with-edit-container>.card-with-edit.invalid{border-color:red}.card-with-edit-container>.card-with-edit>div:first-child{flex:1 1 100%;width:1px}.card-with-edit-container>.card-with-edit .input-inside-card{border:none;margin-right:1rem;position:relative;width:100%}.card-with-edit-container>.card-with-edit .input-inside-card input{height:30px!important}.card-with-edit-container>.card-with-edit .input-inside-card.no-error{top:0}.card-with-edit-container>.card-with-edit .delete-button{color:#fd8686}.card-with-edit-container>.invalid-message{color:red;font-size:12px;font-weight:400;margin-left:.5rem}.admin-service-waiters .waiter-card{padding-top:1.5rem}.admin-service-waiters .waiter-card .waiter{align-items:center;display:flex;justify-content:space-between}.admin-service-waiters .waiter-card .waiter>div:first-child{width:40%}.avatar-count{align-items:center;background-color:#f4fafc;border-radius:8px;display:flex;gap:.5rem;justify-content:center;padding:.5rem}.admin-service-product .extra-ingredients-price-label{font-size:14px;font-weight:300}.admin-service-product .admin-service-product-form{max-width:800px}.admin-service-product .admin-service-product-form .admin-service-product-tab-selector{font-weight:700;margin-bottom:1.5rem}.admin-service-product-form.hidden{max-height:0;overflow:hidden;visibility:hidden}.my-select-with-error-message-container{align-self:center}.my-select-with-error-message-container .my-input-skeleton{line-height:40px}.my-select-with-error-message-container>.my-select-label{display:block;font-size:14px;font-weight:700;margin-bottom:.5rem}.my-select-with-error-message-container>.my-select-label.invalid{color:red}.my-select-with-error-message-container>.custom-select-container{cursor:pointer;position:relative;width:100%}.my-select-with-error-message-container>.custom-select-container .selected-text{background-color:#fff;border:1px solid #eaeff0;border-radius:8px;box-sizing:border-box;cursor:pointer;font-size:16px;font-weight:700;height:40px;padding:0 13px;text-align:left;width:100%}.my-select-with-error-message-container>.custom-select-container .selected-text.invalid{border:1px solid red}.my-select-with-error-message-container>.custom-select-container .selected-text:hover{outline:1px solid #e9ecf2}.my-select-with-error-message-container>.custom-select-container .selected-text:focus{outline:2px solid #e9ecf2}.my-select-with-error-message-container>.custom-select-container .selected-text.invalid:focus{outline:1px solid red}.my-select-with-error-message-container>.custom-select-container .selected-text.small{font-size:12px;height:30px}.my-select-with-error-message-container>.custom-select-container .selected-text>.option-hidden{visibility:hidden}.my-select-with-error-message-container>.custom-select-container .selected-text:after{content:url(../content/svg/arrow-down.008cbab32d548db91e80.svg);position:absolute;right:13px;top:8px;transition:transform .3s}.my-select-with-error-message-container>.custom-select-container .selected-text.active:after{transform:rotate(180deg);transition:transform .3s}.my-select-with-error-message-container>.custom-select-container .select-options{background-color:#fff;border:1px solid #eaeff0;border-radius:8px;max-height:300px;overflow:auto;position:absolute;width:100%;z-index:1}.my-select-with-error-message-container>.custom-select-container .select-options.small{font-size:12px;font-weight:500}.my-select-with-error-message-container>.custom-select-container .select-options>.custom-select-option{padding:9px 13px}.my-select-with-error-message-container>.custom-select-container .select-options>.custom-select-option.disabled{background-color:#eaeff0;filter:opacity(.5);pointer-events:none}.my-select-with-error-message-container>.custom-select-container .select-options>.custom-select-option:hover{background-color:#00e09d}.my-select-with-error-message-container .invalid-message{color:red;font-size:14px;font-weight:300;margin-left:.5rem;visibility:hidden}.my-select-with-error-message-container .invalid-message.invalid{visibility:visible}.tab-selector-container{border:2px solid #eaeff0;border-radius:8px;width:100%}.tab-selector-container .skeleton{border-radius:16px}.tab-selector-container .tab-selector{align-items:center;background-color:#f4fafc;border-radius:8px;display:flex;justify-content:center;padding:.25rem}.tab-selector-container .tab-selector.white{background-color:#fff}.tab-selector-container .tab-selector>.tab-selection{align-items:center;border-radius:8px;color:#2b447e;cursor:pointer;display:flex;justify-content:center;min-height:37px;min-width:296px;position:relative;transition:color .3s linear,background-color .1s linear}.tab-selector-container .tab-selector>.tab-selection.vertical-divider{border-radius:0;border-right:2px solid #eaeff0}.tab-selector-container .tab-selector>.tab-selection.selected{background-color:#2f3a54;color:#fff}.tab-selector-container .tab-selector>.tab-selection.invalid:before{background-color:#fd8686;border-radius:50%;content:"";height:14px;position:absolute;right:.25rem;top:.25rem;width:14px}.admin-service-product-translations.hidden{max-height:0;overflow:hidden;visibility:hidden}.admin-service-product-translations>.admin-service-product-title{margin-bottom:1rem;margin-top:2rem}.admin-service-edit-categories{font-weight:700}.admin-service-edit-categories .admin-service-edit-categories-tab-selector{margin-bottom:1.5rem}.admin-service-edit-categories .admin-service-edit-categories-content{max-width:600px}.admin-service-edit-categories .product-count{align-items:center;background-color:#f4fafc;border-radius:4px;display:flex;gap:.25rem;justify-content:center;margin-right:1rem;padding:.25rem}.admin-service-edit-categories-translations{align-items:center;display:grid;gap:1rem;grid-template-columns:auto auto}.admin-service-edit-categories-translations.hidden{max-height:0;overflow:hidden;visibility:hidden}.admin-service-edit-categories-translations>.admin-service-edit-categories-translation{display:contents}.admin-service-edit-categories-form{display:flex;flex-direction:column;gap:1rem}.admin-service-edit-categories-form.hidden{max-height:0;overflow:hidden;visibility:hidden}.admin-service-settings .icon-with-toggle-section{align-items:center;display:flex;gap:.5rem;margin-bottom:1.5rem}.admin-service-settings .icon-with-toggle-section .icon-with-toggle-icon{fill:#8ab6f8}.admin-service-settings .icon-with-toggle-section .icon-with-toggle-text{font-size:14px;font-weight:300;padding-bottom:.25rem}.admin-service-stats-container{background-color:#eaeff0;display:grid;gap:2px;grid-template-columns:2fr 1fr;width:100%}.admin-service-stats-container>.grid-item{background-color:#f4fafc;padding:2rem}.admin-service-stats-container>.admin-service-stats-filters-container{grid-column:1/3}@media(max-width:1200px){.admin-service-stats-container{display:flex;flex-direction:column}.admin-service-stats-container>.grid-item{padding:1rem 0}.admin-service-stats-container>.admin-service-stats-table-container{order:2}.admin-service-stats-container>.admin-service-stats-total-container{order:1}}.admin-service-stats-totals>.tabs{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.admin-service-stats-totals>.tabs>.tab{border:2px solid #8ab6f8;border-radius:8px}.admin-service-stats-totals>.tabs>.tab .tab-header-container{background-color:rgba(138,182,248,.4);padding:.5rem 1rem}.admin-service-stats-totals>.tabs>.tab .tab-header-container .tab-title{color:rgba(43,68,126,.8);font-size:12px;font-weight:600}.admin-service-stats-totals>.tabs>.tab .tab-header-container .tab-amount{align-items:center;color:#2b447e;display:flex;font-size:24px;font-weight:700;gap:.5rem}.admin-service-stats-totals>.tabs>.tab .tab-header-container .tab-amount .start-adornment{color:#8ab6f8;display:flex}.admin-service-stats-totals>.tabs>.tab .tab-content{display:flex;flex-wrap:wrap;gap:2rem;padding:1rem}.admin-service-stats-totals>.tabs>.tab .tab-content>.tab-child>.tab-child-title{color:rgba(43,68,126,.8);font-size:12px;font-weight:600}.admin-service-stats-totals>.tabs>.tab .tab-content>.tab-child>.tab-child-amount{align-items:center;color:#2b447e;display:flex;font-size:16px;font-weight:700;gap:.25rem}.admin-service-stats-totals>.tabs>.tab .tab-content>.tab-child>.tab-child-amount>.tab-child-start-adornment{color:#8ab6f8;display:flex}@media(max-width:1200px){.admin-service-stats-totals>.tabs{gap:1rem;margin-top:.5rem}}.my-accordion>.my-accordion-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.my-accordion>.my-accordion-header>svg{flex-shrink:0}.my-accordion>.my-accordion-content-container{overflow:hidden}.my-accordion.open>.my-accordion-header>.my-accordion-arrow{transform:rotate(180deg)}.admin-service-stats-filters .filters-title>.filters-count{color:#8ab6f8}.admin-service-stats-filters>.filters-flex-container{align-items:center;display:flex;gap:3rem;justify-content:space-between}.admin-service-stats-filters .live-message{display:flex;gap:.25rem}.admin-service-stats-filters .live-message>.live-dot{background-color:#00e09d;border:4px solid #8cf9cf;border-radius:50%;box-sizing:border-box;height:24px;width:24px}.stats-filters-popup-desktop{background-color:#f4fafc;border-radius:8px;height:90vh;position:relative;width:80vw}.stats-filters-popup-desktop>.stats-filters-popup-header{background-color:#2b447e;border-radius:8px 8px 0 0;padding:1rem}.stats-filters-popup-desktop>.stats-filters-popup-header .chevron-right{color:#00e09d}.stats-filters-popup-desktop>.stats-filters-popup-subheader{align-items:center;background-color:#fff;display:flex;justify-content:space-between;padding:1rem 2rem}.stats-filters-popup-desktop>.stats-filters-popup-subheader .right-section{display:flex;gap:1.5rem}.stats-filters-popup-desktop>.stats-filter-popup-content{display:flex}.stats-filters-popup-desktop>.stats-filter-popup-content .filters-selection-container{border-right:2px solid #eaeff0;margin:3rem 3rem 3rem 0;padding:0 3rem}.stats-filters-popup-desktop>.stats-filter-popup-content .filters-content-container{box-sizing:border-box;margin:3rem 3rem 3rem 0;width:100%}.stats-filters-popup-desktop>.stats-filters-bottom{bottom:0;position:absolute}.stats-filter-tag{align-items:center;background-color:rgba(138,182,248,.4);border-radius:8px;display:flex;padding:.5rem 1rem}.stats-filter-tag>.stats-filter-tag-filter-svg{flex-shrink:0;margin-right:.5rem}.stats-filter-tag>.stats-filter-tag-content{font-size:12px;font-weight:600;margin-left:1.5rem;text-wrap:nowrap}.stats-filter-tag>.stats-filter-tag-x-svg{cursor:pointer;flex-shrink:0;margin-left:1rem;transition:transform .1s}.stats-filter-tag>.stats-filter-tag-x-svg:hover{stroke-width:5px;transform:scale(1.2)}.stats-filter-tag>.stats-filter-tag-x-svg:active{filter:brightness(1.8)}.stats-filter-resolver>.stats-filter-info{color:#2b447e}.stats-filter-resolver>.stats-filter-info>.subtitle{color:rgba(43,68,126,.8);margin:1rem 0}.stats-filter-resolver>.stats-filter-container{margin-top:1rem}@media only screen and (max-width:1200px){.stats-filter-resolver>.stats-filter-info>.title{font-size:16px}}.filter-date-selection{box-sizing:border-box;overflow:auto;padding:0 1.5rem 1.5rem 0;width:fit-content}.filter-date-selection>.navbar-container{width:fit-content}.filter-date-selection .title{margin-bottom:1rem}.my-navbar{display:flex;gap:1rem;justify-content:space-between;min-width:max-content;padding:.5rem}.my-navbar>.my-navbar-item{border-radius:8px;color:rgba(43,68,126,.8);cursor:pointer;font-size:14px;font-weight:700;padding:.5rem;transition:background-color .1s linear,color .1s linear}.my-navbar>.my-navbar-item.selected{background-color:#2f3a54;color:#fff}@media(max-width:1200px){.my-navbar{gap:.25rem}}.date-picker .date-picker-selection-container{margin:auto;width:fit-content}.arrows-slider{align-items:center;display:flex;justify-content:space-between}.arrows-slider>.arrow{cursor:pointer;transition:filter .3s linear}.arrows-slider>.arrow.disabled{cursor:default;filter:grayscale(100%)}.arrows-slider>.label{font-weight:700}.month-view{display:flex;flex-direction:column}.month-view>.month-view-days{display:grid;font-size:12px;font-weight:500;gap:.5rem 0;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr;justify-items:center;margin-top:1rem}.month-view>.month-view-days>.month-view-days-header{color:#8ab6f8}.month-view>.month-view-days>.month-view-days-day{cursor:pointer;height:25px;text-align:center;width:25px;width:100%}.month-view>.month-view-days>.month-view-days-day.disabled{color:#eaeff0;cursor:default}.month-view>.month-view-days>.month-view-days-day.start-of-range{border-radius:4px 0 0 4px}.month-view>.month-view-days>.month-view-days-day.end-of-range{border-radius:0 4px 4px 0}.month-view>.month-view-days>.month-view-days-day.end-of-range,.month-view>.month-view-days>.month-view-days-day.in-range,.month-view>.month-view-days>.month-view-days-day.start-of-range{background-color:#f4fafc;color:#00e09d}.month-view>.month-view-days>.month-view-days-day:hover:not(.disabled) .month-view-days-day-hover{background-color:#eaeff0;border-radius:16px;color:#2f3a54;opacity:.5}.month-view>.month-view-days>.month-view-days-day .month-view-days-day-hover{display:block;line-height:25px}.month-view>.month-view-days>.month-view-days-day .month-view-days-day-selector{display:block}.month-view>.month-view-days>.month-view-days-day .month-view-days-day-selector.selected{background-color:#00e09d;border-radius:4px;color:#fff}.date-year-selectors{display:flex;gap:.25rem;width:100%}.date-year-selectors>.month-select{min-width:130px}.date-year-selectors>.year-select{min-width:90px}.date-picker-popup{background-color:#fff;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;margin:auto;min-height:400px;padding:1rem;position:relative}.date-picker-popup>.close-button{cursor:pointer;position:absolute;right:10px;top:10px}.date-picker-popup .title{margin-bottom:1rem;text-align:center}.date-picker-popup .confirm-button{margin-top:1rem}.date-picker-popup .month-select,.date-picker-popup .year-select{width:100%}.range-picker .from-title,.range-picker .to-title{background-color:#eaeff0;border-radius:8px;color:rgba(43,68,126,.8);font-size:14px;font-weight:700;margin:.5rem 0;padding:.25rem;text-align:center}.range-picker .range-picker-selection-container{display:flex;gap:3rem;margin:auto;width:fit-content}.month-year-picker .month-year-picker-selection-container{margin:auto;width:fit-content}.filter-time-selections>.title{line-height:20px;margin-bottom:1rem}.filter-time-selections>.selection-container{display:flex;gap:2rem}.filter-time-selections>.selection-container>.time>.label{background-color:#eaeff0;border-radius:8px;margin-bottom:.5rem;padding:.5rem;text-align:center}@media only screen and (max-width:768px){.filter-time-selections>.title{display:none}.filter-time-selections>.selection-container{display:block}.filter-time-selections>.selection-container>.time:first-child{margin-bottom:1.5rem}}.time-picker{align-items:center;background-color:#fff;display:flex;gap:.25rem;justify-content:center;min-width:300px;padding:.25rem 0;position:relative}.time-picker>.clock-icon{color:#8ab6f8;height:16px;left:15px;position:absolute;top:calc(50% - 8px);width:16px}.time-picker>.time-divider{font-size:20px;font-weight:600}.time-picker>.time-selector{width:80px}.my-input-select{position:relative}.my-input-select>.my-input-select-label{display:block;font-size:14px;margin-bottom:10px;margin-left:15px}.my-input-select>.input-container{position:relative}.my-input-select>.input-container>input{background-color:#fff;border:1px solid #eaeff0;border-radius:8px;box-sizing:border-box;font-size:16px;font-weight:700;height:40px;padding:0 13px;width:100%}.my-input-select>.input-container>input.no-border{border:none}.my-input-select>.input-container>input:hover{outline:1px solid #e9ecf2}.my-input-select>.input-container>input:focus{outline:2px solid #e9ecf2}.my-input-select>.input-container>input.invalid{border:1px solid red}.my-input-select>.input-container:after{content:url(../content/svg/arrow-down.008cbab32d548db91e80.svg);position:absolute;right:13px;top:8px;transition:transform .3s}.my-input-select>.input-container.active:after{transform:rotate(180deg)}.my-input-select>.select-options{background-color:#fff;border:1px solid #eaeff0;border-radius:8px;max-height:300px;overflow:auto;position:absolute;width:100%;z-index:1}.my-input-select>.select-options.small{font-size:12px;font-weight:500}.my-input-select>.select-options>.custom-select-option{padding:9px 13px}.my-input-select>.select-options>.custom-select-option.disabled{background-color:#eaeff0;filter:opacity(.5);pointer-events:none}.my-input-select>.select-options>.custom-select-option:hover{background-color:#00e09d}.filter-order-source-selection>.header{margin-right:2rem}@media only screen and (max-width:1200px){.filter-order-source-selection>.header{margin-right:0}}.filter-selection-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.filter-selection-header>.clear-button{font-size:14px;height:20px;min-height:unset}@media only screen and (max-width:1200px){.filter-selection-header>.clear-button,.filter-selection-header>.title{font-size:12px}}.vertical-scroll-container{overflow:auto}.vertical-scroll-container>.bottom-anchor-ref{bottom:0;position:absolute}.selections-list{display:grid;flex-direction:column;gap:.5rem;grid-template-columns:1fr;margin-right:2rem}.selections-list.two-columns{grid-template-columns:1fr 1fr}.selections-list .selection{padding:0 1rem}.selections-list .selection.green-background{background-color:#e5fff7}.selections-list .selection .selection-content{align-items:center;color:#2f3a54;display:flex;font-size:16px;font-weight:700;gap:1rem;height:40px}.selections-list .selection .selection-content>.start-adornment{color:#eaeff0;display:flex}.selections-list .selection .selection-content>.start-adornment.selected{color:#2b447e}.selections-list .border{margin-bottom:.75rem;margin-top:1rem}@media only screen and (max-width:1200px){.selections-list{margin-right:.25rem}}.filter-table-selection>.header{margin-right:2rem}@media only screen and (max-width:1200px){.filter-table-selection>.header{margin-right:0}}.filter-prep-area-selection>.header{margin-right:2rem}@media only screen and (max-width:1200px){.filter-prep-area-selection>.header{margin-right:0}}.stats-filters-selection-seciton>.stats-filter-selection-title{font-size:12px;font-weight:600;margin-bottom:1.5rem}.stats-filters-selection-seciton>.stats-filters-selections{box-sizing:border-box;display:flex;flex-direction:column;gap:12px;overflow:auto;padding-right:.25rem}.stats-filters-selection-seciton>.stats-filters-selections>.stats-filter-selection{align-items:center;background-color:#fff;border-radius:8px;color:#2b447e;cursor:pointer;display:flex;font-weight:700;gap:1rem;padding:.5rem 1.5rem;transition:color .3s,background-color .3s}.stats-filters-selection-seciton>.stats-filters-selections>.stats-filter-selection:last-child{margin-bottom:1rem}.stats-filters-selection-seciton>.stats-filters-selections>.stats-filter-selection>svg{color:#8ab6f8}.stats-filters-selection-seciton>.stats-filters-selections>.stats-filter-selection:hover:not(.selected){filter:brightness(.9)}.stats-filters-selection-seciton>.stats-filters-selections>.stats-filter-selection.selected{background-color:#8ab6f8;color:#fff}.stats-filters-selection-seciton>.stats-filters-selections>.stats-filter-selection.selected>svg{color:#fff}.stats-filters-popup-mobile{background-color:#f4fafc;height:100vh;position:relative;width:100vw}.stats-filters-popup-mobile>.stats-filters-popup-header{background-color:#2b447e;padding:1rem}.stats-filters-popup-mobile>.stats-filters-popup-header .chevron-right{color:#00e09d}.stats-filters-popup-mobile>.stats-filters-popup-subheader{margin:1rem 1rem 1.5rem}.stats-filters-popup-mobile>.stats-filter-popup-content{margin:0 1rem}.stats-filters-popup-mobile>.stats-filter-resolver-container{padding:1rem}.stats-filters-popup-mobile .footer-button>svg{color:#00e09d}.filters-with-add-button{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}@media(max-width:1200px){.filters-with-add-button{flex-wrap:nowrap}.filters-with-add-button>button{padding:.25rem .5rem}.filters-with-add-button>.scroll-container>.filters{display:flex;gap:.5rem}.filters-with-add-button>.scroll-container>.filters>.right-filter-padding{padding-right:.5rem}}.admin-service-stats-table{display:flex;flex-direction:column;height:100%;width:100%}.admin-service-stats-table .admin-service-stats-table-header{align-items:center;display:flex;justify-content:space-between;margin:1rem 0}.admin-service-stats-table>.admin-service-stats-scrollable-container{overflow:auto;width:100%}.admin-service-stats-table>.admin-service-stats-scrollable-container>.income-stats-table{display:grid;gap:.5rem 0;grid-template-columns:3fr 1fr 1fr;margin-top:1.5rem;padding-right:1.5rem}.admin-service-stats-table>.admin-service-stats-scrollable-container>.income-stats-table>.header{align-items:center;background-color:#f4fafc;border-bottom:2px solid #eaeff0;color:#2b447e;display:flex;font-size:12px;font-weight:500;gap:.25rem;padding:7px;position:sticky;top:0}.admin-service-stats-table>.admin-service-stats-scrollable-container>.income-stats-table .loading-wrapper{grid-column-end:4;grid-column-start:1}@media only screen and (max-width:1200px){.admin-service-stats-table>.admin-service-stats-scrollable-container{overflow:initial}.admin-service-stats-table>.admin-service-stats-scrollable-container>.income-stats-table{padding-right:0}}.admin-service-income-item{display:contents}.admin-service-income-item .item{border:2px solid #eaeff0;padding:7px}.admin-service-income-item .item:first-child{border-bottom-left-radius:8px;border-top-left-radius:8px}.admin-service-income-item .item:last-child{border-bottom-right-radius:8px;border-top-right-radius:8px}.admin-service-income-item .item:not(:first-child){border-left:unset}.admin-service-income-item .item:not(:last-child){border-right:unset}.admin-service-income-item .name{font-size:14px;font-weight:700;text-wrap:wrap}.admin-service-income-item .amount,.admin-service-income-item .quantity{align-items:center;color:#2b447e;display:flex;font-weight:700;text-align:left}.admin-service-income-item .quantity>svg{margin-right:.25rem}.sort-button{cursor:pointer}.sort-button:hover{filter:brightness(.9)}.sort-button:active{filter:brightness(.8)}.sort-button .active{color:#00e09d}.sort-button .default{color:#8ab6f8}.sort-button>.arrows{display:flex;flex-direction:column}.admin-service-cash-desk .cash-desk-header{align-items:center;display:flex;gap:1rem}.admin-service-cash-desk .cash-desk-header .tab-selector{font-size:14px;font-weight:700}.admin-service-cash-desk .cash-desk-header .create-receipt-button{flex-shrink:0;height:37px}.admin-service-cash-desk-tables{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(230px,230px));justify-content:center;margin-top:2rem;padding-bottom:2rem}.admin-service-cash-desk-service-card-container{width:231px}.admin-service-cash-desk-service-card-container .admin-service-cash-desk-service-card{cursor:pointer;position:relative}.admin-service-cash-desk-service-card-container .admin-service-cash-desk-service-card .icon-svg{color:#8ab6f8;position:absolute;right:0;top:0}.admin-service-cash-desk-service-card-container .admin-service-cash-desk-service-card .icon-svg.green{color:#00e09d}.admin-service-cash-desk-service-card-container .admin-service-cash-desk-service-card .service-name{color:#2b447e;font-size:20px;overflow:hidden;padding-right:40px;text-overflow:ellipsis;text-wrap:nowrap}.admin-service-cash-desk-service-card-container .admin-service-cash-desk-service-card .information{align-items:center;display:grid;gap:0 1rem;grid-template-columns:auto 1fr}.admin-service-cash-desk-service-card-container .admin-service-cash-desk-service-card .information .count-value>svg,.admin-service-cash-desk-service-card-container .admin-service-cash-desk-service-card .information .total-value>svg,.admin-service-cash-desk-service-card-container .admin-service-cash-desk-service-card .information .unpaid-value>svg{color:#8ab6f8;margin-right:.25rem}.admin-service-cash-desk-service-card-container .admin-service-cash-desk-service-card .information .count-value>.value,.admin-service-cash-desk-service-card-container .admin-service-cash-desk-service-card .information .total-value>.value,.admin-service-cash-desk-service-card-container .admin-service-cash-desk-service-card .information .unpaid-value>.value{font-size:16px;font-weight:700}.admin-service-cash-desk-service-card-container .admin-service-cash-desk-service-card .information>.title{color:rgba(43,68,126,.8);font-size:12px;font-weight:600}.admin-service-cash-desk-service-card-container .admin-service-cash-desk-service-card .information .count-value>.value{color:#2b447e}.admin-service-cash-desk-service-card-container .admin-service-cash-desk-service-card .information .unpaid-value>.value.active{color:#fd8686}.admin-service-cash-desk-service-card-container .admin-service-cash-desk-service-card .information .total-value>.value.active{color:#00e09d}.new-order-info{align-items:center;display:flex;gap:1rem;margin-top:.5rem}.new-order-info .dot{background-color:#f4fafc;border-radius:50%;height:13px;width:13px}.new-order-info .dot.red{background-color:#fd8686}.new-order-info>.title-container{flex-grow:1}.new-order-info>.title-container .title{height:20px;text-align:center}.admin-service-cash-desk-prep-areas{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem 0}.admin-service-cash-desk-prep-area-card .card-header{display:flex;justify-content:space-between}.admin-service-cash-desk-prep-area-card .card-header>.prep-area-name{color:#2b447e;font-size:20px}.admin-service-cash-desk-prep-area-card .card-header>.green-svg{color:#00e09d}.admin-service-cash-desk-prep-area-card .card-header>.cyan-svg{color:#8ab6f8}.admin-service-cash-desk-prep-area-card .card-info{align-items:flex-end;display:flex;gap:0 1.5rem;justify-content:space-between;margin-top:.5rem}.admin-service-cash-desk-prep-area-card .card-info>.counts{align-items:center;display:grid;gap:0 1rem;grid-template-columns:auto 1fr}.admin-service-cash-desk-prep-area-card .card-info>.counts>.title{color:rgba(43,68,126,.8);font-size:12px;font-weight:600}.admin-service-cash-desk-prep-area-card .card-info>.counts>.value>svg{color:#8ab6f8;margin-right:.5rem}.admin-service-cash-desk-prep-area-card .card-info>.counts>.value>.amount{color:#2b447e;font-size:16px;font-weight:700}.admin-service-cash-desk-prep-area-card .card-info>.new-order-info-container{flex-grow:1;max-width:280px}.admin-service-cash-desk-prep-area-modal,.admin-service-cash-desk-service-modal{border-radius:8px;height:90vh;overflow:hidden;position:relative}.admin-service-cash-desk-history{display:flex;margin:2rem 0 0}.admin-service-cash-desk-history .admin-service-cash-desk-history-date-wrapper{height:100%;margin-bottom:2rem;position:sticky;top:0}.admin-service-cash-desk-history .admin-service-cash-desk-history-date-wrapper>.admin-service-cash-desk-history-date-title{margin-bottom:1rem}.admin-service-cash-desk-history .admin-service-cash-desk-history-date-wrapper>.filter-date-selection{overflow:initial}.admin-service-cash-desk-history>.admin-service-cash-desk-history-tickets{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(230px,230px));height:fit-content;justify-content:center;margin-bottom:2rem;margin-left:1rem;width:100%}@media(max-width:768px){.admin-service-cash-desk-history{flex-direction:column}.admin-service-cash-desk-history>.admin-service-cash-desk-history-date-wrapper{height:auto;position:static}.admin-service-cash-desk-history>.admin-service-cash-desk-history-tickets{margin-left:0}}.history-ticket{background-color:#fff;border-radius:16px;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:1rem}.history-ticket.registered{background-color:#eaeff0}.history-ticket .history-ticket-first-row{align-items:flex-start;display:flex;justify-content:space-between}.history-ticket .history-ticket-first-row>h1{color:#2b447e}.history-ticket .history-ticket-first-row>.paper-icon{color:#00e09d}.history-ticket .history-ticket-first-row>.paper-icon.registered{color:#8ab6f8}.history-ticket .datetime-container{color:rgba(43,68,126,.8);font-size:12px;font-weight:600}.history-ticket .datetime-container>.datetime-divider{color:#8ab6f8}.history-ticket .table-name{align-items:center;display:flex;font-weight:700;gap:.25rem;margin:1rem 0}.history-ticket .table-name svg{color:#8ab6f8}.history-ticket .info{align-items:center;display:grid;grid-template-columns:65px auto}.history-ticket .info>.label{color:rgba(43,68,126,.8);font-size:12px;font-weight:600}.history-ticket .info>.value{color:#2b447e;font-weight:700}.history-ticket .info>.value svg{color:#8ab6f8;height:12px;width:12px}.history-ticket-popup{border-radius:8px;height:90vh;overflow:hidden;position:relative}.history-ticket-popup-with-invoicing .history-ticket-popup-with-invoicing-content{display:grid;grid-template-columns:1fr 2fr}.history-ticket-popup-with-invoicing .history-ticket-popup-with-invoicing-content .document-container{background-color:#fff;display:flex;flex-direction:column;gap:1.5rem;overflow:auto;padding:3rem 2rem 3rem 3rem}.history-ticket-popup-with-invoicing .history-ticket-popup-with-invoicing-content .document-container .document-separator{background-color:rgba(138,182,248,.4);min-height:2px;width:100%}.history-ticket-popup-with-invoicing .bottom-anchor{bottom:0;position:absolute}.history-ticket-popup-header{background-color:#fff;box-shadow:0 4px 60px rgba(0,0,0,.08);display:flex;justify-content:space-between;position:relative}.history-ticket-popup-header>.history-ticket-header-left-side{align-items:center;display:flex;gap:2rem}.history-ticket-popup-header>.history-ticket-header-left-side>.ticket-label{align-items:center;background-color:#e5fff7;display:flex;gap:1rem;padding:1.5rem;text-align:center}.history-ticket-popup-header>.history-ticket-header-left-side>.ticket-label>h3{color:#2b447e;font-size:28px;font-weight:900}.history-ticket-popup-header>.history-ticket-header-left-side>.item-count-price{align-items:center;display:flex;gap:.5rem}.history-ticket-popup-header>.history-ticket-header-left-side>.item-count-price>svg{color:#8ab6f8}.history-ticket-popup-header>.history-ticket-header-left-side>.item-count-price>h3{font-size:20px;font-weight:700}.history-ticket-popup-header>.history-ticket-header-right-side{align-items:center;display:flex;gap:2rem}.history-ticket-popup-header>.history-ticket-header-right-side .history-ticket-datetime-container{display:flex;font-size:20px;font-weight:700;gap:.25rem}.history-ticket-popup-header>.history-ticket-header-right-side .history-ticket-datetime-container>.separator{color:#8ab6f8}.history-ticket-popup-header>.history-ticket-header-right-side .close-button{margin-right:1.5rem}.history-ticket-popup-header>.history-ticket-header-right-side .close-button svg{color:#fd8686}.document-content .document-title-container{margin-bottom:1.5rem}.document-content .document-title-container .document-title{color:#2b447e}.document-content .document-row{align-items:center;display:flex;gap:.25rem}.document-content .document-row .document-row-label{color:rgba(43,68,126,.8);font-size:12px;font-weight:600}.document-content .document-row .document-row-value{color:#2b447e;font-size:14px;font-weight:700}.document-content .document-row .document-row-value .document-row-value-separator{color:#8ab6f8}.document-content .document-buttons{display:flex;gap:1rem;margin-top:1.5rem}.document-content .document-buttons .print-button{height:44px}.document-content .document-buttons .print-button svg{color:#00e09d}.document-content .document-buttons .cancel-button{height:44px}.document-content .document-buttons .cancel-button svg{color:#fd8686}.document-items{display:flex;flex-direction:column;overflow:auto}.document-items .document-items-title{color:rgba(43,68,126,.8);font-size:12px;font-weight:600;padding-bottom:1.5rem}.document-items .document-items-list{display:flex;flex-direction:column;gap:1.5rem;height:100%;overflow:auto;padding-right:1.5rem}.cash-register-section-item{align-items:center;background-color:#fff;border:1px solid #eaeff0;border-radius:16px;box-sizing:border-box;display:flex;justify-content:space-between;min-height:114px;padding:1rem}.cash-register-section-item .section-vat{color:#2b447e;font-weight:600}.cash-register-section-item .section-amount{font-size:14px;font-weight:700}.documents-section{padding:1.5rem}.documents-section .documents-section-title{color:rgba(43,68,126,.8);font-size:12px;font-weight:600;padding-bottom:1.5rem}.documents-section .invoice-list{display:flex;flex-direction:column;gap:1rem;overflow:auto;padding-right:1.5rem}.documents-section .invoice-list .invoice-item{align-items:center;color:#2b447e;display:flex;gap:1rem;padding:12px}.documents-section .invoice-list .invoice-item .paper-svg{height:26px;width:24px}.documents-section .invoice-list .invoice-item .invoice-info{display:flex;flex-direction:column;flex-grow:1}.documents-section .invoice-list .invoice-item .invoice-info .invoice-info-first-row{align-items:center;display:flex;justify-content:space-between}.documents-section .invoice-list .invoice-item .invoice-info .invoice-info-first-row .invoice-number{align-items:center;display:flex;font-size:14px;font-weight:700;gap:.25rem}.documents-section .invoice-list .invoice-item .invoice-info .invoice-info-first-row .invoice-number .invoice-number-separator{color:#8ab6f8}.documents-section .invoice-list .invoice-item .invoice-info .invoice-info-first-row .invoice-amout{font-size:12px;font-weight:600}.documents-section .invoice-list .invoice-item .invoice-info .invoice-type{color:#2f3a54;font-size:12px;font-weight:600}.documents-section .invoice-list .invoice-item .invoice-info .invoice-date{color:rgba(43,68,126,.8);font-size:12px;font-weight:600}.documents-section .invoice-list .invoice-item .invoice-info .invoice-date .invoice-date-separator{color:#8ab6f8}.documents-section .invoice-list .invoice-item.cancelled .invoice-info-first-row{color:#fd8686}.history-ticket-popup-without-invoicing .history-ticket-list{box-sizing:border-box;display:flex;flex-direction:column;gap:1rem;overflow:auto;padding:1rem 2rem 2rem}.history-ticket-popup-without-invoicing .history-ticket-popup-footer{background-color:#fff;bottom:0;box-shadow:0 -4px 60px rgba(0,0,0,.08);box-sizing:border-box;display:flex;justify-content:space-between;padding:1rem;position:absolute;width:100%}.admin-service-cash-desk-take-aways{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(230px,230px));justify-content:center;margin-top:2rem;padding-bottom:2rem}.take-away-add-card{display:flex;flex-direction:column;height:161px;justify-content:space-between}.take-away-add-card>.top-part-container{color:#fff;font-size:18px;font-weight:700}.take-away-add-card>.bottom-part-container{display:flex;justify-content:space-between}.take-away-add-card>.bottom-part-container>svg{color:#fff}.admin-service-cash-desk-register-modal{background-color:#f4fafc;border-radius:8px;display:flex;flex-direction:column;height:90dvh;overflow:hidden;position:relative}.cash-desk-register-header{background-color:#fff;justify-content:space-between}.cash-desk-register-header,.cash-desk-register-header .header-left-section{align-items:center;display:flex}.cash-desk-register-header .header-left-section .title-container{background-color:#e5fff7;color:#2b447e;padding:1rem}.cash-desk-register-header .header-left-section .info-container{display:flex;gap:2rem;padding:0 2rem}.cash-desk-register-header .header-right-section{padding:0 1rem}.cash-desk-register-header .header-right-section svg{color:#fd8686}.cash-register-panel-container{padding:0 2rem}.cash-register-panel-container .cash-desk-register-panel{align-items:center;display:flex;gap:80px}.cash-register-panel-container .cash-desk-register-panel>div:first-child{flex:3}.cash-register-panel-container .cash-desk-register-panel>div:nth-child(2){flex:2}.cash-register-panel-container .footer-close-button{width:fit-content!important}.cash-register-panel-container .footer-continue-button{margin-left:auto;width:fit-content!important}.cash-desk-register-amount-form{box-sizing:border-box;display:flex;flex-direction:column;gap:1.5rem;min-width:335px}.cash-desk-register-amount-form .vat-category-with-product-type{display:flex;gap:1.5rem}.cash-desk-register-amount-form .vat-category-with-product-type>div{width:100%}.cash-desk-register-amount-form .add-section-button svg{height:16px;width:16px}.cash-desk-register-summary{background-color:#fff;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;margin-top:35px;min-width:412px;padding:1.5rem}.cash-desk-register-summary .scrollable-section{display:flex;flex-direction:column;gap:.5rem;overflow:auto;padding-right:1rem}.cash-desk-register-summary .scrollable-section h6{color:#2b447e;font-size:12px;font-weight:600}.cash-desk-register-summary .amounts-section{display:flex;flex-direction:column;margin-top:3rem}.cash-desk-register-summary .amounts-section .total-section{align-items:center;border-top:1px solid #eaeff0;display:flex;font-weight:700;justify-content:space-between;margin-bottom:.25rem;padding-top:.25rem}.cash-desk-register-summary .amounts-section .total-section .total-label{font-size:16px}.cash-desk-register-summary .amounts-section .total-section .total-amount{font-size:20px}.cash-desk-register-summary .amounts-section .net-section,.cash-desk-register-summary .amounts-section .vat-section{align-items:center;display:flex;justify-content:space-between}.cash-desk-register-summary .amounts-section .net-section .net-label,.cash-desk-register-summary .amounts-section .net-section .vat-label,.cash-desk-register-summary .amounts-section .vat-section .net-label,.cash-desk-register-summary .amounts-section .vat-section .vat-label{font-size:12px;font-weight:600}.cash-desk-register-summary .amounts-section .net-section .net-amount,.cash-desk-register-summary .amounts-section .net-section .vat-amount,.cash-desk-register-summary .amounts-section .vat-section .net-amount,.cash-desk-register-summary .amounts-section .vat-section .vat-amount{font-size:14px;font-weight:700}.cash-desk-register-summary-entry{align-items:center;display:flex;justify-content:space-between;width:100%}.cash-desk-register-summary-entry .left-section .title{font-weight:700}.cash-desk-register-summary-entry .right-section{align-items:center;display:flex;gap:.5rem}.cash-desk-register-summary-entry .right-section .amount{font-size:20px;font-weight:700}.cash-desk-register-summary-entry .right-section .delete-button{color:#fd8686}.cash-desk-register-select-source{background-color:#f4fafc;display:flex;gap:2rem;padding:0 2rem}.cash-desk-register-select-source .cash-desk-register-select-source-item-container{box-sizing:border-box;flex-grow:1;margin:2rem 0;max-height:500px}.cash-desk-register-select-source .cash-desk-register-select-source-item-container .cash-desk-register-select-source-item-card{height:100%}.cash-desk-register-select-source .cash-desk-register-select-source-item-container .cash-desk-register-select-source-item{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-around}.cash-desk-register-select-source .cash-desk-register-select-source-item-container .cash-desk-register-select-source-item .source-image{color:#8ab6f8}.cash-desk-register-select-source .cash-desk-register-select-source-item-container .cash-desk-register-select-source-item .source-label{color:#2b447e}.cash-desk-register-select-source .footer{height:60px}.admin-service-invoicing-settings .icon-with-toggle-section{align-items:center;display:flex;gap:.5rem;margin-bottom:1.5rem}.admin-service-invoicing-settings .icon-with-toggle-section .icon-with-toggle-icon{color:#8ab6f8}.admin-service-invoicing-settings .icon-with-toggle-section .icon-with-toggle-text{font-size:14px;font-weight:300;padding-bottom:.25rem}.admin-service-invoicing-settings .terminals-section{grid-column:span 2}.admin-service-invoicing-settings .terminals-section .terminals-title.has-error{color:red}.admin-service-invoicing-settings .terminals-section .error-message{color:red;font-size:12px;font-weight:300}.admin-service-invoicing-settings .terminals-section .terminals-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.admin-service-invoicing-settings .terminals-section .terminal-add-button{margin-top:1.5rem;max-width:800px;width:100%}.admin-service-invoicing-pos-info-with-error-container .admin-service-invoicing-pos-info-container{align-items:center;border:2px solid #eaeff0;border-radius:8px;box-sizing:border-box;display:flex;gap:1rem;max-width:800px;padding:.5rem 1rem}.admin-service-invoicing-pos-info-with-error-container .admin-service-invoicing-pos-info-container.has-error{border:1px solid red}.admin-service-invoicing-pos-info-with-error-container .admin-service-invoicing-pos-info-container .pos-input{border:none;flex-grow:1;font-size:16px;font-weight:700;outline:none}.admin-service-invoicing-pos-info-with-error-container .admin-service-invoicing-pos-info-container .admin-service-invoicing-pos-info{display:flex;flex-direction:column;width:100%}.admin-service-invoicing-pos-info-with-error-container .admin-service-invoicing-pos-info-container .admin-service-invoicing-pos-info .friendly-name-container{align-items:center;border-bottom:2px solid #eaeff0;display:flex;font-size:14px;font-weight:600;padding-bottom:.5rem}.admin-service-invoicing-pos-info-with-error-container .admin-service-invoicing-pos-info-container .admin-service-invoicing-pos-info .tid-container{border-bottom:2px solid #eaeff0;display:flex;padding:.5rem 0;width:100%}.admin-service-invoicing-pos-info-with-error-container .admin-service-invoicing-pos-info-container .admin-service-invoicing-pos-info .tid-container .tid{align-items:center;display:flex;flex:1;font-size:14px;font-weight:600}.admin-service-invoicing-pos-info-with-error-container .admin-service-invoicing-pos-info-container .admin-service-invoicing-pos-info .authorization-code-mid-container{align-items:center;border-bottom:2px solid #eaeff0;display:flex;padding:.5rem 0}.admin-service-invoicing-pos-info-with-error-container .admin-service-invoicing-pos-info-container .admin-service-invoicing-pos-info .authorization-code-mid-container .authorization-code,.admin-service-invoicing-pos-info-with-error-container .admin-service-invoicing-pos-info-container .admin-service-invoicing-pos-info .authorization-code-mid-container .mid{align-items:center;display:flex;flex:1;font-size:14px;font-weight:600}.admin-service-invoicing-pos-info-with-error-container .admin-service-invoicing-pos-info-container .admin-service-invoicing-pos-info .pos-type-container{align-items:center;display:flex;font-size:14px;font-weight:600;justify-content:space-between;padding-top:.5rem;width:100%}.admin-service-invoicing-pos-info-with-error-container .admin-service-invoicing-pos-info-container .admin-service-invoicing-pos-info .pos-type-container .pos-type-select{min-width:180px}.admin-service-invoicing-pos-info-with-error-container .admin-service-invoicing-pos-info-container .delete-icon{color:#fd8686}.admin-service-invoicing-pos-info-with-error-container .error-message{color:red;font-size:12px;font-weight:300}.website-page-container{margin:auto;max-width:1210px;min-height:calc(100vh - 323px - 3rem);padding:0 1rem 3rem}.website-page-container>h3{padding:3rem 0}.website-page-container h3{color:#2b447e}@media only screen and (max-width:1024px){.website-page-container{min-height:calc(100vh - 645px - 3rem)}}.legal-information{background-color:#fff;border-radius:16px;box-sizing:border-box;max-width:340px;padding:1.5rem}.legal-information>.back-button{cursor:pointer}.legal-information .title{margin:.5rem 0 2rem;text-align:center;text-decoration:underline}.legal-information .content{max-height:60vh;overflow-y:scroll;padding:0 1.5rem}.legal-information .content>.content-title{text-decoration:underline}.legal-information .content .link{display:inline}.legal-information .content ol{padding-left:20px}.legal-information .content a{overflow-wrap:"break-word"}.my-link{color:#2f3a54;cursor:pointer;text-decoration:underline}.my-link:hover{color:#00e09d}.contact-us>.contact-us-flex{align-items:center;display:flex;gap:3rem;justify-content:space-between;padding-bottom:1rem;padding-top:3rem;width:100%}.contact-us>.contact-us-flex>.contact-us-form{flex-basis:70%}.contact-us>.contact-us-flex>.contact-us-form>.text{max-width:390px}.contact-us>.contact-us-flex>.contact-us-form>.form-inputs{display:grid;gap:1rem 3rem;grid-template-columns:1fr 1fr;margin-top:3rem}.contact-us>.contact-us-flex>.contact-us-form>.submit-button{margin-top:2rem}@media only screen and (max-width:1024px){.contact-us>.contact-us-flex{flex-direction:column-reverse}.contact-us>.contact-us-flex>.contact-us-form h3,.contact-us>.contact-us-flex>.contact-us-form h4{margin:auto;text-align:center}.contact-us>.contact-us-flex>.contact-us-form>.form-inputs{gap:.5rem;grid-template-columns:1fr}.contact-us>.contact-us-flex>.contact-us-form>.submit-button{width:100%}.contact-us>.contact-us-flex>.contact-us-icon>img{height:110px}}.faq-page-container>h3{padding:3rem 0 2rem}.faq-page-container>.faq-items{display:flex;flex-direction:column;gap:1rem}.faq-accordion-container .faq-accordion{background-color:#f4fafc;border-radius:16px;padding:1rem}.faq-accordion-container .faq-accordion .faq-accordion-header{font-weight:700;margin:.5rem;transition:font-size .3s linear}.faq-accordion-container .faq-accordion .faq-accordion-header.open{font-size:24px}.faq-accordion-container .faq-accordion-content{margin:.5rem}.faq-accordion-container .faq-accordion-content ul{list-style:revert;margin:revert;padding:revert}.for-retailers-page{margin:auto;max-width:1210px;padding-top:4.5rem}.for-retailers-page .light-text{color:#2b447e}.for-retailers-page ul{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.for-retailers-page ul>li{align-items:center;display:flex;font-weight:700;gap:1rem}.for-retailers-page ul>li:before{background-image:url(../content/svg/checkmark.d92991208205b52949a8.svg);content:"";display:inline-flex;flex-shrink:0;height:28px;width:28px}.for-retailers-page>.yellow-background{background-color:#fff8e5;border-radius:20px}.for-retailers-page>.nfc-cube-section{padding:3rem 3rem 3rem 0}.for-retailers-page>.contact-us{align-items:flex-end;display:flex;gap:1.5rem;margin-bottom:110px;padding:3rem 3rem 0}.for-retailers-page>.contact-us>.contact-us-text{padding-bottom:3rem}.for-retailers-page .cards-section{display:flex;gap:2rem;margin-bottom:110px}.for-retailers-page .cards-section>.card-container{background-color:#f4fafc;border-radius:20px;display:flex;flex-basis:50%;flex-direction:column;height:600px;justify-content:space-between;padding:3rem}.for-retailers-page .cards-section>.card-container>img{width:100%}.for-retailers-page .join-coquo{margin-bottom:110px;max-width:650px}@media only screen and (max-width:1200px){.for-retailers-page{padding:0 20px}.for-retailers-page .contact-us,.for-retailers-page .join-coquo,.for-retailers-page>.cards-section{margin-bottom:55px}}@media only screen and (max-width:1024px){.for-retailers-page{padding:0}.for-retailers-page>.contact-us,.for-retailers-page>.nfc-cube-section{padding:40px 40px 0}.for-retailers-page>.cards-section{flex-direction:column}.for-retailers-page>.cards-section>.card-container{border-radius:0}.for-retailers-page>.cards-section>.card-container:first-child>img{margin:80px 0 40px;max-width:464px}.for-retailers-page>.cards-section>.card-container:nth-child(2)>img{margin:80px 0 40px;max-width:600px}.for-retailers-page>.yellow-background{border-radius:0}.for-retailers-page>.join-coquo{padding:0 40px}}@media only screen and (max-width:768px){.for-retailers-page{padding:0}.for-retailers-page>.cards-section>.card-container,.for-retailers-page>.nfc-cube-section{padding:20px}.for-retailers-page>.cards-section>.card-container>img{margin:20px 0 0!important}.for-retailers-page>.contact-us{align-items:center;flex-direction:column;padding:20px 20px 0}.for-retailers-page>.contact-us>.contact-us-text{padding-bottom:0}.for-retailers-page>.contact-us>img{max-width:100%}.for-retailers-page>.join-coquo{padding:0 20px}}.for-retailers-website-section{align-items:center;display:grid;gap:0 4.5rem;grid-template-columns:1fr 1fr;margin-bottom:110px}.for-retailers-website-section>img{width:100%}.for-retailers-website-section>:first-child{grid-row-end:3;grid-row-start:1}.for-retailers-website-section.image-on-right>:first-child{grid-column-start:2}.for-retailers-website-section>:nth-child(2){align-self:flex-end;width:100%}.for-retailers-website-section>:nth-child(3){align-self:flex-start}@media only screen and (max-width:1200px){.for-retailers-website-section{margin-bottom:55px}}@media only screen and (max-width:1024px){.for-retailers-website-section{grid-template-columns:1fr;justify-items:center;padding-left:40px;padding-right:40px}.for-retailers-website-section>:first-child{grid-column-start:unset!important;grid-row-end:3;grid-row-start:2;max-width:100%}.for-retailers-website-section>:nth-child(2){margin-bottom:1.5rem}}@media only screen and (max-width:768px){.for-retailers-website-section{padding-left:20px;padding-right:20px}}.business-login-redirect{background-color:#fff;border-radius:16px;position:relative;width:100%}.business-login-redirect>.x-sign{cursor:pointer;position:absolute;right:15px;top:15px}.business-login-redirect>.content{padding:3rem 3rem 4.5rem;text-align:center}@media only screen and (max-width:480px){.business-login-redirect>.content{padding:1.5rem 1.5rem 2rem}}.business-login-redirect>.content>.text{font-weight:700;margin:3rem 0;max-width:268px}.business-login-redirect>.content>.redirect-buttons{display:flex;flex-direction:column;gap:1rem}.business-login-redirect>.content>.redirect-buttons>button{height:59px;width:268px}.header-admin-authenticated-wrapper{background-color:#f4fafc;padding:1rem}.header-admin-authenticated-wrapper>.header-admin-authenticated{align-items:center;background-color:#2b447e;border-radius:8px;display:flex;justify-content:space-between;padding:1.5rem}.header-admin-authenticated-wrapper>.header-admin-authenticated>.mobile{display:none}@media only screen and (max-width:1024px){.header-admin-authenticated-wrapper>.header-admin-authenticated>.mobile{color:#fff;display:flex;gap:.5rem;min-width:200px}.header-admin-authenticated-wrapper>.header-admin-authenticated>.mobile>h3{font-size:18px}.header-admin-authenticated-wrapper>.header-admin-authenticated>.account-info-container{display:flex;justify-content:flex-end;min-width:200px}}@media only screen and (max-width:855px){.header-admin-authenticated-wrapper>.header-admin-authenticated>.mobile{display:none}.header-admin-authenticated-wrapper>.header-admin-authenticated>.account-info-container{min-width:auto}}@media only screen and (max-width:650px){.header-admin-authenticated-wrapper>.header-admin-authenticated>.desktop{display:none}.header-admin-authenticated-wrapper>.header-admin-authenticated>.mobile{display:flex}}.my-dropdown-container{color:#2b447e;cursor:pointer;position:relative}.my-dropdown-container>.my-dropdown-title-container{align-items:center;display:flex;gap:10px}.my-dropdown-container>.my-dropdown-title-container.white{color:#fff}.my-dropdown-container>.my-dropdown-title-container>.my-dropdown-first-letter{align-items:center;background-color:#e5fff7;border:1px solid #00e09d;border-radius:50%;color:#00e09d;display:flex;font-size:20px;font-weight:700;height:54px;justify-content:center;width:54px}.my-dropdown-container>.my-dropdown-title-container>.my-dropdown-first-letter.waiter{height:42px;width:42px}.my-dropdown-container>.my-dropdown-title-container>.my-dropdown-title{font-weight:700}.my-dropdown-container>.my-dropdown-title-container>.my-dropdown-arrow{font-size:16px!important;transition:all .5s ease}.my-dropdown-container .my-dropdown-arrow-reversed{font-size:16px!important;transform:rotateX(180deg);transition:all .5s ease}.my-dropdown-options-user{border-radius:4px;box-shadow:0 5px 15px rgba(0,0,0,.35);padding-left:0;position:absolute;right:0;top:51px;z-index:2}.my-dropdown-selected-text{color:#2f3a54;display:inline;font-size:14px;padding-right:10px;z-index:1}.my-dropdown-selected-text>span:first-child{background-color:#e5efff;border-radius:5px;font-size:22px;padding-left:10px}.my-dropdown-option{padding:0 37px}.my-dropdown-option,.my-dropdown-option-messages{background:#fff;cursor:pointer;display:flex;font-size:16px;height:36px;line-height:35px;list-style-type:none}.my-dropdown-option-messages{color:#2f3a54;padding-left:30px;padding-right:10px}.my-dropdown-options>:last-child,.my-dropdown-options>:nth-last-child(2){border-top:1px solid #e0e0e0}.my-dropdown-option:hover{background-color:#e5fff7;color:#20c5bf}.authorised-user{display:inline;font-size:18px}.unread-messages{background-color:#00e09d;border-radius:50%;height:11px;margin-left:-10px;margin-right:5px;margin-top:13px;width:11px}.selection-button{align-items:center;background-color:#fff;border-radius:8px;color:#2b447e;cursor:pointer;display:flex;justify-content:center;min-width:123px;padding:1rem;position:relative;transition:background-color .3s ease-in-out,color .3s ease-in-out}.selection-button.selected{background-color:#8bb7f9;color:#fff}.selection-button.small{min-width:39px}.selection-button>.notification-dot{background-color:#fd8686;border-radius:50%;height:13px;position:absolute;right:.5rem;top:.5rem;width:13px}.selection-button>.svg{color:#8bb7f9;display:flex;transition:color .3s ease-in-out}.selection-button>.svg.selected{color:#fff}.header-unauthenticated{display:flex}.waiter-login-page-container .waiter-login-page-title{background-color:#2b447e;color:#fff;font-size:24px;font-weight:700;margin-top:1rem;padding:2rem 1.5rem}.waiter-login-page-container .login-section{align-items:center;display:flex;height:calc(100vh - 70px);justify-content:center}.user-login-popup{background-color:#fff;border-radius:20px;box-sizing:border-box;max-width:390px;padding:2rem;position:relative;text-align:center}.user-login-popup>.user-login-popup-language-button{left:-16px;margin-bottom:1rem;min-width:160px;position:relative;top:-16px}.user-login-popup .logo{height:38px}.user-login-popup .avatar{height:99px}.user-login-popup .connect-to-order{font-weight:400;margin:1rem 20px}.user-login-popup .less-than-a-minute{font-weight:300;margin-bottom:2rem}.user-login-popup .title{color:#2f3a54;font-weight:700;padding:28px 0 8px}.user-login-popup .login-input{padding:14px 29px 0}.user-login-popup .error{color:red;font-size:14px;font-weight:400;margin:.25rem auto auto;max-width:200px;padding-left:.25rem;text-align:left;visibility:hidden}.user-login-popup .error.show-error{visibility:visible}.user-login-popup .logins{display:flex;flex-direction:column;gap:10px;padding-top:.5rem}.user-login-popup .accept-terms-section{align-items:center;display:flex;font-size:12px;font-weight:300;gap:1rem;justify-content:space-between;margin-top:2rem;text-align:center}.user-login-popup .accept-terms-section .link{font-weight:700}.user-login-popup .forgot-password{padding:12px 0 70px}.user-login-popup .new-user{background-color:#f4fafc;border-radius:20px;margin-top:40px;padding:16px}.user-login-popup .new-user>div:first-child{margin-bottom:10px}.user-login-popup>.accept-terms{align-items:center;display:flex;gap:10px;padding:40px 29px}.user-login-popup>.accept-terms>.text{color:#2f3a54;font-size:14px;font-weight:500;line-height:25px;text-align:left}.user-login-popup>.accept-terms>.text>a{cursor:pointer;font-weight:400;text-decoration:underline}.admin-login-page-container{background-color:#f4fafc;height:100vh;overflow-y:scroll;position:absolute;width:100vw;z-index:1}.admin-login-page-container .admin-login-page-title{background-color:#2b447e;border-radius:8px;color:#fff;font-size:24px;font-weight:700;margin-top:1rem;padding:2rem 1.5rem}.admin-login-page-container .login-section{align-items:center;display:flex;height:80%;justify-content:center}.google-button{align-items:center;background-color:#fff;border:2px solid #00e09d;border-radius:100px;color:#707070;display:flex;height:59px;justify-content:space-between;width:100%}.google-button>.continue-text{color:#2f3a54;font-weight:400}.google-button>.continue-text>.google-text{font-weight:700}.google-button>svg{height:28px}.google-button:hover:not(:disabled){background-color:#ebebeb}.facebook-button{align-items:center;background-color:#fff;border:2px solid #00e09d;border-radius:100px;color:#fff;display:flex;height:59px;justify-content:space-between;width:100%}.facebook-button>.continue-text{color:#2f3a54;font-weight:400}.facebook-button>.continue-text>.facebook-text{font-weight:700}.facebook-button>img{height:28px}.facebook-button:hover:not(:disabled){background-color:#ebebeb}.prep-login-page-container{background-color:#f4fafc}.prep-login-page-container .prep-login-page-title-container{background-color:#2b447e;color:#fff;font-size:24px;font-weight:700;padding:0 1.5rem}.prep-login-page-container .prep-login-page-title-container>.prep-login-page-title{align-items:center;line-height:66px;margin:auto;max-width:1366px}.prep-login-page-container .login-section{align-items:center;display:flex;height:calc(100vh - 66px);justify-content:center}.header-website-container{border-bottom:1px solid #eaeff0;width:100%}.header-website-container>.header-website{align-items:center;display:flex;justify-content:space-between;margin:auto;max-width:1366px;position:relative}.header-website-container>.header-website img{display:flex}.header-website-container>.header-website .logo-image{display:flex;height:32px;padding:1.5rem 1rem}.header-website-container>.header-website .burger-menu-icon{background-color:#2b447e;height:23px;-webkit-mask:url(../content/svg/burger-menu.2a62a872cd2183f0b001.svg) no-repeat center;mask:url(../content/svg/burger-menu.2a62a872cd2183f0b001.svg) no-repeat center;width:18px}.header-website-container>.header-website .burger-menu-icon:hover{background-color:#00e09d}.header-website-container>.header-website>.burger-menu-content{background-color:#f4fafc;box-shadow:0 2px 5px -1px rgba(50,50,93,.25),0 1px 3px -1px rgba(0,0,0,.3);box-sizing:border-box;justify-content:center;padding:.5rem 0;position:absolute;top:80px;transition:opacity .1s linear;width:100%;z-index:1}.header-website-container>.header-website>.burger-menu-content.hidden{opacity:0;pointer-events:none}.header-website-container>.header-website>.burger-menu-content>div>button{font-weight:500}@media(max-width:768px){.header-website-container>.header-website>.burger-menu-content{padding:2rem 1rem}.header-website-container>.header-website>.burger-menu-content>.header-links{align-items:flex-start;flex-direction:column;gap:1rem}.header-website-container>.header-website>.burger-menu-content>.header-links>button{height:unset}.header-website-container>.header-website .contact-button{display:none}}@media(max-width:480px){.header-website-container>.header-website .have-shop-button{display:none}}.website-links{display:flex;gap:2rem;justify-content:center}.header-authenticated{align-items:center;display:flex;justify-content:space-between}.header-customer-expanded-container{background-color:#fff;left:0;overflow:hidden;position:fixed;transform:scaleY(0);transform-origin:top;transition:transform .1s linear;width:100%;z-index:100}.header-customer-expanded-container.is-expanded{transform:scaleY(1)}.header-customer-expanded-container .header-customer-expanded{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:space-between;margin:auto;padding-bottom:2rem;padding-top:2rem}.header-customer-expanded-container .header-customer-expanded>.legal-information-links{align-items:center;display:flex;flex-direction:column}.header-customer-expanded-container .header-customer-expanded>.header-action-buttons{align-items:center;display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem;max-width:200px;width:100%}.header-customer-expanded-container .header-customer-expanded>.header-action-buttons>.social-media-buttons{margin-top:1.5rem}@media only screen and (max-height:600px){.header-customer-expanded-container .header-customer-expanded>.coquo-icon{display:none}}.social-media{cursor:pointer;display:inline-flex;gap:15px;height:40px;justify-self:end}@media(max-width:get-breakpoint("lg")){.social-media{justify-self:center;order:1}}.footer-container{background-color:#f4fafc}.footer-container>.footer{box-sizing:border-box;display:flex;justify-content:center;margin:auto;max-width:1366px;padding:0 140px}.footer-container>.footer>div{width:100%}.footer-container>.footer>div>.footer-grid{align-items:center;background-color:#fff;border-radius:20px;display:grid;gap:.5rem 0;grid-template-columns:auto auto;justify-content:space-between;margin:34px 0;padding:34px}.footer-container>.footer>div>.footer-grid>.copyright{justify-self:end}.footer-container>.footer>div>.footer-grid>.footer-links-container{width:0}.footer-container>.footer>div>.footer-grid>.footer-links-container>.footer-links{gap:1rem;width:max-content}@media(max-width:1200px){.footer-container,.footer-container>.footer{padding:0 20px}}@media(max-width:1024px){.footer-container>.footer>div>.footer-grid{box-sizing:border-box;gap:1.5rem;grid-template-columns:auto;justify-content:center;margin-left:auto;margin-right:auto;max-width:517px}.footer-container>.footer>div>.footer-grid>.copyright{justify-self:center;order:2}.footer-container>.footer>div>.footer-grid>.footer-links-container{margin:1.5rem 0;width:unset}.footer-container>.footer>div>.footer-grid>.footer-links-container>.footer-links{flex-direction:column;gap:1.5rem;width:unset}.footer-container>.footer>div>.footer-grid>.footer-links-container>.footer-links>button{height:unset}}