.query-tabs {
  flex-grow: 0;
  padding-left: 32px;
  padding-right: 16px;
  align-items: center;
  border-right:  1px solid;
  border-right-color: rgba( 200, 200, 200 ,  1 );
  border-right-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  height: 70%; }

.query-tabs-ff {
  flex-grow: 0;
  padding-right: 16px;
  align-items: center;
  height: 70%; }

.query-result-count {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  font-size: 0.875rem; }

.query-result-count-ff {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  font-size: 0.75rem; }

.query-selection-count {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  font-size: 0.75rem; }

.query-result-count-container {
  margin-left: auto; }

.query-result-count-container-ff {
  margin-left: auto;
  padding-top: 16px; }

.query-header-breadcrumb-container {
  margin-top: 12px;
  margin-right: 32px;
  margin-left: 32px;
  min-height: 53px; }

.query-header-breadcrumb-container-ff {
  margin-top: 12px;
  min-height: 53px; }
  @media only screen and (max-width: 425px) {
    .query-header-breadcrumb-container-ff {
      margin-top: 4px; } }

.query-header-breadcrumb-container-ff > div {
  max-width: 50%; }

.query-header-tab-container {
  background-color: rgba( 248, 248, 248 ,  1 );
  background-color: rgba( var(--palette-neutral-2,248, 248, 248) ,  1 );
  padding-right: 32px; }

.query-header-tab-container-ff {
  background-color: rgba( 248, 248, 248 ,  1 );
  background-color: rgba( var(--palette-neutral-2,248, 248, 248) ,  1 );
  padding-right: 32px;
  padding-left: 32px; }
  @media only screen and (max-width: 512px) {
    .query-header-tab-container-ff {
      padding-right: 8px;
      padding-left: 8px; } }
  .query-header-tab-container-ff .bolt-button.bolt-icon-button.enabled.subtle.icon-only.bolt-focus-treatment {
    max-height: 32px;
    margin: auto; }

.header-item-divider {
  border-left:  1px solid;
  border-left-color: rgba( 200, 200, 200 ,  1 );
  border-left-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  height: 80%; }

.query-header-border {
  padding-bottom: 12px;
  border-bottom:  1px solid;
  border-bottom-color: rgba( 200, 200, 200 ,  1 );
  border-bottom-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ); }

.query-tab-bar-container {
  margin-top: 12px;
  flex-shrink: 1; }

.query-bar-container-button-groups-ff {
  justify-content: right; }

.query-tab-bar {
  flex-basis: 0;
  min-width: 264px; }

.query-tab-bar-ff {
  flex-basis: 0;
  min-width: 210px; }
  @media only screen and (max-width: 320px) {
    .query-tab-bar-ff {
      min-width: auto; } }

.query-command-bar {
  justify-content: flex-start; }
  .query-command-bar .bolt-header-commandbar {
    flex-shrink: 1;
    margin-left: 8px; }

.query-command-bar-ff {
  justify-content: flex-end;
  padding: 0; }
  .query-command-bar-ff .bolt-header-commandbar {
    flex-shrink: 1;
    margin-left: 8px; }
  @media only screen and (max-width: 512px) {
    .query-command-bar-ff {
      margin: 0; } }

.work-item-count {
  white-space: nowrap; }
