.testplans-hub-author-card {
  margin: 16px 32px 16px 32px;
  background-color: rgba( 255, 255, 255 ,  1 );
  background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  max-height: 78vh;
  padding-bottom: 0px;
  width: 100%; }
  .testplans-hub-author-card .testplans-hub-author-tab-testcase-table {
    min-width: 100%;
    padding-bottom: 3px; }

.testplans-paging-indication {
  background-color: rgba(0, 0, 0, 0.20);
  background-color: var(--palette-black-alpha-20,rgba(0, 0, 0, 0.20)); }

.testplans-hub-refresh-hr {
  height: 1px;
  border: none;
  color: #c0c0c0;
  background-color: #c0c0c0;
  margin-bottom: 0px; }

.testplans-hub-refresh-grid-area {
  height: 76vh;
  background-color: rgba(255, 255, 255, 0.40);
  background-color: var(--component-grid-drag-source-color,rgba(255, 255, 255, 0.40)); }

.testplans-hub-refresh-author-pivot-for-grid {
  height: 76vh;
  background-color: rgba(255, 255, 255, 0.40);
  background-color: var(--component-grid-drag-source-color,rgba(255, 255, 255, 0.40)); }

.testplans-hub-author-tab-testcase-table-container .testplans-hub-author-tab-zero-data {
  margin-top: 50px;
  min-height: 377px; }

.testplans-hub-author-tab-testcase-table-container .zero-data-split-button {
  margin-top: 20px; }

.testplans-hub-author-tab-testcase-table-container .vss-ZeroData.single .vss-ZeroDataItem .vss-ZeroDataItem--image {
  width: 100%;
  height: 100%; }

.author-pivot-filter-bar {
  margin-left: 30px;
  margin-right: 30px; }
