/* Add your own CSS here... */

.menu-container {
  color: #fff;
  position: relative;
  margin: 100px auto 0;
  padding: 20px;
  background-color: #6638f0;
  width: 400px;
}

/* // Tribute styles */

.tribute-container {
  position: absolute;
  top: 100%;
  left: 0;
  height: auto;
  max-height: 90px;
  max-width: 500px;
  overflow: auto;
  display: block;
  z-index: 999999;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(#000, 0.13);
}

.tribute-input-container{
  height: 90px;
  overflow: auto;
  padding: 0 5px;
  /* // border: 1px solid black; */
}

.tribute-container ul {
  margin: 0;
  margin-top: 2px;
  padding: 0;
  list-style: none;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(#000, 0.13);
  background-clip: padding-box;
  overflow: hidden;
}

.tribute-container li {
  color: linear-gradient(60deg, #e77934, #fbbc4a) !important;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 14px;
}

.tribute-container li.highlight,
.tribute-container li:hover {
  background: linear-gradient(60deg, #e77934, #fbbc4a) !important;
  color: #fff;
}

.tribute-container li span {
  font-weight: bold;
}

.tribute-container li.no-match {
  cursor: default;
}

.tribute-container .menu-highlighted {
  font-weight: bold;
}

.mention {
  color: #009be5 !important;
  /* background-color: #dbf2ff !important; */
  padding: 0 4px;
}

.el-popover.el-popper{
  max-height: 300px !important;
  overflow: auto !important;
}

.tag {
  color: #009be5 !important;
  /* background-color: #dbf2ff !important; */
  padding: 0 4px;
}
