@font-face {
  font-family: "monoidregular";
  src: url("./monoid-regular.woff2") format("woff2");
}
@font-face {
  font-family: "monoidregular";
  src: url("./monoid-bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "monoidregular";
  src: url("./monoid-italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}

.metap-glass {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 1000;
}

.metap-modal {
  position: fixed;
  font-family: "monoidregular";
  top: 60vh;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0.5rem;
  padding: 0.5rem;
  z-index: 1001;
  display: none;
  border: 1px solid #ccc;
  max-width: 50vw;
}

.metap-modal-row {
  cursor: pointer;
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
  white-space: pre;
  overflow: visible;
  text-overflow: clip;
  text-wrap-mode: wrap;
  word-wrap: break-word;
  height: auto;
  max-width: 50vw;
}

.metap-modal-row:hover {
  cursor: pointer;
  background-color: rgba(50, 50, 50, 0.9);
}

.metap-modal-row.disabled {
  cursor: no-drop;
  color: #555;
  font-style: italic;
}

.metap-modal-row-hovered {
  background-color: rgba(50, 50, 50, 0.9);
}

.metap-inputs {
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
  border-bottom: 1px solid #555;
  color: #888;
}

.metap-input-form > input {
  font-family: "monoidregular";
  display: block;
  background-color: black;
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
  border-bottom: 1px solid #555;
  color: #ccc;
  outline: none;
  background-color: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 90%;
}

.metap-ellipsis-row {
  font-size: 50%;
}
