@import '../../settings.mixins';

:host {
  @include section-wrapper;
}

.trans-edit__body {
  position: relative;

  display: flex;
  flex-direction: column;
  gap: 20px;

  padding-bottom: 20px;
}

.close-icon {
  cursor: pointer;
  position: absolute;
  right: 0;
}

button {
  margin: 10px 0;
}

.dialog-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}

.tab__caption {
  cursor: pointer;
  color: var(--color-gray-888);
}

.tab__crud {
  margin-bottom: 25px;
}
