@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%}.rg-root{font-family:inherit;background:transparent!important;width:100%!important;min-width:100%!important;display:flex!important;flex-direction:column!important}.reactgrid-content{width:100%!important;min-width:100%!important;flex:1!important}.rg-viewport,.rg-row{width:100%!important;min-width:100%!important}.rg-row .rg-cell:nth-last-child(2){flex:1 1 auto!important;min-width:100px!important}.rg-pane-content,.rg-sticky-pane-content{width:auto!important;min-width:100%!important}.rg-cell,.reactgrid-content .rg-cell,.rg-pane .rg-cell{background-color:transparent!important;background:transparent!important;color:#fff!important;border-color:#ffffff1a!important;font-size:.875rem!important;line-height:1.25rem!important}.rg-cell.rg-header-cell,.reactgrid-content .rg-header-cell,.rg-sticky-pane .rg-cell.rg-header-cell,.rg-pane .rg-cell.rg-header-cell{background-color:#171717!important;background:#0a0a0a!important;color:#fff!important;font-weight:500;border-bottom:1px solid rgba(255,255,255,.2)!important;padding-top:.75rem!important;padding-bottom:.75rem!important}.rg-celleditor{background-color:#000!important;border-color:hsl(var(--primary))!important;color:#fff!important}.rg-celleditor input,.rg-celleditor .rg-input,.rg-celleditor-input{color:#fff!important;background:#000!important;font-size:.875rem!important;line-height:1.25rem!important}.rg-cell.rg-cell-highlight{background:hsl(var(--primary) / .2)!important}.rg-cell.rg-cell-focus{outline:2px solid hsl(var(--ring))!important;outline-offset:-2px}.rg-range{border-color:hsl(var(--primary))!important;background:hsl(var(--primary) / .1)!important}.rg-fill-handle{background:hsl(var(--primary))!important;border-color:hsl(var(--primary))!important}.rg-checkbox-input{accent-color:hsl(var(--primary));background:transparent;border:none}.rg-cell:hover{background:#ffffff0d!important}.rg-cell-inner,.rg-cell span,.rg-cell div,.reactgrid-content .rg-cell-inner{color:#fff!important;font-size:.875rem!important;line-height:1.25rem!important}.rg-cell.rg-text-cell.placeholder{color:#ffffff80!important}.rg-cell.rg-email-cell.rg-invalid{color:#ff6464!important}.rg-root{box-shadow:none!important}.rg-sticky-pane{z-index:10;background:#0a0a0a!important}.rg-sticky-pane .rg-row,.rg-sticky-top{background:#0a0a0a!important}.reactgrid-content,.rg-pane{background:transparent!important}.rg-pane,.rg-sticky-pane,.rg-scrollable-pane{width:100%!important;min-width:100%!important}.rg-scrollable-pane{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent;scroll-behavior:auto!important}.rg-scrollable-pane::-webkit-scrollbar{width:8px;height:8px}.rg-scrollable-pane::-webkit-scrollbar-track{background:transparent}.rg-scrollable-pane::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.rg-scrollable-pane::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.dark .rg-root{color:#fff!important}[data-cell-colidx] .rg-header-cell,.rg-row:first-child .rg-cell,.rg-sticky-pane>div>div>.rg-cell{background:#0a0a0a!important}.dark .rg-cell [data-slot=badge],.dark .rg-cell button{color:inherit}.rg-dropdown-cell,.rg-dropdown-cell .rg-dropdown-selector{background:transparent!important;color:#fff!important}.rg-time-cell,.rg-date-cell,.rg-number-cell{color:#fff!important}.rg-cell input[type=text],.rg-cell input[type=number],.rg-cell input[type=email],.rg-cell textarea{color:#fff!important;background:transparent!important}.rg-fillhandle-action-border-color{border:2px dashed hsl(var(--primary))!important}.rg-checkbox-wrapper{position:relative;display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem}.rg-checkbox-input{appearance:none;-webkit-appearance:none;-moz-appearance:none;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;cursor:pointer}.rg-checkbox-visual{pointer-events:none;width:100%;height:100%;border:1px solid hsl(var(--border));border-radius:.375rem;background:transparent;display:flex;align-items:center;justify-content:center;color:transparent;transition:background .15s,border-color .15s}.rg-checkbox-input:checked+.rg-checkbox-visual{background:hsl(var(--primary));border-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.rg-checkbox-input:checked+.rg-checkbox-visual:after{content:"";position:absolute;top:50%;left:50%;width:.75rem;height:.75rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='2 8 6 12 14 4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:center;transform:translate(-50%,-50%)}.rg-checkbox-input:focus-visible+.rg-checkbox-visual{outline:2px solid hsl(var(--ring));outline-offset:2px}.rg-checkbox-input:disabled{opacity:.5;cursor:not-allowed}label>input.rg-input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;position:relative;width:1rem;height:1rem;margin:0;cursor:pointer;background:transparent;border:none}label>input.rg-input[type=checkbox]+span{display:inline-block;width:1rem;height:1rem;border:1px solid rgba(255,255,255,.3);border-radius:.25rem;background:transparent!important;transition:background .15s,border-color .15s;position:relative;pointer-events:none}label>input.rg-input[type=checkbox]:checked+span{background:hsl(var(--primary));border-color:hsl(var(--primary))}label>input.rg-input[type=checkbox]:checked+span:after{content:"";position:absolute;top:50%;left:50%;width:.75rem;height:.75rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='2 8 6 12 14 4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:center;transform:translate(-50%,-50%)}label>input.rg-input[type=checkbox]:focus-visible+span{outline:2px solid hsl(var(--ring));outline-offset:2px}label>input.rg-input[type=checkbox]:disabled+span{opacity:.5;cursor:not-allowed}.rg-cell.rg-checkbox-cell{background-color:#0a0a0a!important}
