.system-value-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--main-key-border-color);
  margin-bottom: 10px;
  font-weight: bold;
}
#default-section-container {
  margin-bottom: 10px;
}
.variable-container {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#variable-creator-section .input-item-container {
  padding-top: 0;
}

.description-schema-table {
  color: #9696a0;
  font-style: italic;
  font-size: 12px;
  margin-bottom: 10px;
}

#variable-creator-section table {
  border: none;
  margin-bottom: 25px;
}

#variable-creator-section table thead th,
#variable-creator-section table td {
  border: none;
}

#variable-creator-section table thead tr th {
  background-color: #f0f0f5;
  border: 1px solid#dcdce6;
  border-radius: 0;
}
#variable-creator-section table thead tr th:nth-child(1) {
  border-right: none;
}
#variable-creator-section table thead tr th:nth-child(2) {
  border-left: none;
}

#variable-creator-section table td,
#variable-creator-section table th {
  padding: 5px;
}

#variable-creator-section tbody tr:nth-child(2n) {
  background-color: #f5f5f7;
}


#variable-creator-section textarea {
  border: none !important;
}