/***BEGIN Header.css***/
.bolt-header-no-spacing-defined {
  padding-left: 20px;
  padding-top: 16px;
  padding-right: 20px; }

.bolt-header-condensed {
  padding-top: 8px;
  padding-bottom: 8px; }

.bolt-header-default {
  padding-top: 16px;
  padding-bottom: 16px; }

.bolt-header-relaxed {
  padding-top: 24px;
  padding-bottom: 24px; }

.bolt-header-with-commandbar.bolt-header-condensed {
  padding-right: 12px; }

.bolt-header-with-commandbar.bolt-header-default {
  padding-right: 16px; }

.bolt-header-with-commandbar.bolt-header-relaxed {
  padding-right: 28px; }

.bolt-header-with-commandbar {
  padding-right: 16px; }
  @media screen and (max-width: 599px) {
    .bolt-header-with-commandbar {
      padding-right: 20px; } }

.bolt-header-with-back-button {
  padding-left: 16px; }
  @media screen and (max-width: 599px) {
    .bolt-header-with-back-button {
      flex-direction: column;
      padding-left: 20px; } }

.bolt-header-title-area {
  flex-shrink: 25; }

.bolt-header-content-area {
  min-width: 0px; }
  @media screen and (max-width: 599px) {
    .bolt-header-content-area {
      flex-wrap: wrap; } }

.bolt-header-title {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-right: 8px; }
  .bolt-header-title.l {
    padding-top: 0px;
    padding-bottom: 0px; }
  .bolt-header-title.s {
    padding-top: 6px;
    padding-bottom: 6px; }
  @media screen and (max-width: 599px) {
    .bolt-header-title {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; } }

.bolt-header-icon {
  font-size: 1rem;
  margin-right: 8px;
  margin-top: 8px; }
  .bolt-header-icon.l {
    margin-top: 10px; }
  .bolt-header-icon.s {
    margin-top: 6px; }

.bolt-header-separator {
  height: 1px;
  background-color: rgba( 244, 244, 244 ,  1 );
  background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 ); }

.bolt-button.bolt-header-back-button {
  background-color: transparent;
  font-size: 1rem;
  margin-right: 8px; }
  @media screen and (max-width: 599px) {
    .bolt-button.bolt-header-back-button {
      padding: 0px; }
      .bolt-button.bolt-header-back-button .bolt-button-text {
        font-size: 0.75rem;
        color: rgba(0, 0, 0, .55);
        color: var(--text-secondary-color,rgba(0, 0, 0, .55));
        font-weight: normal; } }
/***END Header.css***/

/***BEGIN HeaderCommandBar.css***/
.bolt-header-commandbar {
  margin-left: 16px;
  padding-right: 4px; }
  .bolt-header-commandbar .responsive-placeholder {
    margin: 0; }

.bolt-header-command-item-button {
  margin: 2px; }

.bolt-header-command-item-button .bolt-button.icon-only {
  padding: 8px; }

.bolt-header-commandbar-no-right-padding {
  padding-right: 0px; }

.bolt-header-command-item-separator {
  background-color: rgba(0, 0, 0, 0.20);
  background-color: var(--palette-black-alpha-20,rgba(0, 0, 0, 0.20));
  width: 1px;
  margin: 4px 8px; }
/***END HeaderCommandBar.css***/

/***BEGIN Page.css***/
.bolt-page > .bolt-tabbar {
  padding: 0 32px 0 24px; }
  @media screen and (max-width: 599px) {
    .bolt-page > .bolt-tabbar {
      padding-left: 12px;
      padding-right: 20px; } }

.bolt-page > .bolt-header {
  padding-top: 24px;
  padding-bottom: 0px;
  margin-left: 12px;
  margin-right: 12px;
  z-index: 3; }
  @media screen and (max-width: 599px) {
    .bolt-page > .bolt-header {
      padding-top: 16px;
      margin-left: 0;
      margin-right: 0; } }
  .bolt-page > .bolt-header .bolt-header-commandbar-no-right-padding {
    padding-right: 4px; }
    @media screen and (max-width: 599px) {
      .bolt-page > .bolt-header .bolt-header-commandbar-no-right-padding {
        padding-right: 0; } }

.bolt-page > .vss-FilterBar {
  margin-left: 32px;
  margin-right: 32px; }

.bolt-page .page-content {
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 16px; }
  @media screen and (max-width: 599px) {
    .bolt-page .page-content {
      padding-left: 0;
      padding-right: 0; } }

.bolt-page .page-content-top {
  padding-top: 16px; }

.bolt-page .page-content-bottom {
  padding-bottom: 16px; }

.bolt-page .page-content-left {
  padding-left: 32px; }
  @media screen and (max-width: 599px) {
    .bolt-page .page-content-left {
      padding-left: 0; } }

.bolt-page .page-content-right {
  padding-right: 32px; }
  @media screen and (max-width: 599px) {
    .bolt-page .page-content-right {
      padding-right: 0; } }

.bolt-page-grey {
  background-color: rgba( 248, 248, 248 ,  1 );
  background-color: rgba( var(--palette-neutral-2,248, 248, 248) ,  1 ); }

.bolt-page-white {
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--background-color,rgba(255, 255, 255, 1)); }
/***END Page.css***/

/***BEGIN Tabs.css***/
/**
 * Generalized focus treatment for components 
 */
.focus-treatment:focus {
  outline: none; }

body.ms-vss-web-vsts-theme-hc-dark.bolt-focus-visible .bolt-tab.focus-treatment:focus, body.ms-vss-web-vsts-theme-hc-dark.bolt-focus-visible .bolt-tab.focus-treatment.focused,
body.ms-vss-web-vsts-theme-hc-light.bolt-focus-visible .bolt-tab.focus-treatment:focus,
body.ms-vss-web-vsts-theme-hc-light.bolt-focus-visible .bolt-tab.focus-treatment.focused {
  border: 2px solid rgba(0, 120, 212, 1);
  border: 2px solid var(--focus-border-color,rgba(0, 120, 212, 1));
  outline: 2px solid rgba(0, 90, 158, 1);
  outline: 2px solid var(--communication-foreground,rgba(0, 90, 158, 1)); }

.bolt-focus-visible .bolt-tab.focus-treatment:focus, .bolt-focus-visible .bolt-tab.focus-treatment.focused {
  border-radius: 3px;
  animation: ms-focus-shadow-with-border-pulse 4s ease-in-out infinite;
  box-shadow: 0 0 0 3px rgba(0, 120, 212, 0.23), 0 0 0 1px rgba(0, 120, 212, 1);
  box-shadow: 0 0 0 3px var(--focus-pulse-max-color,rgba(0, 120, 212, 0.23)), 0 0 0 1px var(--focus-border-color,rgba(0, 120, 212, 1)); }
  @media (forced-colors: active) {
    .bolt-focus-visible .bolt-tab.focus-treatment:focus, .bolt-focus-visible .bolt-tab.focus-treatment.focused {
      animation: none; } }
  @media (forced-colors: active) {
    .bolt-focus-visible .bolt-tab.focus-treatment:focus, .bolt-focus-visible .bolt-tab.focus-treatment.focused {
      border: 1px solid Highlight;
      forced-color-adjust: none;
      color: windowtext; }
      .bolt-focus-visible .bolt-tab.focus-treatment:focus > *, .bolt-focus-visible .bolt-tab.focus-treatment.focused > * {
        forced-color-adjust: auto; } }

.bolt-tab {
  color: inherit; }

.bolt-tabbar .vss-FilterBar {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 8px;
  height: 32px; }
  .bolt-tabbar .vss-FilterBar .vss-FilterBar--list {
    align-items: center; }
    .bolt-tabbar .vss-FilterBar .vss-FilterBar--list .vss-FilterBar--item.vss-FilterBar--item-keyword-container {
      margin-right: 0px; }
    .bolt-tabbar .vss-FilterBar .vss-FilterBar--list .vss-FilterBar--right-items .vss-FilterBar--action {
      display: none; }

.bolt-tabbar.sticky {
  position: sticky;
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--background-color,rgba(255, 255, 255, 1));
  z-index: 2;
  top: 0px; }

.bolt-tabbar-grey.sticky {
  background-color: rgba( 248, 248, 248 ,  1 );
  background-color: rgba( var(--palette-neutral-2,248, 248, 248) ,  1 ); }
  body.ms-vss-web-vsts-theme-hc-dark .bolt-tabbar-grey.sticky {
    background-color: rgba(255, 255, 255, 1);
    background-color: var(--background-color,rgba(255, 255, 255, 1)); }
  body.ms-vss-web-vsts-theme-hc-light .bolt-tabbar-grey.sticky {
    background-color: rgba(255, 255, 255, 1);
    background-color: var(--background-color,rgba(255, 255, 255, 1)); }

.bolt-tabbar-on-callout.sticky {
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--callout-background-color,rgba(255, 255, 255, 1)); }

@supports (-ms-ime-align: auto) {
  .bolt-tabbar.sticky.sticky {
    position: relative; } }

@media screen and (max-width: 600px) {
  .bolt-tabbar-tabs {
    overflow-x: auto; } }

.bolt-tabbar-tabs.compact .bolt-tab {
  height: 2rem;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  display: inline-block;
  margin-right: 0px;
  padding: 0 8px;
  text-align: center;
  position: relative;
  border: 0;
  overflow: visible; }
  .bolt-tabbar-tabs.compact .bolt-tab .bolt-tab-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .bolt-tabbar-tabs.compact .bolt-tab .bolt-tab-inner-container {
    height: 100%;
    display: flex;
    align-items: center; }
  .bolt-tabbar-tabs.compact .bolt-tab .bolt-tab-badge {
    margin-left: 4px;
    max-width: 80px;
    cursor: pointer; }
    .bolt-tabbar-tabs.compact .bolt-tab .bolt-tab-badge .bolt-pill-focusable {
      overflow: hidden; }
  .bolt-tabbar-tabs.compact .bolt-tab:last-child {
    margin-right: 0; }
  @media (forced-colors: active) {
    .bolt-tabbar-tabs.compact .bolt-tab {
      border: 1px solid transparent; } }
  .bolt-tabbar-tabs.compact .bolt-tab:hover {
    color: inherit; }
    @media (forced-colors: active) {
      .bolt-tabbar-tabs.compact .bolt-tab:hover {
        border-color: Highlight; } }
    body.ms-vss-web-vsts-theme-hc-dark .bolt-tabbar-tabs.compact .bolt-tab:hover {
      border-color: rgba(0, 90, 158, 1);
      border-color: var(--communication-foreground,rgba(0, 90, 158, 1)); }
    body.ms-vss-web-vsts-theme-hc-light .bolt-tabbar-tabs.compact .bolt-tab:hover {
      border-color: rgba(0, 90, 158, 1);
      border-color: var(--communication-foreground,rgba(0, 90, 158, 1)); }
  .bolt-tabbar-tabs.compact .bolt-tab .bolt-tab-text::before {
    content: attr(data-content);
    display: block;
    font-weight: normal;
    height: 0px;
    visibility: hidden; }
  .bolt-tabbar-tabs.compact .bolt-tab .bolt-tab-text::after {
    content: attr(data-content);
    display: block;
    font-weight: 600;
    height: 0px;
    visibility: hidden; }
  .bolt-tabbar-tabs.compact .bolt-tab .bolt-tab-icon + .bolt-tab-text {
    margin-left: 4px; }
  .bolt-tabbar-tabs.compact .bolt-tab.selected .bolt-tab-inner-container {
    font-weight: 600;
    padding-top: 2px;
    border-bottom: 2px solid rgba(0, 120, 212, 1);
    border-bottom: 2px solid var(--communication-background,rgba(0, 120, 212, 1)); }
  body.ms-vss-web-vsts-theme-hc-dark .bolt-tabbar-tabs.compact .bolt-tab.selected {
    border-bottom: 2px solid rgba(0, 90, 158, 1);
    border-bottom: 2px solid var(--communication-foreground,rgba(0, 90, 158, 1)); }
  body.ms-vss-web-vsts-theme-hc-light .bolt-tabbar-tabs.compact .bolt-tab.selected {
    border-bottom: 2px solid rgba(0, 90, 158, 1);
    border-bottom: 2px solid var(--communication-foreground,rgba(0, 90, 158, 1)); }

.bolt-tabbar-tabs.tall .bolt-tab {
  height: 3rem;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  display: inline-block;
  margin-right: 0px;
  padding: 0 8px;
  text-align: center;
  position: relative;
  border: 0;
  overflow: visible; }
  .bolt-tabbar-tabs.tall .bolt-tab .bolt-tab-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .bolt-tabbar-tabs.tall .bolt-tab .bolt-tab-inner-container {
    height: 100%;
    display: flex;
    align-items: center; }
  .bolt-tabbar-tabs.tall .bolt-tab .bolt-tab-badge {
    margin-left: 4px;
    max-width: 80px;
    cursor: pointer; }
    .bolt-tabbar-tabs.tall .bolt-tab .bolt-tab-badge .bolt-pill-focusable {
      overflow: hidden; }
  .bolt-tabbar-tabs.tall .bolt-tab:last-child {
    margin-right: 0; }
  @media (forced-colors: active) {
    .bolt-tabbar-tabs.tall .bolt-tab {
      border: 1px solid transparent; } }
  .bolt-tabbar-tabs.tall .bolt-tab:hover {
    color: inherit; }
    @media (forced-colors: active) {
      .bolt-tabbar-tabs.tall .bolt-tab:hover {
        border-color: Highlight; } }
    body.ms-vss-web-vsts-theme-hc-dark .bolt-tabbar-tabs.tall .bolt-tab:hover {
      border-color: rgba(0, 90, 158, 1);
      border-color: var(--communication-foreground,rgba(0, 90, 158, 1)); }
    body.ms-vss-web-vsts-theme-hc-light .bolt-tabbar-tabs.tall .bolt-tab:hover {
      border-color: rgba(0, 90, 158, 1);
      border-color: var(--communication-foreground,rgba(0, 90, 158, 1)); }
  .bolt-tabbar-tabs.tall .bolt-tab .bolt-tab-text::before {
    content: attr(data-content);
    display: block;
    font-weight: normal;
    height: 0px;
    visibility: hidden; }
  .bolt-tabbar-tabs.tall .bolt-tab .bolt-tab-text::after {
    content: attr(data-content);
    display: block;
    font-weight: 600;
    height: 0px;
    visibility: hidden; }
  .bolt-tabbar-tabs.tall .bolt-tab .bolt-tab-icon + .bolt-tab-text {
    margin-left: 4px; }
  .bolt-tabbar-tabs.tall .bolt-tab.selected .bolt-tab-inner-container {
    font-weight: 600;
    padding-top: 2px;
    border-bottom: 2px solid rgba(0, 120, 212, 1);
    border-bottom: 2px solid var(--communication-background,rgba(0, 120, 212, 1)); }
  body.ms-vss-web-vsts-theme-hc-dark .bolt-tabbar-tabs.tall .bolt-tab.selected {
    border-bottom: 2px solid rgba(0, 90, 158, 1);
    border-bottom: 2px solid var(--communication-foreground,rgba(0, 90, 158, 1)); }
  body.ms-vss-web-vsts-theme-hc-light .bolt-tabbar-tabs.tall .bolt-tab.selected {
    border-bottom: 2px solid rgba(0, 90, 158, 1);
    border-bottom: 2px solid var(--communication-foreground,rgba(0, 90, 158, 1)); }

.bolt-tabbar-tabs.large-link .bolt-tab {
  height: 2.5rem;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  display: inline-block;
  margin-right: 0px;
  padding: 0 8px;
  text-align: center;
  position: relative;
  border: 0;
  overflow: visible; }
  .bolt-tabbar-tabs.large-link .bolt-tab .bolt-tab-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .bolt-tabbar-tabs.large-link .bolt-tab .bolt-tab-inner-container {
    height: 100%;
    display: flex;
    align-items: center; }
  .bolt-tabbar-tabs.large-link .bolt-tab .bolt-tab-badge {
    margin-left: 4px;
    max-width: 80px;
    cursor: pointer; }
    .bolt-tabbar-tabs.large-link .bolt-tab .bolt-tab-badge .bolt-pill-focusable {
      overflow: hidden; }
  .bolt-tabbar-tabs.large-link .bolt-tab:last-child {
    margin-right: 0; }
  @media (forced-colors: active) {
    .bolt-tabbar-tabs.large-link .bolt-tab {
      border: 1px solid transparent; } }
  .bolt-tabbar-tabs.large-link .bolt-tab:hover {
    color: inherit; }
    @media (forced-colors: active) {
      .bolt-tabbar-tabs.large-link .bolt-tab:hover {
        border-color: Highlight; } }
    body.ms-vss-web-vsts-theme-hc-dark .bolt-tabbar-tabs.large-link .bolt-tab:hover {
      border-color: rgba(0, 90, 158, 1);
      border-color: var(--communication-foreground,rgba(0, 90, 158, 1)); }
    body.ms-vss-web-vsts-theme-hc-light .bolt-tabbar-tabs.large-link .bolt-tab:hover {
      border-color: rgba(0, 90, 158, 1);
      border-color: var(--communication-foreground,rgba(0, 90, 158, 1)); }
  .bolt-tabbar-tabs.large-link .bolt-tab .bolt-tab-text::before {
    content: attr(data-content);
    display: block;
    font-weight: normal;
    height: 0px;
    visibility: hidden; }
  .bolt-tabbar-tabs.large-link .bolt-tab .bolt-tab-text::after {
    content: attr(data-content);
    display: block;
    font-weight: 600;
    height: 0px;
    visibility: hidden; }
  .bolt-tabbar-tabs.large-link .bolt-tab .bolt-tab-icon + .bolt-tab-text {
    margin-left: 4px; }
  .bolt-tabbar-tabs.large-link .bolt-tab.selected .bolt-tab-inner-container {
    font-weight: 600;
    padding-top: 2px;
    border-bottom: 2px solid rgba(0, 120, 212, 1);
    border-bottom: 2px solid var(--communication-background,rgba(0, 120, 212, 1)); }
  body.ms-vss-web-vsts-theme-hc-dark .bolt-tabbar-tabs.large-link .bolt-tab.selected {
    border-bottom: 2px solid rgba(0, 90, 158, 1);
    border-bottom: 2px solid var(--communication-foreground,rgba(0, 90, 158, 1)); }
  body.ms-vss-web-vsts-theme-hc-light .bolt-tabbar-tabs.large-link .bolt-tab.selected {
    border-bottom: 2px solid rgba(0, 90, 158, 1);
    border-bottom: 2px solid var(--communication-foreground,rgba(0, 90, 158, 1)); }

.bolt-tablist {
  border-right: 1px solid rgba(0, 0, 0, 0.20);
  border-right: 1px solid var(--palette-black-alpha-20,rgba(0, 0, 0, 0.20));
  overflow: auto; }

.bolt-tablist-tabs .bolt-tab {
  height: 32px;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  display: inline-block;
  padding-left: 32px; }
  .bolt-tablist-tabs .bolt-tab .bolt-tab-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .bolt-tablist-tabs .bolt-tab .bolt-tab-inner-container {
    height: 100%;
    display: flex;
    align-items: center; }
  .bolt-tablist-tabs .bolt-tab .bolt-tab-badge {
    margin-left: 4px;
    max-width: 80px;
    cursor: pointer; }
    .bolt-tablist-tabs .bolt-tab .bolt-tab-badge .bolt-pill-focusable {
      overflow: hidden; }
  .bolt-tablist-tabs .bolt-tab.selected {
    background-color: rgba( 234, 234, 234 ,  1 );
    background-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 ); }
    @media (forced-colors: active) {
      .bolt-tablist-tabs .bolt-tab.selected {
        background: highlight;
        forced-color-adjust: none; }
        .bolt-tablist-tabs .bolt-tab.selected .bolt-tab-text {
          color: windowtext;
          background: window; } }

.bolt-tablist-tabs a.bolt-tab {
  color: inherit; }

.bolt-tablist-heading {
  align-items: center;
  height: 32px;
  margin-top: 16px;
  padding-left: 32px; }

.bolt-tablist-title {
  height: 48px;
  align-items: center;
  display: flex;
  padding-left: 32px; }

.bolt-tablist-subtitle {
  padding-left: 32px; }
/***END Tabs.css***/

