/**
    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
*/
.deploy-panel.release-section {
  background: rgba( 239, 246, 252 ,  1 );
  background: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 );
  padding: 16px 20px;
  margin-top: 5px;
  position: relative;
}

.deploy-panel.release-section .release-link {
  color: rgba( 16, 110, 190 ,  1 );
  color: rgba( var(--palette-primary-shade-10,16, 110, 190) ,  1 );
}

.deploy-panel.release-section .release-link:visited {
  color: rgba( 0, 90, 158 ,  1 );
  color: rgba( var(--palette-primary-shade-20,0, 90, 158) ,  1 );
}

.deploy-panel.release-section .description-text {
  display: flex;
  align-items: center;
}

.deploy-panel.release-section .description-text .bowtie-build-queue {
  color: rgba( 166, 166, 166 ,  1 );
  color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
}

.deploy-panel.release-section .description-text .bowtie-play-fill {
  color: rgba(0, 120, 212, 1);
  color: var(--status-info-foreground,rgba(0, 120, 212, 1));
}

.deploy-panel.release-section .description-text .bowtie-status-error-outline {
  color: #f2700f;
}

.deploy-panel.release-section .description-text .bowtie-check {
  color: rgba( 16, 124, 16 ,  1 );
  color: rgba( var(--palette-accent2-dark,16, 124, 16) ,  1 );
}

.deploy-panel.release-section .description-text .bowtie-edit-delete {
  color: rgba( 218, 10, 0 ,  1 );
  color: rgba( var(--palette-accent1,218, 10, 0) ,  1 );
}

.deploy-panel.release-section .release-header {
  display: flex;
}

.deploy-panel.release-section .deployment-status {
  margin-right: 5px;
  margin-top: 2px;
}

.deploy-panel.release-section .currently-deployed-content {
  display: flex;
}

.deploy-panel.release-section .header-info {
  padding-left: 5px;
}

.deploy-panel.release-section .header-icon {
  font-size: 9px;
  margin-top: 4px;
  margin-right: 12px;
}

.deploy-panel.release-section .seperator-icon {
  font-size: 4px;
  padding: 3px 10px;
  color: rgba( 200, 200, 200 ,  1 );
  color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
}

.deploy-panel.release-section .header-icon.to-be-deployed-header-icon.bowtie-icon.bowtie-radio-button-empty {
  color: rgba( 239, 246, 252 ,  1 );
  color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 );
}

.deploy-panel.release-section .header-icon.to-be-deployed-header-icon.bowtie-icon.bowtie-dot {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.deploy-panel.release-section .currently-deployed:after {
  content: ' ';
  height: 60px;
  left: 24px;
  position: absolute;
  border-left: 1px;
  border-left-style: dashed;
  top: 33px;
  border-color: rgba( 166, 166, 166 ,  1 );
  border-color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
}

.deploy-panel.release-section .header-text {
  font-weight: 600;
}

.deploy-panel.release-section .release-content {
  padding-left: 23px;
}

.deploy-panel.release-section .currently-deployed {
  padding-bottom: 25px;
}
