.pipeline-editor-variables-panel .bolt-panel-content {
  padding: 0; }

.pipeline-editor-variables-panel .variables-content-body {
  width: 100%; }

.pipeline-editor-variables-panel .error-message {
  margin: 0 20px 20px 20px; }

.pipeline-editor-variables-panel .variables-controls-container {
  padding: 4px 20px 20px 20px;
  height: 56px; }

.pipeline-editor-variables-panel .variables-search-input {
  margin-right: 8px; }

.pipeline-editor-variables-panel .deleted-variable-row {
  cursor: default; }

.pipeline-editor-variables-panel .variable-row {
  align-items: center;
  border-bottom:  1px solid;
  border-bottom-color: rgba( 234, 234, 234 ,  1 );
  border-bottom-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  height: 56px;
  padding: 0 20px; }
  .pipeline-editor-variables-panel .variable-row .variable-icon {
    border-radius: 2px;
    padding: 8px;
    background-color: rgba( 239, 239, 239 ,  1 );
    background-color: rgba( var(--palette-neutral-6,239, 239, 239) ,  1 );
    margin-right: 8px; }
  .pipeline-editor-variables-panel .variable-row .variable-commands {
    height: 32px; }

.pipeline-editor-variables-panel .variable-content.is-deleted > span {
  color: rgba(0, 0, 0, .38);
  color: var(--text-disabled-color,rgba(0, 0, 0, .38)); }
  .pipeline-editor-variables-panel .variable-content.is-deleted > span.primary-text {
    text-decoration: line-through; }

.pipeline-editor-variables-panel .empty-variables-view {
  width: 224px; }
  .pipeline-editor-variables-panel .empty-variables-view .circle {
    width: 64px;
    height: 64px;
    background-color: rgba(0, 0, 0, 0.04);
    background-color: var(--palette-black-alpha-4,rgba(0, 0, 0, 0.04));
    border-radius: 40px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center; }
  .pipeline-editor-variables-panel .empty-variables-view .empty-icon {
    font-size: 1rem; }
  .pipeline-editor-variables-panel .empty-variables-view .empty-text {
    width: 100%; }
  .pipeline-editor-variables-panel .empty-variables-view .empty-new-button {
    margin: 40px 0 20px 0; }
  .pipeline-editor-variables-panel .empty-variables-view .no-width {
    width: 0; }

.pipeline-editor-variable-edit-callout .bolt-callout-modal, .pipeline-editor-variable-edit-callout.bolt-callout-modal {
  background-color: transparent; }

.pipeline-editor-variable-edit-panel .variable-edit-name-container {
  margin-bottom: 20px; }

.pipeline-editor-variable-edit-panel .variable-edit-checkbox {
  margin-top: 4px; }
  .pipeline-editor-variable-edit-panel .variable-edit-checkbox.first-checkbox {
    margin-top: 6px; }

.pipeline-editor-variable-edit-panel .variable-help-container {
  margin-top: 40px;
  word-break: break-all;
  word-break: break-word; }

.pipeline-editor-variable-edit-panel .variable-help-section {
  margin-bottom: 20px; }

.pipeline-editor-variable-edit-panel .code-format {
  font-family: Menlo, Consolas, Courier New, monospace;
  font-size: 0.8125rem;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.04);
  background-color: var(--palette-black-alpha-4,rgba(0, 0, 0, 0.04));
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  padding: 2px 4px;
  border-radius: 2px; }
