/* chat */
.chat_clg_item__udmpO {
  --bs-list-group-active-color: var(--baseGrey);
  --bs-list-group-active-bg: var(--green3);
  --bs-list-group-active-border-color: transparent;
  --bs-list-group-border-width: 0;
  cursor: pointer;
}

.chat_chat_box__n5H_L::-webkit-scrollbar,
.chat_messages_box__iHaQ9::-webkit-scrollbar {
  width: 5px;
}

.chat_chat_box__n5H_L::-webkit-scrollbar-track,
.chat_messages_box__iHaQ9::-wwebkit-scrollbar-track {
  width: 5px;
  background: #f5f5f5;
}

.chat_chat_box__n5H_L::-webkit-scrollbar-thumb,
.chat_messages_box__iHaQ9::-webkit-scrollbar-thumb {
  width: 1em;
  background-color: #999;
  outline: none;
  border-radius: 2px;
}

.chat_text-small__ptXJe {
  font-size: 0.8125rem;
}

.chat_chat-master__iYzSY {
  padding-bottom: 20px;
}

.chat_messages_box__iHaQ9,
.chat_chat-box__dVlzv {
  overflow-y: auto;
}

.chat_user_status___tOIh {
  top: 0;
  right: 0;
}

.chat_active_user__VaVwM {
  width: 8px;
  height: 8px;
  background-color: var(--bs-success);
  display: inline-block;
  border-radius: 10px;
}

.chat_chat_proName__UKmAR {
  color: var(--blu3);
}

.chat_chatPolicyNote__N8bhm {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 13px;
  color: #6c757d;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .chat_messages_box__iHaQ9 {
    height: 250px;
  }

  .chat_chat-box__dVlzv {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .chat_messages_box__iHaQ9 {
    box-shadow: none !important;
  }

  .chat_messages_box__iHaQ9 .chat_list-group-item__VFsU8 {
    background-color: transparent;
  }

  /*.mobile-input{
          position: fixed;
          bottom:0;
          left: 0;
          width: 100%;
          border-top:1px solid #f5f5f5;
      }*/
  .chat_mob_chat__yDaxB {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #f2f2f2;
  }

  .chat_chat_wrap__ozvmD {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .chat_chat_master__9IJl9 {
    padding-bottom: 20px;
  }

  .chat_mob_chat_header__yG9eW {
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .chat_chat_box__n5H_L {
    flex-grow: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column-reverse;
  }

  .chat_chat_cover__8Rypc {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .chat_cbox__xOL19 {
    display: flex;
    flex-direction: column;
  }

  .chat_mobile_input__wgC_l {
    border-top: 1px solid #f5f5f5;
  }
}

@media (min-width: 768px) {
  .chat_messages_box__iHaQ9 {
    height: 393px;
  }

  .chat_chat_box__n5H_L {
    height: 330px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column-reverse;
  }
}

.chat_rounded-lg__1LQSe {
  border-radius: 0.5rem;
}

.chat_custom_media__vq_1j {
  display: flex;
  align-items: flex-start;
}

.chat_custom_mediaBody__Qxt4e {
  flex: 1 1;
  margin-left: 1rem;
}

.chat_messages_box__iHaQ9 .chat_clg_item__udmpO:first-child {
  border-top: 0 !important;
}

.chat_messages_box__iHaQ9 .chat_clg_item__udmpO + .chat_clg_item__udmpO {
  border-width: 1px;
}

.chat_messages_box__iHaQ9 .chat_clg_item__udmpO {
  border: 0 !important;
  border-top: 1px solid #eee !important;
  padding: 1rem;
  color: var(--baseGrey);
}

.chat_chat_time__NGqDU {
  color: #a5a5a5;
  font-size: 11px;
}

.chat_chat_txt__1B4zS {
  color: #333;
}

@media (min-width: 576px) {
  .chat_chat_box__n5H_L .chat_media__NUcBL {
    width: 90%;
  }
}

.chat_custom_mediaBody__Qxt4e {
  position: relative;
}

.chat_custom_mediaBody__Qxt4e h6 {
  color: var(--primaryB);
}

.chat_custom_mediaBody__Qxt4e h6 small {
  font-size: var(--fs-12);
}

.chat_chat_snipt__DLG5A {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chat_shadow2__1GMn0 {
  box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 15%) !important;
}

.chat_chat-text-head__OHv8f {
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.chat_profileImage__I6Kr5 {
  --size: 20px;
  width: var(--size);
  height: var(--size);
  background: var(--primaryB);
  font-size: var(--fs-base);
  color: #fff;
  text-align: center;
  line-height: var(--size);
}

.chat_custom_mediaBody__Qxt4e:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 0;
}

.chat_arrow_right__CfXZv .chat_chat_time__NGqDU {
  text-align: right;
  padding-right: 36px;
}

.chat_arrow_right__CfXZv .chat_custom_mediaBody__Qxt4e {
  background-color: #fff;

  border-top-right-radius: 0 !important;
  margin-left: 40px;
  margin-right: 1rem;
}

.chat_arrow_right__CfXZv .chat_custom_mediaBody__Qxt4e:before {
  border-left: 8px solid #fff;
  right: -8px;
}

.chat_arrow_left__3aleB .chat_custom_media__vq_1j {
  flex-direction: row-reverse;
}

.chat_arrow_left__3aleB .chat_chat_time__NGqDU {
  padding-left: 36px;
}

.chat_arrow_left__3aleB .chat_custom_mediaBody__Qxt4e {
  background-color: var(--green3);
  border-top-left-radius: 0 !important;
  margin-right: 40px;
}

.chat_arrow_left__3aleB .chat_custom_mediaBody__Qxt4e:before {
  border-right: 8px solid var(--green3);
  left: -8px;
}

.chat_chat_box__n5H_L .chat_profileImage__I6Kr5 {
  margin-top: -7px;
}

.chat_chat_input__W2lp2 {
  height: 56px;
}

@media (min-width: 576px) {
  .chat_arrow_left__3aleB .chat_custom_mediaBody__Qxt4e {
    margin-right: 100px;
  }

  .chat_arrow_right__CfXZv .chat_custom_mediaBody__Qxt4e {
    margin-left: 100px;
  }
}

@media (min-width: 992px) {
  .chat_arrow_left__3aleB .chat_custom_mediaBody__Qxt4e {
    margin-right: 40px;
  }

  .chat_arrow_right__CfXZv .chat_custom_mediaBody__Qxt4e {
    margin-left: 40px;
  }
}

