/**
    Preparations page
 */
.editable-rows .editable-inline {
  border: none;
  padding: 0;
  width: 100%;
  background: transparent;
}

.editable-rows .editable-inline .icon-edit {
  display: none;
}

.editable-rows .tracker_input_value {
  width: 100%;
}

.table.preparations.analytes th {
  white-space: nowrap !important;
}

.table.preparations .input-group > input,
.table.results input {
  min-width: 5rem !important;
}

.table.preparations .input-group {
  flex-wrap: nowrap;
}

.table.preparations .preparationstableVolumeToAddUL input {
  min-width: 7rem !important;
}

/* results page */
.result-form .result-input-wrapper.saved {
  display: inline-block;
  position: relative;
}

.result-form .result-input-wrapper.saved:after {
  font-family: "FontAwesome", sans-serif;
  content: "\f058";
  color: green;
  position: absolute;
  right: 1.5rem;
  top: 0.5rem;
  opacity: 1; /* Initial opacity */
  animation: fadeOut 1s forwards;
  animation-delay: 2s;
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}

/*# sourceMappingURL=custom.css.map */
