.box-wrapper{flex-direction:column;width:100%;display:flex}.box-wrapper:has(>.box.collapsed){height:fit-content}.box{background-color:var(--surface-core-primary);border:1px solid var(--stroke-core-primary);border-radius:24px;flex-direction:column;height:100%;transition:border-radius .5s;display:flex}.box.collapsed{height:fit-content}.box:has(.ag-header.is-sticky-header){border-top-left-radius:0;border-top-right-radius:0}.box-header{border-bottom:1px solid var(--stroke-core-primary);flex-wrap:nowrap;gap:24px;padding:12px 24px;display:flex;transition:border-color!important}.box-header.collapsed{border-bottom:0}.box-header-title{letter-spacing:-.2px;flex:auto;align-items:center;gap:8px;min-width:0;min-height:32px;font-family:Roobert,Arial,Helvetica,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:24px;display:flex}.box-header-title-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.box-header-title-extra{color:var(--text-core-tertiary)}.box-header-actions-n-filters{flex-shrink:0;align-items:center;gap:8px;display:flex}.box-header-actions-n-filters.expands,.box-header-actions-n-filters .box-header-filters{flex-grow:1}.box-header-filters{gap:8px;display:flex}.box-header-actions{align-items:center;gap:8px;display:flex}.box-content{max-height:var(--box-content-max-height,auto);border-radius:24px;margin:24px}.box-content.collapsible{border-radius:0;overflow:hidden;transition:all .3s!important}.box-content.collapsed{max-height:0;margin-top:0;margin-bottom:0}.box-content-sticky-spacer{width:100%;height:32px;z-index:var(--z-surface);position:sticky;top:0}.box-content.full-width{margin:0}.box-content tr:last-child,.box-content [role=row]:last-child{border-bottom:0}.box-content .ag-root-wrapper,.box-content .ag-row,.box-content .ag-floating-bottom{background-color:#0000}.box-content.headerless .ag-header{border-top-left-radius:24px;border-top-right-radius:24px;transition:border-radius .5s;overflow:hidden}.box-content.headerless .ag-header.is-sticky-header{border-radius:0}.box-content .ag-body{border-bottom-right-radius:24px;border-bottom-left-radius:24px}.box-content .ag-overlay{border-radius:24px;overflow:hidden}.box-addon{justify-content:center;align-items:center;gap:8px;padding:12px 24px;display:flex}.box-addon-fullwidth{padding-left:0;padding-right:0}.box-addon-divided{border-top:1px solid var(--stroke-core-primary);border-bottom:1px solid var(--stroke-core-primary)}.box-addon-divided-top{border-bottom:none}.box-addon-divided-bottom{border-top:none}.box-footer{letter-spacing:-.14px;font-variant-numeric:lining-nums tabular-nums;justify-content:space-between;align-items:center;padding:12px 24px;font-family:Inter,Arial,Helvetica,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:24px;display:flex}.box-footer-divided{border-top:1px solid var(--stroke-core-primary)}.box-addon+.box-footer-divided{border-top:none}
