.helper-full {
  justify-content: space-between;
  color: #2b2b2b;

  .full-mesage {
    position: relative;
    bottom: 5px;

    display: flex;
    align-items: center;

    margin-left: 20px;

    font-size: 16px;
  }

  .full-action {
    display: flex;
    justify-content: flex-end;

    margin-top: 5px;
    margin-right: 10px;
    margin-left: 10px;

    .indicator-wrapper {
      display: flex;
      align-items: center;
      margin-bottom: 10px;

      .indicator-icon {
        margin-right: 5px;
      }

      .indicator-text {
        font-size: 12px;
        color: #bfbfbf;
      }
    }

    .icons-wrapper {
      display: flex;
      justify-content: flex-end;
      margin-top: 5px;

      .icon {
        cursor: pointer;
      }
    }
  }
}

.actions-buttons {
  display: flex;
  justify-content: flex-end;
  margin-right: 5px;
  opacity: 0;

  &.right {
    display: flex;
    justify-content: flex-end;
  }
}

.visible {
  opacity: 1;
}

.delete-icon-button {
  cursor: pointer;
  margin: 5px;
}

.editable {
  min-height: 25px;

  .value {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
  }
}
