@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100..700&family=Roboto:wght@300;400;500;600;700;800&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.builder-button{display:flex;border-radius:8px;background-color:#2797e8;color:#fff;border:0;font-family:Poppins,sans-serif;font-weight:300;font-size:20px;padding:8px 20px;justify-content:center;cursor:pointer;align-items:center;width:fit-content;height:fit-content;position:relative}.builder-button .dynamic-icon-wrapper{width:30px;height:30px}.dynamic-icon-wrapper{width:40px;height:40px}.dynamic-icon-wrapper svg{width:100%;height:100%}.cash-ledger{--font-family: "Roboto Mono", monospace;font-family:var(--font-family);font-size:10px;overflow:hidden}.cash-ledger *{margin:0;padding:0}.transaction-grid{display:grid;grid-template-columns:repeat(3,1fr);width:100%;align-items:center}.transaction-grid>p:nth-child(3n){justify-content:flex-end;display:flex;align-items:center}.transaction-grid>p:nth-child(3n-1){justify-content:center;display:flex;align-items:center}.cash-ledger-bold{font-weight:700}.flex-space{display:flex;justify-content:space-between;width:100%}.flex-row{display:flex;flex-direction:row}.flex-col{display:flex;flex-direction:column}.cash-ledger-gap{display:flex;gap:16px}.divider{display:block;height:1px;border:none;background-color:#000;margin:4px 0}.cash-ledger-builder-wrapper{height:fit-content;padding:12px;width:100%;background-color:#fff;position:relative}.builder-div{display:flex;position:relative;width:100%;height:fit-content;max-height:100%}.builder-div:has(>#builder-add-elem-plus){outline:2px dashed var(--spacer)}.builder-div:has(>#builder-add-elem-plus):hover{outline:2px dashed var(--primary)}.builder-divider{width:100%;height:100px;border:none!important;margin:8px 0;display:flex;align-items:center;overflow:hidden;position:relative}.builder-divider.builder-hover:hover{outline:2px dashed #2797e8;border-radius:4px}.eos{--font-family: "Roboto Mono", monospace;font-family:var(--font-family);font-size:8px;overflow:hidden}.eos *{margin:0;padding:0}.eos-layout{display:flex;flex-direction:column;gap:8px}.bold{font-weight:700}.flex-row-space{display:flex;justify-content:space-between}.divider{display:block;height:1px;border:none;background-color:#000;margin:8px 0}.eos-header{display:flex;gap:4px;flex-direction:column;font-size:7px}.m-y-big{margin:8px 0}.gap-layout{display:flex;gap:16px;flex-direction:column}.gap-layout-small{display:flex;gap:4px;flex-direction:column}.eos-3-grid{display:grid;grid-template-columns:repeat(3,1fr);width:100%;align-items:center}.eos-3-grid>p:nth-child(3n){justify-content:flex-end;display:flex;align-items:center}.eos-3-grid>p:nth-child(3n-1){justify-content:center;display:flex;align-items:center}.eos-2-grid{display:grid;grid-template-columns:repeat(2,1fr);width:100%;align-items:center}.eos-2-grid>p:nth-child(2n){justify-content:flex-end;display:flex;align-items:center}.eos-builder-wrapper{height:fit-content;padding:12px;width:100%;background-color:#fff;position:relative}.builder-icon{position:relative;width:fit-content;height:fit-content}.builder-image{overflow:hidden;display:flex;max-height:100%;max-width:100%;align-items:center;justify-content:center}.builder-image img{object-fit:contain;object-position:center;max-height:100%;max-width:100%}.builder-image.placeholder-image{align-items:center;justify-content:center;outline:2px dashed var(--spacer);width:min(200px,80%);height:min(200px,80%)}.builder-image.placeholder-image img{object-fit:contain;max-width:200px;height:auto}.obj-fit-cover.builder-image:not(.placeholder-image){display:block;position:relative;width:100%;height:100%;overflow:hidden}.obj-fit-cover.builder-image:not(.placeholder-image)>img{object-fit:cover;object-position:center;width:100%;height:100%;max-height:unset;max-width:unset}.loaded-img{width:36px;height:36px}.builder-page{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;position:relative;overflow-y:auto}.builder-popup-background{width:100%;height:100%;position:fixed;left:0;top:0;display:flex;align-items:center;justify-content:center;background-color:#7b8c984d;z-index:26}.builder-popup-background.align-left{justify-content:left}.builder-popup-background.align-left .builder-popup{width:400px;height:100%;border-radius:0}.builder-popup-background.align-center{justify-content:center}.builder-popup-background.align-center .builder-popup{width:1000px;height:900px}.builder-popup-background.align-right{justify-content:right}.builder-popup-background.align-right .builder-popup{width:400px;height:100%;border-radius:0}.builder-popup-background.align-right .builder-popup>button.popup-exit{left:auto;right:calc(100% + 20px)}.builder-popup-background .builder-popup{box-sizing:border-box;border-radius:15px;box-shadow:0 15px 40px #0000004d;background-color:#fff;display:flex;flex-direction:column;position:relative;align-items:center;justify-content:center;align-self:center;width:1000px;height:900px;max-width:100%;max-height:100%}.builder-popup-background .builder-popup>button.popup-exit{position:absolute;left:calc(100% + 20px);top:20px;width:fit-content;height:fit-content;background-color:#fff;border-radius:8px;padding:0;border:0}.receipt-builder-wrapper{height:fit-content;padding:12px;width:100%;background-color:#fff;position:relative}.receipt-refund-title{font-family:Roboto Mono;font-size:14px;font-weight:700;line-height:42.2px;text-align:center}.print-signature-container{width:100%;display:flex;flex-direction:column;padding:8px 0}.print-signature-container .print-signature-label{font-size:8px}.print-signature-container .print-signature-subtext{font-size:6px}.print-signature-container .sig-relative-container{position:relative;width:100%;height:150px;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:8px}.print-signature-container .sig-relative-container span{position:absolute;left:0;bottom:4px}.print-signature-container .sig-relative-container .sig-underline{position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#000}.print-signature-container .sig-relative-container .print-signature{max-height:100%;width:auto;display:block;object-fit:contain}.receipt{--font-family: "Roboto Mono", monospace;font-family:var(--font-family);margin:0;box-sizing:border-box;image-rendering:crisp-edges;flex-shrink:initial;min-height:fit-content;display:flex;flex-direction:column;font-size:10px;overflow-x:hidden;background-color:#fff}.receipt .receipt-title-logo{text-transform:uppercase;font-weight:700;font-size:36px}.receipt .y-pad-small{padding:2px 0}.receipt .y-pad-big{padding:10px 0}.receipt .x-pad-small{padding:0 4px}.receipt .logo{font-size:28px;font-weight:600;color:#3d4c66}.receipt .receipt-header{display:flex;justify-content:center;align-items:center;background-color:#f0f2f4}.receipt .receipt-container{display:flex;flex-direction:row;align-items:stretch;width:100%;font-weight:100;background-color:#fff;font-family:Roboto Mono,monospace}.receipt .row{display:flex;flex-direction:column;flex-wrap:wrap;width:100%;padding:5px 0;margin:0 15px}.receipt .row-barcode{display:flex;flex-direction:column;flex-wrap:wrap;width:100%;padding:5px 0}.receipt .row:first-child{margin-left:0}.receipt .row:nth-child(4),.receipt .row:nth-child(3){margin:0}.receipt .wrapper{display:flex;flex-direction:row;align-items:center}.receipt .wrapper-info{width:90%;display:flex;flex-direction:column;align-items:center}.receipt .wrapper-info-inner{display:flex;justify-content:center;display:none;margin:0 0 10px}.receipt .label{margin-right:5px}.receipt .value,.receipt .label{font-size:12px}.receipt .label{font-weight:600}.receipt hr.divider{display:block;height:1px;border:none;background-color:#000}.receipt .content{flex:1 0 auto;font-family:Roboto Mono,monospace}.receipt .bottom-container{display:flex;justify-content:space-between}.receipt .amount-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.receipt .amount-container-emv{display:flex;justify-content:space-between;flex-direction:column;align-items:center;margin:10px 20px;width:100%}.receipt .amount-wrapper-emv{width:100%}.receipt .emv-data-container{margin:5px 0;font-family:Roboto Mono,monospace}.receipt .wrapper-barcode{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;font-weight:400}.receipt .barcode{display:flex;justify-content:center;align-items:center;max-width:250px;min-width:250px;object-fit:contain}.receipt .amount-label{width:fit-content}.receipt .amount-label,.receipt .amount-value{font-weight:700}.receipt .title{font-size:24px;width:100%}.receipt .title-wrapper{display:flex;justify-content:space-between;align-items:center}.receipt .title-wrapper-note{display:flex;justify-content:center}.receipt .footer{display:flex;justify-content:space-between;align-items:center;margin:0 20px;flex-shrink:0;font-size:12px}.receipt .footer-wrapper{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:space-between;padding:10px 20px;word-break:break-all}.receipt .footer-wrapper>.barcode{display:none}.receipt .yourshop{font-weight:600;width:fit-content;word-wrap:break-word;word-break:break-all;margin:10px 0 5px}.receipt .footer-address{display:flex;flex-direction:column;align-items:center;text-align:center}.receipt .side-info-container{width:100%;margin-right:20px}.receipt .info-container{display:none;justify-content:center;align-items:center}.receipt .custom-image{display:flex;justify-content:center;align-items:center;margin-top:50px;width:85%;height:250px;background-color:#f0f2f4}.receipt .header-wrapper-container{width:100%}.receipt .header-info-content{display:flex;width:100%}.receipt .bold{font-weight:600}.receipt .normal{font-weight:500}.receipt .small-font{font-size:10px}.receipt .product-container{width:100%;font-weight:300}.receipt .bottom-container-info{display:flex;flex-direction:column;justify-content:space-between}.receipt .bottom-container-info>.wrapper-info:not(:first-child){margin-top:10px}.receipt .bottom-container{justify-content:center;margin-top:10px}.receipt .modifiers{margin:2px 8px}.receipt .sku{margin:2px 0}.receipt .no-break{word-break:keep-all}.receipt .break-word{word-wrap:break-word;word-break:break-all}.receipt .full-width{width:100%}.receipt .product-wrapper{display:flex;justify-content:space-between}.receipt .product-price-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:end}.receipt .modifiers-wrapper{display:flex;flex-direction:row;justify-content:space-between}.receipt .product-tax-container{display:flex;flex-direction:column}.receipt .product-tax-wrapper{display:flex;justify-content:space-between}.receipt .product-total-wrapper{display:flex;justify-content:space-between;margin-bottom:10px}.receipt .multiple-product{margin-right:10px}.receipt .refund-container{display:flex;flex-direction:column;align-items:center;width:100%;font-family:Roboto Mono,monospace;font-weight:300}.receipt .refund-header{font-size:12px}.receipt .refund-amount-container{display:flex;justify-content:end;width:100%}.receipt .logo-image{width:150px;object-fit:fill}.receipt .item-discount-container{display:flex;flex-direction:column;width:100%;gap:2px}.receipt .amount-box{display:flex;flex-direction:column;gap:2px}.receipt .item-discount-wrapper,.receipt .item-fee-wrapper{display:flex;justify-content:space-between;align-items:center}.receipt .notes-wrapper{display:flex;align-items:center;flex-direction:column}.receipt .emv-data-wrapper{display:flex;justify-content:space-between;margin-top:2px}.receipt #gift-header-small{display:none}@media (max-width: 680px){.receipt #gift-header-small{display:block}.receipt .row{flex-direction:column;align-items:flex-start;margin:0;padding:0}.receipt .label,.receipt .value{margin-right:5px}.receipt .amount-container{justify-content:center;width:100%}.receipt .footer{justify-content:center;flex-direction:column}.receipt .footer-wrapper{flex-direction:column}.receipt .title-wrapper{justify-content:center}.receipt .title-wrapper>img{display:none}.receipt .footer-wrapper>.barcode{display:flex;align-items:center;width:300px}.receipt .wrapper-barcode,.receipt .wrapper-info{display:none}.receipt .mar{margin:0 40px}.receipt .receipt-container{flex-direction:column}.receipt .receipt-title-logo{display:none}.receipt .wrapper-info-inner{display:flex;text-align:center;margin-top:15px}.receipt .header-info-content{display:flex;flex-direction:column;width:100%}.receipt #order-info-header{display:none}.receipt hr.divider{display:block;border-bottom:1px solid black}.receipt .side-info-container{display:none}.receipt .info-container{display:flex;flex-direction:column}.receipt .info-container>.custom-image{margin-top:15px;height:200px;object-fit:cover}.receipt .yourshop{text-align:center}.receipt .item-info{max-width:250px}.receipt .multiple-product{font-size:10px}.receipt .amount-label{min-width:0}.receipt .barcode>img{transform:scale(1)}.receipt .modifiers{margin:0 20px 0 0}.receipt .product-price-wrapper{flex-direction:column}.receipt .multiple-product{margin-right:0}.receipt .small-font{font-size:12px}}@media (max-width: 220px){.receipt .item-info,.receipt .sku{font-size:10px}.receipt .yourshop{font-size:9px}.receipt .footer-address{font-size:10px}.receipt .wrapper-info-inner>.value{padding:10px}.receipt .barcode{transform:scale(.95)}.receipt .modifiers,.receipt .modifiers>div{font-size:11px}}.builder-simple-cart{position:relative;width:fit-content;height:fit-content;overflow-x:auto}.builder-simple-cart span.cart-button{display:flex;align-items:center;overflow:hidden;gap:4px}.builder-simple-cart span.cart-button img{width:24px;height:24px}.builder-simple-cart span.cart-button span{font-family:Poppins;font-size:16px;font-weight:500;color:#3d4c66}.builder-simple-cart.unfixed-mode{width:100%;height:100%}.builder-simple-cart aside.expanded-cart{width:400px;height:100%;box-shadow:5px 0 20px #77879333;display:flex;flex-direction:column;background-color:#fff;z-index:25}.builder-simple-cart aside.expanded-cart.left{margin-right:auto;align-self:flex-start;order:-1}.builder-simple-cart aside.expanded-cart.right{margin-left:auto;order:99}.builder-simple-cart aside.expanded-cart.right .slideout-header button img{transform:rotate(180deg)}.builder-simple-cart aside.expanded-cart.fixed-left{position:fixed;left:0;top:0;z-index:25}.builder-simple-cart aside.expanded-cart.fixed-right{position:fixed;right:0;top:0;z-index:25}.builder-simple-cart aside.expanded-cart.unfixed{position:static;top:auto;left:auto;box-shadow:none;width:100%}.builder-simple-cart aside.expanded-cart header{padding:20px 20px 0}.builder-simple-cart aside.expanded-cart header .row{width:100%;display:flex;align-items:center;gap:7px;padding-bottom:20px;border-bottom:1px solid #d4dee5}.builder-simple-cart aside.expanded-cart header .row .cart{display:flex;width:0;flex-grow:1;align-items:center;gap:7px}.builder-simple-cart aside.expanded-cart header .row .cart img{width:24px;height:24px}.builder-simple-cart aside.expanded-cart header .row .cart span{font-family:Poppins;font-size:20px;font-weight:500;line-height:17.6px;text-align:left;color:#3d4c66;width:0;flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.builder-simple-cart aside.expanded-cart header .row .btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#f5f3f7;border-radius:6px}.builder-simple-cart aside.expanded-cart header .row .btn img{width:24px;height:24px}.builder-simple-cart aside.expanded-cart section{width:100%;height:0;flex-grow:1;padding:20px;display:flex;flex-direction:column;gap:17px;overflow-y:auto}.builder-simple-cart aside.expanded-cart section .cart-order-notes-label{font-weight:500;line-height:150%;letter-spacing:0%;vertical-align:middle}.builder-simple-cart aside.expanded-cart section .cart-order-notes{font-weight:400;line-height:150%;letter-spacing:0%;vertical-align:middle}.builder-simple-cart aside.expanded-cart section article{width:100%;padding-bottom:17px;border-bottom:1px solid #f5f3f7}.builder-simple-cart aside.expanded-cart section article:last-child{border-bottom:0}.builder-simple-cart aside.expanded-cart section article .product-row{display:flex;flex-direction:column;width:100%}.builder-simple-cart aside.expanded-cart section article .product-row .product-main-row{display:flex;justify-content:space-between;align-items:center;width:100%}.builder-simple-cart aside.expanded-cart section article .product-row .product-main-row .product-qty{color:#2797e8;width:fit-content;font-family:Poppins;font-size:20px;font-weight:500;text-align:left}.builder-simple-cart aside.expanded-cart section article .product-row .product-main-row .product-qty img{width:24px;height:24px;margin-right:4px;transform:translateY(3px)}.builder-simple-cart aside.expanded-cart section article .product-row .product-main-row .product-qty .prod-name{font-family:Poppins;font-size:20px;font-weight:500;text-align:left;color:#3d4c66}.builder-simple-cart aside.expanded-cart section article .product-row .product-main-row .product-price{text-align:right;font-family:Poppins;font-size:20px;font-weight:500;color:#3d4c66}.builder-simple-cart aside.expanded-cart section article .product-row .product-extra-row{display:flex;justify-content:space-between;align-items:center}.builder-simple-cart aside.expanded-cart section article .product-row .product-extra-row .sku{font-size:14px;margin-left:16px}.builder-simple-cart aside.expanded-cart section article .product-row .product-extra{font-family:Poppins;font-size:18px;font-weight:300;text-align:left;color:#758696;display:flex;align-items:center;gap:3px}.builder-simple-cart aside.expanded-cart section article .product-row .product-extra img{width:24px;height:24px}.builder-simple-cart aside.expanded-cart section article .product-row .discount-value-container,.builder-simple-cart aside.expanded-cart section article .product-row .fee-value-container{display:flex;align-items:center}.builder-simple-cart aside.expanded-cart section article .product-row .grey{font-family:Poppins;font-size:18px;font-weight:300;color:#758696}.builder-simple-cart aside.expanded-cart section article .product-row .grey.unit-price{text-align:right;width:100%}.builder-simple-cart aside.expanded-cart section article .product-row .delete-action{display:flex;justify-content:flex-end;margin-left:4px}.builder-simple-cart aside.expanded-cart section article .product-row .btn{display:flex;align-items:start;width:28px}.builder-simple-cart aside.expanded-cart section article .product-row .btn svg{width:100%;height:100%}.builder-simple-cart aside.expanded-cart section article .product-info,.builder-simple-cart aside.expanded-cart section article .product-price-actions,.builder-simple-cart aside.expanded-cart section article .product-details{display:none}.builder-simple-cart aside.expanded-cart footer{padding:20px;background-color:#f8fafc;display:flex;flex-direction:column;gap:12px}.builder-simple-cart aside.expanded-cart footer .row{width:100%;display:flex}.builder-simple-cart aside.expanded-cart footer .row span{font-family:Poppins;font-size:20px;font-weight:400;text-align:left;color:#3d4c66}.builder-simple-cart aside.expanded-cart footer .row span:last-child{width:0;flex-grow:1;text-align:right}.builder-simple-cart aside.expanded-cart footer .row.total{padding-top:12px;border-top:1px solid #d4dee5}.builder-simple-cart aside.expanded-cart footer .row.total.no-border{border:0;padding-top:0}.builder-simple-cart aside.expanded-cart footer .row.total span{font-size:24px;font-weight:500}.builder-simple-cart aside.expanded-cart footer .row.payments{padding-left:16px}.payment{display:flex;flex-direction:column;gap:12px}.customer-box{justify-content:space-between;border-radius:8px;height:40px;width:100%;display:flex;align-items:center;background-color:#e7f4fe;padding:8px 12px;font-family:Poppins;font-weight:400;font-size:14px;line-height:150%;letter-spacing:0%;color:#2797e8}.customer-box .customer-details{display:flex;align-items:center;gap:8px}.space-between{display:flex;align-items:center;justify-content:space-between;gap:8px}.remove-fee-btn{display:flex;align-items:center;justify-content:center;height:24px;width:24px}.builder-text{font-family:Poppins;display:inline-block;height:fit-content;min-height:16px;font-weight:300;font-size:20px;max-width:100%}textarea.builder-text{resize:none;overflow:hidden}.builder-barcode{width:min(200px,100%);height:min(200px,100%)}.builder-barcode img{width:100%;height:100%}.product-quantity{display:flex;align-items:center;position:relative;width:fit-content}.product-quantity button{display:flex;align-items:center;justify-content:center;background-color:#ddf1ff;border:0;border-radius:8px;padding:8px}.product-quantity button .icon-wrapper{display:flex;align-items:center;justify-content:center}.product-quantity button:hover{cursor:pointer}.product-quantity input{width:64px;font-family:Poppins;font-size:20px;border:0;background-color:transparent;outline:0;text-align:center}.builder-global-block-print{width:100%;display:flex;flex-direction:column;box-sizing:border-box;position:relative}.order-data-wrapper{display:flex;flex-direction:column;width:100%;max-height:100%;justify-content:flex-start!important}.order-data-wrapper .line-items{display:flex;flex-direction:column}.order-data-wrapper .line-items>*:not(:first-child) .builder-selected{outline:none!important}.single-line-item{display:flex;padding:16px 8px;gap:20px}.repeated-div-no-select .builder-selected.builder-hover{outline:none!important}.dynamic-grid{width:100%;height:100%;max-height:100%;position:relative;display:grid;overflow-y:auto;grid-template-columns:repeat(4,1fr);grid-auto-rows:min-content;row-gap:20px;column-gap:20px;align-content:start;justify-content:start;padding:2px;-ms-overflow-style:none;scrollbar-width:none}.dynamic-grid.empty-state{display:flex;grid-template-columns:none}.dynamic-grid.loading{overflow-y:hidden}.dynamic-grid.builder-mode>*:not(.group-separator)~:not(:first-child){opacity:.8;pointer-events:none;outline:none!important}.dynamic-grid.builder-mode>*:not(.group-separator)~:not(:first-child) .add-elem-button-wrapper{filter:grayscale(1);opacity:.4}.dynamic-grid.builder-mode>*:not(.group-separator)~:not(:first-child) *{outline:none!important;opacity:.9}.dynamic-grid>*{min-width:0}.dynamic-grid>* *{max-width:100%}.dynamic-grid ::-webkit-scrollbar{display:none}.dynamic-grid .repeater-placeholder{border:1px solid #e5e0eb;display:flex;flex-direction:column;align-items:center;justify-content:center}.dynamic-grid .repeater-placeholder img{width:70px;height:70px}.dynamic-grid .repeater-placeholder p{font-family:Poppins;font-size:14px;font-weight:500;text-align:center;color:#aba7af}.builder-iframe{overflow:hidden;position:relative}.builder-iframe iframe{width:100%;height:100%;overflow:hidden;padding:0;margin:0;border:0}.builder-iframe img{width:100%;height:100%;object-fit:contain}.iframe-overlay-message{opacity:0;position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%);background:#3d4c6605;padding:20px;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .85s cubic-bezier(1,.06,.73,.66)}.iframe-overlay-message span{font-size:20px;font-family:poppins;padding:20px 40px;color:var(--base-blue);border-radius:20px}.iframe-overlay-message:active{opacity:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .05s ease-in-out}.empty-menu-element{width:min(500px,80%);height:min(75px,100%);min-height:30px;min-width:30px;outline:2px dashed var(--spacer);border-radius:8px;background-image:url(/menu-element-icon-grey.svg);background-size:contain;background-repeat:no-repeat;background-position:center;margin:10px}.empty-menu-element:hover{background-image:url(/menu-element-icon.svg)}.empty-menu-item{width:50px;height:50px;margin:2px;border-radius:8px;outline:1px dashed var(--spacer);background-image:url(/menu-element-icon-grey.svg);background-size:contain;background-repeat:no-repeat;background-position:center}.builder-menu-element-wrapper{display:flex;flex-direction:row;height:fit-content;width:fit-content;max-width:100%;max-height:100%;overflow:hidden}.builder-menu-link{display:flex;flex-direction:column;align-items:center;justify-content:center}.builder-menu-link .icon{box-sizing:content-box;display:flex;align-items:center;justify-content:center;width:fit-content;height:fit-content}.product-variations{width:min(100%,500px);display:flex;flex-direction:column;gap:15px;position:relative;-ms-overflow-style:none;scrollbar-width:none}.product-variations ::-webkit-scrollbar{display:none}.product-variations p{font-family:Poppins;color:#758696;font-size:20px;font-weight:400;margin:0;width:fit-content}.product-variations .variation{display:flex;width:100%;flex-direction:column;gap:10px}.product-variations .variation p{color:#243249}.product-variations .variation .variation-options{display:flex;gap:10px;flex-wrap:wrap}.product-variations .variation .variation-options input{opacity:0;position:fixed;left:-10000px}.product-variations .variation .variation-options input:checked~.custom-radio{border-width:2px;border-color:#2797e8}.product-variations .variation .variation-options input:checked~.custom-radio p{font-weight:500;color:#2797e8}.product-variations .variation .variation-options input:disabled~.custom-radio{opacity:.5}.product-variations .variation .variation-options .custom-radio{padding:8px 20px;border:1px solid #e5e0eb;border-radius:8px}.radio-field-wrapper{position:relative;display:flex;flex-direction:column;max-width:100%;font-family:Poppins}.radio-field-wrapper.wrap-radio .input-wrapper{flex-wrap:wrap;align-content:start}.radio-field-wrapper p{color:#758696;font-size:16px;font-weight:500;margin:0;width:fit-content}.radio-field-wrapper .input-wrapper::-webkit-scrollbar{display:none}.radio-field-wrapper .input-wrapper{width:100%;height:fit-content;display:flex;gap:10px;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.radio-field-wrapper .input-wrapper.centered label:first-child{margin-left:auto}.radio-field-wrapper .input-wrapper.centered label:last-child{margin-right:auto}.radio-field-wrapper .input-wrapper label{width:fit-content;height:fit-content;flex-shrink:0}.radio-field-wrapper .input-wrapper label:hover{cursor:pointer}.radio-field-wrapper .input-wrapper label input{position:fixed;left:-10000px;opacity:0}.radio-field-wrapper .input-wrapper label input:checked~.custom-radio-input{border-color:#2797e8;color:#2797e8;border-width:2px}.radio-field-wrapper .input-wrapper label .custom-radio-input{border:1px solid #e5e0eb;border-radius:8px;padding:8px 20px;font-size:20px;font-weight:500;text-align:center;color:#243249;display:flex;align-items:center;justify-content:center}.radio-field-wrapper .input-wrapper label .custom-radio-input p{font-size:inherit;font-weight:inherit;text-align:inherit;color:inherit}.builder-search{width:595px;height:fit-content;position:relative;font-family:Poppins}.builder-search .input-row{width:100%;height:55px;background-color:#e7f4fe;display:flex;align-items:center;padding:12px;gap:10px;border-radius:8px}.builder-search .input-row input{width:0;flex-grow:1;height:100%;border:0;background-color:transparent;outline:0}.builder-search .input-row input:read-only{cursor:default}.builder-search .input-row button{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background-color:transparent;border:0}.builder-search .results{width:100%;height:fit-content;display:flex;flex-direction:column;position:absolute;top:100%;left:0;z-index:1000}.builder-search .results button{width:100%;background-color:transparent;border:0;display:flex;align-items:center;gap:10px;padding:12px;background-color:#e7f4fe}.builder-search .results button p{width:0;flex-grow:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left}.builder-search .results button:last-of-type{border-radius:0 0 8px 8px}.builder-search-field{position:relative;display:flex;flex-direction:column;font-family:Poppins;color:#758696;font-size:16px;font-weight:500;margin:0;width:304px}.builder-search-field.builder-mode .input-wrapper input:hover,.builder-search-field.builder-mode .input-wrapper button:hover{cursor:default}.builder-search-field .input-wrapper{position:relative;width:100%;height:100%;display:flex;align-items:center}.builder-search-field .input-wrapper .search-icon-wrapper{top:0;left:12px;height:100%;display:flex;align-items:center}.builder-search-field .input-wrapper input{padding:12px;border-width:1px;border-style:solid;border-color:#e5e0eb;border-radius:8px;background-color:transparent;outline:0;font-family:Poppins;font-size:20px;font-weight:400;color:#758696;width:100%;height:fit-content;border:0}.builder-search-field .input-wrapper input::placeholder{color:inherit}.builder-search-field .input-wrapper button{position:absolute;right:12px;top:0;height:100%;min-width:30px;display:flex;align-items:center;justify-content:center;background-color:transparent;border:0;padding:0}.builder-search-field .input-wrapper button:hover{cursor:pointer}.builder-search-field .input-wrapper button img{width:24px;height:24px}.builder-slideout{display:flex;position:relative;width:307px;height:100%;flex-shrink:0;flex-direction:column;background-color:#fff}.builder-slideout.left{margin-right:auto;align-self:flex-start;order:-1}.builder-slideout.right{margin-left:auto;order:99}.builder-slideout.fixed-left{position:fixed;left:0;top:0;z-index:25}.builder-slideout.fixed-right{position:fixed;right:0;top:0;z-index:25}.builder-slideout .slideout-header{width:100%;height:fit-content;display:flex;align-items:center;gap:8px;padding:12px}.builder-slideout .slideout-header p{margin:0;width:0;flex-grow:1;overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap}.builder-slideout .slideout-header button{display:flex;background-color:transparent;border:0;padding:0}.builder-slideout .slideout-header button img{box-sizing:content-box;width:24px;height:24px;padding:8px;border-radius:8px;background-color:#f5f3f7}.builder-slideout .slideout-header button svg{font-size:24px;padding:8px;border-radius:8px;background-color:#f5f3f7}.builder-slideout .slideout-body{width:100%;height:0;flex-grow:1;overflow-y:auto;display:flex}.payment-grid{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.payment-grid .payment-button{background-color:#2797e8;color:#fff;text-align:center;flex:1;min-width:fit-content;font-family:Poppins,sans-serif;font-weight:400;font-size:14px;padding:8px 20px;border-radius:6px;border:0;cursor:pointer}.builderMode .payment-grid .payment-button:not(:first-child){opacity:.8;pointer-events:none}.builder-customer-notes{max-width:100%;height:fit-content}.builder-customer-notes .title-row{display:flex;justify-content:space-between;align-items:center;padding-block:4px 8px}.builder-customer-notes .title-row>*{margin:0}.builder-customer-notes .dividera{height:1px}.builder-customer-notes .title-text{font-family:Poppins;font-size:16px;font-weight:600;color:#3d4c66}.builder-customer-notes .add-note-button{font-family:Poppins;font-size:12px;font-weight:500;color:#2797e8;background-color:#fff;border:none;display:flex;justify-content:center;align-items:center;margin-left:auto}.builder-customer-notes .single-note{margin-top:20px;display:flex;flex-direction:column;gap:4px}.builder-customer-notes .single-note .title-delete{display:flex;justify-content:space-between;width:100%;align-items:center}.builder-customer-notes .single-note .title-delete>*{margin:0}.builder-customer-notes .single-note .title-delete .time-delete{display:flex;align-items:center;width:fit-content}.builder-customer-notes .single-note .date-text{color:#243249;font-size:13px;font-weight:500}.builder-customer-notes .single-note .time-text{font-size:12px;color:#758696;font-weight:400}.builder-customer-notes .single-note .content{display:flex;justify-content:space-between;gap:8px}.builder-customer-notes .single-note .delete-note *{width:24px;height:24px;stroke:#aba7af}.visma-element-wrapper{display:flex;justify-content:center;align-items:center;padding:56px!important;border-radius:12px;box-shadow:0 0 45.7px #3e134d17;background-color:#fff}.builder-visma-input{width:595px;height:fit-content;position:relative;font-family:Poppins}.builder-visma-input .input-row{width:100%;height:fit-content;display:flex;align-items:center;gap:10px;border-radius:8px}.builder-visma-input .input-row input{width:0;flex-grow:1;height:100%;border:0;background-color:transparent;outline:0}.builder-visma-input .input-row input:read-only{cursor:default}.builder-visma-button-list{display:flex;flex-direction:column;gap:10px;width:fit-content}.builder-visma-button-list button{display:flex;border-radius:8px;background-color:#2797e8;color:#fff;border:0;font-family:Poppins,sans-serif;font-weight:300;font-size:20px;padding:8px 20px;justify-content:center;cursor:pointer;align-items:center;width:fit-content;height:fit-content;position:relative}.builder-editable-label-wrapper{display:flex;align-items:center;justify-content:center}.builder-dropdown-field{position:relative;display:flex;flex-direction:column;font-family:Poppins;font-size:16px;font-weight:500;color:#758696;gap:4px;width:304px}.builder-dropdown-field .tax-label{font-family:Poppins;font-size:16px;height:100%;font-weight:500;color:#3d4c66}.builder-dropdown-field .tax-config-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.builder-dropdown-field .toggle-wrapper{width:33px;height:20px;display:flex;align-items:center}.builder-dropdown-field .toggle-wrapper:hover{cursor:pointer}.builder-dropdown-field .toggle-wrapper input{position:fixed;left:-10000px;opacity:0}.builder-dropdown-field .toggle-wrapper input:checked~.custom-toggle-input{background-color:#2d7ff9}.builder-dropdown-field .toggle-wrapper input:checked~.custom-toggle-input>.toggle-handle{transform:translate(110%)}.builder-dropdown-field .toggle-wrapper input:not(:checked)~.custom-toggle-input{filter:grayscale(100%) opacity(.5)}.builder-dropdown-field .toggle-wrapper .custom-toggle-input{width:100%;height:100%;background-color:#f0f0f4;box-sizing:border-box;border-radius:4px;display:flex;align-items:center}.builder-dropdown-field .toggle-wrapper .custom-toggle-input .toggle-handle{height:15px;aspect-ratio:1/1;background-color:#fff;border-radius:3px;transform:translate(10%);box-shadow:0 3px 1px #0000000f;box-shadow:0 3px 8px #00000026;transition:transform linear .1s}.builder-dropdown-field .toggle-wrapper.disabled:hover{cursor:default}.builder-dropdown-field .toggle-wrapper.disabled .custom-toggle-input{background-color:#e0e0e4}.builder-dropdown-field.builder-mode:hover,.builder-dropdown-field.builder-mode .input-wrapper input:hover,.builder-dropdown-field.builder-mode .input-wrapper .dropdown-field-option-wrapper .dropdown-field-option:hover{cursor:default}.builder-dropdown-field:hover{cursor:pointer}.builder-dropdown-field p{margin:0}.builder-dropdown-field .input-wrapper{position:relative;display:flex;align-items:center;width:100%;height:100%}.builder-dropdown-field .input-wrapper input{max-width:100%;width:304px;padding:8px 12px;border-width:1px;border-style:solid;border-color:#e5e0eb;border-radius:8px;background-color:#fff;outline:0;font-family:Poppins;font-size:20px;font-weight:400;width:100%;height:100%}.builder-dropdown-field .input-wrapper input:hover{cursor:pointer}.builder-dropdown-field .input-wrapper input:disabled{background-color:inherit}.builder-dropdown-field .input-wrapper input.dropdown-open{border-bottom-left-radius:0;border-bottom-right-radius:0}.builder-dropdown-field .input-wrapper img{position:absolute;right:12px;height:45%;transition:transform linear .2s}.builder-dropdown-field .input-wrapper img.invert-image{transform:rotate(180deg)}.builder-dropdown-field .input-wrapper .dropdown-field-option-wrapper{position:absolute;top:100%;width:100%;height:fit-content;max-height:70vh;overflow-y:auto;overflow-x:hidden;z-index:20}.builder-dropdown-field .input-wrapper .dropdown-field-option-wrapper::-webkit-scrollbar{width:8px}.builder-dropdown-field .input-wrapper .dropdown-field-option-wrapper .dropdown-field-option{border:1px solid #e5e0eb;border-top:0;border-radius:0;padding:12px;width:100%;display:flex;align-items:center;font-family:Poppins;background-color:#fff}.builder-dropdown-field .input-wrapper .dropdown-field-option-wrapper .dropdown-field-option:hover{cursor:pointer}.builder-dropdown-field .input-wrapper .dropdown-field-option-wrapper .dropdown-field-option:last-child{border-radius:0 0 8px 8px}.builder-dropdown-field .input-wrapper .dropdown-field-option-wrapper .dropdown-field-option p{color:#3d4c66}.custom-numpad{display:flex;flex-direction:column;padding:1rem;width:100%;height:100%;position:relative;font-family:Poppins,sans-serif}.custom-numpad .numpad-preview{display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:10px}.custom-numpad .numpad-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;height:100%}.custom-numpad .numpad-row{display:contents}.custom-numpad .numpad-key{height:60px;display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;box-sizing:border-box;background-color:#fff;color:#243249;font-size:16px;font-weight:400;transition:all .2s ease}.custom-numpad .numpad-key:hover{background-color:#f4f6f8}.custom-numpad .numpad-key:active{background-color:#e5e0eb}.custom-numpad .numpad-key.delete-key img{width:24px;height:24px}.builder-linked-input-display-wrapper{display:flex;align-items:center;justify-content:center}.builder-linked-input-display-wrapper .builder-linked-input-display-price{font-size:20px;font-weight:600}.builder-linked-input-display-wrapper .builder-linked-input-display-quantity{font-size:16px;font-weight:400}.builder-smart-grid{display:grid;padding:10px;align-content:start;overflow:auto}.builder-smart-grid-tile{width:165px;height:165px;border:1px solid black}.builder-smart-tile{display:flex}.eos{--font-family: "Roboto Mono", monospace;font-family:var(--font-family);font-size:10px;overflow:hidden}.eos .eos-layout{display:flex;flex-direction:column;gap:8px}.eos .bold{font-weight:700}.eos .indent{padding-left:8px}.eos .flex-row-space{display:flex;justify-content:space-between}.eos .divider{display:block;height:1px;border:none;background-color:#000;margin:4px 0}.eos .divider-dotted{width:100%;height:.5px;border-bottom:1px var(--oliver-base-blue) dotted;margin:4px 0}.eos .eos-header{display:flex;gap:4px;flex-direction:column;font-size:7px}.eos .m-y-big{margin:4px 0}.eos .gap-layout{display:flex;gap:16px;flex-direction:column}.eos .gap-layout-small{display:flex;gap:4px;flex-direction:column}.eos .eos-3-grid{display:grid;grid-template-columns:repeat(3,1fr);width:100%;align-items:center}.eos .eos-3-grid>p:nth-child(3n){justify-content:flex-end;display:flex;align-items:center}.eos .eos-3-grid>p:nth-child(3n-1){justify-content:center;display:flex;align-items:center}.eos .eos-2-grid{display:grid;grid-template-columns:repeat(2,1fr);width:100%;align-items:center}.eos .eos-2-grid>p:nth-child(2n){justify-content:flex-end;display:flex;align-items:center}:root{--oliver-primary: #2797e8;--oliver-blue: #2797e8;--oliver-red: #ff525f;--oliver-violet: #a568bc;--oliver-light-violet: #d9d1e0;--oliver-cyan: #1db9ca;--oliver-teal: #47d2a5;--oliver-lime: #a1e663;--oliver-yellow: #ffd026;--oliver-coral: #ff8552;--oliver-light-blue: #eaf5ff;--oliver-base-grey: #758696;--oliver-new-grey: #f1f4f6;--oliver-new-cool-grey: #b0bec9;--oliver-background-grey: #f0f2f4;--oliver-border-grey: #d4dee5;--oliver-spacer: #e5e0eb;--oliver-light-grey: #d4d2d5;--oliver-divider-grey: #d9d1e0;--oliver-red-background: #FFEEEF;--oliver-base-blue: #3d4c66;--oliver-base-blue-dark: #243249;--oliver-light-background: #dfeffc;--oliver-light-button-background: #e7f4fe;--oliver-lighter-button-background: rgba(231, 244, 254, .45);--oliver-lighter-red-button-background: rgba(255, 82, 95, .2);--breakpoint-tablet: 900px;--breakpoint-phone: 600px;--approval: #00b998;--error: #d51a52}.render{margin:0;padding:0;font-family:Poppins,sans-serif}.render *{margin:0;padding:0;box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.render * :focus-visible{outline:none}.render .builder-button{padding:8px 12px}.render ::-webkit-scrollbar{width:4px;border-radius:4px}.render ::-webkit-scrollbar-thumb{background:#e5e0eb;border-radius:4px}.render ::-webkit-scrollbar-track{background-color:transparent}.render ::-webkit-scrollbar-thumb:hover{background:#e5e0eb}.render *{scrollbar-width:thin;scrollbar-color:#e5e0eb transparent}.render *::-webkit-scrollbar-thumb:hover{background:#e5e0eb}.render .hide{display:none!important}.render .notification-style *{margin:0;padding:0}.render .toast-padding{margin-bottom:12px}
