.list > .item > .header.dynamic-field-header {
  margin-bottom: 10px;
}
.list > .item > .header.dynamic-field-header i {
  visibility: hidden;
}

.list > .item > .header.editable-dynamic-field-header {
  cursor: pointer;
}

.list > .item > .header.editable-dynamic-field-header i {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  margin-left: 5px;
  visibility: hidden;
}

.list > .item > .header.editable-dynamic-field-header:hover i {
  visibility: visible;
}

.editable-dynamic-field-buttons {
  padding: 8px;
}

.editable-dynamic-field-button-shake {
  animation: shake 1s;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.hidden-secret-value {
  font-family: "Courier New", Courier, monospace;
  color: #888;
}

.identifier-value {
  font-family: "Courier New", Courier, monospace;
  font-size: medium;
}
.default-value {
  white-space: pre-wrap;
}

.translation-tabs-header-grid.ui.grid {
  margin-left: 0;
  margin-right: 0;
}

.translation-tabs-header-grid.ui.grid > .row {
  padding-left: 0;
  padding-right: 0;
}

.translation-tabs-header-grid.ui.grid > .row > .column:first-child {
  padding-left: 0;
}

.translation-tabs-header-grid.ui.grid > .row > .column:last-child {
  padding-right: 0;
}

.translation-tabs-header-grid.ui.grid
  > .row
  > .column:first-child
  .attached-tab[attached="top"]
  > .ui.attached.tabular.menu {
  border-left: none;
  border-top-left-radius: 0;
}

.translation-tabs-header-grid.ui.grid
  > .row
  .ui.attached.tabular.menu
  > .item:first-child {
  margin-left: -1px;
}

.translation-tabs-header-grid.ui.grid
  > .row
  > .column:first-child
  .attached-tab[attached="top"]
  > .ui.attached.tabular.menu
  > .item:first-child {
  border-left: 1px solid #ddd;
  border-top-left-radius: 4px;
}

.attached-segment.ui.attached.segment.bottom {
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding: 1em;
}
