.chat[data-v-2860ce14] {
  position: absolute;
  z-index: 101;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 70;
}
.chat input[data-v-2860ce14] {
  padding: 10px;
  width: 300px;
}
.chat ul[data-v-2860ce14] {
  list-style: none;
  color: white;
  font-family: "Arial";
  padding: 0;
  margin-left: 10px;
  max-height: 200px;
  overflow: auto;
}
.chat li.type-info[data-v-2860ce14] {
  color: #59da25;
}