.customer-display{grid-template-rows:repeat(10,10%);grid-template-columns:repeat(10,10%);display:grid}.customer-display>div{z-index:0}.customer-display .customer-display-empty-wrapper{background:var(--dark-color,#313439);justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.customer-display .customer-display-empty-wrapper .customer-display-empty{box-sizing:border-box;color:var(--light-color,#f8f8f8);text-align:center;border-radius:6px;padding:2rem}.customer-display .customer-display-empty-wrapper .customer-display-empty .shopfront-logo{-webkit-filter:drop-shadow(0 2px 15px rgba(0,0,0,.7));filter:drop-shadow(0 2px 15px rgba(0,0,0,.7));width:90vw;max-width:500px}.customer-display.fullscreen{width:100vw;height:calc(var(--vh,1vh)*100)}.customer-display.error{text-align:center;color:var(--light-color,#f8f8f8);background:var(--dark-color,#313439);justify-content:center;align-items:center;font-size:2rem;font-weight:700;display:flex}.customer-display .customer-display-image{justify-content:center;align-items:center;display:flex;overflow:hidden}.customer-display .customer-display-image.constrain-width img{max-width:100%}.customer-display .customer-display-image.constrain-height img{max-height:100%}.customer-display .customer-display-image.fill img{min-width:100%;min-height:100%}.customer-display .customer-display-image .image-not-set{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.customer-display .customer-display-text{white-space:pre-wrap;display:flex;overflow:hidden}.customer-display .customer-display-totals{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.customer-display .sale-table-wrapper{flex-direction:column;display:flex}.customer-display .sale-table-wrapper .sale-table-scroll{flex:1 1 0;position:relative;overflow:hidden}.customer-display .sale-table-wrapper .sale-table-scroll .sale-table .cd-col{box-sizing:border-box;text-align:center;border-right:thin solid;padding:.5rem}.customer-display .sale-table-wrapper .sale-table-scroll .sale-table .cd-col.cd-icon{width:1em}.customer-display .sale-table-wrapper .sale-table-scroll .sale-table .cd-col.cd-item{text-align:left;text-overflow:ellipsis;width:calc(55% - 1em)}.customer-display .sale-table-wrapper .sale-table-scroll .sale-table .cd-col.cd-quantity,.customer-display .sale-table-wrapper .sale-table-scroll .sale-table .cd-col.cd-price,.customer-display .sale-table-wrapper .sale-table-scroll .sale-table .cd-col.cd-totalPrice{width:15%}.customer-display .sale-table-wrapper .sale-table-scroll .sale-table .cd-col:last-child{border-right:0}.customer-display .sale-table-wrapper .sale-table-scroll .sale-table .sale-line:first-child td{border-top:none}.customer-display .sale-table-wrapper .sale-table-scroll .sale-table tr td:first-child,.customer-display .sale-table-wrapper .sale-table-scroll .sale-table tr th:first-child{border-left:none}.customer-display .sale-table-wrapper .sale-table-scroll .sale-table tr td:last-child,.customer-display .sale-table-wrapper .sale-table-scroll .sale-table tr th:last-child{border-right:none}.customer-display .sale-table-wrapper .sale-table-scroll .sale-table .sale-header th{background:inherit;border-top:none;border-bottom:none;font-weight:700;position:-webkit-sticky;position:sticky;top:0}.customer-display .sale-table-wrapper .sale-table-scroll .sale-table .sale-header th.cd-grid{border-bottom:thin solid}.customer-display .sale-table-wrapper .sale-footer{text-align:right;box-sizing:border-box;border:none;padding:.5rem}.slideshow.fill .media{object-fit:initial}.slideshow.cover .media{object-fit:cover}.slideshow .media{object-fit:contain;object-position:50% 50%;opacity:0;pointer-events:none;width:100%;height:100%;margin:auto;transition:opacity 1s;position:absolute;top:0;bottom:0;left:0;right:0}.slideshow .media.current{opacity:1}.report-table-wrapper{width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:100%;position:relative}.report-table-wrapper .report-table-loading{color:#f8f8f8;opacity:.7;z-index:6;background:#313439;justify-content:center;align-items:center;padding:1rem;font-size:4em;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.report-table-wrapper .report-table-loading .report-table-loading-sticky{text-align:center;position:-webkit-sticky;position:sticky;top:0;bottom:0;left:0;right:0;overflow:hidden}.report-table tr{height:36px;max-height:36px;position:relative}.report-table tr td,.report-table tr th{text-align:center;white-space:nowrap;border:none;position:relative}.report-table tr td:first-child,.report-table tr th:first-child{text-align:left;z-index:4;position:-webkit-sticky;position:sticky;left:0}.report-table tr td:first-child div,.report-table tr th:first-child div{white-space:nowrap;text-overflow:ellipsis;max-width:50vw;overflow:hidden}.report-table tr th:first-child{z-index:6}.report-table tr.hidden{display:none}.report-table .report-table-header th{text-transform:uppercase;top:0}.report-table .report-table-footer th{bottom:0}.report-table .report-table-footer th,.report-table .report-table-header th{z-index:5;color:var(--light-color,#f8f8f8);box-sizing:border-box;background:#5ebbeb;border:none;position:-webkit-sticky;position:sticky}.report-table .report-table-footer tr{color:var(--light-color,#f8f8f8);background:#5ebbeb}.report-table .report-table-body tr td{background:var(--light-color,#f8f8f8)}.report-table .report-table-body tr:nth-child(2n) td{background:var(--light-color-10-darker)}.report-table .report-table-body tr.report-table-hidden{visibility:collapse;height:0;max-height:0;overflow:hidden}.report-table .report-table-body tr.report-table-hidden td{height:0;overflow:hidden}.report-table .report-table-group td{padding:0}.report-table .report-table-group td .report-table-group-text{padding:.5rem}.report-table .report-table-group td .report-table-group-text .shopfront-icon{margin-right:.25rem}.report-table .report-table-group-text{position:-webkit-sticky;position:sticky;left:0}.report-table .report-table-group-text.no-name{color:var(--dark-grey-color,#676b72)}.report-table .report-table-group-indicator{width:32px;position:absolute;top:0;bottom:0;left:0}.report-table .report-table-group-indicator:after,.report-table .report-table-group-indicator:before{content:"";justify-content:center;align-items:center;width:32px;font-size:.8em;display:flex;position:absolute;top:0;bottom:0;left:0}.report-table .report-table-group-indicator.group:after,.report-table .report-table-group-indicator.item:after{border-left:var(--black-color)solid thin;width:16px;margin-left:16px}.report-table .report-table-group-indicator.item:before{border-left:var(--black-color)solid thin;border-bottom:var(--black-color)solid thin;width:16px;height:50%;margin-left:16px}.report-table .report-table-group-indicator.total:after{content:"Totals";padding-left:8px}.dark-mode .report-table .report-table-footer th,.dark-mode .report-table .report-table-header th{color:#5ebbeb;background:#333}.dark-mode .report-table .report-table-body tr:nth-child(2n) td{background:#232323}.dark-mode .report-table .report-table-body tr td{background:#202020}.grid-editor{background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='100%' height='100%'><g stroke='rgba(189, 189, 189, 0.4)' stroke-dasharray='5%' stroke-width='2px' transform='translate(-1px, -1px)'><line x1='0' y1='50%' x2='100%' y2='50%'/><line x1='50%' y1='0' x2='50%' y2='100%'/></g></svg>") local}