.modal-mask[data-v-865f944f]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#180d52a3;z-index:999;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.modal-wrapper[data-v-865f944f]{max-width:95%;overflow:auto;margin:1rem;box-sizing:border-box;background:#ffffff;box-shadow:0 20px 40px #0006;border-radius:1em;padding:1em}.modal-header[data-v-865f944f]{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:1em;font-size:2em;font-weight:700}.modal-close-button[data-v-865f944f]{width:100%;display:flex;justify-content:center;font-size:24px;padding:0;font-weight:700;color:#000;border:8px solid transparent;cursor:pointer;max-width:30px;background-color:#040a1b09}.modal-close-button[data-v-865f944f]:hover{background-color:#040a1b0d}.modal-footer[data-v-865f944f]{display:flex;margin-top:10px;justify-content:flex-end}#keypad{position:fixed;inset:0;z-index:5;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:7vh;background:url(/terminal/assets/board-background-bc48af4a.png) no-repeat;background-size:100% 100%}#keypad .close{width:1em;height:1em;margin-left:-1.3em}#keypad>ul{display:flex;gap:2em}#keypad>ul li{color:#aaa}#keypad.login{background:transparent}#keypad.login li{color:#ac9ae8}#keypad>.isLoading:before{border-radius:24px}#keypad .lock-icon{margin-top:.9em;filter:invert(1) sepia(1) saturate(5) hue-rotate(175deg)}.keypad__logo{margin-bottom:64px;text-align:center}.keypad__content{width:100%;max-width:632px;display:flex;flex-direction:column;justify-content:center;min-height:444px;box-sizing:border-box;background:#ffffff;box-shadow:0 20px 40px #0006;border-radius:24px;padding:40px}.keypad__content__title{margin-bottom:34px}.keypad__content__title h3{margin:0;text-align:center;font-weight:500;font-size:32px;line-height:140%;color:#232323}.keypad__content__pins{display:flex;justify-content:center;align-items:center;gap:12px;margin-bottom:20px;min-height:30px}.keypad__content__pins .pins__digit{display:inline-block;width:16px;height:16px;border-radius:50%;background-color:#d6e4ff;text-align:center;font-size:16px;line-height:20px;transition:width .2s ease}.keypad__content__pins .pins__digit--active{background-color:#71a1ff;color:#71a1ff}.keypad__content .isDisable{user-select:none;pointer-events:none;opacity:.5}.keypad__content__numbers{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;max-width:300px;margin:0 auto;transition:opacity .2s ease-in-out}.keypad__content__numbers div{position:relative;display:flex;justify-content:center;align-items:center;font-size:30px;width:76px;height:76px;margin:auto;border-radius:50%;cursor:pointer}.keypad__content__numbers div span{user-select:none;font-weight:300;font-size:32px;color:#424855}.keypad__content__numbers div:last-child{opacity:.3}.keypad__content__numbers div:active{background:rgba(51,120,255,.3)}.keypad__content__numbers div:after{content:"";position:absolute;z-index:-1;padding:.85em .75em;display:block;border-radius:50%;line-height:8.34em;transform:scale(1.2);transition:all .2s ease}.keypad__content__numbers div:hover:after{transform:scale(1.7,1.5);transition:all .2s ease-out;background:rgba(51,120,255,.1);z-index:1}.keypad__content .keypad__content__pins:has(.pins__digit--active) .pins__digit--active{box-shadow:0 0 0 3px #71a1ff}.keypad__content .keypad__content__pins:has(.pins__digit--active) .pins__digit{width:14px;height:14px}.keypad__content .isCleared .pins__digit{width:14px;height:14px;background:rgba(226,70,69,.8);transition:.2s}.keypad__content .isSuccess{user-select:none;pointer-events:none}.keypad__content .isSuccess .pins__digit{background-color:#5dd449;box-shadow:0 0 0 3px #5dd449}@media only screen and (max-height: 840px){.keypad__content{max-width:570px;padding:10px 40px}.keypad__content h3{font-size:24px}.keypad__content__numbers div{height:67px}.keypad__content__numbers div span{font-size:28px}.keypad__content__title{margin-bottom:10px}}:root{--element-border-color: #9BBEFF}@font-face{font-family:Inter;src:url(/terminal/assets/Inter-Light-c44ff7a5.ttf) format("trueType");font-weight:300}@font-face{font-family:Inter;src:url(/terminal/assets/Inter-Regular-41ab0f70.ttf) format("truetype");font-weight:400}@font-face{font-family:Inter;src:url(/terminal/assets/Inter-Medium-10d48331.ttf) format("trueType");font-weight:500}@font-face{font-family:Inter;src:url(/terminal/assets/Inter-SemiBold-e8cbc2b8.ttf) format("trueType");font-weight:600}@font-face{font-family:Inter;src:url(/terminal/assets/Inter-Bold-790c108b.ttf) format("truetype");font-weight:700}@font-face{font-family:Inter;src:url(/terminal/assets/Inter-ExtraBold-4e2473b9.ttf) format("truetype");font-weight:800}#app{height:100vh}body{margin:0;padding:0;box-sizing:border-box;font-family:Inter;font-weight:400}*{user-select:none}ul{margin:0;padding:0}li{list-style-type:none}.small{font-size:.9em}.scrollable{overflow-y:auto;scrollbar-width:thin;scrollbar-color:#2E436C rgba(34,204,204,.8)}.scrollable::-webkit-scrollbar{width:4px}.scrollable::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.scrollable::-webkit-scrollbar-track{background:rgba(46,67,108,.1)}.btn__scrolltop{width:44px;height:44px;display:flex;align-items:center;justify-self:center;padding:10px;position:fixed;bottom:20px;right:25px;max-width:100%;border-radius:100%;border:none;background-color:#fff;box-shadow:4px 0 40px #0009;z-index:10;cursor:pointer}.btn__scrolltop img{transform:rotate(90deg)}.v-enter-active,.v-leave-active{transition:opacity .1s ease}.dialogBox{position:fixed;inset:0;background:rgba(123,97,255,.8);z-index:1000;font-size:.875rem}.dialogBox header{padding-bottom:1.4286em;font-size:1.7143em;font-weight:500;box-shadow:none}.dialogBox>div{padding:2.875em;background:white;min-width:460px;max-width:min(600px,70%);text-align:center;height:fit-content;margin:auto;z-index:1231212}.dialogBox>div .flex{gap:1.5em}.dialogBox input[type=text]{width:100%;height:48px;margin-top:.5em;padding:0 1em;border-color:#b4cbff}.dialogBox button{margin-top:1.7143em;padding:.9em;border-radius:8px;transition-property:background-color;transition-duration:.4s;border:none;background-color:#2a3ef0;color:#fff;font-size:16px;cursor:pointer}.dialogBox.input p{text-align:left}.isLoading{position:relative}.isLoading:before{content:"";display:block;position:absolute;z-index:10;inset:0;background:rgba(255,255,255,.9) no-repeat center center;background-size:40px 40px;background-image:url(/terminal/assets/loader-88b5a271.svg)}.lock-active{display:flex;flex-direction:column;justify-content:space-between;background-image:url(/terminal/assets/board-background-bc48af4a.png);background-repeat:no-repeat;background-size:100% 100%}button,.button,input[type=submit]{padding:.9em;border-radius:8px;transition-property:background-color;transition-duration:.4s;cursor:pointer}button.blue,.button.blue,input[type=submit].blue{color:#fff;background-color:#2a3ef0;border:none}button.blue:hover,.button.blue:hover,input[type=submit].blue:hover{background-color:#758bff}.cooking{color:#3e87dc}.served{color:#2c9930}.delay{color:#f63e3d}.draft{color:#424855}.bold{font-weight:500}.normal{font-weight:400}.avatar{width:108px;height:108px;max-width:100%;border-radius:100%}.avatar.small{width:4em;height:4em}input,select{padding:.5em;border:1px solid var(--element-border-color);border-radius:8px;box-sizing:border-box;background:white;font-size:1em}input[type=tel]{background-image:url(/terminal/assets/phone-685ec414.svg)}select{outline:none}textarea{padding:.5em .7em;border-radius:10px;border:1px solid var(--element-border-color);outline:none;font-size:15px}textarea::placeholder{opacity:.5;box-sizing:border-box}table{width:100%;border-collapse:collapse}tr{border-bottom:1px solid #e5e5e5}tr.group{font-weight:700}th{padding-bottom:1.2em;color:#424855;font-weight:300;font-size:.9em;text-align:left}td{padding:.5em .5em .5em 0}tr td:last-child{padding-right:0}.wrap{flex-wrap:wrap}.gap{gap:1em}.align-center{align-items:center}.flex-grow{flex-grow:1}input.icon,button.icon,.button.icon,input[type=tel],input[type=email]{padding-left:2.6em;background-position:.7em center;background-repeat:no-repeat}.icon-check{background-image:url(/terminal/assets/check-white-1e15152e.svg)}.icon-print{background-image:url(/terminal/assets/printer-d9a8d771.svg)}*,:before,:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgba(0,0,0,0);--un-ring-shadow:0 0 rgba(0,0,0,0);--un-shadow-inset: ;--un-shadow:0 0 rgba(0,0,0,0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgba(0,0,0,0);--un-ring-shadow:0 0 rgba(0,0,0,0);--un-shadow-inset: ;--un-shadow:0 0 rgba(0,0,0,0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.container{width:100%}.c-flex{display:flex;align-items:center;justify-content:center}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.inset-y-0{top:0;bottom:0}.bottom-0{bottom:0}.bottom-100\%{bottom:100%}.bottom-10px{bottom:10px}.left-0{left:0}.left-12\%{left:12%}.left-4\%{left:4%}.right-\[-5px\]{right:-5px}.right-\[-6px\]{right:-6px}.right-0{right:0}.right-10px{right:10px}.right-12px{right:12px}.right-15px{right:15px}.right-8px{right:8px}.top-\[-4px\]{top:-4px}.top-1\/2{top:50%}.top-16px{top:16px}.top-55\%{top:55%}.top-60\%{top:60%}.z-1{z-index:1}.grid{display:grid}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.float-right{float:right}.m-0{margin:0}.m-auto{margin:auto}.mx-auto{margin-left:auto;margin-right:auto}.my-10px{margin-top:10px;margin-bottom:10px}.my-20px{margin-top:20px;margin-bottom:20px}.my-5px{margin-top:5px;margin-bottom:5px}.\!mb-6px{margin-bottom:6px!important}.\!mr-14px{margin-right:14px!important}.mb-0{margin-bottom:0}.mb-10px{margin-bottom:10px}.mb-20px{margin-bottom:20px}.mb-24px{margin-bottom:24px}.mb-25px{margin-bottom:25px}.mb-5px{margin-bottom:5px}.mb-70px{margin-bottom:70px}.mb-7px{margin-bottom:7px}.mb-8px{margin-bottom:8px}.ml-15px{margin-left:15px}.ml-8px{margin-left:8px}.mr-0{margin-right:0}.mr-10px{margin-right:10px}.mr-15px{margin-right:15px}.mr-25px{margin-right:25px}.mr-8px{margin-right:8px}.mt-10px{margin-top:10px}.mt-1px{margin-top:1px}.mt-20px{margin-top:20px}.mt-25px{margin-top:25px}.mt-28px{margin-top:28px}.mt-30px{margin-top:30px}.mt-50px{margin-top:50px}.mt-5px{margin-top:5px}.box-border{box-sizing:border-box}.block{display:block}.inline-block{display:inline-block}.hidden{display:none}.\!min-w-140px{min-width:140px!important}.\!min-w-50px{min-width:50px!important}.\!w-400px{width:400px!important}.\!w-480px{width:480px!important}.h-100\%{height:100%}.h-10px{height:10px}.h-120px{height:120px}.h-12px{height:12px}.h-13px{height:13px}.h-16px{height:16px}.h-1px{height:1px}.h-20px{height:20px}.h-24px{height:24px}.h-26px{height:26px}.h-28px{height:28px}.h-32px{height:32px}.h-42px{height:42px}.h-44px{height:44px}.h-48px{height:48px}.h-51px{height:51px}.h-54px{height:54px}.h-80px{height:80px}.h-85\%{height:85%}.h-auto{height:auto}.h-fit{height:fit-content}.max-h-340px{max-height:340px}.max-h-44px{max-height:44px}.max-h-500px{max-height:500px}.max-w-100\%{max-width:100%}.max-w-303px{max-width:303px}.max-w-44px{max-width:44px}.max-w-750px{max-width:750px}.min-h-175px{min-height:175px}.min-h-40px{min-height:40px}.min-h-48px{min-height:48px}.min-w-20px{min-width:20px}.min-w-24px{min-width:24px}.w-100\%{width:100%}.w-10px{width:10px}.w-120px{width:120px}.w-13px{width:13px}.w-16px{width:16px}.w-1px{width:1px}.w-200px{width:200px}.w-20px{width:20px}.w-24px{width:24px}.w-32px{width:32px}.w-35px{width:35px}.w-44px{width:44px}.w-45px{width:45px}.w-50\%{width:50%}.w-56px{width:56px}.w-fit{width:fit-content}.flex{display:flex}.flex-1{flex:1 1 0%}.flex-grow,.grow{flex-grow:1}.basis-full{flex-basis:100%}.flex-basis-\[85\%\]{flex-basis:85%}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.table{display:table}.-translate-y-1\/2{--un-translate-y:-50%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.\!rotate-360{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:360deg !important;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))!important}.rotate-270{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:270deg;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.transform{transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.\!cursor-context-menu{cursor:context-menu!important}.cursor-context-menu{cursor:context-menu}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.resize-none{resize:none}.list-none{list-style-type:none}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-10px{grid-gap:10px;gap:10px}.gap-12px{grid-gap:12px;gap:12px}.gap-13px{grid-gap:13px;gap:13px}.gap-14px{grid-gap:14px;gap:14px}.gap-15px{grid-gap:15px;gap:15px}.gap-16px{grid-gap:16px;gap:16px}.gap-20px{grid-gap:20px;gap:20px}.gap-24px{grid-gap:24px;gap:24px}.gap-2em{grid-gap:2em;gap:2em}.gap-30px{grid-gap:30px;gap:30px}.gap-3px{grid-gap:3px;gap:3px}.gap-4{grid-gap:1rem;gap:1rem}.gap-4px{grid-gap:4px;gap:4px}.gap-5px{grid-gap:5px;gap:5px}.gap-6px{grid-gap:6px;gap:6px}.gap-8px{grid-gap:8px;gap:8px}.whitespace-nowrap{white-space:nowrap}.border,.border-1{border-width:1px}.border-0{border-width:0}.\[\&\>\*\:last-child\]\:border-b-0>*:last-child{border-bottom-width:0}.border-b-1{border-bottom-width:1px}.border-t-1{border-top-width:1px}.last\:\!border-b-1:last-child{border-bottom-width:1px!important}.border-\#2e436c1a{--un-border-opacity:.1;border-color:rgba(46,67,108,var(--un-border-opacity))}.border-\#3378FF80{--un-border-opacity:.5;border-color:rgba(51,120,255,var(--un-border-opacity))}.border-\#424855,.hover\:border-\#424855:hover{--un-border-opacity:1;border-color:rgba(66,72,85,var(--un-border-opacity))}.border-\#42485533{--un-border-opacity:.2;border-color:rgba(66,72,85,var(--un-border-opacity))}.border-\#92A0BC{--un-border-opacity:1;border-color:rgba(146,160,188,var(--un-border-opacity))}.border-\#B8C4DD{--un-border-opacity:1;border-color:rgba(184,196,221,var(--un-border-opacity))}.border-transparent{border-color:transparent}.rounded-1\.5{border-radius:.375rem}.rounded-100\%{border-radius:100%}.rounded-10px{border-radius:10px}.rounded-12px{border-radius:12px}.rounded-2\.5{border-radius:.625rem}.rounded-30px{border-radius:30px}.rounded-48px{border-radius:48px}.rounded-60px{border-radius:60px}.rounded-6px{border-radius:6px}.rounded-8px{border-radius:8px}.rounded-full{border-radius:9999px}.border-none{border-style:none}.border-solid{border-style:solid}.bg-\#189357{--un-bg-opacity:1;background-color:rgba(24,147,87,var(--un-bg-opacity))}.bg-\#1D6AFF{--un-bg-opacity:1;background-color:rgba(29,106,255,var(--un-bg-opacity))}.bg-\#293BFF{--un-bg-opacity:1;background-color:rgba(41,59,255,var(--un-bg-opacity))}.bg-\#2A3EF0{--un-bg-opacity:1;background-color:rgba(42,62,240,var(--un-bg-opacity))}.bg-\#2e436c1a{--un-bg-opacity:.1;background-color:rgba(46,67,108,var(--un-bg-opacity))}.bg-\#424855{--un-bg-opacity:1;background-color:rgba(66,72,85,var(--un-bg-opacity))}.bg-\#B8C4DD{--un-bg-opacity:1;background-color:rgba(184,196,221,var(--un-bg-opacity))}.bg-\#E5E5E5,.hover\:bg-\#E5E5E5:hover{--un-bg-opacity:1;background-color:rgba(229,229,229,var(--un-bg-opacity))}.bg-\#E9EEF6{--un-bg-opacity:1;background-color:rgba(233,238,246,var(--un-bg-opacity))}.bg-\#F1F1F1{--un-bg-opacity:1;background-color:rgba(241,241,241,var(--un-bg-opacity))}.bg-\#f2f2f3{--un-bg-opacity:1;background-color:rgba(242,242,243,var(--un-bg-opacity))}.bg-\#F63E3D{--un-bg-opacity:1;background-color:rgba(246,62,61,var(--un-bg-opacity))}.bg-\#F6F6F6{--un-bg-opacity:1;background-color:rgba(246,246,246,var(--un-bg-opacity))}.bg-\#f70e0e{--un-bg-opacity:1;background-color:rgba(247,14,14,var(--un-bg-opacity))}.bg-\#f7f7f7{--un-bg-opacity:1;background-color:rgba(247,247,247,var(--un-bg-opacity))}.bg-\#fff{--un-bg-opacity:1;background-color:rgba(255,255,255,var(--un-bg-opacity))}.bg-transparent{background-color:transparent}.hover\:bg-\#129938:hover{--un-bg-opacity:1;background-color:rgba(18,153,56,var(--un-bg-opacity))}.hover\:bg-\#e7e7e7:hover{--un-bg-opacity:1;background-color:rgba(231,231,231,var(--un-bg-opacity))}.object-cover{object-fit:cover}.\!p-20px{padding:20px!important}.p-0{padding:0}.p-10px{padding:10px}.p-18px{padding:18px}.p-2px{padding:2px}.p-3px{padding:3px}.px{padding-left:1rem;padding-right:1rem}.px-10px{padding-left:10px;padding-right:10px}.px-12px{padding-left:12px;padding-right:12px}.px-15px{padding-left:15px;padding-right:15px}.px-16px{padding-left:16px;padding-right:16px}.px-20px{padding-left:20px;padding-right:20px}.px-32px{padding-left:32px;padding-right:32px}.px-4px{padding-left:4px;padding-right:4px}.px-5px{padding-left:5px;padding-right:5px}.px-7px{padding-left:7px;padding-right:7px}.px-8px{padding-left:8px;padding-right:8px}.py-10px{padding-top:10px;padding-bottom:10px}.py-12px{padding-top:12px;padding-bottom:12px}.py-14px{padding-top:14px;padding-bottom:14px}.py-20px{padding-top:20px;padding-bottom:20px}.py-30px{padding-top:30px;padding-bottom:30px}.py-3px{padding-top:3px;padding-bottom:3px}.py-7\.5px{padding-top:7.5px;padding-bottom:7.5px}.py-8px{padding-top:8px;padding-bottom:8px}.\!pt-13px{padding-top:13px!important}.pb-20px{padding-bottom:20px}.pl-10px{padding-left:10px}.pr-10px{padding-right:10px}.pt-20px{padding-top:20px}.pt-2px{padding-top:2px}.pt-30px{padding-top:30px}.pt-40px{padding-top:40px}.pt-7px{padding-top:7px}.text-center{text-align:center}.text-right{text-align:right}.text-10px{font-size:10px}.text-11px{font-size:11px}.text-12px{font-size:12px}.text-13px{font-size:13px}.text-14px{font-size:14px}.text-15px{font-size:15px}.text-16px{font-size:16px}.text-18px{font-size:18px}.text-20px{font-size:20px}.text-24px{font-size:24px}.text-28px{font-size:28px}.text-32px{font-size:32px}.text-34px{font-size:34px}.text-52px{font-size:52px}.font-300{font-weight:300}.font-400{font-weight:400}.font-500{font-weight:500}.font-600{font-weight:600}.font-700{font-weight:700}.leading-0{line-height:0}.leading-7{line-height:1.75rem}.uppercase{text-transform:uppercase}.italic{font-style:italic}.c-\#000{--un-text-opacity:1;color:rgba(0,0,0,var(--un-text-opacity))}.c-\#040A1B{--un-text-opacity:1;color:rgba(4,10,27,var(--un-text-opacity))}.c-\#040a1b80,.c-\#040A1B80{--un-text-opacity:.5;color:rgba(4,10,27,var(--un-text-opacity))}.c-\#121A33{--un-text-opacity:1;color:rgba(18,26,51,var(--un-text-opacity))}.c-\#232323{--un-text-opacity:1;color:rgba(35,35,35,var(--un-text-opacity))}.c-\#293BFF{--un-text-opacity:1;color:rgba(41,59,255,var(--un-text-opacity))}.c-\#2C9930{--un-text-opacity:1;color:rgba(44,153,48,var(--un-text-opacity))}.c-\#353A42{--un-text-opacity:1;color:rgba(53,58,66,var(--un-text-opacity))}.c-\#424855,.text-\#424855{--un-text-opacity:1;color:rgba(66,72,85,var(--un-text-opacity))}.c-\#546381{--un-text-opacity:1;color:rgba(84,99,129,var(--un-text-opacity))}.c-\#595b5f{--un-text-opacity:1;color:rgba(89,91,95,var(--un-text-opacity))}.c-\#92A0BC{--un-text-opacity:1;color:rgba(146,160,188,var(--un-text-opacity))}.c-\#F63E3D{--un-text-opacity:1;color:rgba(246,62,61,var(--un-text-opacity))}.c-\#fff{--un-text-opacity:1;color:rgba(255,255,255,var(--un-text-opacity))}.tab{-moz-tab-size:4;-o-tab-size:4;tab-size:4}.\!opacity-100{opacity:1!important}.opacity-0{opacity:0}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.shadow-md{--un-shadow:var(--un-shadow-inset) 0 4px 6px -1px var(--un-shadow-color, rgba(0,0,0,.1)),var(--un-shadow-inset) 0 2px 4px -2px var(--un-shadow-color, rgba(0,0,0,.1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.active-shadow:active{--un-shadow:var(--un-shadow-inset) 0 1px 3px 0 var(--un-shadow-color, rgba(0,0,0,.1)),var(--un-shadow-inset) 0 1px 2px -1px var(--un-shadow-color, rgba(0,0,0,.1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.outline{outline-style:solid}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.brightness-1000{--un-brightness:brightness(10);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.brightness-50{--un-brightness:brightness(.5);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.duration-100{transition-duration:.1s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:mr-10px{margin-right:10px}.lg\:hidden{display:none}.lg\:basis-auto{flex-basis:auto}}.login[data-v-afa93f27]{position:relative;height:100%;background:#6540d3;padding:0 2rem}.login .keypad-wrapper[data-v-afa93f27]{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;height:100%;text-align:center;margin:auto}.login .keypad-wrapper .keypad-logo[data-v-afa93f27]{display:flex;justify-content:center;width:100%;max-width:216px;text-align:center;height:auto}@media only screen and (max-height: 768px){.login .keypad-wrapper .keypad-logo[data-v-afa93f27]{margin-top:0;max-width:150px}}.loader[data-v-afa93f27]{position:relative;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#6540d3;padding:0 2rem}.loader__screen[data-v-afa93f27]{width:632px;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:100%;min-height:444px;box-sizing:border-box;background:#ffffff;box-shadow:0 20px 40px #0006;border-radius:24px;padding:40px;margin:0}.loader__screen--content[data-v-afa93f27]{text-align:center}.loader__screen--content p[data-v-afa93f27]{font-size:18px;color:#232323;font-weight:500}footer ul[data-v-afa93f27]{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;list-style-type:none;gap:47px;margin:0;padding:0;opacity:.5}footer ul li[data-v-afa93f27]{color:#fff;font-size:15px;cursor:pointer}aside .collapse{position:absolute;top:50%;margin-top:-1em;right:-.61em;width:.8em;height:.8em;padding:.7em;background:white url(/terminal/assets/arrow-right-83ffdf9f.svg) no-repeat center center;rotate:180deg;border-radius:100%;cursor:pointer;z-index:2;box-shadow:0 -3px 6px #0000002b}aside .guests__positions .cooking,.sidebar .guests__positions .cooking{background-image:url(/terminal/assets/play-blue-f4cc6516.svg)}aside .guests__positions .attention,.sidebar .guests__positions .attention{background-image:url(/terminal/assets/attention-a8f343c4.svg)}aside .guests__positions .served,aside .guests__positions .served.attention,.sidebar .guests__positions .served,.sidebar .guests__positions .served.attention{background-image:url(/terminal/assets/complete-order-a160c296.svg)}.payment-check{width:100%;display:flex;flex-direction:column;justify-content:space-between;flex:1;background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='12' ry='12' stroke='black' stroke-width='3' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");border-radius:12px;padding:0 30px;box-sizing:border-box}#printing_receipt .printing_receipt-checkbox:checked+span:after{content:" ";background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+);background-repeat:no-repeat;background-size:13px 14px;background-position:center center;position:absolute;left:0;top:50%;transform:translateY(-50%);text-align:center;background-color:transparent;height:20px;width:20px}aside[data-v-cebecfaa]{max-width:285px}aside.collapsed .totals[data-v-cebecfaa],aside.collapsed hr[data-v-cebecfaa],aside.collapsed .name[data-v-cebecfaa],aside.collapsed ul[data-v-cebecfaa]{display:none}.dropDown{position:relative}.dropDown.open input{border-bottom-left-radius:0;border-bottom-right-radius:0}.dropDown input{width:100%;margin:0;box-sizing:border-box}.dropDown.loading input{background-image:url(/terminal/assets/loader-88b5a271.svg);background-repeat:no-repeat;background-position:right .7em center;background-size:auto 60%}.dropDownResults{position:absolute;left:0;width:100%;margin-top:-1px;font-size:.9rem;background:white;border-bottom-left-radius:8px;border-bottom-right-radius:8px;z-index:2;box-shadow:0 3px 7px #0003}.dropDownResults .searchableActive{background:rgba(51,120,255,.15)}.dropDownResults>div{max-height:12em}.dropDownResults>div>div{padding:.6em .8em;cursor:default}.dropDownResults>div>div:last-of-type{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.dropDownResults>div>div:hover{background:rgba(51,120,255,.15)}.dropDownResults .bottom{padding:.5em;border-top:1px solid #eee}.dropDownResults button{margin:0;padding:.4em;font-size:.85em;border-radius:.5em}.dialog{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;z-index:3;background-color:#180d52a3;background-image:url(/terminal/assets/board-background-bc48af4a.png);background-size:cover}.dialog>img{position:absolute;top:3vh;left:3vh;filter:brightness(10);cursor:pointer}.dialog>p{color:#fff;margin-bottom:1em}.dialog>div{padding:1.3em;border-radius:1em;max-width:94%;max-height:80vh;background:white;overflow-y:auto}.dialog label{display:block;margin-bottom:.2em}.dialog label+input,.dialog label+select{margin-bottom:1em}.dialog input,.dialog select{width:100%}div.orders{position:relative;display:flex;flex-direction:column;height:100%}.orders-list{display:flex;flex-direction:column;padding:20px 5px 20px 0;gap:16px}.orders-grid{display:grid;grid-gap:16px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));padding:20px 5px 20px 0}@media (max-width: 1300px){.orders-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.orders-grid>*{height:14em}}input[type=time]::-webkit-calendar-picker-indicator{background:none}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}p{margin:0}.modal-switch{width:300px;height:44px}.modal-switch input#status{display:none}.modal-switch input#status+label{height:100%;width:100%}.modal-switch input#status+label>.status-switch{cursor:pointer;width:100%;height:100%;position:relative;background-color:#dce5f3;color:#000;transition:all .3s ease;border-radius:12px}.modal-switch input#status+label>.status-switch:before,.modal-switch input#status+label>.status-switch:after{border-radius:12px;height:calc(100% - 6px);width:50%;display:flex;align-items:center;position:absolute;justify-content:center;transition:all .2s ease}.modal-switch input#status+label>.status-switch:before{background-color:#121a33;color:#fff;left:0;height:100%;z-index:10;content:attr(data-unchecked);font-weight:500}.modal-switch input#status+label>.status-switch:after{right:0;content:attr(data-checked);height:100%;font-weight:500}.modal-switch input#status:checked+label>.status-switch:after{left:0;content:attr(data-unchecked);height:100%}.modal-switch input#status:checked+label>.status-switch:before{left:50%;content:attr(data-checked)}.order-info:before{content:"";position:absolute;top:0;bottom:0;border:1px solid #DCE5F3;border-radius:8px}.orderCol{max-height:100px;transition:all .4s}.orderCol--close{max-height:300px;overflow:hidden}.orders-grid .order{color:#000}.orders-grid .served{color:#2c9930}.orders-grid .delay span{color:#f63e3d}.newOrderDialog{min-width:750px}.newOrderDialog *{box-sizing:border-box}.newOrderDialog .grid>*{display:flex;padding:8px 12px;border:2px solid #7054FF;border-radius:48px;background:white;font-size:1em}.newOrderDialog input{width:100%;height:24px;padding:0;border:0;background:transparent;outline:none}.newOrderDialog .loading+img{display:none}.newOrderDialog .popup-menu{position:absolute;margin-top:2em;margin-left:-12px;width:240px;padding:1em;border:1px solid #E5E5E5;border-radius:1em;background:white}.newOrderDialog .popup-menu>p{cursor:pointer}.newOrderDialog .popup-menu>p+p{margin-top:1em}.order-list{display:grid;grid-gap:1.2em;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.order-list.wide{display:block}.order-list .content{flex-direction:column}.order-list .footer{margin-top:2em}.order-list .footer>:first-child{flex-grow:1}.order-list .footer>*{margin-right:1em}.order-list .footer>*:last-child{margin-right:0}.order-list.wide .content{flex-direction:row}.order-list.wide .view-wide{display:block}.order-list.wide .view-narrow{display:none}.order-list.wide .header{font-size:1.090909em}.order-list.wide .header>div.flex{display:none}.order-list.wide .positions{display:grid;flex-grow:1;padding:.5em 2em .5em .5em;background:#f8f8f8;overflow:hidden;max-height:6.6em}.order-list.wide .positions.expanded{max-height:1000px}.order-list.wide .positions>p{margin-bottom:.5em;font-size:1.3em}.order-list.wide .footer{font-size:1.2em;flex-direction:column-reverse;align-items:end;justify-content:center;gap:.8em;padding-left:1em;min-width:160px;margin-top:0;margin-left:1em;border-left:2px solid #eee}.order-list.wide .footer>*{margin-right:0;font-size:1.272727em}.view-wide{display:none}.order{display:flex;flex-direction:column;padding:.65em;font-size:.7em;background:white;border-radius:1em;border-style:solid;cursor:pointer}.order.own{border-width:3px;padding:5px}.order .header{display:flex;align-items:center;margin-bottom:1em}.order .header>*{margin-right:1em}.order .header>img{margin-right:0}.order .table{padding:.2em .45em;text-align:center;border:1px solid #666;border-radius:.3em}.order .table.own{border-color:#fff;color:#fff}.order .content{display:flex;flex-grow:1}.order .positions{position:relative;flex-grow:1;grid-template-columns:repeat(3,1fr);column-gap:1em;border-radius:.5em;max-height:180px;padding-right:.3em}.order .positions .draft,.order .positions .order{grid-column:1}.order .positions .cooking,.order .positions .ready{grid-column:2}.order .positions .served{grid-column:3;color:#2c9930}.order .positions .delay .time{color:#f63e3d}.order .positions>div{margin-bottom:.4em}.order .positions>div span{margin-right:1em}.order .positions>div span:last-child{margin-right:0}.order .time{float:right}.order .expand{position:absolute;right:.3em;bottom:.3em;transition:transform .1s}.order .expanded .expand{transform:rotate(-180deg)}.order .footer{display:flex;align-items:center}.order .footer img{vertical-align:middle}.order .bold{font-size:1.272727em;font-weight:700}.datepicker[data-v-de85c14b]{position:relative}.datepicker .date-input[data-v-de85c14b]{padding:10px;border:1px solid #ddd;border-radius:5px;font-size:14px;outline:none}.datepicker .calendar[data-v-de85c14b]{display:flex;flex-direction:column;justify-content:space-between;width:320px;max-width:320px;min-height:424px;height:424px;box-sizing:border-box;position:absolute;top:40px;background-color:#fff;box-shadow:0 2px 5px #0000001a;border-radius:16px;z-index:100}.datepicker .calendar__title .title__content[data-v-de85c14b]{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:auto;padding:20px 30px;border-bottom:1px solid rgba(201,201,201,.3)}.datepicker .calendar__title .title__content img[data-v-de85c14b]{cursor:pointer;user-select:none}.datepicker .calendar__title .title__content .disabled[data-v-de85c14b]{opacity:.2;cursor:default}.datepicker .calendar__title .content__btn[data-v-de85c14b]{background-color:transparent;border:none;padding:0}.datepicker .calendar__title .content__btn span[data-v-de85c14b]{font-size:24px;font-style:normal;font-weight:500;color:#424855}.datepicker .calendar__title .content__btn[data-v-de85c14b]:hover{opacity:.8}.datepicker .calendar__footer[data-v-de85c14b]{display:flex;align-items:center;justify-content:space-between;margin:0;padding:10px 30px;border-top:1px solid rgba(201,201,201,.3)}.datepicker .calendar__footer button[data-v-de85c14b]{border:none;background-color:transparent;font-size:14px;text-transform:uppercase}.datepicker .calendar__footer .btn-back[data-v-de85c14b]{color:#424855}.datepicker .calendar__footer .btn-confirm[data-v-de85c14b]{color:#2e82ff}.datepicker .weekdays[data-v-de85c14b]{display:flex;align-items:center;gap:5px}.datepicker .weekdays .weekday[data-v-de85c14b]{display:flex;flex:1;justify-content:center;align-items:center;height:30px;text-align:center;user-select:none}.datepicker .weekdays .weekday span[data-v-de85c14b]{font-size:12px;color:#c9c9c9;letter-spacing:-.078px;font-weight:500;line-height:18px}.datepicker .days[data-v-de85c14b]{display:grid;grid-template-columns:repeat(7,1fr);gap:7.5px 5px;margin-top:12px}.datepicker .days .day[data-v-de85c14b]{height:30px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;border-radius:5px;user-select:none;cursor:pointer}.datepicker .days .day span[data-v-de85c14b]{font-size:16px;font-weight:400;color:#424855}.datepicker .month-selector[data-v-de85c14b]{display:grid;grid-template-columns:repeat(3,1fr);gap:7px 25px;padding:22px 24px}.datepicker .month-selector .month[data-v-de85c14b]{display:flex;justify-content:center;align-items:center;height:50px;padding:10px;border:1px solid #ddd;border-radius:10px;box-sizing:border-box;cursor:pointer}.datepicker .month-selector .month span[data-v-de85c14b]{font-size:18px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.38px}.datepicker .month-selector .selected[data-v-de85c14b]{background:#2E82FF}.datepicker .month-selector .selected span[data-v-de85c14b]{color:#fff}.datepicker .year-selector[data-v-de85c14b]{display:flex;align-items:center;justify-content:center;height:100%}.datepicker .day-selector[data-v-de85c14b]{padding:24px 27.5px}.datepicker .days .selected-day[data-v-de85c14b]{position:relative}.datepicker .days .selected-day[data-v-de85c14b]:before{content:"";position:absolute;background:#2E82FF;width:45px;height:44px;border-radius:100%}.datepicker .days .selected-day span[data-v-de85c14b]{color:#fff;font-size:18px;z-index:1}.sidebar-right{display:none;position:fixed;top:0;left:0;width:100%;box-sizing:border-box;z-index:5}.sidebar-right.open{display:block;background:rgba(24,13,82,.6392156863)}.sidebar-right>.close{float:right;margin-top:2em;margin-right:1em;cursor:pointer}.sidebar-right>div{height:100vh;float:right;background:white;padding:2em;transition:transform .2s ease;transform:translate(100%)}.sidebar-right>div.slide{transform:translate(0)}.sidebar-right h2{margin-top:0;font-weight:500}.sidebar-right p{margin-bottom:.5em}.sidebar-right button{border:1px solid #586682;background-color:#fff}.refund label{margin-right:2em}.refund label input{margin:0 .5em 0 0}.refund select,.refund textarea{width:100%;margin-bottom:1em}.refund button{margin-top:1em;margin-right:1em}.isLoading[data-v-6f38f6cb]{background-image:url(/terminal/assets/loader-88b5a271.svg);background-size:30px;background-position:center;height:100%;width:100%;background-repeat:no-repeat}.isLoading div[data-v-6f38f6cb]{display:none}.checks-content li[data-v-6f38f6cb]{display:flex;flex-direction:column;align-items:start;gap:1.8em;max-height:1.6em;padding:1em;margin-bottom:1em;border-radius:1em;background:white;overflow:hidden;transition-property:max-height,padding;transition:.2s}.checks-content .expanded[data-v-6f38f6cb]{max-height:350px;padding:1.4em}.checks-content .order__trigger[data-v-6f38f6cb],.checks-content .scrollable[data-v-6f38f6cb]{width:100%}.checks-content .cancel[data-v-6f38f6cb]{color:red}.checks-content button[data-v-6f38f6cb]{float:right;border:1px solid #586682;background-color:#fff}div.checks-content[data-v-6f38f6cb]{padding-top:1em}div.checks-content>div[data-v-6f38f6cb],div.checks-content>input[data-v-6f38f6cb]{float:right}div.checks-content>input[data-v-6f38f6cb]{margin-right:2em;width:30vw;border-radius:6px;border:none;padding:.3em}div.checks-content ul[data-v-6f38f6cb]{clear:both}.checks-content[data-v-6f38f6cb]{position:relative}.checks-content .datepicker[data-v-6f38f6cb]{display:flex;justify-content:flex-end}.checks-content .checks-content[data-v-6f38f6cb]{overflow:hidden}.checks-content .checks-content .flash .order[data-v-6f38f6cb]{animation-name:animSearchedOrder-6f38f6cb;animation-duration:.4s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:linear}@keyframes animSearchedOrder-6f38f6cb{0%{background:#fff}to{background:rgba(255,255,157,.8039215686)}}.checks-content .checks-content .order__trigger[data-v-6f38f6cb]{display:flex;align-items:center;justify-content:space-between;border-radius:16px;cursor:pointer}.checks-content .checks-content .order__info[data-v-6f38f6cb]{display:flex;align-items:center;flex-basis:70%;gap:20px}.checks-content .checks-content .order__info .order__table[data-v-6f38f6cb]{display:inline-block;min-width:24px;height:24px;box-sizing:border-box;border-radius:6px;padding:0 7px;border:1px solid #121A33;text-align:center}.checks-content .checks-content .order__info .order__table span[data-v-6f38f6cb]{font-size:14px;font-weight:500;line-height:145%;letter-spacing:-.42px;color:#121a33}.checks-content .checks-content .order__info .order__guests[data-v-6f38f6cb]{display:flex;align-items:center}.checks-content .checks-content .order__info .order__guests img[data-v-6f38f6cb]{opacity:.7}.checks-content .checks-content .order__info .order__guests span[data-v-6f38f6cb]{color:#546381;font-size:16px;font-weight:600}.checks-content .checks-content .order__info .order-text[data-v-6f38f6cb]{color:#546381;font-size:14px;font-weight:400}.checks-content .loading-additional-orders[data-v-6f38f6cb]{width:100%;height:100px;background-image:url(/terminal/assets/board-background-bc48af4a.png);background-repeat:no-repeat;background-size:cover;position:absolute;bottom:0;display:flex;align-items:center;justify-content:center}.sidebar[data-v-6f38f6cb]{position:fixed;top:0;right:0;width:485px;height:100vh;box-sizing:border-box;padding:40px;background:#fff;transition:transform .2s ease;transform:translate(100%);margin:0;z-index:15}.sidebar .close[data-v-6f38f6cb]{display:none;position:absolute;top:15px;left:-35px;width:28px;height:28px;padding:0;background:rgba(101,64,211,.5);border-radius:60px;background:url(/terminal/assets/button-ico-large-d275969c.svg) no-repeat center center;background-size:contain;cursor:pointer}main[data-v-4c47eca6]{display:flex}main .sidebar p[data-v-4c47eca6],main .sidebar span[data-v-4c47eca6],main .sidebar hr[data-v-4c47eca6]{margin:0}main .wrapper[data-v-4c47eca6]{flex:1;position:relative;background-image:url(/terminal/assets/board-background-bc48af4a.png);background-repeat:no-repeat;background-size:100% 100%}.menu .menu-list[data-v-7e2108d9]{display:grid;grid-gap:16px;grid-template-columns:repeat(auto-fill,minmax(176px,1fr));padding-bottom:15px}.menu .menu-list .abscene-color .edit-details img[data-v-7e2108d9],.menu .menu-list .abscene-color .category__image[data-v-7e2108d9]{filter:brightness(0%)!important}.menu .menu-list .abscene-color p[data-v-7e2108d9]{color:#424855}.menu .menu-list .menu__categories[data-v-7e2108d9]{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;flex:1;min-height:148px;font-size:16px;font-weight:500;text-align:center;border-radius:10px;color:#fff;cursor:pointer}.menu .menu-list .menu__categories .category__image[data-v-7e2108d9]{width:38px;height:38px;filter:brightness(0) invert(1);user-select:none}.menu .menu-list .menu__categories p[data-v-7e2108d9]{margin:0;text-overflow:ellipsis;overflow:hidden}.menu .menu-list .menu__positions[data-v-7e2108d9]{position:relative;flex:1;min-width:120px;min-height:148px;padding:4px;border-radius:10px;background-color:#fff;border:1px solid transparent;cursor:pointer}.menu .menu-list .menu__positions .menu-title[data-v-7e2108d9]{margin:4px 0;height:32px}.menu .menu-list .menu__positions .menu-title p[data-v-7e2108d9]{margin:0;overflow:hidden;text-overflow:ellipsis;font-size:16px;font-weight:500;color:#424855;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.menu .menu-list .menu__positions .menu-details[data-v-7e2108d9]{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem}.menu .menu-list .menu__positions .menu-details .price[data-v-7e2108d9]{font-weight:500;font-size:18px;color:#424855}.menu .menu-list .menu__positions .menu-details .weight[data-v-7e2108d9]{color:#424855;font-size:13px;font-weight:400}.menu .menu-list .menu__positions .menu-details p[data-v-7e2108d9]{margin:0}.menu .menu-list .menu__positions .favourite-price[data-v-7e2108d9]{display:flex;justify-content:flex-end;align-items:center;gap:3px;padding:0 8px;margin-top:9px;margin-bottom:4px}.menu .menu-list .menu__positions .favourite-price p[data-v-7e2108d9]{margin:0;text-align:right;color:#424855;font-size:18px;font-weight:500}.menu .menu-list .menu__positions .favourite-price img[data-v-7e2108d9]{opacity:0}.stop[data-v-7e2108d9]{opacity:.5}.favorite-modal[data-v-7e2108d9] .modal-close-button{margin-left:auto}.favorite-modal[data-v-7e2108d9] .modal-container{padding:0 18px}.favorite-modal[data-v-7e2108d9] .modal-header{margin:unset}.favorite-modal-title[data-v-7e2108d9]{width:100%}button.pay{width:100%;height:80px;font-size:1.74em;border:none;background:linear-gradient(90deg,#2D41F3 30%,#364AFC 50%,#293EEF 50%);background-size:200% 100%;background-position:100% 100%;color:#fff;user-select:none}button.loading{animation:loading 1s linear}@keyframes loading{0%{background-position:100% 100%}to{background-position:0 0}}.discount{margin-top:1em}.discount input[type=number]{width:75%;margin-top:.5em}.discount select{width:24%;margin-left:1%;padding-left:.1em;border:0;background:transparent}.payment>div>div{min-height:690px}.payment .flex{gap:1.5em}.payment>div>div,.payment .check{height:100%}.payment-check{min-height:0}.choose-guest{display:flex;flex-direction:column;min-width:240px}.choose-guest>div{padding:1em;border:1px solid #b4cbff;border-radius:8px}.choose-guest>div:first-child{flex-grow:1}.choose-guest .allGuests{position:relative;padding:.7em 1.5em .7em 1em;border:1px solid #ccc;border-radius:8px;color:#000;background:url(/terminal/assets/arrow-right-83ffdf9f.svg) no-repeat right .5em center;cursor:pointer}.choose-guest .allGuests.active{border-color:var(--element-border-color)}.choose-guest .allGuests.active:after{top:-.2em}.choose-guest .guest{position:relative;margin-top:.4em;border-radius:1.5em;border:1px solid;cursor:pointer}.choose-guest .guest>p{padding:.2em;border-radius:inherit}.choose-guest .guest.active{border:none}.choose-guest .guest.active .balance{display:block}.choose-guest .guest.active.guest-1{background:var(--guest-1-strong)}.choose-guest .guest.active.guest-1>p{background:var(--guest-1-light)}.choose-guest .guest.active.guest-1 .avatar{background-color:var(--guest-1-strong)}.choose-guest .guest.active.guest-2{background:var(--guest-2-strong)}.choose-guest .guest.active.guest-2>p{background:var(--guest-2-light)}.choose-guest .guest.active.guest-2 .avatar{background-color:var(--guest-2-strong)}.choose-guest .guest.active.guest-3{background:var(--guest-3-strong)}.choose-guest .guest.active.guest-3>p{background:var(--guest-3-light)}.choose-guest .guest.active.guest-3 .avatar{background-color:var(--guest-3-strong)}.choose-guest .guest.active.guest-4{background:var(--guest-4-strong)}.choose-guest .guest.active.guest-4>p{background:var(--guest-4-light)}.choose-guest .guest.active.guest-4 .avatar{background-color:var(--guest-4-strong)}.choose-guest .guest.active.guest-5{background:var(--guest-5-strong)}.choose-guest .guest.active.guest-5>p{background:var(--guest-5-light)}.choose-guest .guest.active.guest-5 .avatar{background-color:var(--guest-5-strong)}.choose-guest .guest.active.guest-6{background:var(--guest-6-strong)}.choose-guest .guest.active.guest-6>p{background:var(--guest-6-light)}.choose-guest .guest.active.guest-6 .avatar{background-color:var(--guest-6-strong)}.choose-guest .active:after{content:"";display:block;position:absolute;height:3em;width:3em;top:.5em;right:-2.6em;z-index:2;border-top:1px solid #b4cbff;border-right:1px solid #b4cbff;rotate:45deg;border-top-right-radius:8px;background:linear-gradient(45deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 36%,rgb(255,255,255) 36%,rgb(255,255,255) 100%)}.choose-guest .balance{display:none;padding:.5em .5em 1em}.choose-guest .balance span{font-size:1.5em;font-weight:700}.choose-guest .avatar{display:inline-block;height:2.5em;width:2.5em;text-align:center;line-height:2.5em;background:#eee;border-radius:100%}.choose-guest .guest-1{border-color:var(--guest-1-strong)}.choose-guest .guest-1 .avatar,.choose-guest .guest-1 button{background:var(--guest-1-light)}.choose-guest .guest-1 .dropDown input{background-color:var(--guest-1-strong)}.choose-guest .guest-2{border-color:var(--guest-2-strong)}.choose-guest .guest-2 .avatar,.choose-guest .guest-2 button{background:var(--guest-2-light)}.choose-guest .guest-2 .dropDown input{background-color:var(--guest-2-strong)}.choose-guest .guest-3{border-color:var(--guest-3-strong)}.choose-guest .guest-3 .avatar,.choose-guest .guest-3 button{background:var(--guest-3-light)}.choose-guest .guest-3 .dropDown input{background-color:var(--guest-3-strong)}.choose-guest .guest-4{border-color:var(--guest-4-strong)}.choose-guest .guest-4 .avatar,.choose-guest .guest-4 button{background:var(--guest-4-light)}.choose-guest .guest-4 .dropDown input{background-color:var(--guest-4-strong)}.choose-guest .guest-5{border-color:var(--guest-5-strong)}.choose-guest .guest-5 .avatar,.choose-guest .guest-5 button{background:var(--guest-5-light)}.choose-guest .guest-5 .dropDown input{background-color:var(--guest-5-strong)}.choose-guest .guest-6{border-color:var(--guest-6-strong)}.choose-guest .guest-6 .avatar,.choose-guest .guest-6 button{background:var(--guest-6-light)}.choose-guest .guest-6 .dropDown input{background-color:var(--guest-6-strong)}.choose-guest button{float:right;padding:.7em 1em;border:0;border-radius:.8em}.guest .dropDown{&[data-v-08191a28]{position:absolute;top:.6em}button[data-v-08191a28] {color: black;}}:root{--guest-1-strong: #bceb3c;--guest-1-light: #e6ffa2;--guest-2-strong: #ffd93d;--guest-2-light: #fff2af;--guest-3-strong: #f037a5;--guest-3-light: #fbcde8;--guest-4-strong: #6da9e4;--guest-4-light: #dae9f8;--guest-5-strong: #ff9551;--guest-5-light: #ffe3c3;--guest-6-strong: #6fedd6;--guest-6-light: #dbfaf4}aside{position:relative;display:flex;flex-direction:column;width:20%;min-width:215px;transition:width .3s ease;color:#546381}aside .collapse{position:absolute;top:50%;margin-top:-1em;right:-.61em;width:.8em;height:.8em;padding:.7em;background:white url(/terminal/assets/arrow-right-83ffdf9f.svg) no-repeat center center;rotate:180deg;border-radius:100%;cursor:pointer;z-index:2;box-shadow:0 -3px 6px #0000002b}aside.collapsed{min-width:0;width:80px}aside.collapsed .collapse{rotate:0deg;box-shadow:0 3px 6px #0000002b}aside__header,.sidebar__header{display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;background:#f1f1f1;border-width:1px 0px;border-style:solid;border-color:#2e436c1a;padding:16px 18px 16px 5px}@media (max-width: 1300px){aside__header,.sidebar__header{flex-direction:column;gap:10px}}aside .guests,.sidebar .guests{flex-grow:1;overflow-y:auto;padding-bottom:222px}aside .guests__guest,.sidebar .guests__guest{width:calc(100% - 6px);margin-bottom:.5px}aside .guests input,.sidebar .guests input{padding:.3em;border:1px solid gray;border-radius:.5em}aside .guests input+img,aside .guests input+img+img,.sidebar .guests input+img,.sidebar .guests input+img+img{height:1.5em;margin-left:1em;vertical-align:middle}aside .guests__positions,.sidebar .guests__positions{max-height:100%;height:100%}aside .guests__positions>li,.sidebar .guests__positions>li{display:flex}aside .guests__positions>li ul,.sidebar .guests__positions>li ul{margin-right:.5em}aside .guests__positions>li li,.sidebar .guests__positions>li li{display:flex;justify-content:center;align-items:center;float:left;width:2em;height:2em;text-align:center;border-radius:100%;font-size:15px;font-size:.9375em}aside .guests__positions>li li.active,.sidebar .guests__positions>li li.active{background-color:#dce5f3}aside .guests__positions .cooking,aside .guests__positions .served,aside .guests__positions .delay,.sidebar .guests__positions .cooking,.sidebar .guests__positions .served,.sidebar .guests__positions .delay{padding-left:2em!important;background-position:8px center;background-repeat:no-repeat;background-size:16px}aside .guests__positions .draft p,.sidebar .guests__positions .draft p{color:#424855}aside .guests__positions .cooking,.sidebar .guests__positions .cooking{background-image:url(/terminal/assets/play-blue-f4cc6516.svg)}aside .guests__positions .cooking .position__title,.sidebar .guests__positions .cooking .position__title{color:#3e87dc}aside .guests__positions .attention,.sidebar .guests__positions .attention{background-image:url(/terminal/assets/attention-a8f343c4.svg)}aside .guests__positions .attention .position__title,.sidebar .guests__positions .attention .position__title{color:#f63e3d}aside .guests__positions .attention .timer,.sidebar .guests__positions .attention .timer{padding:0 .2em;color:#fff;background-color:#f63e3d;border-radius:.34em;border:none}aside .guests__positions .attention .timer span,.sidebar .guests__positions .attention .timer span{color:#fff}aside .guests__positions .served,aside .guests__positions .served.attention,.sidebar .guests__positions .served,.sidebar .guests__positions .served.attention{background-image:url(/terminal/assets/complete-order-a160c296.svg)}aside .guests__positions .served .position__title,aside .guests__positions .served.attention .position__title,.sidebar .guests__positions .served .position__title,.sidebar .guests__positions .served.attention .position__title{color:#2c9930}aside .guests__positions .position__title,.sidebar .guests__positions .position__title{display:flex;align-items:center;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;padding-right:.5em;font-size:16px}aside .guests__positions .timer,.sidebar .guests__positions .timer{padding:0 3px;border-radius:4px;border:1px solid #DCE5F3;margin:0}aside .guests__positions .timer span,.sidebar .guests__positions .timer span{font-weight:700;font-size:14px;color:#92a0bc}aside .guests__positions .price,.sidebar .guests__positions .price{width:2.7em;padding:0 .8em;text-align:center;font-size:14px;color:#8d9398;white-space:nowrap}@media (max-width: 1300px){aside .guests__positions .price+.c-flex span,.sidebar .guests__positions .price+.c-flex span{font-size:1.2em}}aside .guests__positions .quantity,.sidebar .guests__positions .quantity{width:2em;text-align:center;font-size:14px}aside .guests__positions .bold,.sidebar .guests__positions .bold{width:4em;padding-left:.8em;text-align:center}aside .guests__positions .guests__items,.sidebar .guests__positions .guests__items{position:relative;display:flex;flex-direction:column;justify-content:space-between;border-bottom:1px solid #DCE5F3}aside .guests__positions .guests__items .guests__content,.sidebar .guests__positions .guests__items .guests__content{display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;width:100%;padding:10px 5px 10px 10px}aside .guests__positions .guests__items .guests__content .guests__item,.sidebar .guests__positions .guests__items .guests__content .guests__item{display:flex;align-items:center;justify-content:space-between;width:100%;padding-right:0;box-sizing:border-box}@media (max-width: 1300px){aside .guests__positions .guests__items .guests__content .guests__item,.sidebar .guests__positions .guests__items .guests__content .guests__item{flex-direction:column;align-items:flex-start}aside .guests__positions .guests__items .guests__content .guests__item>*,.sidebar .guests__positions .guests__items .guests__content .guests__item>*{width:100%;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.2666666667)}aside .guests__positions .guests__items .guests__content .guests__item>*:last-child,.sidebar .guests__positions .guests__items .guests__content .guests__item>*:last-child{border-bottom:none}}aside .guests__positions .guests__items .guests__content .guests__item p,.sidebar .guests__positions .guests__items .guests__content .guests__item p{margin:0}aside .guests__positions .guests__items .guests__content .guests__item .positions__items,.sidebar .guests__positions .guests__items .guests__content .guests__item .positions__items{display:flex;align-items:center;justify-content:flex-end;flex:1;color:#546381}aside .guests__positions .guests__items .guests__content .guests__item .positions__items div button,.sidebar .guests__positions .guests__items .guests__content .guests__item .positions__items div button{min-width:28px;text-align:center;border:none;background-color:transparent;color:#546381}aside .guests__positions .guests__items .guests__content .guests__item .positions__items p,.sidebar .guests__positions .guests__items .guests__content .guests__item .positions__items p{font-size:14px}aside .guests__positions .guests__items .guests__content .guests__item .distribution__dishes,.sidebar .guests__positions .guests__items .guests__content .guests__item .distribution__dishes{position:absolute;top:0;margin-top:2.5rem;right:0;max-height:240px;display:flex;flex-direction:column;z-index:1;border-radius:18px;border:1px solid rgba(46,67,108,.2);box-shadow:0 10px 40px #0003;background-color:#fff;box-sizing:border-box}aside .guests__positions .guests__items .guests__content .guests__item .distribution__dishes>div,.sidebar .guests__positions .guests__items .guests__content .guests__item .distribution__dishes>div{position:relative;display:flex;align-items:center;gap:12px;padding:10px 15px}aside .guests__positions .guests__items .guests__content .guests__item .distribution__dishes>div p,.sidebar .guests__positions .guests__items .guests__content .guests__item .distribution__dishes>div p{font-size:15px;font-weight:400;text-wrap:nowrap}aside .guests__positions .guests__items .guests__content .guests__item .distribution__dishes>div:first-child,.sidebar .guests__positions .guests__items .guests__content .guests__item .distribution__dishes>div:first-child{border-radius:18px 18px 0 0}aside .guests__positions .guests__items .guests__content .guests__item .distribution__dishes>div:last-child,.sidebar .guests__positions .guests__items .guests__content .guests__item .distribution__dishes>div:last-child{border-radius:0 0 18px 18px}aside .guests__positions .guests__items .guests__content .guests__item .distribution__dishes>div:not(:last-child):before,.sidebar .guests__positions .guests__items .guests__content .guests__item .distribution__dishes>div:not(:last-child):before{content:"";position:absolute;width:80%;height:.5px;bottom:0;left:0;right:0;margin:auto;opacity:.2;background-color:#546381}aside .guests__positions .guests__items .guests__content .guests__item .distribution__dishes>div:hover,.sidebar .guests__positions .guests__items .guests__content .guests__item .distribution__dishes>div:hover{opacity:.8}aside .guests__positions .guests__items:hover,.sidebar .guests__positions .guests__items:hover{background-color:#f6f8fe}aside .guests__positions-total,.sidebar .guests__positions-total{display:flex;justify-content:flex-end;width:100%;padding:9px 18px;box-sizing:border-box;margin:0;font-size:14px;color:#424855;background-color:#fff;border-top:1px solid rgba(4,10,27,.15)}aside .guests__selected,.sidebar .guests__selected{position:relative;box-shadow:4px 0 40px #0009;transition:.15s}aside .guests__title,.sidebar .guests__title{display:flex;align-items:center;justify-content:space-between;height:36px;padding:0 18px}aside .guests__title p,.sidebar .guests__title p{font-size:15px;font-weight:700;color:#424855}aside .guests__menu li,.sidebar .guests__menu li{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(46,67,108,.1019607843);list-style-type:none;padding:0 3px;margin:0}aside .guests__menu li:hover,.sidebar .guests__menu li:hover{background-color:#f4f3f3}aside .guests__menu li:hover .cuantity,.sidebar .guests__menu li:hover .cuantity{opacity:.9}aside .guests__menu li .food_name,.sidebar .guests__menu li .food_name{text-overflow:ellipsis;overflow:hidden;width:150px;height:1.2em;white-space:nowrap}aside .guests__popup,.sidebar .guests__popup{position:absolute;left:15px;width:280px;max-width:100%;border-radius:16px;box-shadow:0 10px 40px #0003;background:#fff;z-index:3}aside .guests__popup ul li,.sidebar .guests__popup ul li{display:flex;align-items:center;gap:8px;padding:15px;font-size:16px;font-weight:400;cursor:pointer}aside .guests__popup ul li img,.sidebar .guests__popup ul li img{width:18px;height:18px}aside .guests__popup ul li:hover,.sidebar .guests__popup ul li:hover{background-color:#f6f8fe}aside .guests__popup ul li:last-child,.sidebar .guests__popup ul li:last-child{border-bottom-left-radius:16px;border-bottom-right-radius:16px}aside .guests__popup ul li:not(:last-child),.sidebar .guests__popup ul li:not(:last-child){border-bottom:1px solid rgba(184,196,221,.2)}aside .guests__popup:after,.sidebar .guests__popup:after{content:"";position:absolute;left:16px;bottom:100%;width:0;height:0;border-style:solid;border-width:0 13px 13px 13px;border-color:transparent transparent #fff transparent}aside .guests__popup .content,.sidebar .guests__popup .content{max-height:30%;overflow:auto}aside .guests .guest-1,.sidebar .guests .guest-1{border:3px solid var(--guest-1-strong)}aside .guests .guest-1 .guest,aside .guests .guest-1 .guests__title,.sidebar .guests .guest-1 .guest,.sidebar .guests .guest-1 .guests__title{background-color:var(--guest-1-light)}aside .guests .guest-2,.sidebar .guests .guest-2{border:3px solid var(--guest-2-strong)}aside .guests .guest-2 .guest,aside .guests .guest-2 .guests__title,.sidebar .guests .guest-2 .guest,.sidebar .guests .guest-2 .guests__title{background-color:var(--guest-2-light)}aside .guests .guest-3,.sidebar .guests .guest-3{border:3px solid var(--guest-3-strong)}aside .guests .guest-3 .guest,aside .guests .guest-3 .guests__title,.sidebar .guests .guest-3 .guest,.sidebar .guests .guest-3 .guests__title{background-color:var(--guest-3-light)}aside .guests .guest-4,.sidebar .guests .guest-4{border:3px solid var(--guest-4-strong)}aside .guests .guest-4 .guest,aside .guests .guest-4 .guests__title,.sidebar .guests .guest-4 .guest,.sidebar .guests .guest-4 .guests__title{background-color:var(--guest-4-light)}aside .guests .guest-5,.sidebar .guests .guest-5{border:3px solid var(--guest-5-strong)}aside .guests .guest-5 .guest,aside .guests .guest-5 .guests__title,.sidebar .guests .guest-5 .guest,.sidebar .guests .guest-5 .guests__title{background-color:var(--guest-5-light)}aside .guests .guest-6,.sidebar .guests .guest-6{border:3px solid var(--guest-6-strong)}aside .guests .guest-6 .guest,aside .guests .guest-6 .guests__title,.sidebar .guests .guest-6 .guest,.sidebar .guests .guest-6 .guests__title{background-color:var(--guest-6-light)}aside .comment__popup,.sidebar .comment__popup{position:absolute;width:480px;height:fit-content;max-width:100%;padding:20px;background-color:#fff;border-radius:16px;box-shadow:20px 0 40px #0003;z-index:15}aside .comment__popup:after,.sidebar .comment__popup:after{content:"";position:absolute;left:16px;width:0;height:0;border-style:solid;border-width:0 13px 13px 13px;border-color:transparent transparent #fff transparent}aside .comment__popup textarea,.sidebar .comment__popup textarea{width:100%;border-radius:10px;border:1px solid #7390E1;padding:10px;box-sizing:border-box;color:#424855;outline:none;resize:none}aside .comment__popup textarea::placeholder,.sidebar .comment__popup textarea::placeholder{font-size:15px;font-weight:400;color:#2e436c;opacity:.5}aside .comment__popup.particle-top:after,.sidebar .comment__popup.particle-top:after{top:-13px}aside .comment__popup.particle-bottom:after,.sidebar .comment__popup.particle-bottom:after{transform:rotate(180deg);bottom:-13px}aside .position__popup,.sidebar .position__popup{position:absolute;width:280px;max-width:100%;top:3rem;left:4%;border-radius:16px;box-shadow:0 10px 40px #0003;background:#fff;z-index:15}aside .position__popup>div,.sidebar .position__popup>div{display:flex;align-items:center;gap:8px;padding:15px;cursor:pointer}aside .position__popup>div p,.sidebar .position__popup>div p{font-size:16px;font-weight:400;margin:0}aside .position__popup>div img,.sidebar .position__popup>div img{width:18px;height:18px}aside .position__popup>div:hover,.sidebar .position__popup>div:hover{background-color:#f6f8fe}aside .position__popup>div:last-child,.sidebar .position__popup>div:last-child{border-radius:0 0 12px 12px}aside .position__popup>div:not(:last-child),.sidebar .position__popup>div:not(:last-child){border-bottom:1px solid rgba(184,196,221,.2)}aside .position__popup:after,.sidebar .position__popup:after{content:"";position:absolute;left:16px;bottom:100%;width:0;height:0;border-style:solid;border-width:0 13px 13px 13px;border-color:transparent transparent #fff transparent}aside .position__popup .content,.sidebar .position__popup .content{max-height:30%;overflow:auto}aside .guests::-webkit-scrollbar,.sidebar .guests::-webkit-scrollbar{width:5px}aside ::-webkit-scrollbar-thumb,.sidebar ::-webkit-scrollbar-thumb{background:#c8c8c8;border-radius:10px}aside .total,.sidebar .total{position:absolute;bottom:0;width:100%;box-sizing:border-box;background:#ffffff;box-shadow:-1px -6px 15px #0029790f;padding:0 20px 15px}@media (max-width: 1300px){aside .total p,.sidebar .total p{padding:0;margin:.2em}aside .total .buttons,.sidebar .total .buttons{margin-top:8px;flex-direction:column;align-items:flex-start}aside .total .buttons .menu-comment,.sidebar .total .buttons .menu-comment{width:100%;justify-content:space-between}}aside .total .course__popup,.sidebar .total .course__popup{position:absolute;right:0;left:0;display:flex;align-items:center;justify-content:space-between;margin:auto;bottom:calc(100% + 3rem);width:100%;max-width:285px;background-color:#040a1b;padding:10px 15px;border-radius:12px;box-sizing:border-box;color:#fff;cursor:context-menu}aside .total .course__popup p,.sidebar .total .course__popup p{font-size:14px;font-weight:500;margin:0}.menu-comment{height:44px}.menu-comment button{background-color:#424855}.menu-comment button img{filter:brightness(0) invert(1)}.menu-comment button[disabled]{background-color:transparent;color:#000}.payment-check{width:100%;display:flex;flex-direction:column;justify-content:space-between;flex:1;background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='12' ry='12' stroke='black' stroke-width='3' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");border-radius:12px;padding:0 30px;box-sizing:border-box}.payment-check p{margin-top:0;margin-bottom:0}.payment-check .line{height:.5px;flex:1;background-color:#b8c4dd}.payment-check .active-shadow{box-shadow:0 -10px 20px -13px #ffbb9273}.payment-calc{width:50%;display:flex;flex-direction:column;justify-content:space-between;border-radius:4px}.payment-calc .payment-res{width:100%;padding:0 .5em .4em;box-sizing:border-box;border:1px solid #92A0BC;border-radius:12px;font-size:1.8em;font-weight:700}.payment-calc .payment-res img{float:right;margin-top:-.7em}.payment-calc .payment-res small{font-size:.44em;font-weight:400;color:#040a1b80}.payment-calc .payment-res>div{line-height:.8em;clear:both;margin-bottom:.1em}.payment-calc .payment-res>div input{width:4em;padding:.1em .2em;text-align:center;font-weight:600;outline:none;opacity:.3}.payment-calc .payment-res>div.active input{color:#293bff;box-shadow:0 0 2px inset;opacity:1}.payment-calc .payment-pad{display:grid;grid-template-columns:repeat(3,minmax(60px,1fr));grid-column-gap:14px;grid-row-gap:10px;padding-top:15px}.payment-calc .payment-pad button{display:grid;height:80px;padding:15px 10px;justify-items:center;align-items:center;border:1px solid #92A0BC;border-radius:12px;color:#040a1b;font-size:40px;font-weight:300;background-color:#fff;font-family:Inter;user-select:none;cursor:pointer}.payment-calc .payment-pad button:hover{background-color:#f6f8fe}.payment-calc .payment-pad button:nth-last-of-type(2){grid-column:1/3}.payment-calc .payment-progress{height:100%;position:absolute;left:0;bottom:0;top:0;background:linear-gradient(270deg,#FFF 0%,rgba(255,255,255,0) 53.25%);opacity:.1;z-index:1}.payment-calc .cash>div{float:left}.payment-calc .cash>div:nth-child(2){margin-left:1em}.payment-calc .cash>div:nth-child(2) span{line-height:1.4em}#printing_receipt{display:flex;align-items:center;justify-content:center;flex:1;text-align:center;padding:8px 18px;border-radius:12px;border:1px solid #92A0BC;cursor:pointer}#printing_receipt .printing_receipt-checkbox{display:none}#printing_receipt .printing_receipt-checkbox+span{position:relative;font-size:16px;font-weight:400;line-height:28px;display:inline-flex;align-items:center;gap:5px;margin:0;user-select:none;color:#040a1b;text-wrap:nowrap}#printing_receipt .printing_receipt-checkbox+span:before{content:" ";display:inline-block;vertical-align:middle;margin-right:3px;min-width:20px;height:20px;background-color:#1927bc;border-radius:6px}#printing_receipt .printing_receipt-checkbox:checked+span:after{content:" ";background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+);background-repeat:no-repeat;background-size:13px 14px;background-position:center center;position:absolute;left:0;top:50%;transform:translateY(-50%);text-align:center;background-color:transparent;height:20px;width:20px}button{cursor:pointer}button[disabled]{opacity:.3}button[disabled] img{filter:none}.sidebar .comment,.sidebar .modifier{margin:0 4px .4em 10px;font-size:.875em}.sidebar .comment,.sidebar .modifier p{padding:.2em .6em;border-radius:0 1em 1em}.sidebar .comment{background:#eee}.sidebar .comment img{float:right;width:1em;margin-top:.1em;cursor:pointer}.sidebar .guests .modifier{border:0}.modifier p{display:inline-block;margin:0}.modifier span{float:right;margin-top:.5em;font-size:.8em;color:gray}.modifier.guest-1>p{background-color:var(--guest-1-light)}.modifier.guest-2>p{background-color:var(--guest-2-light)}.modifier.guest-3>p{background-color:var(--guest-3-light)}.modifier.guest-4>p{background-color:var(--guest-4-light)}.modifier.guest-5>p{background-color:var(--guest-5-light)}.modifier.guest-6>p{background-color:var(--guest-6-light)}.tableDialog input:checked+label{color:#fff;background:#1D6AFF;border-color:#1d6aff}.guests__title>div{width:100%;display:flex;gap:1em}.guests__title>div .dropDown{flex-grow:1}aside[data-v-4d8c0e4d]{min-width:410px;max-width:500px}main>header,main>div>header{display:flex;align-items:center;gap:.2rem;margin-bottom:1.2rem;padding:.654rem 20px;background:rgba(255,255,255,.1)}main>header>:first-child,main>div>header>:first-child{flex-grow:1}header .zoom,header .avatar,header .lock{cursor:pointer}header .zoom{height:1.5rem;background:white;border-radius:.25rem}header .zoom.disabled{background:#cfcfcf}header .avatar,header .lock{margin-left:.5rem}header .avatar{width:1.38rem;height:1.38rem;border:1px solid white}header .modifiers{margin-top:10em}header .searchable-content{width:100%;max-width:750px;max-height:75vh;height:fit-content;background:#fff;border-radius:10px;position:absolute;top:100%;right:0;margin-right:100px;z-index:10;box-shadow:0 10px 20px #2e394f33}header .searchable-content ul{display:flex;flex-direction:column;height:100%;max-height:inherit}header .searchable-content ul li{display:flex;justify-content:space-between;align-items:center;width:100%;padding:14px 20px 14px 14px;box-sizing:border-box;transition:.2s;cursor:pointer}header .searchable-content ul li .price,header .searchable-content ul li .title{font-size:18px;margin:0;font-weight:500;color:#424855}header .searchable-content ul li .price{padding-bottom:5px}header .searchable-content ul li .weight{font-weight:400;opacity:60%;color:#424855;margin:0}header .searchable-content ul li .image-box{position:relative;display:flex;align-items:center;justify-content:center;width:100%;max-width:68px;height:68px;overflow:hidden;border-radius:10px}header .searchable-content ul li .image-box img{max-height:100%}header .searchable-content ul li:hover{background-color:#f5f5f5}header .searchable-content ul li:hover img{transform:scale(1.1)}header .menu__tab{display:flex;align-items:center;justify-content:center;max-width:100%;text-align:center;box-sizing:border-box;height:100%;font-size:13px;font-weight:500;color:#fff;z-index:1;cursor:pointer}header .menu__popup{position:absolute;top:3.8rem;right:20px;width:284px;max-width:100%;padding:12px;background-color:#fff;box-shadow:0 20px 30px #00000026;border-radius:12px;z-index:20}header .menu__popup ul{background:#f3f7fc;border-radius:6px}header .menu__popup ul li{padding:8.5px 15px;letter-spacing:-.01em;background:#f3f7fc;color:#586682;font-weight:400;font-size:14px;transition:.2s;cursor:pointer}header .menu__popup ul li:not(:last-child){border-bottom:1px solid rgba(88,102,130,.0509803922)}header .menu__popup ul li:hover{background-color:#ebf1f7}header .menu__popup>p{margin-top:.7em;font-size:.9em}header .menu__popup>p img{float:right;filter:invert(1);cursor:pointer}header .menu__search{width:100%;background-color:transparent;border:1px solid #ffffff;border-radius:8px;padding:0 15px 0 40px;min-height:34px;box-sizing:border-box;color:#fff;outline:none}header .menu__search::placeholder{color:#fff}header .search__icon{width:22px;height:22px;position:absolute;bottom:0;top:0;height:100%;left:10px}header .menu__tab.active{border-bottom:3px solid #fff}@media only screen and (max-width: 1023px){header .header__items .menu-open{max-height:540px;transition:all .25s;padding:20px}header .header__items ul{background-image:url(/terminal/assets/board-background-bc48af4a.png);background-repeat:no-repeat;background-size:100% 100%;width:100%;height:min-content;margin-top:20px;box-sizing:border-box;position:absolute;left:0;right:0;padding:0 20px;display:flex;flex-direction:column;align-items:flex-start;max-height:0;overflow:hidden;transition:all .25s}header .header__items ul:before{content:"";position:absolute;width:100%;height:100%;left:0;right:0;top:0;background:rgba(255,255,255,.1)}header .searchable-content{width:95%;left:0;margin:8px auto}}.offline img{height:1.27em;margin-right:1.5em;box-shadow:0 0 8px red;border-radius:100%;background-color:#ff000080}.offline>div{position:absolute;right:0;width:23em;margin-top:.7em;padding:.5em .7em;background:white;border-radius:.6em}.offline>div:before{content:"";display:block;position:absolute;top:-5px;right:13.2em;border-right:8px solid transparent;border-left:8px solid transparent;border-bottom:6px solid white}.modifiers{margin-top:9em}.menu{display:flex;flex-direction:column;flex:1;background-image:url(/terminal/assets/board-background-bc48af4a.png);background-repeat:no-repeat;background-size:100% 100%}.menu .scrollable{padding:0 20px}.menu .img{background-color:#92a0bc}.menu__container{margin-bottom:15px}.menu__container header{display:flex;padding:1em 20px 0;background:rgba(255,255,255,.1);box-shadow:0 8px 20px #0000001a}.menu__container header .menu__tab{display:flex;align-items:center;justify-content:center;width:64px;max-width:100%;text-align:center;box-sizing:border-box;height:100%;cursor:pointer}.menu__container header .menu__tab:hover{border-bottom:1px solid #fff}.menu__container header .menu__popup{position:absolute;top:3.8rem;right:20px;width:284px;max-width:100%;padding:12px;background-color:#fff;box-shadow:0 20px 30px #00000026;border-radius:12px;z-index:20}.menu__container header .menu__popup ul{margin:0;padding:0;background:#f3f7fc;border-radius:6px}.menu__container header .menu__popup ul li{padding:10px 15px;letter-spacing:-.01em;background:#f3f7fc;color:#586682;font-weight:400;font-size:14px;transition:.2s;cursor:pointer}.menu__container header .menu__popup ul li:not(:last-child){border-bottom:1px solid rgba(88,102,130,.0509803922)}.menu__container header .menu__popup ul li:hover{background-color:#ebf1f7}@media screen and (max-width: 1200px){.menu__container header .menu__tab{width:44px}}.menu__container header .menu__search{width:100%;background-color:transparent;border:1px solid #ffffff;border-radius:8px;padding:0 15px 0 40px;min-height:34px;box-sizing:border-box;color:#fff;outline:none}.menu__container header .menu__search::placeholder{color:#fff}.menu__container header .search__icon{width:22px;height:22px;position:absolute;bottom:0;top:0;height:100%;left:10px}.menu__container header .menu__tab.active{border-bottom:2px solid #fff}.menu__container li{list-style-type:none}.employees__list{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;text-align:center;padding:40px 40px 20px}@media (max-width: 1300px){.employees__list{max-height:81px;overflow:scroll;border-bottom:1px solid white}}.employees__list--item{flex:0 0 90px;margin-bottom:1.5rem;cursor:pointer}.v-enter-active,.v-leave-active{transition:opacity .2s ease}.v-enter-from,.v-leave-to{opacity:0}.modifiers{position:absolute;margin-top:-2.5em;padding:1em;border-radius:1em;box-shadow:0 0 1em #0003;background:white;z-index:2}.modifiers div{display:flex;flex-wrap:wrap;gap:1.2em}.modifiers:before{content:"";display:block;position:absolute;top:-.7em;left:1em;border-bottom:.8em solid white;border-left:.8em solid transparent;border-right:.8em solid transparent}.modifiers label{display:block}.modifiers label input{display:none}.modifiers label>span{padding:.2em .3em;white-space:nowrap;border-radius:.4em;font-weight:700;background:#f5f5f5;border:1px solid #f5f5f5}.modifiers label>span>span{font-size:.8em;color:gray;font-weight:400}.modifiers input:checked+span{background:#ddd;border-color:#ddd}.modifiers .button{margin-top:1em;float:right}.menu__container>img{float:left;margin:.35em .7em 0 0;cursor:pointer}.menu__container ul{display:flex;flex-wrap:wrap;align-items:center;gap:10px;color:#fff;letter-spacing:-.02em;font-weight:500;cursor:pointer}.menu__container li{padding:.4em .6em;border:1px solid white;border-radius:10px}.menu__container li.active,.menu__container li:hover{background:white;color:#000}.menu__container li.active img,.menu__container li:hover img{filter:grayscale(100%)}.menu__container li img{height:1em;margin-right:.2em;vertical-align:middle;filter:brightness(0) invert(1)}.menu__container .second,.menu__container .third{margin-top:1em;font-size:.9em}.menu__container .second li,.menu__container .third li{border:1px solid #888;border-radius:1em}.menu__container .second li.active,.menu__container .second li:hover,.menu__container .third li.active,.menu__container .third li:hover{background:rgba(255,255,255,.4);color:#fff}.menu__container .third{font-size:.8em}.menu__container .third li.active,.menu__container .third li:hover{color:#000;background:white}
