.testresults-analytics-report-view-configurationtoolbar {
  background-color: rgba( 255, 255, 255 ,  1 );
  background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 ); }
  .testresults-analytics-report-view-configurationtoolbar .configuration-commandbar {
    background-color: transparent;
    display: contents; }
    .testresults-analytics-report-view-configurationtoolbar .configuration-commandbar div[role="menubar"] {
      display: contents; }
      .testresults-analytics-report-view-configurationtoolbar .configuration-commandbar div[role="menubar"] .ms-CommandBar-sideCommands {
        flex-wrap: wrap;
        justify-content: flex-end;
        flex-shrink: 1; }
  .testresults-analytics-report-view-configurationtoolbar .configuration-flex-item {
    display: flex;
    align-items: center; }
  .testresults-analytics-report-view-configurationtoolbar .configuration-selector-options:active {
    background-color: transparent;
    color: rgba( 0, 0, 0 ,  1 );
    color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 ); }
  .testresults-analytics-report-view-configurationtoolbar .configuration-grid-separator {
    border-bottom:  1px solid;
    border-bottom-color: rgba( 234, 234, 234 ,  1 );
    border-bottom-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 ); }
  .testresults-analytics-report-view-configurationtoolbar .testinsights-configuration-item {
    max-width: 50%;
    padding-left: 12px;
    margin: 5px 0 0 20px; }
    .testresults-analytics-report-view-configurationtoolbar .testinsights-configuration-item:hover {
      background-color: transparent; }
    .testresults-analytics-report-view-configurationtoolbar .testinsights-configuration-item .testinsights-configuration-tooltiphost {
      width: 100%; }
  .testresults-analytics-report-view-configurationtoolbar .testinsights-configuration-separator {
    width: 2px;
    height: 20px;
    background-color: rgba( 102, 102, 102 ,  1 );
    background-color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 );
    margin: 5px 0 0 20px;
    vertical-align: middle; }
  .testresults-analytics-report-view-configurationtoolbar .testinsights-configuration-backButton {
    background-color: transparent;
    border: none; }
    .testresults-analytics-report-view-configurationtoolbar .testinsights-configuration-backButton:active {
      background-color: transparent;
      color: rgba( 0, 0, 0 ,  1 );
      color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
      border: none; }
  .testresults-analytics-report-view-configurationtoolbar .filter-toggle-button-on {
    background-color: rgba( 239, 246, 252 ,  1 );
    background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 ); }
