/* .live_chat_container {
} */
.chat_head {
  height: 10vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 14px 24px;
  border: 1px solid #eaecf0;
}

.chat_head_advisor_data {
  display: flex;
  align-items: center;
}
.chat_head_advisor_data div p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #000000 !important;
  line-height: 10px;
}

.chat_head_advisor_data div span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #00a542;
}
.chat_head_avatar {
  cursor: pointer;
  width: 42px;
  height: 42px;
}
.chat_head_profile {
  position: relative;
}

.chat_head_profile_dot {
  position: absolute;
  top: 26px;
  right: -2px;
}
.chat_head_end_btn {
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid var(--error-600, #d92d20);
  background: var(--error-600, #d92d20);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
/* Live Chat Content */
.live_chat_content {
  width: 100% !important;
  height: 60vh;
  background-color: #ffffff;
  padding-left: 10px;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  padding-right: 10px;
  overflow-y: scroll;
  scroll-behavior: smooth;
   border-left: 1px solid #eaecf0;
   border-right: 1px solid #eaecf0;
}
.load_more_data {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #008033;
  text-align: center;
  cursor: pointer;
}
.start_session {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #008033;
}
.chat_body {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
  column-gap: 0.6rem;
}
.summary span {
  font-style: italic !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #595f62 !important;
  opacity: 0.9 !important;
}
.message_divider {
  margin: 12px !important;
}
.chat_duration_container {
  display: flex;
  align-items: center;
}
.chat_duration_container h4 {
  font-style: italic !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #25373f !important;
  opacity: 0.9 !important;
  margin-right: 4px;
}
.chat_duration {
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #00a542 !important;
  opacity: 0.9 !important;
}
.message_divider_vertical {
  height: 1.9em !important;
}
.chat_duration_credits {
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #d92d20 !important;
  opacity: 0.9 !important;
}
.avatar_container {
  position: relative;
}
.advisor_live_dot {
  position: absolute;
  top: 20px;
  right: 0px;
}
.client_date {
  font-size: 0.7rem;
  color: rgb(154, 155, 156);
  min-width: 159px;
  max-width: 80%;
  display: flex;
  justify-content: space-between;
}
.advisor_date {
  font-size: 0.7rem;
  color: rgb(154, 155, 156);
  /* width: 25%; */
  align-self: flex-start !important;
}
.notification_txt {
  min-width: 100% !important;
  background-color: rgb(191, 192, 193) !important;
  color: rgb(251, 242, 225);
  font-size: 13px !important;
  word-wrap: break-word;
}

.infoMsg {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #008033;
}

.chat_client {
  /* width: 75vw; */
  width: 52vw;
  /* max-width: 930px; */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /* flex-direction: column; */
  row-gap: 2px;
  word-wrap: break-word;
}

.chat_client p {
  max-width: 80%;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  background: #3a86f4;
  border-radius: 8px 0px 8px 8px;
  padding: 8px 16px;
  min-width: 111px;
  overflow-wrap: break-word;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  word-wrap: break-word;
  color: #ffffff;
}
.info_msg {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  color: rgb(15, 48, 234);
  cursor: pointer;
  font-size: 1rem;
  width: 100%;
}
.chatAd {
  /* width: 75vw; */
  word-wrap: break-word;
  width: 52vw;
  /* max-width: 930px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* flex-direction: column; */
  row-gap: 2px;
  /* overflow-y: scroll; */
}

.chatAd p {
  max-width: 80%;
  width: fit-content;
  background-color: rgba(89, 95, 98, 0.05);

  padding: 8px 16px;
  border-radius: 0px 8px 8px 8px;
  min-width: 111px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #101828;
}
.photo_width {
  width: 200px !important;
  margin-bottom: 2px;
  font-size: 0.7rem;
  color: rgb(154, 155, 156);
  min-width: 159px;
  max-width: 80%;
  display: flex;
  justify-content: space-between;
}
.video_container {
  width: 200px;
  height: auto;
  /* margin-bottom: 5px; */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background-color: #3a86f4;
  padding: 4px;
  margin-right: 10px;
  border-radius: 8px 0px 8px 8px;
}
.video_container_ad {
  width: 200px;
  height: auto;
  /* margin-bottom: 5px; */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background-color: rgba(89, 95, 98, 0.05);
  padding: 4px;
  border-radius: 0px 8px 8px 8px;
}
