.err {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #f06548;
}

.mail-list a {
  font-size: 15px !important;
  padding: 8px !important;
}

.btn-loader {
  width: 18px;
  height: 18px;
  font-size: 15px;
}

.chat-container-bubble {
  max-width: 400px;
  width: 100%;
  padding: 20px;
}

.message-bubble {
  background-color: #dcf8c6;
  border-radius: 7.5px;
  padding: 10px 15px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  max-width: 80%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.message-text {
  font-size: 16px;
  color: #303030;
}

.message-time {
  font-size: 12px;
  color: #999;
  text-align: right;
  margin-top: 5px;
}

.tick-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 4px;
}

.template-preview-btn {
  position: relative;
}

.template-preview-btn .template_preview {
  position: absolute;
  top: 0;
  z-index: 9;
}

.template-preview-btn:hover .template_preview {
  display: block !important;
}

.chat-list.unread-label {
  background: #fff;
  justify-content: center;
  width: 50%;
  border-radius: 8px;
  margin: 10px auto;
  padding: 10px 5px;
  font-weight: 400;
  box-shadow: 2px 5px rgb(215 183 25 / 100%);
  font-size: 16px;
}
