.conversation-list .conversation-text {
  float: left;
  font-size: 12px;
  margin-left: 0;
  width: 70%;
  margin-bottom: 0;
  display: flex;
  gap: 15px;
}
.conversation-list .odd .conversation-text {
  float: right!important;
  margin-right: 12px;
  text-align: right;
  width: 70%!important;
  display: block;
}
div#tooltips-container {
  background: #EAF7FF;
  padding: 0 10px;
  border-radius: 5px;
  color: #0362A0;
}
.conversation-list .ctext-wrap p {
  font-size: 14px;
  color: black;
  background: #f1f3fa;
  border-radius: 3px;
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
  display: table;
}
.conversation-list .ctext-wrap:after {
  position: unset;
  display: none;
}
.conversation-list .odd .ctext-wrap {
  background-color: transparent;
}
.conversation-list .odd .ctext-wrap p {
  color: #fff;
  background: #0362A0;
  margin: 10px 0 10px auto;
}
.btn-success{
  color: #0362a0;
}
.btn-success:hover {
  color: #fff;
  background-color: #0362a0;
  border-color: #0362a0;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #0362a0;
  border-color: #0362a0;
  box-shadow: 0 0 0 0.15rem rgb(3 98 160 / 40%);
}
.conversation-list .ctext-wrap {
  background: transparent;
  border-radius: 3px;
  display: inline-block;
  padding: 0;
  position: relative;
}
.conversation-list li {
  margin-bottom: 10px;
}
/* new css for qa changes */
.chat_date {
  background: #f1f3fa;
  padding: 10px;
  width: 74px;
  border-radius: 7px;
  text-align: center;
}

.chat_date h6 {
  margin: 0;
  font-family: "Roboto-Regular";
}

.chat_info {
  display: flex;
  justify-content: center;
}
form.message_box .form-control {
  height: 44px;
}

form.message_box .btn {
  height: 44px;
}
.attach_file {
  /* margin-right: 12px; */
  display: flex;
  align-items: center;
  /* width: 67px; */
  justify-content: center;
  margin-right: 14px;
}
.attach_file .fa {
  font-size: 22px;
}
form.message_box:focus {
  border: 1px solid #0362A0;
}

form.message_box .form-control:focus {
  border-radius: 0;
}
form.message_box .form-control:focus {
  border-radius: 0;
  border: 1px solid #0362A0 !important;
}