/*

* Override Pages default styles or create your own styles here

*/
.ms-hover:hover .delete-message {
  display: block;
}
.delete-message {
  display: none;
  line-height: 16px;
}
.chat-bubble.from-them+.delete-message {
  padding-top: 10px;
}
.chat-bubble.from-me+.delete-message {
  padding-top: 5px;
}
.page-sidebar {
  background-color: #1FBCE6;
}
.page-sidebar .sidebar-header {
  border-bottom: 1px solid white;
  background-color: #1FBCE6;
}
.page-sidebar a,
.page-sidebar button {
  color: white;
}
.page-sidebar .icon-thumbnail {
  color: white;
  background-color: transparent;
}
.page-sidebar .sidebar-menu .menu-items li {
  opacity: 0.7;
}
.page-sidebar .sidebar-menu .menu-items li:hover,
.page-sidebar .sidebar-menu .menu-items li.open,
.page-sidebar .sidebar-menu .menu-items li.active {
  opacity: 1;
  font-weight: bold;
}
@media (min-width: 980px) {
  .email-wrapper .email-opened {
    margin-left: 360px;
  }
}
.quickview-wrapper {
  top: 60px;
}
.quickview-wrapper.open ~ .email-opened {
  margin-right: 285px;
}
.chat-view .chat-bubble.from-me {
  background: #EC5E40;
  color: white;
  clear: both;
  margin-top: 0;
}

.chat-view .chat-bubble.from-me a {
  color: #fff;
}

.chat-view .chat-name {
  color: #626262;
  padding: 5px 0 0 35px;
  font-size: 0.875em;
  line-height: 1;
  font-weight: bold;
  opacity: .7;
}
.chat-view .chat-name i {
  color: #F05B38;
}

.chat-view .chat-inner {
  padding: 20px 15px;
  height: calc(100% - 90px);
}
.chat-view .chat-input {
  height: 36px;
}
.chat-view .message {
  margin-bottom: 5px;
}
.chat-view .message.error .chat-bubble.from-me {
  opacity: 0.5;
}
.list-view li {
  position: relative;
  padding-right: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.list-view li a {
  border: 0 !important;
}
.list-view li .trash {
  display: block;
  color: #626262;
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 50%;
  right: 0;
  z-index: 9;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list-view li .trash:hover {
  color: #EC5E40;
}
.m-h-100 {
  max-height: 100px!important;
}
.page-sidebar .sidebar-menu .menu-items>li>a>.title {
  width: 100%;
}
/* Thêm vào file CSS của bạn */
.font-bold {
  font-weight: 600 !important;
  color: #2c2c2c !important;
}

/* Nếu bạn muốn làm nổi bật cả room có tin nhắn chưa đọc */
.item[data-room-id] .text-master {
  transition: background-color 0.3s ease;
}

.item[data-room-id] .font-bold + .text-master {
  background-color: rgba(0, 0, 0, 0.05);
}