.bolt-wizard-item {
  min-width: 148px; }
  .bolt-wizard-item:not(:last-child) {
    margin-right: 3px; }
  .bolt-wizard-item.selected .bolt-wizard-item-text {
    font-weight: 600;
    color: rgba(0, 0, 0, .9);
    color: var(--text-primary-color,rgba(0, 0, 0, .9)); }
  .bolt-wizard-item.selected .bolt-wizard-item-bar {
    background-color: rgba( 43, 136, 216 ,  1 );
    background-color: rgba( var(--palette-primary-tint-10,43, 136, 216) ,  1 ); }
    body.ms-vss-web-vsts-theme-hc-dark .bolt-wizard-item.selected .bolt-wizard-item-bar {
      background-color: rgba(0, 120, 212, 1);
      background-color: var(--focus-border-color,rgba(0, 120, 212, 1)); }
    body.ms-vss-web-vsts-theme-hc-light .bolt-wizard-item.selected .bolt-wizard-item-bar {
      background-color: rgba(0, 120, 212, 1);
      background-color: var(--focus-border-color,rgba(0, 120, 212, 1)); }
  .bolt-wizard-item.clickable {
    cursor: pointer; }
  .bolt-wizard-item:focus {
    outline: none; }

.bolt-focus-visible .bolt-wizard-item:focus {
  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-wizard-item:focus {
      animation: none; } }
  @media (forced-colors: active) {
    .bolt-focus-visible .bolt-wizard-item:focus {
      forced-color-adjust: none;
      border-color: highlight; } }
  @media screen and (-ms-high-contrast: black-on-white) {
    .bolt-focus-visible .bolt-wizard-item:focus {
      outline: 1px solid highlight;
      outline-offset: 1px; } }
  @media (forced-colors: active) {
    .bolt-focus-visible .bolt-wizard-item:focus {
      box-shadow: 0 0 0 1px highlight; } }

.bolt-wizard-item-text-row {
  align-items: center;
  padding: 2px 0; }
  .bolt-wizard-item-text-row.complete .bolt-wizard-item-text {
    color: rgba(0, 0, 0, .9);
    color: var(--text-primary-color,rgba(0, 0, 0, .9)); }

.bolt-wizard-item-text {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }

.bolt-wizard-item-icon {
  height: 24px;
  width: 24px;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  font-size: 1rem; }

.bolt-wizard-item-bar {
  margin-top: 6px;
  height: 4px;
  background-color: rgba( 234, 234, 234 ,  1 );
  background-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 ); }
