.portal-shared-tab-container.neo-tab-container {
  flex-shrink: 1 !important;
  min-width: 0;
}
.portal-shared-tab-container.neo-tab-container .neo-tab-body-container {
  background-color: transparent;
}
.portal-shared-tab-container.neo-tab-container .neo-tab-strip .neo-active-tab-indicator {
  background-color: var(--portal-tab-indicator-bg);
}

.portal-shared-tab-header-toolbar.neo-tab-header-toolbar {
  background-color: var(--portal-tab-toolbar-bg);
}
.portal-shared-tab-header-toolbar.neo-tab-header-toolbar .neo-tab-header-button.neo-button .neo-button-glyph {
  color: var(--portal-tab-text-color);
}
.portal-shared-tab-header-toolbar.neo-tab-header-toolbar .neo-tab-header-button.neo-button .neo-button-ripple {
  background-color: var(--portal-tab-indicator-bg);
}
.portal-shared-tab-header-toolbar.neo-tab-header-toolbar .neo-tab-header-button.neo-button.neo-button.pressed .neo-tab-button-indicator {
  background-color: var(--portal-tab-indicator-bg);
}
.portal-shared-tab-header-toolbar.neo-tab-header-toolbar .neo-tab-header-button.neo-button .neo-button-text {
  color: var(--portal-tab-text-color);
}
.portal-shared-tab-header-toolbar.neo-tab-header-toolbar .neo-tab-header-button.neo-button.pressed .neo-button-glyph {
  color: var(--portal-tab-text-color-pressed);
}
.portal-shared-tab-header-toolbar.neo-tab-header-toolbar .neo-tab-strip .neo-active-tab-indicator {
  background-color: var(--portal-tab-indicator-bg);
}

/*# sourceMappingURL=TabContainer.css.map */