body {
  margin: 10px;
}

h1 {
  font-family: Gilmer, sans-serif;
}

input[type="text"],
select,
textarea {
  border: 0 #000;
  background-color: #f2f2f2;
  border-radius: 10px;
}

.info {
  font-size: 10px;
  margin-bottom: 5px;
}

.container {
  width: 50%;
}

.tooltip {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.tooltip span.material-symbols-outlined {
  font-size: 16px;
}

.tooltip div {
  color: white;
  position: absolute;
  width: 720px;
  background-color: #8a8573;
  border-radius: 4px;
  padding: 4px;
  bottom: 0px;
  left: 25px;
  z-index: 7;
}

.tooltip div .quote{
  padding-left: 5px;
  border-left: 1px solid white;
  margin-left: 5px;
}

.walled {
  -webkit-mask-image: linear-gradient(180deg, black 20px, transparent 400px);
  mask-image: linear-gradient(180deg, black 20px, transparent 400px);
}

.error {
  color: darkred;
}

[x-cloak] { display: none !important; }