.red {
  background: red;
  opacity: 0.6;
}

.green {
  background: green;
  opacity: 0.6;
}

.orange {
  background: orange;
  opacity: 0.6;
}

.chat {
  padding: 10px 5px;
}

.chat .item {
  border-radius: 7px;
  background: white;
  padding: 5px 15px;
  margin: 6px 15px;
}

.chat .item.spam {
  background: #00B8CE !important;
}

.chat .item small {
  // color: gray;
}

.chat .item.me {
  margin-right: 150px;
}

.chat .item.their {
  margin-left: 150px;
}

.chat .item.notMyTask {
  // opacity: 0.6;
  background-color: #fffbe5;
}

.x-action-col-cell .x-item-disabled {
  opacity: 0 !important;
}
