input[type=file] {
  display: none;
}

.fileselectbox, input[type=text], select, textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: Verdana, sans-serif;
  background-color: white;
}

.fileselectbox {
  height: 80px;
  color: #A9A9A9;
  text-align: center;
}

.fileselectbox:hover {
  cursor: pointer;
}

input[type=button], input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.infobox {
  border-radius: 5px;
  padding: 20px;
  /* background-color: #f2f2f2; */
}

.progressbar {
  width: 10%;
  height: 30px;
  background-color: #4CAF50;
  text-align: center;
  line-height: 30px;
  color: white;
  font-family: var(--bs-font-monospace, 'Courier New', monospace);
}

.outerprogressbar {
  position: relative;
}

.overflowJSON {
  overflow: scroll;
  background-color: #ffffff;
  font-family: var(--bs-font-monospace, 'Courier New', monospace);
  max-height: 7em;
  color: #222;
}

pre, .delicate {
  font-size: 75%;
}

hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 5px 0;
}
