@charset "UTF-8";.rg-celleditor-input,.rg-celleditor .rg-input{width:100%;height:100%;border:0;padding:0;margin:0;background:transparent;font-size:1em;outline:none}.rg-celleditor{box-sizing:border-box;z-index:5;background-color:#fff;box-shadow:1px 1px 6px #0000000f;display:flex;border-style:solid;border-color:#3579f8;border-width:2px;padding:0 4px}.rg-number-celleditor input{text-align:right}.reactgrid-content .rg-pane .rg-cell.rg-number-cell,.reactgrid-content .rg-pane .rg-cell .rg-time-cell,.reactgrid-content .rg-pane .rg-cell .rg-date-cell{justify-content:flex-end}.reactgrid-content .rg-pane .rg-cell.rg-email-cell.rg-invalid{color:red}.reactgrid-content .rg-pane .rg-cell.rg-text-cell.placeholder{color:#999;font-size:.8em}.reactgrid-content .rg-pane .rg-cell.rg-checkbox-cell{align-items:center;justify-content:center;padding:0;margin:0;background:transparent;pointer-events:auto}.reactgrid-content .rg-pane .rg-cell.rg-checkbox-cell input{width:20px;height:20px}.reactgrid-content .rg-pane .rg-cell.rg-chevron-cell .chevron{pointer-events:auto;display:flex;justify-content:center;align-items:center;font-weight:700;margin-right:.1em;cursor:pointer;transition:.2s all ease-in-out;height:1em;width:1em}.reactgrid-content .rg-pane .rg-cell.rg-chevron-cell .no-child{width:.5em}.reactgrid-content .rg-pane .rg-cell.rg-chevron-cell.expanded .chevron{transform:rotate(90deg)}.reactgrid-content .rg-pane .rg-cell.rg-chevron-cell.collapsed .chevron{transform:rotate(0)}.reactgrid-content .rg-pane .rg-cell.rg-checkbox-cell{justify-content:center}.reactgrid-content .rg-pane .rg-cell.rg-checkbox-cell label{position:relative;height:18px;width:18px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0}.reactgrid-content .rg-pane .rg-cell.rg-checkbox-cell label input{position:absolute;opacity:0;cursor:pointer;margin:0;height:18px;width:18px}.reactgrid-content .rg-pane .rg-cell.rg-checkbox-cell span{position:absolute;top:0;left:0;height:18px;width:18px;background-color:#eee}.reactgrid-content .rg-pane .rg-cell.rg-checkbox-cell label:hover input~span{background-color:#ccc}.reactgrid-content .rg-pane .rg-cell.rg-checkbox-cell label input:checked~span{background-color:#3579f8}.reactgrid-content .rg-pane .rg-cell.rg-checkbox-cell span:after{content:"";position:absolute;display:none}.reactgrid-content .rg-pane .rg-cell.rg-checkbox-cell label input:checked~span:after{display:block}.reactgrid-content .rg-pane .rg-cell.rg-checkbox-cell label span:after{left:7px;top:2px;width:4px;height:12px;border:solid #ffffff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.reactgrid-content .rg-pane .rg-cell.rg-dropdown-cell{padding:0;overflow:visible}.reactgrid-content .rg-pane .rg-cell.rg-dropdown-cell .rg-dropdown-menu{top:100%;background-color:#fff;border-radius:4px;box-shadow:0 0 7px #00000080;margin-bottom:8px;margin-top:2px;position:absolute;width:100%;z-index:1;box-sizing:border-box}.reactgrid-content .rg-pane .rg-cell.rg-dropdown-cell .rg-dropdown-option{padding:.3em .5em;min-height:1.5em;display:flex;align-items:center}.reactgrid-content .rg-pane .rg-cell.rg-dropdown-cell .rg-dropdown-option.selected:before{content:"✓";padding-right:.2em}.reactgrid-content .rg-pane .rg-cell.rg-dropdown-cell .rg-dropdown-option.focused{color:#000;background-color:#f1f6ff}.rg-copy-container[contenteditable]{-webkit-user-select:text;user-select:text}.reactgrid-content{user-select:none;-moz-user-select:none;-webkit-user-select:none;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;color:#000}.reactgrid-content .rg-pane.rg-pane-top,.reactgrid-content .rg-pane.rg-pane-bottom,.reactgrid-content .rg-pane.rg-pane-left,.reactgrid-content .rg-pane.rg-pane-right{position:sticky;position:-webkit-sticky;background-color:#fff}.reactgrid-content .rg-pane.rg-pane-top{top:0}.reactgrid-content .rg-pane.rg-pane-bottom{bottom:0}.reactgrid-content .rg-pane.rg-pane-left{left:0}.reactgrid-content .rg-pane.rg-pane-right{right:0}.reactgrid-content .rg-pane .rg-cell{font-size:1em;box-sizing:border-box;white-space:nowrap;position:absolute;display:flex;flex-direction:row;align-items:center;overflow:hidden;padding:0 4px;outline:none;touch-action:auto;border-color:#e8e8e8;color:#000}.reactgrid-content .rg-pane .rg-cell .rg-touch-column-resize-handle{position:absolute;top:0;right:0;width:11px;height:100%;pointer-events:auto}.reactgrid-content .rg-pane .rg-cell .rg-touch-column-resize-handle .rg-resize-handle{position:absolute;right:0;width:6px;height:100%}.reactgrid-content .rg-pane .rg-cell .rg-touch-column-resize-handle .rg-resize-handle:hover{cursor:col-resize;background-color:#3579f8}.reactgrid-content .rg-pane .rg-cell .rg-touch-row-resize-handle{position:absolute;bottom:0;left:0;height:11px;width:100%;pointer-events:auto}.reactgrid-content .rg-pane .rg-cell .rg-touch-row-resize-handle .rg-resize-handle{position:absolute;bottom:0;height:6px;width:100%}.reactgrid-content .rg-pane .rg-cell .rg-touch-row-resize-handle .rg-resize-handle:hover{cursor:row-resize;background-color:#3579f8}.reactgrid-content .rg-pane .rg-cell .rg-groupId{font-size:.8em;position:absolute;right:4px;top:4px}.reactgrid-content .rg-pane .rg-cell-focus,.reactgrid-content .rg-pane .rg-cell-highlight{position:absolute;pointer-events:none;box-sizing:border-box;border-style:solid;border-width:2px;border-color:#3579f8}.reactgrid-content .rg-pane .rg-touch-fill-handle{position:absolute;width:40px;height:40px;background-color:#ffffff03;touch-action:none;pointer-events:auto}.reactgrid-content .rg-pane .rg-touch-fill-handle .rg-fill-handle{position:absolute;cursor:crosshair;top:50%;left:50%;transform:translate(calc(-50% - .5px),calc(-50% - .5px));width:6.5px;height:6.5px;background-color:#3579f8;border-width:1px;border-style:solid;border-color:#fff;background-clip:content-box}.reactgrid-content .rg-pane .rg-partial-area{position:absolute;pointer-events:none;box-sizing:border-box}.reactgrid-content .rg-pane .rg-partial-area.rg-partial-area-part{border-width:1px;border-style:dashed;border-color:#000}.reactgrid-content .rg-pane .rg-partial-area.rg-partial-area-selected-range{border-width:1px;border-style:solid;border-color:#3579f8;background-color:#3579f859}.reactgrid-content .rg-pane-shadow{position:sticky}.reactgrid-content .rg-pane-shadow.shadow-top{pointer-events:none;top:0;box-shadow:2px 2px 3px 1px #0000000f}.reactgrid-content .rg-pane-shadow.shadow-left{pointer-events:none;left:0;box-shadow:5px 0 3px -2px #0000000f}.reactgrid-content .rg-pane-shadow.shadow-bottom{pointer-events:none;bottom:0;box-shadow:2px -1px 3px 1px #0000000f}.reactgrid-content .rg-pane-shadow.shadow-right{pointer-events:none;right:0;box-shadow:-5px 0 3px -2px #0000000f}.reactgrid-content .rg-pane-shadow.shadow-top-left-corner{box-shadow:2px 3px 3px 1px #0000000f}.reactgrid-content .rg-pane-shadow.shadow-top-right-corner{box-shadow:-2px 2px 3px 1px #0000000f}.reactgrid-content .rg-pane-shadow.shadow-bottom-left-corner{box-shadow:2px -2px 3px 1px #0000000f}.reactgrid-content .rg-pane-shadow.shadow-bottom-right-corner{box-shadow:-2px -2px 3px 1px #0000000f}.reactgrid-content .rg-context-menu{position:fixed;z-index:1000;background-color:#fff;font-size:1em;box-shadow:0 0 8px 2px #0000000f}.reactgrid-content .rg-context-menu .rg-context-menu-option{padding:8px 20px 8px 15px;cursor:pointer}.reactgrid-content .rg-context-menu .rg-context-menu-option:hover{background-color:#f2f2f2}.reactgrid-content .rg-shadow{position:absolute;background-color:#000;opacity:.1;z-index:4}.reactgrid-content .rg-column-resize-hint,.reactgrid-content .rg-row-resize-hint{background-color:#74b9ff;position:absolute;padding:5px;border-radius:0 5px 5px 0}.reactgrid-content .rg-line{position:absolute;background-color:#74b9ff;z-index:4}.reactgrid-content .rg-line-horizontal{left:0;height:2px}.reactgrid-content .rg-line-vertical{top:0;width:2px}.reactgrid-content .rg-hidden-element{border:0;padding:0;margin:0;position:fixed;width:1px;height:1px;opacity:0;top:50%;left:50%}@font-face{font-family:CaslonGraphiqueEF;src:url(/css-assets/CaslonGraphiqueEF.ttf) format("ttf"),url(/css-assets/CaslonGraphiqueEF.woff) format("woff")}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;margin-top:0;margin-bottom:.5em}p{margin-block-start:0}.nowrap{white-space:nowrap}.muted{color:#888}.ant-menu-submenu-horizontal:not(.ant-menu-overflow-item-rest)>div{padding-right:24px}.ant-menu-submenu-horizontal:not(.ant-menu-overflow-item-rest) i{display:block!important;transform:rotate(90deg) scale(1.2)!important;inset-inline-end:0!important}.main>div{background-color:#e5e5e5}.main>div>.ant-layout-header{border-bottom:1px solid #CCC}.main>div>.ant-layout-content{padding:16px}@media (max-width: 576px){.main>div>.ant-layout-content{padding:0}.main>div>.ant-layout-content>.ant-card{border:0;border-radius:0}}.firebase-emulator-warning{display:none!important}.ant-modal{top:15px}video,canvas{width:100%}.column-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}@media screen and (min-width: 992px){table{border-radius:5px 5px 0 0!important;overflow:hidden}}.ordersInfoDescriptions th{width:150px}.reorder-mode .ant-table{background-color:#f2f2f2}.reorder-mode .ant-table th,.reorder-mode .ant-table td{background-color:#fff;transition:none!important}.reorder-mode .ant-table th{border-style:solid;border-width:8px 8px 0 0;border-color:#f2f2f2;white-space:nowrap}.reorder-mode .ant-table td{border-style:solid;border-width:0 8px 0 0;border-color:#f2f2f2}.reorder-mode .ant-table th.column-hidden,.reorder-mode .ant-table td.column-hidden{opacity:.3}.payment-box{height:100%}.stripe-info-box{background:url(/css-assets/stripe-grey.svg) 60px 4px no-repeat;background-size:80px auto}.StripeElement{box-sizing:border-box;height:40px;padding:10px 15px;border:1px solid transparent;border-radius:4px;background-color:#fff;box-shadow:none;-webkit-transition:box-shadow .15s ease;transition:box-shadow .15s ease}.StripeElement--focus{box-shadow:0 1px 3px #cfd7df}.StripeElement--invalid{border-color:transparent}.StripeElement--webkit-autofill{background-color:#fefde5!important}.ElementsApp>span{display:block}.ant-form-item-label label{font-weight:600}.ant-checkbox{align-self:flex-start;margin-top:.2em}.ant-form-item .ant-form-item-label{white-space:normal}.ant-form-item .ant-form-item-label.no-wrap{white-space:nowrap}.ant-menu-item.menu-right{margin-left:auto;cursor:default}@media (max-width: 576px){.xs-hide{display:none}}@keyframes strobe{0%,to{background-color:transparent}50%{background-color:#f70579}}.highlighted{animation:strobe .3s ease-in-out 3}input[type=datetime-local]:focus{outline:none}.mapboxgl-map{height:100%}.selected{background:#43506b1c;border-radius:.1em;border:2px solid rgba(96,150,186,.81)}.trx-button-tooltip:after{content:"";width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-top:15px solid rgb(96,150,186);top:30px;right:20px;position:absolute}.table-row-import-error{background-color:"red"}body{font-family:canada-type-gibson,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.ant-card{border-color:#ccc}@media (max-width: 992px){.ant-card .ant-card-body{padding:16px!important}}@media (max-width: 576px){.ant-card{border-radius:0;border:0}}#egress-dashboard,#egress-dashboard a{font-family:canada-type-gibson,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:14px;color:#fff}.lightweight-tooltip-item{position:relative}.lightweight-tooltip{position:absolute;background-color:#111;color:#fff;padding:5px;border-radius:5px;z-index:1000;visibility:hidden;font-family:canada-type-gibson,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:14px}.lightweight-tooltip-hover,.lightweight-tooltip:hover{visibility:visible}.lightweight-tooltip:after{content:"";position:absolute;border:5px solid #111;display:none}.lightweight-tooltip-placement-top{margin-top:-5px}.lightweight-tooltip-placement-bottom{margin-top:5px}.lightweight-tooltip-placement-left{margin-left:-5px}.lightweight-tooltip-placement-right{margin-left:5px}.lightweight-tooltip-placement-top:after{left:50%;transform:translate(-50%);margin-top:5px;border-color:#111 transparent transparent transparent}.lightweight-tooltip-placement-bottom:after{left:50%;top:0;transform:translate(-50%) translateY(-100%);border-color:transparent transparent #111 transparent}.lightweight-tooltip-placement-left:after{right:0;top:50%;transform:translate(100%) translateY(-50%);border-color:transparent transparent transparent #111}.lightweight-tooltip-placement-right:after{left:0;top:50%;transform:translate(-100%) translateY(-50%);border-color:transparent #111 transparent transparent}.lightweight-tooltip:hover:before,.lightweight-tooltip:hover:after,.lightweight-tooltip-hover:before,.lightweight-tooltip-hover:after{display:block}
