.result_chat_box {
  left: 0px;
  bottom: 1rem;
  max-width: 450px;
  width: 100%;
}
.result_chat_box .chat_counselor {
  border: 0;
}

.chat_box {
  position: absolute;
  left: 0px;
  bottom: 1rem;
  max-width: 450px;
  width: 100%;
}

.chat_counselor {
  width: calc(98% - .2rem);
  padding: .4rem 0;
  display: flex;
  border: .1rem solid #595959;
  /* background-color: #d9f3ff; */
  margin-left: 1%;
  border-radius: .6rem;
  margin-bottom: .4rem;
  align-items: center;
}
.chat_coun_txt {
  padding: 0 .4rem 0 1rem;
}
.chat_icon {
  display: flex;
  align-items: center;
}
.chat_img {
  width: 2.4rem;
}

.open_chat {
  /* width: calc(98% - .2rem); */
  width: 98%;
  background-color: #e7e7e7;
  border-radius: 1rem;
  color: #787878;
  margin-left: 1%;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.smile_imoji {
  margin: 0 1rem;
}