.chat-message__wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.chat-message__wrapper p {
  margin: 0px;
}
.chat-message__heading {
  font-size: 20px;
  color: #5e5873;
  font-weight: 400;
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .chat-message__heading {
    font-size: 16px;
    color: #11142d;
  }
}
.chat-message__heading-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #dfe0e7;
}
@media only screen and (max-width: 767px) {
  .chat-message__heading-container {
    padding: 0px 0px 20px 0px;
    justify-content: initial;
    gap: 10px;
  }
}
.chat-message__heading-button {
  width: 37px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #ffefe1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.chat-message__heading-button-icon {
  width: 14px;
  height: 14px;
  filter: invert(54%) sepia(73%) saturate(1133%) hue-rotate(-8deg) brightness(100%) contrast(92%);
}
.chat-message__heading-button-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.chat-message__avatar-wrapper {
  display: none;
}
@media only screen and (max-width: 767px) {
  .chat-message__avatar-wrapper--show {
    display: flex;
    align-items: center;
    gap: 17px;
  }
}
.chat-message__avatar-arrow-button {
  background-color: initial;
  border: none;
  padding: 0px;
}
.chat-message__content-wrapper {
  padding: 40px 24px 20px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  height: 87%;
}
@media only screen and (max-width: 767px) {
  .chat-message__content-wrapper {
    padding: 40px 0px 0px 0px;
  }
}
.chat-message__message {
  width: fit-content;
  padding: 8px 11px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #808191;
  background-color: #e8eaf1;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.chat-message__message-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  height: 84%;
  padding-right: 21px;
  overflow: auto;
}
.chat-message__message-wrapper::-webkit-scrollbar {
  height: 1rem;
  width: 0.3rem;
}
.chat-message__message-wrapper::-webkit-scrollbar-thumb {
  --tw-border-opacity: 1;
  background-color: #a3a6b7;
  border-color: #a3a6b7;
  border-radius: 9999px;
  border-width: 1px;
  border: 4px solid transparent;
}
.chat-message__message-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #a3a6b7;
}
.chat-message__message-wrapper::-webkit-scrollbar-track {
  background-color: #d9d9d9;
  border-radius: 9999px;
}
.chat-message__message-wrapper::-webkit-scrollbar-thumb {
  background-color: #a3a6b7;
  border-color: #a3a6b7;
}
.chat-message__message-avatar {
  display: flex;
  width: 30px;
  height: 32px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #000;
  background-color: #dfe0e7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.chat-message__message-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.chat-message__message-name {
  font-size: 12px;
  color: #11142d;
  font-weight: 400;
}
.chat-message__message-name-container {
  display: flex;
  align-items: center;
  gap: 22px;
}
.chat-message__message-time {
  font-size: 12px;
  color: #808191;
  font-weight: 500;
}
.chat-message__input-wrapper {
  display: flex;
  flex-direction: column;
}
.chat-message__sender-message-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
.chat-message__reciever-message-wrapper {
  align-self: flex-end;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 7px;
}
.chat-message__reciever-message-wrapper .chat-message__message-name-container {
  flex-direction: row-reverse;
  justify-content: end;
}
.chat-message__reciever-message-wrapper .chat-message__message-container {
  align-items: flex-end;
}
.chat-message-modal__wrapper {
  width: 300px;
  height: 194px;
  padding: 23px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.chat-message-modal__heading {
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
  color: #2c2c30;
}
.chat-message-modal__heading-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.chat-message-modal__heading-button {
  background-color: initial;
  border: none;
  height: fit-content;
  padding: 0px;
}
.chat-message-modal__heading-button img {
  width: 12px;
}
.chat-message-modal__message {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  width: 85%;
}
.chat-message-modal__button {
  width: 120px;
  height: 32px;
  border-radius: 8px;
  border: 1.5px solid #f48322;
  background: rgba(244, 131, 34, 0.09);
  font-size: 12px;
  font-weight: 400;
  color: #221d55;
}
.chat-message-modal__button-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.chat-message__add-user-modal {
  position: fixed;
  right: -3px;
  top: 84px;
  bottom: 70px;
  width: 467px;
  background-color: #fff;
  box-shadow: 0px 11px 53px -4px rgba(16, 24, 40, 0.11);
  border-radius: 20px 0px 0px 20px;
  -webkit-border-radius: 20px 0px 0px 20px;
  -moz-border-radius: 20px 0px 0px 20px;
  -ms-border-radius: 20px 0px 0px 20px;
  -o-border-radius: 20px 0px 0px 20px;
  z-index: 1000;
  opacity: 1;
  transform: translateX(0);
  transition: all 0.6s ease;
}
.chat-message__add-user-modal.ng-hide {
  opacity: 0;
  transform: translateX(100%);
}

.modal#deleteGroupModal .modal-dialog {
  width: fit-content;
  height: fit-content;
}