.table-search-bar{position:relative;display:flex;align-items:center}.table-search-bar .table-search-bar__input{width:280px;height:var(--dashboard-control-height);min-height:var(--dashboard-control-height);padding:0 28px;line-height:1;box-sizing:border-box;border:1px solid rgba(89,92,90,.4078431373);border-radius:16px;font-size:13px;background:#fff}.table-search-bar .table-search-bar__input:focus{outline:none;border-color:#4285f4}.table-search-bar .table-search-bar__icon{position:absolute;left:10px;color:#4285f4;pointer-events:none;display:flex;align-items:center;justify-content:center}.table-search-bar .table-search-bar__icon .icon{font-size:13px}.table-search-bar .table-search-bar__clear{position:absolute;right:8px;padding:0;border:none;background:none;cursor:pointer;color:#4285f4;display:flex;align-items:center;justify-content:center}.table-search-bar .table-search-bar__clear .icon{font-size:13px}.table-search-bar .table-search-bar__clear:hover{color:#1d2437}.dlp-module-tabbed-page .table-search-bar .table-search-bar__input{width:200px;max-width:100%}.dlp-action-panel-page .table-search-bar .table-search-bar__input{width:170px;max-width:100%}:root{--dashboard-sidebar-width:60px;--dashboard-sidebar-expanded-width:280px;--dashboard-density-font:16px;--dashboard-density-font-sm:13px;--dashboard-product-button-height:30px;--dashboard-product-button-font:12px;--dashboard-product-button-padding-x:7px;--dashboard-product-button-gap:5px;--dashboard-product-button-min-width:46px;--dashboard-product-button-max-width:58px;--dashboard-sidebar-icon-button-size:32px;--dashboard-sidebar-icon-size:18px;--dashboard-sidebar-item-gap:4px;--dashboard-logo-area-height:48px;--dashboard-logo-size:44px;--dashboard-profile-view-height:200px;--dashboard-page-header-height:40px;--dashboard-page-header-padding-y:2px;--dashboard-page-header-padding-x:12px;--dashboard-page-title-size:17px;--dashboard-page-subtitle-size:12px;--dashboard-control-height:24px;--dashboard-control-font-size:12px;--dashboard-control-padding-x:12px;--dashboard-tab-height:38px;--dashboard-tab-font-size:14px;--dashboard-tab-padding-y:8px;--dashboard-tab-padding-x:14px;--dashboard-toolbar-gap:8px;--dashboard-card-padding-y:8px;--dashboard-card-padding-x:10px;--dashboard-card-gap:10px;--dashboard-card-radius:10px;--dashboard-kpi-card-min-height:44px;--dashboard-kpi-value-size:15px;--dashboard-kpi-label-size:11.5px;--dashboard-kpi-helper-size:10.5px;--dashboard-summary-card-min-height:44px;--dashboard-card-body-size:12px;--dashboard-section-title-size:13px;--dashboard-chart-title-size:var(--dashboard-section-title-size);--dashboard-list-title-size:var(--dashboard-section-title-size);--dashboard-card-title-size:var(--dashboard-section-title-size);--dashboard-action-panel-header-size:var(--dashboard-section-title-size);--dashboard-action-panel-menu-size:var(--dashboard-section-title-size);--dashboard-table-title-size:var(--dashboard-section-title-size);--dashboard-table-header-size:13px;--dashboard-table-cell-size:13px;--dashboard-table-cell-padding-y:6px;--dashboard-table-cell-padding-x:8px;--dashboard-table-header-height:30px;--dashboard-table-row-min-height:30px;--dashboard-table-toolbar-min-height:36px;--dashboard-table-toolbar-padding-y:6px;--dashboard-table-toolbar-padding-x:10px;--dashboard-table-pagination-min-height:44px;--dashboard-table-pagination-padding-y:12px;--dashboard-table-pagination-padding-x:8px;--page-header-offset:var(--dashboard-page-header-height);--table-page-th-padding-y:6px;--table-page-td-padding-y:6px;--table-action-th-padding-y:6px;--table-action-td-padding-y:4px}.table-x-axis-scroll{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;min-width:0;width:100%}.table-x-axis-scroll__body{flex:1 1 auto;min-height:0;overflow-x:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) rgba(0,0,0,0)}.table-x-axis-scroll__body::-webkit-scrollbar:horizontal{display:none!important;height:0!important}.table-x-axis-scroll__body::-webkit-scrollbar{width:8px;height:0!important}.table-x-axis-scroll__body::-webkit-scrollbar-thumb:horizontal,.table-x-axis-scroll__body::-webkit-scrollbar-track:horizontal{display:none!important}.table-x-axis-scroll__body::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.table-x-axis-scroll__body::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:4px}.table-x-axis-scroll__body::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}.table-x-axis-scroll__track{flex-shrink:0;overflow-x:auto;overflow-y:hidden;height:10px;margin-top:2px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.25) rgba(0,0,0,0)}.table-x-axis-scroll__track::-webkit-scrollbar{height:8px}.table-x-axis-scroll__track::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.table-x-axis-scroll__track::-webkit-scrollbar-thumb{background:rgba(0,0,0,.25);border-radius:4px}.table-x-axis-scroll__track::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.35)}.table-x-axis-scroll__track-spacer{height:1px;pointer-events:none}.table-x-axis-scroll:has(.data-table.table-skeleton) .table-x-axis-scroll__track{display:none}