[data-module="chat-entry"] {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

/* [data-module="chat-entry"] .ant-badge-count {
  min-width: 12px;
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
} */

#main-chat-entry {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-image: url(../img/commonIcon/chat-icon.svg);
  background-position: center;
  background-origin: unset;
  background-repeat: no-repeat;
  background-size: contain;
}

.chat-entry-chat-list {
  top: 35px !important;
}

.chat-entry-chat-list .ant-popover-arrow  {
  display: none !important;
}

.chat-entry-chat-container .expand-chat-button {
  width: 16px;
}

.chat-entry-chat-container .chat-header {
  height: 40px;
  padding: 10px;
}

.chat-entry-chat-container .chat-user-select-container {
  width: 100%;
}

.chat-entry-chat-container {
  max-height: calc(100vh - 61px);
  width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.chat-entry-chat-container .chat-room-container {
  /* border-bottom: black solid 1px; */
}

.chat-container-chat-section{
  flex: 1;
  overflow-y: auto;
}

.see-all-container {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  min-height: 40px;
  color: var(--main-key-color);
  border-top: 1px solid var(--main-key-border-color);
}
.chat-list-scroller {
  overflow-y: scroll;
}

.chat-header .chat-header-title {
  font-size: 14px;
  font-weight: bold;
  color: #5A5F78;
}
.chat-entry-chat-container .chat-user-select-container {
  margin: 0;
}
.chat-entry-chat-container  .chat-header {
  border-bottom: 1px solid var(--main-key-border-color);
}

.chat-entry-chat-container .chat-user-select-container {
  border-top: none;
}