.testplans-library-testcases-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-library-testcases-card .testplans-library-testcases-table {
    min-width: 100%;
    padding-bottom: 3px; }
  .testplans-library-testcases-card .tag-width {
    max-width: 50px; }

.test-cases-pivot-filter-bar {
  margin-left: 30px;
  margin-right: 30px; }
