.head-form {
  left: auto;
  right: 82px;
}

.section-1 .icon {
  right: auto;
  left: 0;
}

.chat-item {
  border-left: none;
  border-right: solid 4px var(--primary);
}

.chat-item.chat-self {
  border-left-color: none;
  border-right-color: var(--secondary);
}

.chat-item .msg-time {
  font-size: 12px;
  color: #999;
}

.chat-item {
  border-left: none;
  border-right: solid 4px var(--primary);
}

.chat-item.chat-self {
  border-right: none;
  border-left: solid 4px var(--secondary);
}

.footer-support {
  margin-left: auto !important;
  margin-right: 0.4rem !important;
}
/*# sourceMappingURL=style-rtl.min.css.map */