.report-table-panel{--rt-primary:#0f8a96;--rt-primary-fg:#f7fcfd;--rt-border:oklch(90% .012 210);--rt-muted:oklch(42% .02 240);--rt-fg:#0f172a;--rt-surface:oklch(99.5% .002 205);--rt-surface-muted:oklch(95.5% .01 205);--rt-header-bg:oklch(97.2% .008 205);--rt-header-fg:oklch(42% .02 240);--rt-accent-soft:#e2f1f2;--rt-input:oklch(88% .014 210);--rt-ring:oklch(52% .1 200);--rt-popover:#fff;background:var(--rt-surface);border:1px solid var(--rt-border);box-sizing:border-box;width:100%;max-width:100%;min-height:0;color:var(--rt-fg);border-radius:8px;flex-direction:column;flex:auto;font-family:Poppins,ui-sans-serif,system-ui,sans-serif;display:flex;overflow:hidden;box-shadow:0 1px 2px #0f172a0a}.report-table-toolbar{z-index:20;border-bottom:1px solid var(--rt-border);flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;padding:4px 8px;display:flex;position:relative}.report-table-rowcount{color:var(--rt-muted);white-space:nowrap;flex-shrink:0;margin:0;font-size:11px}.report-table-btn{border:1px solid var(--rt-input);height:28px;color:var(--rt-fg);cursor:pointer;white-space:nowrap;background:0 0;border-radius:6px;justify-content:center;align-items:center;gap:4px;padding:0 8px;font-family:inherit;font-size:11px;font-weight:500;display:inline-flex}.report-table-btn:hover{background:var(--rt-surface-muted)}.report-table-btn.is-active{border-color:var(--rt-primary);color:var(--rt-primary)}.report-table-btn:disabled{opacity:.4;cursor:not-allowed}.report-table-badge{background:color-mix(in srgb, var(--rt-primary) 15%, transparent);border-radius:4px;padding:0 4px;font-size:10px;font-weight:600}.report-table-link{color:var(--rt-primary);cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:11px;font-weight:500}.report-table-link:hover{text-decoration:underline}.report-table-link:disabled{opacity:.4;cursor:not-allowed;text-decoration:none}.report-table-clear{color:var(--rt-muted);cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:11px}.report-table-clear:hover{color:var(--rt-fg);text-decoration:underline}.report-table-clear:disabled{opacity:.4;cursor:not-allowed}.report-table-toolbar-right{flex-wrap:wrap;align-items:center;gap:8px;margin-left:auto;display:flex}.report-table-search{position:relative}.report-table-search svg{width:14px;height:14px;color:var(--rt-muted);pointer-events:none;position:absolute;top:50%;left:8px;transform:translateY(-50%)}.report-table-search input{box-sizing:border-box;width:144px;height:28px;color:var(--rt-fg);background:0 0;outline:none;margin:0;font-family:inherit;border:1px solid var(--rt-input)!important;border-radius:6px!important;padding:0 8px 0 28px!important;font-size:12px!important}@media (width>=640px){.report-table-search input{width:192px}}.report-table-search input:focus{border-color:var(--rt-ring)!important}.report-table-filter-pop,.report-table-applied-pop{z-index:50;border:1px solid var(--rt-border);background:var(--rt-popover);border-radius:6px;margin-top:4px;position:absolute;top:100%;left:8px;box-shadow:0 12px 28px -12px #0f172a47}.report-table-filter-pop{width:min(100%,36rem);padding:12px}.report-table-applied-pop{width:16rem;padding:8px}.report-table-backdrop{z-index:40;cursor:default;background:#0f172a33;border:0;margin:0;padding:0;position:fixed;inset:0}.report-table-backdrop.is-clear{background:0 0}.report-table-filter-head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.report-table-filter-head p{margin:0;font-size:12px;font-weight:600}.report-table-filter-grid{grid-template-columns:1fr;gap:8px 12px;display:grid}@media (width>=640px){.report-table-filter-grid{grid-template-columns:1fr 1fr}}.report-table-filter-field span{text-transform:uppercase;letter-spacing:.04em;color:var(--rt-muted);margin-bottom:2px;font-size:10px;font-weight:500;display:block}.report-table-filter-field select{background:0 0;outline:none;width:100%;height:32px;margin:0;font-family:inherit;border:1px solid var(--rt-input)!important;border-radius:6px!important;padding:0 8px!important;font-size:12px!important}.report-table-filter-actions{justify-content:flex-end;align-items:center;gap:6px;margin-top:12px;display:flex}.report-table-btn-primary{background:var(--rt-primary);height:28px;color:var(--rt-primary-fg);cursor:pointer;white-space:nowrap;border:0;border-radius:6px;justify-content:center;align-items:center;gap:4px;padding:0 10px;font-family:inherit;font-size:11px;font-weight:600;display:inline-flex}.report-table-btn-primary:hover{opacity:.9}.report-table-btn-primary:disabled{opacity:.5;cursor:not-allowed}.report-table-hint{color:var(--rt-muted);margin:0;font-size:11px}.report-table-body{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#b8c0cc transparent;flex:auto;width:100%;min-height:0;overflow:auto}.report-table-body::-webkit-scrollbar{width:4px;height:4px}.report-table-body::-webkit-scrollbar-thumb{background:#b8c0cc;border-radius:4px}.report-table-body::-webkit-scrollbar-track{background:0 0}.report-table-empty{min-height:160px;color:var(--rt-muted);flex:1;justify-content:center;align-items:center;padding:24px;font-size:12px;display:flex}.report-table-table-wrap{width:100%}.report-table-header{z-index:10;border-bottom:1px solid var(--rt-border);background:var(--rt-header-bg);width:100%;position:sticky;top:0}.report-table-row{border-bottom:1px solid color-mix(in srgb, var(--rt-border) 60%, transparent);box-sizing:border-box;content-visibility:auto;contain-intrinsic-size:auto 36px;align-items:center;width:100%;min-height:32px;font-size:11px;display:grid}.report-table-row.is-striped{background:color-mix(in srgb, var(--rt-surface-muted) 35%, transparent)}.report-table-row:hover{background:color-mix(in srgb, var(--rt-accent-soft) 40%, transparent)}.report-table-row.is-clickable:focus-visible{outline:2px solid var(--rt-ring);outline-offset:-2px}.report-table-row.is-selected{background:#ddeff0!important}.report-table-th{border-right:1px solid var(--rt-border);background:var(--rt-header-bg);text-transform:uppercase;letter-spacing:.04em;min-width:0;height:32px;color:var(--rt-header-fg);cursor:pointer;text-align:center;border-top:0;border-bottom:0;border-left:0;justify-content:center;align-items:center;gap:4px;padding:0 6px;font-family:inherit;font-size:11px;font-weight:600;display:flex}.report-table-th:last-child{border-right:0}.report-table-th.is-left{text-align:left;justify-content:flex-start}.report-table-th.is-left span{text-align:left}.report-table-td.is-left{text-align:left;justify-content:flex-start}.report-table-th.is-num{justify-content:center}.report-table-th.is-center{cursor:default;justify-content:center}.report-table-th.is-center input[type=checkbox]{cursor:pointer;margin:0}.report-table-th.is-active{color:var(--rt-fg)}.report-table-th span{text-overflow:ellipsis;white-space:nowrap;text-align:center;overflow:hidden}.report-table-td{border-right:1px solid color-mix(in srgb, var(--rt-border) 50%, transparent);text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;text-align:center;justify-content:center;align-items:center;min-width:0;padding:0 6px;display:flex;overflow:hidden}.report-table-td:last-child{border-right:0}.report-table-td.is-num{text-align:center;font-variant-numeric:tabular-nums;justify-content:center}.report-table-td.is-num.is-interactive{justify-content:center}.report-table-td.is-sno{text-align:center;color:var(--rt-muted);justify-content:center;align-items:center;padding:0 4px;font-size:11px;font-weight:500;display:flex}.report-table-control{border:1px solid var(--rt-input);width:100%;min-width:0;height:28px;color:var(--rt-fg);box-sizing:border-box;background:0 0;border-radius:6px;outline:none;margin:0;padding:0 8px;font-family:inherit;font-size:12px;line-height:1.2;display:block}.report-table-control:focus{border-color:var(--rt-ring)}.report-table-control--select{appearance:none;cursor:pointer;background-image:none;padding-right:8px}.report-table-control--select::-ms-expand{display:none}.report-table-control--textarea{resize:vertical;height:auto;min-height:64px;padding:6px 8px;line-height:1.35}.report-table-checkbox{cursor:pointer;width:15px;height:15px;accent-color:var(--rt-primary);flex-shrink:0;margin:0;padding:0}.report-table-actions{flex-flow:row;flex-shrink:0;justify-content:center;align-items:center;gap:4px;width:auto;max-width:100%;display:inline-flex}.report-table-action-cell{justify-content:center;align-items:center;width:100%;min-width:0;max-width:100%;display:flex}.report-table-icon-btn{border:1px solid var(--rt-input);width:28px;min-width:28px;height:28px;color:var(--rt-fg);cursor:pointer;box-sizing:border-box;background:0 0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;font-family:inherit;font-size:13px;line-height:1;display:inline-flex}.report-table-icon-btn:hover:not(:disabled){background:var(--rt-surface-muted)}.report-table-icon-btn:disabled{opacity:.4;cursor:not-allowed}.report-table-panel.is-entry .report-table-td.is-interactive,.report-table-td.is-interactive{text-overflow:clip;white-space:normal;justify-content:center;align-items:center;min-height:32px;padding:4px 6px;display:flex;overflow:visible}.report-table-td.is-actions{text-overflow:clip;white-space:nowrap;justify-content:center;align-items:center;min-height:32px;padding:4px 6px;display:flex;overflow:hidden}.report-table-th.is-actions{cursor:default;justify-content:center}.report-table-panel.is-entry .report-table-row{align-items:center;min-height:32px}.report-table-td.is-interactive input:not([type=checkbox]),.report-table-td.is-interactive select,.report-table-td.is-interactive textarea{box-sizing:border-box;border:1px solid var(--rt-input);width:100%;max-width:100%;height:28px;font:inherit;background:0 0;border-radius:6px;outline:none;margin:0;padding:0 8px;font-size:12px;line-height:1.2}.report-table-td.is-interactive input:not([type=checkbox]):focus,.report-table-td.is-interactive select:focus,.report-table-td.is-interactive textarea:focus{border-color:var(--rt-ring)}.report-table-td.is-interactive input[type=checkbox]{width:15px;height:15px;min-height:15px;accent-color:var(--rt-primary);flex-shrink:0;padding:0}.report-table-td.is-interactive select{appearance:none;background-image:none;padding-right:8px}.report-table-td.is-interactive select::-ms-expand{display:none}.report-table-footer.is-entry-footer{justify-content:flex-start}.report-table-footer.is-entry-footer .report-table-rowcount{margin:0}.rt-entry-page{overflow:hidden}.rt-entry-page .rt-entry-body.form-container{flex-direction:column;flex:auto;align-self:stretch;gap:8px;height:auto;min-height:0;display:flex;overflow:hidden}.rt-entry-split{flex:none;gap:10px;height:min(32vh,260px);min-height:180px;max-height:32vh;display:flex}.rt-entry-list{border:1px solid var(--rt-border,oklch(90% .012 210));background:var(--rt-surface,oklch(99.5% .002 205));box-sizing:border-box;border-radius:8px;flex-direction:column;flex:22%;width:25%;min-height:0;font-family:Poppins,ui-sans-serif,system-ui,sans-serif;display:flex;overflow:hidden}.rt-entry-list-items{flex:auto;min-height:0;margin:0;padding:0;font-size:12px;list-style:none;overflow-y:auto}.rt-entry-list-items li{cursor:pointer;border-bottom:1px solid var(--rt-border,oklch(90% .012 210));padding:8px}.rt-entry-list-items li.is-selected,.rt-entry-list-items li[data-selected=true]{background:#e2f1f2}.rt-entry-panel{border:1px solid var(--rt-border,oklch(90% .012 210));background:var(--rt-surface,oklch(99.5% .002 205));box-sizing:border-box;border-radius:8px;flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex;overflow:hidden}.rt-entry-panel.is-wide{flex:4 70%}.rt-entry-fill{flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.rt-entry-fill>.report-table-panel{box-shadow:none;border:none;border-radius:0}.rt-entry-stack{flex-direction:column;flex:auto;gap:10px;min-height:0;display:flex;overflow:hidden}.rt-entry-stack>.rt-entry-panel{flex:50%}.report-table-footer{border-top:1px solid var(--rt-border);flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:4px;padding:4px 8px;display:flex}.report-table-page{align-items:center;gap:4px;margin-left:auto;display:flex}.report-table-page span{color:var(--rt-muted);font-size:10.5px}.report-table-page-btn{border:1px solid var(--rt-input);cursor:pointer;width:24px;height:24px;color:var(--rt-fg);background:0 0;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.report-table-page-btn:hover:not(:disabled){background:var(--rt-surface-muted)}.report-table-page-btn:disabled{opacity:.4;cursor:not-allowed}.report-table-page-btn svg{width:14px;height:14px}.breadcrumb-containerIP.mis-report-page,.mis-report-page{box-sizing:border-box;flex-direction:column;flex:auto;width:100%;height:100%;min-height:0;max-height:100%;margin:0;padding:0;display:flex;overflow:hidden}.mis-report-page>.his-action-bar-shell{z-index:40;flex:none;width:100%;position:relative}.mis-report-body{flex-direction:column;flex:auto;min-height:0;margin:5px;display:flex;overflow:hidden}.mis-report-page>.report-table-panel,.mis-report-body>.report-table-panel{box-sizing:border-box;flex:auto;align-self:stretch;width:auto;max-width:none;height:auto;min-height:0;margin:5px}.mis-report-body>.report-table-panel{width:100%;max-width:100%;margin:0}html.dark .report-table-panel{--rt-border:oklch(100% 0 0/.13);--rt-muted:oklch(78% .015 215);--rt-fg:#f8fafc;--rt-surface:oklch(23% .026 235);--rt-surface-muted:oklch(27% .026 235);--rt-header-bg:oklch(18% .022 235);--rt-header-fg:oklch(78% .015 215);--rt-popover:oklch(25% .028 235);--rt-input:oklch(100% 0 0/.16);--rt-primary:#2dd4bf;--rt-primary-fg:#0b1a22}
