@import '../helpers/color';

$icon-grey: #c1cfd9;

.field-tool-tip {
  color: $icon-grey;

  &:hover {
    color: $primary;
    cursor: pointer;
  }
}

.additional-info-button {
  .fa {
    color: $icon-grey;
  }

  &:hover .fa {
    color: $primary;
  }

}

.description-text {
  margin-top: -10px;
  margin-bottom: 10px;
  opacity: .8;
  font-style: italic;
  font-size: .8em;
}

.label-container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.required-container {
  display: flex;
}
