.select-wrap {
  padding: 6px 10px 6px 3px;
  border: 1px solid #6f6af8;
  color: #6f6af8;
  border-radius: 4px;
}
.modal-content .chat-box-right.chat-hgt {
  height: 560px;
}
.modal-content .chat-box-right.chat-hgt .chat-body {
  height: 381px;
}
.modal-content .chat-box-right.chat-hgt .sender-name {
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #ff6b6b;
  display: none;
}
.modal-content
  .chat-box-right.chat-hgt
  .user-chat
  p:first-of-type
  .sender-name {
  display: flex;
}
.modal-dialog.max-w-420 {
  max-width: 420px;
}
.chat-box-right .chat-body .chat-detail {
  max-height: 480px;
}

.modal-content .chat-box-right.chat-hgt .chat-body {
  height: 490px;
  position: relative;
}
.chat-body .close-icon {
  display: flex;
  position: absolute;
  top: 0px;
  right: 2px;
}
/* Toast alert Messgage Css */
.swal2-popup.swal2-toast .swal2-title {
  font-size: 12px !important;
  margin: 1em 1em !important;
}
.swal2-popup.swal2-toast {
  padding: 6px !important;
  max-width: fit-content;
}

.activity-event {
  text-align: center;
  margin: 14px 0;
}

.activity-badge {
  display: inline-block;

  max-width: 280px;

  padding: 8px 14px;

  background: #fff7d6;
  border: 1px solid #f1df88;

  color: #6b5a00;

  border-radius: 14px;

  font-size: 11px;
  font-weight: 500;

  line-height: 18px;
}
