/* Keep the active chat readable instead of inheriting the sidebar text color. */
.wet-chat-list-item.active,
.wet-chat-list-item.active .wet-chat-list-main {
  color: #0c4968 !important;
}

.wet-chat-list-item.active .wet-chat-list-head b {
  color: #0b3f5a !important;
}

.wet-chat-list-item.active .wet-chat-list-bottom > span,
.wet-chat-list-item.active .wet-chat-list-head time {
  color: #236782 !important;
}

.wet-chat-list-item.active .wet-chat-list-actions {
  color: #0a6f9e !important;
}

[data-theme="dark"] .wet-chat-list-item.active {
  border-color: rgba(117, 234, 250, .58) !important;
  background: linear-gradient(135deg, rgba(13, 111, 148, .96), rgba(10, 121, 104, .9)) !important;
  box-shadow: inset 0 1px rgba(224, 255, 255, .28), 0 9px 20px rgba(0, 13, 35, .3) !important;
}

[data-theme="dark"] .wet-chat-list-item.active,
[data-theme="dark"] .wet-chat-list-item.active .wet-chat-list-main,
[data-theme="dark"] .wet-chat-list-item.active .wet-chat-list-head b {
  color: #f1feff !important;
}

[data-theme="dark"] .wet-chat-list-item.active .wet-chat-list-bottom > span,
[data-theme="dark"] .wet-chat-list-item.active .wet-chat-list-head time,
[data-theme="dark"] .wet-chat-list-item.active .wet-chat-list-actions {
  color: #c9f7ff !important;
}
