.externalValidators__div {
  transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
}


.externalValidators__div.active {
  opacity: 1;
  height: auto;
}

.input-readonly {
  background-color: rgb(245, 240, 240);
}