.pisell-lowcode-translation-icon {
  cursor: pointer;
  color: #d9d9d9;
  :hover {
    color: var(--theme-color);
  }
  &.active {
    color: var(--theme-color);
  }
}

.pisell-lowcode-translation-modal {
  position: relative;
  width: 100%;
}
