/**
    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
*/
.deployment-groups-targets {
  width: 34px;
  height: 48px;
  overflow: hidden;
  display: inline-flex;
  flex-wrap: wrap;
  margin-right: 5px;
}

.deployment-groups-targets .target-text {
  width: 34px;
  text-align: center;
}

.deployment-groups-targets .target-count {
  height: 34px;
  padding-top: 16px;
  font-size: 15px;
}

.deployment-groups-targets .target-label {
  font-size: 10px;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.deployment-group-in-progress-phase-header {
  margin-top: 12px;
  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;
}

.deployment-group-in-progress-phase-header .deployment-group-in-progress-phase-name {
  padding-right: 10px;
}

.deployment-group-in-progress-phase-header .deployment-group-in-progress-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 );
}

.deployment-group-phase-loading-spinner {
  padding-top: 18px;
}

.deployment-group-phase-details-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.deployment-group-phase-details-container .deployment-group-phase-details-upper-section {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
