.action-choice {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.sub-title {
  margin-bottom: 5px;
  font-size: 12px;
  color: var(--color-gray-888);

  .asterisk {
    color: var(--default-color-red);
  }
}

.info {
  margin-bottom: 18px;

  a,
  a:visited {
    color: var(--color-href);

    &:hover {
      text-decoration: underline;
    }
  }
}

.field {
  display: flex;

  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 8px;

  border: 1px solid var(--color-gray-aaa);
  border-radius: 4px;

  input,
  input:focus {
    flex: 1;
    background: inherit;
    border: none;
    outline: none;
  }

  .icon {
    cursor: pointer;
  }

  &:disabled {
    border: 1px solid var(--color-gray-eee);
  }
}

app-cmf-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
