/**
    Padding
*/
/**
    Margin Section
*/
/**
    Font Section
*/
/*
    Canvas Element Colors
*/
.variables-section {
  width: 100%;
}

.variables-section .add-variable-btn {
  margin-top: 20px;
}

.variables-section .flat-view-table-container .flat-view-table .flatview-header.header-variables-table {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  border: none;
}

.variables-section .variable-name-validation-error {
  color: rgba( 218, 10, 0 ,  1 );
  color: rgba( var(--palette-accent1,218, 10, 0) ,  1 );
}
