.json-content {
  flex: 1;
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: 2px solid;
  position: relative;
}

.json-content :is(textarea) {
  width: 100%;
  height: 100%;
  outline: none;
  resize: none;
  font-size: 0.875rem;
  border: 0px;
}

#input {
  overflow: auto;
  scrollbar-width: none;
}

#input::-webkit-scrollbar {
  display: none;
}

.copy {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: #374151;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
