.mje-container {
  cursor: text;
}

.mje-container * {
  outline: none !important;
}

.mje-cursor {
  background-color: #000;
  position: absolute;
  width: 1px;
}

.mje-cursor.hidden {
  display: none;
}

.mje-input {
  border: none;
  height: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 0;
}

.mje-placeholder {
  color: #ccc;
}
