.error {
  color: orangered;
}
.success {
  color: #127353;
}

.loader {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 200px);
}

textarea {
  resize: vertical;
}

.action-button {
  clear: both;
  display: flex;
  justify-content: center;
}

.two-fields {
  display: flex;
}

.add-property {
  margin-left: 5px;
  font-size: 34px;
}

.fa {
  cursor: pointer;
}

td { 
  white-space:pre-line 
}

.lowercaseText {
  text-transform: lowercase;
}

.full-page-height {
  height: 100vh !important;
}

.v-reset-input {
  top: 2px;
  right: 25px;
  font-size: 20px;
  cursor: pointer !important;
  display: none;
}
.v-reset-input-active {
  display: block;
}