:root{--tabulator-menu-bg: light-dark(rgb(255, 255, 255), rgb(39, 39, 39));--tabulator-menu-border-color: light-dark(rgb(202, 213, 226), rgb(63, 63, 63));--tabulator-menu-text-color: light-dark(rgb(16, 24, 40), rgb(244, 244, 244));--tabulator-menu-item-hover-bg: light-dark(rgb(255, 255, 255), rgb(63, 63, 63))}.tabulator{--tabulator-font-size: inherit;--tabulator-font-family: inherit;--tabulator-border-radius: 5px;--tabulator-border-color: light-dark(rgb(202, 213, 226), rgb(63, 63, 63));--tabulator-bg-color: light-dark(rgb(248, 250, 252), rgb(24, 24, 24));--tabulator-text-color: light-dark(rgb(16, 24, 40), rgb(244, 244, 244));--tabulator-header-bg: light-dark(rgb(248, 250, 252), rgb(39, 39, 39));--tabulator-header-border-color: light-dark(rgb(226, 232, 240), rgb(63, 63, 63));--tabulator-header-text-color: light-dark(rgb(74, 85, 101), rgb(212, 212, 212));--tabulator-row-border-color: light-dark(rgb(241, 245, 249), rgb(24, 24, 24));--tabulator-row-bg: light-dark(rgb(255, 255, 255), rgb(9, 9, 9));--tabulator-row-even-bg: light-dark(rgb(255, 255, 255), rgb(9, 9, 9));--tabulator-row-hover-bg: light-dark(rgb(248, 250, 252), rgb(24, 24, 24));--tabulator-row-selected-bg: light-dark(rgb(226, 232, 240), rgb(29, 41, 61));--tabulator-row-selected-hover-bg: light-dark(rgb(202, 213, 226), rgb(15, 23, 43));--tabulator-cell-border-color: light-dark(rgb(241, 245, 249), rgb(39, 39, 39));--tabulator-cell-selected-bg: light-dark(rgb(190, 219, 255), rgb(28, 57, 142));--tabulator-footer-bg: light-dark(rgb(248, 250, 252), rgb(39, 39, 39));--tabulator-footer-border-color: light-dark(rgb(226, 232, 240), rgb(63, 63, 63));--tabulator-footer-text-color: light-dark(rgb(30, 41, 57), rgb(212, 212, 212));--tabulator-menu-bg: light-dark(rgb(255, 255, 255), rgb(39, 39, 39));--tabulator-menu-border-color: light-dark(rgb(202, 213, 226), rgb(63, 63, 63));--tabulator-menu-text-color: light-dark(rgb(16, 24, 40), rgb(244, 244, 244));--tabulator-menu-item-hover-bg: light-dark(rgb(255, 255, 255), rgb(63, 63, 63));position:relative;transform:translateZ(0);border:1px solid var(--tabulator-border-color);border-radius:var(--tabulator-border-radius);background-color:var(--tabulator-bg-color);overflow:hidden;color:var(--tabulator-text-color);color-scheme:inherit;text-align:left}.tabulator *{font-size:var(--tabulator-font-size);font-family:var(--tabulator-font-family)}.tabulator[tabulator-layout=fitDataFill] .tabulator-tableholder .tabulator-table{min-width:100%}.tabulator[tabulator-layout=fitDataStretch] .tabulator-tableholder{scrollbar-gutter:stable}.tabulator[tabulator-layout=fitDataTable]{display:inline-flex;flex-direction:column}.tabulator input[type=checkbox]{margin:0}.tabulator-header{position:relative;box-sizing:border-box;outline:none;border-bottom:1px solid var(--tabulator-header-border-color);background-color:var(--tabulator-header-bg);width:100%;overflow:hidden;color:var(--tabulator-header-text-color);font-weight:600;user-select:none;white-space:nowrap}.tabulator-header.tabulator-header-hidden{display:none}.tabulator-header .tabulator-header-contents{position:relative;overflow:hidden}.tabulator-header .tabulator-header-contents .tabulator-headers{display:inline-flex}.tabulator-header .tabulator-col{display:inline-flex;position:relative;flex-direction:column;justify-content:center;box-sizing:border-box;border-right:1px solid var(--tabulator-header-border-color);background-color:var(--tabulator-header-bg);overflow:hidden}.tabulator-header .tabulator-col.tabulator-moving{position:absolute;border:1px solid var(--tabulator-header-border-color);border-top:none;border-bottom:none;background:light-dark(rgb(255, 247, 237), rgb(63, 63, 63));pointer-events:none}.tabulator-header .tabulator-col.tabulator-range-highlight{background-color:light-dark(rgb(226, 232, 240), rgb(63, 63, 63));color:light-dark(rgb(0, 0, 0), rgb(244, 244, 244))}.tabulator-header .tabulator-col.tabulator-range-selected{background-color:light-dark(rgb(20, 71, 230), rgb(21, 93, 252));color:#fff}.tabulator-header .tabulator-col .tabulator-col-content{display:flex;position:relative;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;padding:8px 10px}.tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button{padding:0 8px}@media(hover: hover)and (pointer: fine){.tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover{opacity:.6;cursor:pointer}}.tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder{display:inline-flex;position:relative;width:100%}.tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{display:flex;align-items:center;box-sizing:border-box;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap{text-overflow:initial;white-space:normal}.tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title:has(input[type=checkbox]){margin-top:2px}.tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title span{display:inline-block;overflow:hidden;text-overflow:ellipsis}.tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor{border:1px solid light-dark(rgb(226, 232, 240), rgb(82, 82, 82));background:light-dark(rgb(255, 255, 255), rgb(24, 24, 24));padding:4px;color:light-dark(rgb(106, 114, 130), rgb(244, 244, 244))}.tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor:focus{outline:0px}.tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button+.tabulator-title-editor{width:calc(100% - 22px)}.tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{display:flex;position:absolute;top:0;right:4px;bottom:0;align-items:center}.tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-right:5px solid rgba(0,0,0,0);border-bottom:5px solid light-dark(rgb(209, 213, 220), rgb(113, 113, 113));border-left:5px solid rgba(0,0,0,0);width:0;height:0}.tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{display:flex;position:relative;margin-right:-1px;border-top:1px solid light-dark(rgb(226, 232, 240), rgb(63, 63, 63));overflow:hidden}.tabulator-header .tabulator-col .tabulator-header-filter{position:relative;box-sizing:border-box;margin-top:8px;width:100%;text-align:center}.tabulator-header .tabulator-col .tabulator-header-filter textarea{height:auto !important}.tabulator-header .tabulator-col .tabulator-header-filter svg{margin-top:3px}.tabulator-header .tabulator-col .tabulator-header-filter input{border:1px solid light-dark(rgb(226, 232, 240), rgb(82, 82, 82));background:light-dark(rgb(255, 255, 255), rgb(24, 24, 24));padding:4px;color:light-dark(rgb(106, 114, 130), rgb(244, 244, 244))}.tabulator-header .tabulator-col .tabulator-header-filter input:focus-visible{outline:1px solid #1447e6}.tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:25px}@media(hover: hover)and (pointer: fine){.tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover{cursor:pointer;background-color:light-dark(rgb(241, 245, 249), rgb(63, 63, 63))}}.tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter{color:light-dark(rgb(209, 213, 220), rgb(113, 113, 113))}@media(hover: hover)and (pointer: fine){.tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{cursor:pointer;border-bottom:6px solid light-dark(rgb(54, 65, 83), rgb(228, 228, 228))}}.tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-top:none;border-bottom:6px solid light-dark(rgb(209, 213, 220), rgb(113, 113, 113))}.tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter{color:light-dark(rgb(30, 41, 57), rgb(228, 228, 228))}@media(hover: hover)and (pointer: fine){.tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{cursor:pointer;border-bottom:5px solid light-dark(rgb(54, 65, 83), rgb(244, 244, 244))}}.tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-top:none;border-bottom:5px solid light-dark(rgb(30, 41, 57), rgb(228, 228, 228))}.tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter{color:light-dark(rgb(30, 41, 57), rgb(228, 228, 228))}@media(hover: hover)and (pointer: fine){.tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{cursor:pointer;border-top:5px solid light-dark(rgb(54, 65, 83), rgb(244, 244, 244))}}.tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-top:5px solid light-dark(rgb(30, 41, 57), rgb(228, 228, 228));border-bottom:none;color:light-dark(rgb(30, 41, 57), rgb(228, 228, 228))}.tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title{display:flex;justify-content:center;align-items:center;writing-mode:vertical-rl;text-orientation:mixed}.tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title{transform:rotate(180deg)}.tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title{padding-top:20px;padding-right:0}.tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title{padding-top:0;padding-right:0;padding-bottom:20px}.tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter{top:4px;right:0;bottom:auto;left:0;justify-content:center}.tabulator-header .tabulator-frozen{position:sticky;left:0;z-index:11}.tabulator-header .tabulator-frozen.tabulator-frozen-left{border-right:1px solid var(--tabulator-header-border-color);background-color:var(--tabulator-header-bg)}.tabulator-header .tabulator-frozen.tabulator-frozen-right{border-left:1px solid var(--tabulator-header-border-color);background-color:var(--tabulator-header-bg)}.tabulator-header .tabulator-calcs-holder{box-sizing:border-box;border-top:1px solid light-dark(rgb(226, 232, 240), rgb(63, 63, 63))}.tabulator-header .tabulator-calcs-holder .tabulator-row{border:none;background:light-dark(rgb(255, 255, 255), rgb(9, 9, 9))}.tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator-header .tabulator-frozen-rows-holder{display:flex;flex-wrap:wrap;border-top:1px solid light-dark(rgb(226, 232, 240), rgb(63, 63, 63));background:light-dark(rgb(255, 255, 255), rgb(39, 39, 39))}.tabulator-header .tabulator-frozen-rows-holder:empty{display:none;border-bottom:none}.tabulator-header .tabulator-frozen-rows-holder .tabulator-row:last-of-type{border-bottom:none}.tabulator-tableholder{position:relative;width:100%;overflow:auto;white-space:nowrap}.tabulator-tableholder:focus-visible{outline:none}.tabulator-tableholder .tabulator-placeholder{display:flex;justify-content:center;align-items:center;box-sizing:border-box;width:100%;min-width:100%}.tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=virtual]{min-height:100%}.tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents{display:inline-flex;justify-content:center;padding:10px;color:light-dark(rgb(106, 114, 130), rgb(159, 159, 159));font-weight:600;font-size:20px;text-align:center;white-space:normal}.tabulator-tableholder .tabulator-table{display:inline-flex;position:relative;flex-direction:column;background-color:light-dark(rgb(255, 255, 255), rgb(24, 24, 24));overflow:visible;color:light-dark(rgb(16, 24, 40), rgb(244, 244, 244));white-space:nowrap}.tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs{background:light-dark(rgb(249, 250, 251), rgb(39, 39, 39));font-weight:600}.tabulator-tableholder .tabulator-range-overlay{position:absolute;z-index:10;inset:0;pointer-events:none}.tabulator-tableholder .tabulator-range-overlay.tabulator-range-overlay-hidden{visibility:hidden}.tabulator-tableholder .tabulator-range-overlay .tabulator-range{position:absolute;box-sizing:border-box;border:1px solid light-dark(rgb(21, 93, 252), rgb(81, 162, 255))}.tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after{position:absolute;right:-3px;bottom:-3px;border-radius:999px;background-color:light-dark(rgb(21, 93, 252), rgb(81, 162, 255));width:6px;height:6px;content:""}.tabulator-tableholder .tabulator-range-overlay .tabulator-range-cell-active{position:absolute;box-sizing:border-box;border:2px solid light-dark(rgb(21, 93, 252), rgb(81, 162, 255))}.tabulator-row{display:flex;position:relative;box-sizing:border-box;border-bottom:1px solid var(--tabulator-row-border-color);background-color:var(--tabulator-row-bg)}.tabulator-row.tabulator-row-even{background-color:var(--tabulator-row-even-bg)}@media(hover: hover)and (pointer: fine){.tabulator-row.tabulator-selectable:hover{cursor:pointer;background-color:var(--tabulator-row-hover-bg)}}.tabulator-row.tabulator-selected{background-color:var(--tabulator-row-selected-bg)}@media(hover: hover)and (pointer: fine){.tabulator-row.tabulator-selected:hover{cursor:pointer;background-color:var(--tabulator-row-selected-hover-bg)}}.tabulator-row.tabulator-row-moving{border:1px solid light-dark(rgb(0, 0, 0), rgb(113, 113, 113));background:light-dark(rgb(255, 255, 255), rgb(39, 39, 39))}.tabulator-row.tabulator-moving{position:absolute;z-index:15;border-top:1px solid light-dark(rgb(241, 245, 249), rgb(63, 63, 63));border-bottom:1px solid light-dark(rgb(241, 245, 249), rgb(63, 63, 63));background:light-dark(rgb(255, 247, 237), rgb(63, 63, 63));pointer-events:none}.tabulator-row.tabulator-moving .tabulator-moving-count{display:flex;position:absolute;top:-0.5em;justify-content:center;align-items:center;border-radius:1em;background:light-dark(rgb(20, 71, 230), rgb(43, 127, 255));padding:.2em;min-width:1.4em;height:1.4em;pointer-events:none;color:#fff;font-size:.825em}.tabulator-row.tabulator-range-highlight .tabulator-cell.tabulator-range-row-header{background-color:light-dark(rgb(226, 232, 240), rgb(63, 63, 63));color:light-dark(rgb(0, 0, 0), rgb(244, 244, 244))}.tabulator-row.tabulator-range-highlight.tabulator-range-selected .tabulator-cell.tabulator-range-row-header{background-color:light-dark(rgb(20, 71, 230), rgb(21, 93, 252));color:#fff}.tabulator-row.tabulator-range-selected .tabulator-cell.tabulator-range-row-header{background-color:light-dark(rgb(20, 71, 230), rgb(21, 93, 252));color:#fff}.tabulator-row.tabulator-group{box-sizing:border-box;background:light-dark(rgb(249, 250, 251), rgb(39, 39, 39));padding:5px;padding-left:10px;min-width:100%;font-weight:600}@media(hover: hover)and (pointer: fine){.tabulator-row.tabulator-group:hover{cursor:pointer;background-color:light-dark(rgb(243, 244, 246), rgb(63, 63, 63))}}.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow{margin-right:10px;border-top:5px solid light-dark(rgb(30, 41, 57), rgb(228, 228, 228));border-right:5px solid rgba(0,0,0,0);border-bottom:0;border-left:5px solid rgba(0,0,0,0)}.tabulator-row.tabulator-group.tabulator-group-level-1{padding-left:30px}.tabulator-row.tabulator-group.tabulator-group-level-2{padding-left:50px}.tabulator-row.tabulator-group.tabulator-group-level-3{padding-left:70px}.tabulator-row.tabulator-group.tabulator-group-level-4{padding-left:90px}.tabulator-row.tabulator-group.tabulator-group-level-5{padding-left:110px}.tabulator-row.tabulator-group .tabulator-group-toggle{display:inline-flex;align-items:center}.tabulator-row.tabulator-group .tabulator-arrow{display:inline-flex;align-items:center;margin-right:16px;border-top:5px solid rgba(0,0,0,0);border-right:0;border-bottom:5px solid rgba(0,0,0,0);border-left:5px solid light-dark(rgb(30, 41, 57), rgb(228, 228, 228));width:0;height:0}.tabulator-row.tabulator-group span{margin-left:10px;color:light-dark(rgb(16, 24, 40), rgb(244, 244, 244))}.tabulator-row .tabulator-responsive-collapse{flex:1 1 100%;box-sizing:border-box;border-top:1px solid light-dark(rgb(241, 245, 249), rgb(63, 63, 63));padding:5px}.tabulator-row .tabulator-responsive-collapse:empty{display:none}.tabulator-row .tabulator-responsive-collapse .tabulator-responsive-collapse-title{color:light-dark(rgb(74, 85, 101), rgb(212, 212, 212));font-weight:600}.tabulator-row .tabulator-responsive-collapse .tabulator-responsive-collapse-table{display:grid;grid-template-columns:max-content minmax(0, 1fr);column-gap:10px;row-gap:5px;margin-left:5px;width:100%}.tabulator-row .tabulator-responsive-collapse .tabulator-responsive-collapse-row{display:contents}.tabulator-row .tabulator-responsive-collapse .tabulator-responsive-collapse-row-title{grid-column:1}.tabulator-row .tabulator-responsive-collapse .tabulator-responsive-collapse-row-value{grid-column:2;min-width:0}.tabulator-row:has(.tabulator-responsive-collapse){flex-wrap:wrap}.tabulator-row .tabulator-cell{display:inline-flex;position:relative;align-items:center;box-sizing:border-box;outline:none;border-right:1px solid var(--tabulator-cell-border-color);padding:6px 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tabulator-row .tabulator-cell.tabulator-row-header{background:var(--tabulator-row-bg)}.tabulator-row .tabulator-cell.tabulator-frozen{display:inline-flex;position:sticky;left:0;z-index:11;background-color:inherit}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-right:1px solid var(--tabulator-header-border-color)}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-left:1px solid var(--tabulator-header-border-color)}.tabulator-row .tabulator-cell.tabulator-editing{display:inline-flex;align-items:center;outline:none;outline:1px solid light-dark(rgb(20, 71, 230), rgb(43, 127, 255));outline-offset:-1px;border:none;padding:0 0 0 1px}.tabulator-row .tabulator-cell.tabulator-editing input,.tabulator-row .tabulator-cell.tabulator-editing select{outline:none;border:1px;background:rgba(0,0,0,0);color:light-dark(rgb(16, 24, 40), rgb(244, 244, 244))}.tabulator-row .tabulator-cell.tabulator-editing .tabulator-stars-holder{padding:2px 9px 0 9px}.tabulator-row .tabulator-cell.tabulator-validation-fail{border:1px solid #e7000b}.tabulator-row .tabulator-cell.tabulator-validation-fail input,.tabulator-row .tabulator-cell.tabulator-validation-fail select{border:1px;background:rgba(0,0,0,0);color:light-dark(rgb(231, 0, 11), rgb(255, 100, 103))}.tabulator-row .tabulator-cell.tabulator-row-handle{display:inline-flex;justify-content:center;align-items:center;user-select:none}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box{width:80%}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar{margin-top:2px;background:light-dark(rgb(74, 85, 101), rgb(159, 159, 159));width:12px;height:1px}.tabulator-row .tabulator-cell.tabulator-range-selected:not(.tabulator-range-only-cell-selected):not(.tabulator-range-row-header){background-color:var(--tabulator-cell-selected-bg)}.tabulator-row .tabulator-cell[tabulator-field=completed] svg{vertical-align:middle}.tabulator-row .tabulator-cell .tabulator-cell-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty{display:inline-flex;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-branch{display:inline-flex;align-items:center;margin-top:-9px;margin-right:5px;border-bottom:2px solid light-dark(rgb(241, 245, 249), rgb(63, 63, 63));border-left:2px solid light-dark(rgb(241, 245, 249), rgb(63, 63, 63));border-bottom-left-radius:1px;width:7px;height:9px}.tabulator-row .tabulator-cell .tabulator-data-tree-control{display:inline-flex;justify-content:center;align-items:center;margin-right:5px;border:1px solid light-dark(rgb(30, 41, 57), rgb(159, 159, 159));border-radius:2px;background:light-dark(rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.1));width:11px;height:11px;overflow:hidden}@media(hover: hover)and (pointer: fine){.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover{cursor:pointer;background:light-dark(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.2))}}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse{display:inline-flex;position:relative;background:rgba(0,0,0,0);width:1px;height:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse::after{position:absolute;top:3px;left:-3px;background:light-dark(rgb(16, 24, 40), rgb(228, 228, 228));width:7px;height:1px;content:""}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand{display:inline-flex;position:relative;background:light-dark(rgb(16, 24, 40), rgb(228, 228, 228));width:1px;height:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand::after{position:absolute;top:3px;left:-3px;background:light-dark(rgb(16, 24, 40), rgb(228, 228, 228));width:7px;height:1px;content:""}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle{display:inline-flex;justify-content:center;border-radius:2px;background:light-dark(rgb(153, 161, 175), rgb(113, 113, 113));width:12px;height:12px;color:#fff;user-select:none}@media(hover: hover)and (pointer: fine){.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover{opacity:.7;cursor:pointer}}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close{display:initial}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open{display:none}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg{stroke:#fff}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close{display:none}.tabulator-row .tabulator-cell .tabulator-traffic-light{display:inline-flex;border-radius:14px;width:14px;height:14px}.tabulator-footer{border-top:1px solid var(--tabulator-footer-border-color);background-color:var(--tabulator-footer-bg);color:var(--tabulator-footer-text-color);font-weight:600;user-select:none;white-space:nowrap}.tabulator-footer .tabulator-footer-contents{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:10px}.tabulator-footer .tabulator-footer-contents:empty{display:none}.tabulator-footer .tabulator-spreadsheet-tabs{margin-top:-10px;overflow-x:auto}.tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab{display:inline-flex;border:var(--tabulator-footer-border-color) 1px solid;border-top:none;border-bottom-right-radius:5px;border-bottom-left-radius:5px;padding:5px;font-size:.9em}@media(hover: hover)and (pointer: fine){.tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab:hover{opacity:.7;cursor:pointer}}.tabulator-footer .tabulator-spreadsheet-tabs .tabulator-spreadsheet-tab.tabulator-spreadsheet-tab-active{background:var(--tabulator-row-bg)}.tabulator-footer .tabulator-calcs-holder{box-sizing:border-box;border-bottom:1px solid light-dark(rgb(241, 245, 249), rgb(63, 63, 63));background:light-dark(rgb(255, 255, 255), rgb(9, 9, 9));width:100%;overflow:hidden;text-align:left}.tabulator-footer .tabulator-calcs-holder .tabulator-row{display:inline-flex;border-bottom:none}.tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator-footer .tabulator-calcs-holder:only-child{margin-bottom:-5px;border-bottom:none}.tabulator-footer>*+.tabulator-page-counter{margin-left:10px}.tabulator-footer .tabulator-page-counter{font-weight:normal}.tabulator-footer .tabulator-paginator{flex:1;color:light-dark(rgb(54, 65, 83), rgb(212, 212, 212));font-weight:inherit;font-size:inherit;font-family:inherit;text-align:right}.tabulator-footer label{font-weight:normal}.tabulator-footer [data-page=first]{border-right:none;border-radius:3px 0 0 3px}.tabulator-footer [data-page=prev]{border-right:none;border-radius:0}.tabulator-footer [data-page=next]{border-radius:0}.tabulator-footer [data-page=last]{border-left:none;border-radius:0 3px 3px 0}.tabulator-footer button{border:1px solid light-dark(rgb(202, 213, 226), rgb(82, 82, 82))}.tabulator-footer .tabulator-page-size{display:inline-flex;margin:0 8px;border:1px solid light-dark(rgb(226, 232, 240), rgb(63, 63, 63));border-radius:3px;background:light-dark(rgb(255, 255, 255), rgb(39, 39, 39));padding:5px;color:light-dark(rgb(106, 114, 130), rgb(244, 244, 244))}.tabulator-footer .tabulator-pages{box-sizing:border-box}.tabulator-footer .tabulator-pages button{display:inline-flex;justify-content:center;align-items:center;border-right:none;min-width:2.5em}.tabulator-footer .tabulator-page{display:inline-flex;align-content:center;align-items:center;background:light-dark(rgb(255, 255, 255), rgb(39, 39, 39));padding:6px 10px;color:light-dark(rgb(30, 41, 57), rgb(212, 212, 212))}.tabulator-footer .tabulator-page.active{background-color:light-dark(rgb(241, 245, 249), rgb(63, 63, 63));color:light-dark(rgb(28, 57, 142), rgb(190, 219, 255));font-weight:700}.tabulator-footer .tabulator-page:disabled{color:light-dark(rgb(209, 213, 220), rgb(82, 82, 82))}@media(hover: hover)and (pointer: fine){.tabulator-footer .tabulator-page:not([disabled]):hover{cursor:pointer;background:light-dark(rgb(241, 245, 249), rgb(63, 63, 63))}}.tabulator-col-resize-handle{display:inline-flex;position:relative;align-items:center;z-index:11;margin-right:-3px;margin-left:-3px;width:6px}@media(hover: hover)and (pointer: fine){.tabulator-col-resize-handle:hover{cursor:ew-resize}}.tabulator-col-resize-handle:last-of-type{margin-right:0;width:3px}.tabulator-col-resize-handle.tabulator-col-resize-handle-frozen{position:sticky}.tabulator-row-resize-handle{position:absolute;right:0;bottom:0;left:0;height:5px}.tabulator-row-resize-handle.prev{top:0;bottom:auto}@media(hover: hover)and (pointer: fine){.tabulator-row-resize-handle:hover{cursor:ns-resize}}.tabulator-col-resize-guide{position:absolute;top:0;opacity:.5;margin-left:-0.5px;background-color:light-dark(rgb(153, 161, 175), rgb(113, 113, 113));width:4px;height:100%}.tabulator-row-resize-guide{position:absolute;left:0;opacity:.5;margin-top:-0.5px;background-color:light-dark(rgb(153, 161, 175), rgb(113, 113, 113));width:100%;height:4px}.tabulator-toggle{display:flex;flex-direction:row;box-sizing:border-box;border:1px solid light-dark(rgb(226, 232, 240), rgb(82, 82, 82));background:light-dark(rgb(229, 231, 235), rgb(63, 63, 63))}.tabulator-toggle.tabulator-toggle-on{background:#155dfc}.tabulator-toggle.tabulator-toggle-on-reverse{flex-direction:row-reverse}.tabulator-toggle .tabulator-toggle-switch{box-sizing:border-box;margin:1px;background:light-dark(rgb(255, 255, 255), rgb(244, 244, 244))}.tabulator-editor-input{box-sizing:border-box;padding:4px 9px;width:100%}.tabulator-editor-full-height{height:100%}.tabulator-editor-static-input{cursor:default;caret-color:rgba(0,0,0,0)}.tabulator-editor-textarea{display:flex;box-sizing:border-box;outline:none;border:none;padding:6px 9px 5px 9px;width:100%;resize:none;white-space:pre-wrap}.tabulator-editor-checkbox{box-sizing:border-box;margin:0}.tabulator-cell-pre-wrap{white-space:pre-wrap}.tabulator-cell-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tabulator-stars-holder{display:inline-flex;align-items:center}.tabulator-star-icon{padding:0 1px}.tabulator-progress-editor-bar{display:inline-flex;position:relative;background-color:#2b7fff;width:0;min-width:0%;max-width:100%;height:100%}.tabulator-progress-editor-handle{position:absolute;top:0;right:0;bottom:0;width:5px}@media(hover: hover)and (pointer: fine){.tabulator-progress-editor-handle:hover{cursor:ew-resize}}.tabulator-progress-formatter{position:relative;min-width:30px}.tabulator-progress-formatter.tabulator-editing{padding:5px 9px !important}.tabulator-progress-formatter-container{position:relative;width:100%;height:100%}.tabulator-progress-formatter-bar{display:inline-flex;height:100%}.tabulator-progress-formatter-legend{position:absolute;top:0;left:0;width:100%}.tabulator-progress-formatter-holder{position:absolute;inset:4px}.tabulator-frozen-sticky{position:sticky}.tabulator-moving-origin{top:0;left:0}.tabulator-moving-origin-x{left:0}.tabulator-moving-nowrap{overflow:hidden;pointer-events:none;white-space:nowrap}.tabulator-display-none{display:none !important}.tabulator-visibility-hidden{visibility:hidden}.tabulator-cell-inline-flex{display:inline-flex}.tabulator-box-border{box-sizing:border-box}.tabulator-popup-container{display:inline-flex;position:absolute;flex-direction:column;box-sizing:border-box;box-shadow:0 0 8px 0 light-dark(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9));border:1px solid var(--tabulator-menu-border-color);background:var(--tabulator-menu-bg);overflow-y:auto;color:var(--tabulator-menu-text-color);-webkit-overflow-scrolling:touch;z-index:10000}.tabulator-popup{border-radius:3px;padding:5px}.tabulator-tooltip{box-shadow:none;border-radius:2px;padding:3px 5px;max-width:min(500px,100%);pointer-events:none;font-size:12px}.tabulator-menu .tabulator-menu-item{display:inline-flex;position:relative;align-items:center;box-sizing:border-box;padding:5px 10px;user-select:none}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled{opacity:.5}@media(hover: hover)and (pointer: fine){.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover{cursor:pointer;background:var(--tabulator-menu-item-hover-bg)}}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu{padding-right:25px}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after{position:absolute;right:10px;transform:rotate(45deg);border-width:1px 1px 0 0;border-style:solid;border-color:light-dark(rgb(69, 85, 108), rgb(212, 212, 212));width:5px;height:5px;content:""}.tabulator-menu .tabulator-menu-separator{border-top:1px solid light-dark(rgb(241, 245, 249), rgb(63, 63, 63))}.tabulator-edit-list{max-height:200px;overflow-y:auto;-webkit-overflow-scrolling:touch}.tabulator-edit-list .tabulator-edit-list-item{outline:none;padding:4px 9px;color:light-dark(rgb(16, 24, 40), rgb(244, 244, 244))}.tabulator-edit-list .tabulator-edit-list-item.active{background:#2b7fff;color:#fff}.tabulator-edit-list .tabulator-edit-list-item.active.focused{outline:1px solid hsla(0,0%,100%,.5)}.tabulator-edit-list .tabulator-edit-list-item.focused{outline:1px solid #2b7fff}@media(hover: hover)and (pointer: fine){.tabulator-edit-list .tabulator-edit-list-item:hover{cursor:pointer;background:#2b7fff;color:#fff}}.tabulator-edit-list .tabulator-edit-list-placeholder{padding:4px;color:light-dark(rgb(16, 24, 40), rgb(212, 212, 212));text-align:center}.tabulator-edit-list .tabulator-edit-list-group{border-bottom:1px solid light-dark(rgb(241, 245, 249), rgb(63, 63, 63));padding:4px;padding-top:6px;color:light-dark(rgb(16, 24, 40), rgb(228, 228, 228));font-weight:600}.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2{padding-left:12px}.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3{padding-left:20px}.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4{padding-left:28px}.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5{padding-left:36px}.tabulator-alert{display:flex;position:absolute;top:0;left:0;align-items:center;z-index:100;background:rgba(0,0,0,.4);width:100%;height:100%;text-align:center}.tabulator-alert .tabulator-alert-msg{display:inline-flex;margin:0 auto;border-radius:5px;background:light-dark(rgb(255, 255, 255), rgb(39, 39, 39));padding:10px 20px}.tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg{border:2px solid light-dark(rgb(79, 57, 246), rgb(124, 134, 255));color:light-dark(rgb(0, 0, 0), rgb(244, 244, 244))}.tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error{border:2px solid #e7000b;color:light-dark(rgb(130, 24, 26), rgb(255, 162, 162))}.tabulator-block-select{user-select:none}.tabulator-ranges .tabulator-cell:not(.tabulator-editing){user-select:none}.tabulator.tabulator-ltr{direction:ltr}.tabulator.tabulator-rtl{direction:rtl;text-align:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col{border-right:initial;border-left:1px solid light-dark(rgb(241, 245, 249), rgb(63, 63, 63));text-align:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{margin-right:initial;margin-left:-1px}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:0;padding-left:25px}.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{right:initial;left:8px}.tabulator.tabulator-rtl .tabulator-tableholder .tabulator-range-overlay .tabulator-range.tabulator-range-active::after{position:absolute;right:initial;bottom:-3px;left:-3px;border-radius:999px;background-color:light-dark(rgb(21, 93, 252), rgb(81, 162, 255));width:6px;height:6px;content:""}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell{border-right:initial;border-left:1px solid light-dark(rgb(241, 245, 249), rgb(63, 63, 63))}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch{margin-right:initial;margin-left:5px;border-right:2px solid light-dark(rgb(241, 245, 249), rgb(63, 63, 63));border-left:initial;border-bottom-right-radius:1px;border-bottom-left-radius:initial}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control{margin-right:initial;margin-left:5px}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-left:1px solid light-dark(rgb(202, 213, 226), rgb(82, 82, 82))}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-right:1px solid light-dark(rgb(202, 213, 226), rgb(82, 82, 82))}.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type{margin-right:-3px;margin-left:0;width:3px}.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder{text-align:initial}.tabulator-print-fullscreen{position:absolute;z-index:10000;inset:0}body.tabulator-print-fullscreen-hide>*:not(.tabulator-print-fullscreen){display:none !important}.tabulator-print-table{border-collapse:collapse}.tabulator-print-table .tabulator-data-tree-branch{display:inline-flex;align-items:center;margin-top:-9px;margin-right:5px;border-bottom:2px solid light-dark(rgb(241, 245, 249), rgb(63, 63, 63));border-left:2px solid light-dark(rgb(241, 245, 249), rgb(63, 63, 63));border-bottom-left-radius:1px;width:7px;height:9px}.tabulator-print-table .tabulator-print-table-group{box-sizing:border-box;border-top:1px solid light-dark(rgb(153, 161, 175), rgb(82, 82, 82));border-right:1px solid light-dark(rgb(241, 245, 249), rgb(63, 63, 63));border-bottom:1px solid light-dark(rgb(153, 161, 175), rgb(82, 82, 82));background:light-dark(rgb(249, 250, 251), rgb(39, 39, 39));padding:5px;padding-left:10px;min-width:100%;font-weight:600}@media(hover: hover)and (pointer: fine){.tabulator-print-table .tabulator-print-table-group:hover{cursor:pointer;background-color:light-dark(rgba(0, 0, 0, 0.1), rgb(63, 63, 63))}}.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow{margin-right:10px;border-top:5px solid light-dark(rgb(30, 41, 57), rgb(228, 228, 228));border-right:5px solid rgba(0,0,0,0);border-bottom:0;border-left:5px solid rgba(0,0,0,0)}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td{padding-left:30px !important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td{padding-left:50px !important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td{padding-left:70px !important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td{padding-left:90px !important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td{padding-left:110px !important}.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle{display:inline-flex;align-items:center}.tabulator-print-table .tabulator-print-table-group .tabulator-arrow{display:inline-flex;align-items:center;margin-right:16px;border-top:5px solid rgba(0,0,0,0);border-right:0;border-bottom:5px solid rgba(0,0,0,0);border-left:5px solid light-dark(rgb(30, 41, 57), rgb(228, 228, 228));width:0;height:0}.tabulator-print-table .tabulator-print-table-group span{margin-left:10px;color:light-dark(rgb(231, 0, 11), rgb(244, 244, 244))}.tabulator-print-table .tabulator-data-tree-control{display:inline-flex;justify-content:center;align-items:center;margin-right:5px;border:1px solid light-dark(rgb(16, 24, 40), rgb(159, 159, 159));border-radius:2px;background:light-dark(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));width:11px;height:11px;overflow:hidden}@media(hover: hover)and (pointer: fine){.tabulator-print-table .tabulator-data-tree-control:hover{cursor:pointer;background:light-dark(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.2))}}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse{display:inline-flex;position:relative;background:rgba(0,0,0,0);width:1px;height:7px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse::after{position:absolute;top:3px;left:-3px;background:light-dark(rgb(16, 24, 40), rgb(228, 228, 228));width:7px;height:1px;content:""}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand{display:inline-flex;position:relative;background:light-dark(rgb(16, 24, 40), rgb(228, 228, 228));width:1px;height:7px}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand::after{position:absolute;top:3px;left:-3px;background:light-dark(rgb(16, 24, 40), rgb(228, 228, 228));width:7px;height:1px;content:""}
/*# sourceMappingURL=tabulator.min.css.map */