/**
    Padding
*/
/**
    Margin Section
*/
/**
    Font Section
*/
/*
    Canvas Element Colors
*/
/**
    Margin Section
*/
/**
    Padding Section
*/
/**
    Color section
*/
/**
    Info icon
*/
/**
    Font
*/
.release-progress-container .cd-environment-node-commands {
  opacity: 1;
  margin: 8px 0px;
  width: 100%;
}

.release-progress-container .cd-environment-node-commands .cd-environment-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.release-progress-container .cd-environment-node-commands .cd-environment-action-button-hidden {
  visibility: hidden;
}

.release-progress-container .cd-environment-node-commands .cd-environment-action-button {
  padding: 0 5px;
  margin-left: 1px;
  margin-right: 2px;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in 0s;
  -moz-transition: opacity 300ms ease-in 0s;
  -ms-transition: opacity 300ms ease-in 0s;
  -o-transition: opacity 300ms ease-in 0s;
  transition: opacity 300ms ease-in 0s;
}

.release-progress-container .cd-environment-node-commands .cd-environment-action-button.cd-environment-action-button-visible {
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in 0s;
  -moz-transition: opacity 300ms ease-in 0s;
  -ms-transition: opacity 300ms ease-in 0s;
  -o-transition: opacity 300ms ease-in 0s;
  transition: opacity 300ms ease-in 0s;
}

.release-progress-container .cd-environment-node-commands .cd-environment-action-button:not(.cd-environment-action-button-visible) {
  background-color: rgba( 218, 218, 218 ,  1 );
  background-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 );
  padding: 0 9px;
}

.release-progress-container .cd-environment-node-commands .cd-environment-action-button:not(.cd-environment-action-button-visible):hover {
  background-color: rgba( 200, 200, 200 ,  1 );
  background-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
}

.release-progress-container .cd-environment-node-commands .cd-environment-action-button:not(.cd-environment-action-button-visible).cd-environment-action-button-large {
  padding: 0 15px;
}

.release-progress-container .cd-environment-node-commands .cd-environment-action-button.cd-environment-postdeployapprove-button, .release-progress-container .cd-environment-node-commands .cd-environment-action-button.cd-environment-predeployapprove-button {
  padding-right: 9px;
}

.release-progress-container .cd-environment-node-commands .cd-environment-action-button.cd-environment-postdeployapprove-button .cd-environment-action-button-icon, .release-progress-container .cd-environment-node-commands .cd-environment-action-button.cd-environment-predeployapprove-button .cd-environment-action-button-icon {
  margin-right: 0;
}

.release-progress-container .cd-environment-node-commands .cd-environment-action-button.cd-environment-action-icon-button {
  padding: 0 20px;
}

.release-progress-container .cd-environment-node-commands .cd-environment-action-button-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  margin: -2px 4px 0 4px;
  max-width: 58px;
}
