/**
    Padding
*/
/**
    Margin Section
*/
/**
    Font Section
*/
/*
    Canvas Element Colors
*/
/**
    Margin Section
*/
/**
    Padding Section
*/
/**
    Color section
*/
/**
    Info icon
*/
/**
    Font
*/
.deployment-status-overview .deployment-status-text {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-weight: 400;
}

.deployment-status-overview .deployment-status-overview-focusZone {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.deployment-status-overview .deployment-status-overview-focusZone .attempt-selection-button-separator {
  border-left:  0.5px solid;
  border-left-color: rgba( 200, 200, 200 ,  1 );
  border-left-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  height: 34px;
  width: 1px;
}

.deployment-status-overview .deployment-status-overview-focusZone .view-attempts-button {
  padding: 0 25px;
  top: 1px;
}

.deployment-status-overview .deployment-status-overview-focusZone .view-attempts-button .view-attempts-menu-icon {
  display: none;
}

.deployment-attempt-menu-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  padding: 0px 6px;
  text-decoration: none;
  height: auto;
  line-height: normal;
  border: none;
  background: none;
  padding: 10px 10px;
  width: 240px;
}

.deployment-attempt-menu-item::-moz-focus-inner {
  border: 0;
}

.deployment-attempt-menu-item {
  outline: transparent;
}

.deployment-attempt-menu-item {
  position: relative;
}

.ms-Fabric.is-focusVisible .deployment-attempt-menu-item:focus:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  border: 1px solid rgba(0, 0, 0, .55);
  border: 1px solid var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.deployment-attempt-menu-item:hover {
  background-color: rgba( 234, 234, 234 ,  1 );
  background-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
}
