/**
    Padding
*/
/**
    Margin Section
*/
/**
    Font Section
*/
/*
    Canvas Element Colors
*/
/**
    Margin Section
*/
/**
    Padding Section
*/
/**
    Color section
*/
/**
    Info icon
*/
/**
    Font
*/
/**
    Margin Section
*/
/**
    Padding Section
*/
/**
    Color section
*/
/**
    Info icon
*/
/**
    Font
*/
.cd-environment-phase-header-with-index-count {
  margin-top: 10px;
  font-size: 12px;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cd-environment-phase-header-with-index-count .cd-environment-phase-name {
  padding-right: 10px;
}

.cd-environment-phase-header-with-index-count .cd-environment-phase-hr {
  flex: 1;
  border: none;
  border-bottom:  1px solid;
  border-bottom-color: rgba( 218, 218, 218 ,  1 );
  border-bottom-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 );
}
