/**
    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
*/
.release-progress-container .cd-environment-node-parent {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  justify-content: center;
  flex-direction: column;
}

.release-progress-container .cd-environment-node-parent .cd-environment-node {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

.release-progress-container .cd-environment-node-parent .cd-environment-node .cd-node-disabled {
  background-color: rgba( 218, 218, 218 ,  1 ) !important;
  background-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 ) !important;
}

.release-progress-container .cd-environment-node-parent .cd-environment-node .no-edit-mode {
  -webkit-box-shadow: 0px 0px 10px 0px rgba( 200, 200, 200 ,  1 );
  -webkit-box-shadow: 0px 0px 10px 0px rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  -moz-box-shadow: 0px 0px 10px 0px rgba( 200, 200, 200 ,  1 );
  -moz-box-shadow: 0px 0px 10px 0px rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  box-shadow: 0px 0px 10px 0px rgba( 200, 200, 200 ,  1 );
  box-shadow: 0px 0px 10px 0px rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
}

.release-progress-container .cd-environment-node-parent:hover .cd-environment-node-commands .cd-environment-action-button {
  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-parent .pre-approvals-container, .release-progress-container .cd-environment-node-parent .post-approvals-container {
  z-index: 1;
  height: 100%;
}
