.background-center-line {
  overflow: hidden;
  text-align: center;
}

.background-center-line:before,
.background-center-line:after {
  background-color: grey;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.background-center-line:before {
  right: 0.5em;
  margin-left: -50%;
}

.background-center-line:after {
  left: 0.5em;
  margin-right: -50%;
}
/* Modify chat box arrow color */
.right .direct-chat-text::after,
.right .direct-chat-text::before {
  border-left-color: #007bff !important;
}

#errorsContainer {
  margin-top: 10px;
}