@-webkit-keyframes tbar-popup-shadow {
  0% {
    border-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
            box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
  }
}
@keyframes tbar-popup-shadow {
  0% {
    border-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
            box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
  }
}
/* stylelint-disable-line no-empty-source */
.e-assist-send::before {
  content: "\e816";
}

.e-assistview-icon::before {
  content: "\e9c7";
}

.e-assist-user::before {
  content: "\e9cd";
}

.e-assist-like::before {
  content: "\e9c9";
}

.e-assist-dislike::before {
  content: "\e9ca";
}

.e-assist-copy::before {
  content: "\e33d";
}

.e-assist-edit::before {
  content: "\e891";
}

.e-assist-check::before {
  content: "\e96d";
}

.e-assist-stop::before {
  content: "\e9de";
}

.e-assist-like-filled::before {
  content: "\e9dc";
}

.e-assist-dislike-filled::before {
  content: "\e9dd";
}

.e-aiassistview {
  border: 1px solid;
  position: relative;
}
.e-aiassistview.e-assist-tab-header-disabled .e-view-header {
  display: none;
}
.e-aiassistview .e-view-header {
  height: 46px;
  border-bottom: 1px solid;
}
.e-aiassistview .e-view-header .e-toolbar-item {
  position: relative;
}
.e-aiassistview .e-view-header .e-toolbar-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  width: 100%;
  border-radius: 4px;
}
.e-aiassistview .e-view-header .e-toolbar-item.e-assist-view-header, .e-aiassistview .e-view-header .e-toolbar-item.e-custom-view-header {
  padding: 0;
}
.e-aiassistview .e-view-header .e-toolbar-item.e-assist-view-header .e-tbar-btn, .e-aiassistview .e-view-header .e-toolbar-item.e-custom-view-header .e-tbar-btn {
  padding: 0;
}
.e-aiassistview .e-view-header .e-toolbar-item.e-assist-view-header .e-tbar-btn .e-btn-icon, .e-aiassistview .e-view-header .e-toolbar-item.e-custom-view-header .e-tbar-btn .e-btn-icon {
  padding: 4px 4px 4px 2px;
}
.e-aiassistview .e-view-header .e-toolbar-item.e-active .e-btn {
  cursor: pointer;
}
.e-aiassistview .e-view-header .e-toolbar .e-toolbar-items .e-toolbar-left {
  height: 45px;
}
.e-aiassistview .e-view-container,
.e-aiassistview .e-footer {
  width: max(70%, 425px);
}
.e-aiassistview .e-view-container {
  margin: auto auto 10px;
}
.e-aiassistview .e-prompt-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.e-aiassistview .e-prompt-toolbar {
  width: 100%;
}
.e-aiassistview .e-view-content {
  height: calc(100% - 46px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.e-aiassistview .e-output {
  gap: 2px;
  width: inherit;
  margin-bottom: 5px;
}
.e-aiassistview .e-prompt-toolbar .e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
  margin-left: 0;
}
.e-aiassistview .e-view-header .e-toolbar .e-toolbar-items .e-toolbar-item.e-assist-view-header,
.e-aiassistview .e-view-header .e-toolbar .e-toolbar-items .e-toolbar-item.e-custom-view-header {
  margin-left: 12px;
}
.e-aiassistview .e-view-header .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item.e-assist-view-header,
.e-aiassistview .e-view-header .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item.e-custom-view-header {
  margin-right: 12px;
  margin-left: 0;
}
.e-aiassistview .e-view-header .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
  margin-left: 8px;
  margin-right: 0;
}
.e-aiassistview .e-view-header .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child {
  margin-left: 8px;
}
.e-aiassistview .e-view-header .e-toolbar .e-toolbar-item.e-assist-view-header .e-tbar-btn .e-tbar-btn-text,
.e-aiassistview .e-view-header .e-toolbar .e-toolbar-item.e-custom-view-header .e-tbar-btn .e-tbar-btn-text {
  padding: 6px 2px;
}
.e-aiassistview .e-output-container {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 10px 0;
}
.e-aiassistview .e-prompt-icon {
  margin: 0 0 0 8px;
  min-height: 30px;
}
.e-aiassistview .e-output-icon {
  height: 30px;
  margin: 0 4px 0 8px;
}
.e-aiassistview .e-prompt-icon,
.e-aiassistview .e-output-icon {
  border-radius: 50%;
  min-width: 30px;
}
.e-aiassistview .e-loading-body,
.e-aiassistview .e-content-body,
.e-aiassistview .e-loading-footer {
  padding: 2px 0 0 6px;
}
.e-aiassistview .e-content-container {
  margin-top: 16px;
  font-size: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.e-aiassistview .e-prompt-text {
  white-space: pre-wrap;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 4px;
  padding: 5px 8px;
  line-height: 20px;
}
.e-aiassistview .e-content-footer,
.e-aiassistview .e-prompt-toolbar {
  opacity: 0;
}
.e-aiassistview .e-prompt-container {
  gap: 2px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  max-width: 70%;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.e-aiassistview .e-prompt-container:hover .e-assist-edit-icon {
  opacity: 1;
  cursor: pointer;
}
.e-aiassistview .e-suggestion-header {
  font-size: 14px;
  font-weight: 500;
  margin: 0 2px 8px 8px;
  text-align: right;
}
.e-aiassistview .e-suggestions {
  width: 100%;
}
.e-aiassistview .e-suggestions.e-suggestion-item-template li {
  padding: 0;
}
.e-aiassistview .e-suggestions ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.e-aiassistview .e-suggestions li {
  line-height: 20px;
  font-weight: 400;
  padding: 7px 12px;
  margin: 0 0 12px 12px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-aiassistview .e-views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.e-aiassistview .e-views .e-content-body {
  line-height: 25px;
  border-radius: 4px;
}
.e-aiassistview .e-views .e-content-body h1,
.e-aiassistview .e-views .e-content-body h2,
.e-aiassistview .e-views .e-content-body h3,
.e-aiassistview .e-views .e-content-body h4,
.e-aiassistview .e-views .e-content-body h5,
.e-aiassistview .e-views .e-content-body h6 {
  font-weight: 600;
}
.e-aiassistview .e-views .e-content-body h4,
.e-aiassistview .e-views .e-content-body h5 {
  line-height: 28px;
}
.e-aiassistview .e-views .e-content-body h1 {
  font-size: 32px;
  line-height: 40px;
}
.e-aiassistview .e-views .e-content-body h2 {
  font-size: 28px;
  line-height: 36px;
}
.e-aiassistview .e-views .e-content-body h3 {
  font-size: 24px;
  line-height: 32px;
}
.e-aiassistview .e-views .e-content-body h4 {
  font-size: 22px;
}
.e-aiassistview .e-views .e-content-body h5 {
  font-size: 20px;
}
.e-aiassistview .e-views .e-content-body h6 {
  font-size: 16px;
  line-height: 20px;
}
.e-aiassistview .e-views .e-content-body li {
  line-height: 24.5px;
}
.e-aiassistview .e-views .e-content-body pre {
  padding: 12px 0 12px 12px;
  white-space: pre-wrap;
  position: relative;
}
.e-aiassistview .e-views .e-content-body pre span.e-code-copy {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.e-aiassistview .e-views .e-content-body tbody,
.e-aiassistview .e-views .e-content-body td,
.e-aiassistview .e-views .e-content-body tfoot,
.e-aiassistview .e-views .e-content-body th,
.e-aiassistview .e-views .e-content-body thead,
.e-aiassistview .e-views .e-content-body tr {
  padding: 6px;
}
.e-aiassistview .e-views .e-content-body thead,
.e-aiassistview .e-views .e-content-body td {
  text-align: center;
}
.e-aiassistview .e-views .e-content-body blockquote {
  font-style: italic;
  padding-left: 7px;
}
.e-aiassistview .e-views .e-content-body img,
.e-aiassistview .e-views .e-content-body svg {
  height: inherit;
  width: 100%;
  padding: 12px;
  border-radius: 4px;
}
.e-aiassistview .e-views .e-content-body table {
  border-collapse: collapse;
  border-spacing: 0;
}
.e-aiassistview .e-views .e-content-body code:not(pre code) {
  border-radius: 4px;
  padding: 0 4px;
}
.e-aiassistview .e-views .e-content-body > *:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.e-aiassistview .e-views,
.e-aiassistview .e-custom-view,
.e-aiassistview .e-assistview-content-section {
  height: 100%;
  overflow: scroll;
}
.e-aiassistview .e-views::-webkit-scrollbar,
.e-aiassistview .e-custom-view::-webkit-scrollbar,
.e-aiassistview .e-assistview-content-section::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.e-aiassistview .e-views::-webkit-scrollbar-thumb,
.e-aiassistview .e-custom-view::-webkit-scrollbar-thumb,
.e-aiassistview .e-assistview-content-section::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
.e-aiassistview .e-footer {
  position: relative;
  margin: 0 auto 24px;
}
.e-aiassistview .e-footer .e-clear-icon:not(.e-clear-icon-hide) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 7px;
}
.e-aiassistview .e-footer textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
.e-aiassistview .e-footer textarea::-webkit-scrollbar {
  width: 4px;
}
.e-aiassistview .e-footer .hide-scrollbar textarea {
  scrollbar-width: none;
}
.e-aiassistview .e-footer:has(.e-rtl):not(.e-footer-template) .e-assist-send {
  right: unset;
  left: 20px;
}
.e-aiassistview .e-footer .e-multi-line-input {
  margin: 0 5px;
  padding-right: 35px;
}
.e-aiassistview .e-footer .e-multi-line-input.e-rtl {
  padding-left: 35px;
  padding-right: unset;
}
.e-aiassistview .e-footer .e-multi-line-input.e-rtl.e-input-group.e-control-wrapper .e-textarea {
  padding: 4px 12px 4px 8px;
}
.e-aiassistview .e-footer .e-input-group.e-multi-line-input {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.e-aiassistview .e-footer .e-input-group.e-multi-line-input .e-textarea {
  padding: 4px 8px 4px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 30px;
}
.e-aiassistview .e-footer:not(.e-footer-template) .e-textarea {
  max-height: 280px;
}
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
  position: absolute;
  right: 20px;
  font-size: 14px;
  bottom: 7px;
  padding-top: 2px;
}
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send.enabled {
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
}
.e-aiassistview .e-banner-view {
  margin-left: 10px;
}
.e-aiassistview .e-header-icon,
.e-aiassistview .e-prompt-icon,
.e-aiassistview .e-output-icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.e-aiassistview .content-header,
.e-aiassistview .e-content-container,
.e-aiassistview .e-output,
.e-aiassistview .e-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.e-aiassistview .e-stop-response {
  opacity: 0;
  pointer-events: none;
  cursor: not-allowed;
  gap: 9px;
  -ms-flex-item-align: center;
      align-self: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 30px;
  border: 1px solid;
}
.e-aiassistview .e-stop-response.e-btn-active {
  height: 40px;
  margin-bottom: 16px;
  padding: 10px 16px;
  line-height: 22px;
  font-weight: 600;
  font-size: 14px;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
.e-aiassistview .e-prompt-icon,
.e-aiassistview .e-output-icon,
.e-aiassistview .e-assist-edit-icon,
.e-aiassistview .e-stop-response {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.e-aiassistview .e-prompt-icon,
.e-aiassistview .e-output-icon,
.e-aiassistview .e-assist-edit-icon,
.e-aiassistview .e-prompt-container,
.e-aiassistview .e-stop-response {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.e-aiassistview .e-content-footer.e-assist-toolbar-active,
.e-aiassistview .e-output-container:hover .e-content-footer,
.e-aiassistview .e-output-container:has(:focus-visible) .e-content-footer,
.e-aiassistview .e-prompt-container:hover .e-prompt-toolbar,
.e-aiassistview .e-prompt-container:has(:focus-visible) .e-prompt-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.e-aiassistview .e-views .e-content-body:focus-visible,
.e-aiassistview .e-views .e-content-container .e-prompt-text:focus-visible,
.e-aiassistview .e-views .e-suggestions li:focus-visible,
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send:not(.disabled):focus-visible,
.e-aiassistview .e-stop-response:focus-visible {
  outline: 1px solid;
}
.e-aiassistview.e-rtl .e-view-header .e-toolbar-item.e-assist-view-header .e-tbar-btn .e-btn-icon, .e-aiassistview.e-rtl .e-view-header .e-toolbar-item.e-custom-view-header .e-tbar-btn .e-btn-icon {
  padding: 4px 2px 4px 4px;
}
.e-aiassistview.e-rtl .e-suggestion-header {
  text-align: left;
  margin: 0 8px 8px 2px;
}
.e-aiassistview.e-rtl .e-suggestions li {
  margin: 0 12px 12px 0;
}
.e-aiassistview.e-rtl .e-views .e-content-body blockquote {
  padding-left: unset;
  border-left: unset;
  padding-right: 7px;
}
.e-aiassistview.e-rtl .e-views .e-content-body pre span.e-code-copy {
  right: unset;
  left: 10px;
}
.e-aiassistview.e-rtl .e-loading-body,
.e-aiassistview.e-rtl .e-content-body,
.e-aiassistview.e-rtl .e-loading-footer {
  padding: 2px 6px 0 0;
}
.e-aiassistview.e-rtl .e-prompt-icon {
  margin: 0 8px 0 0;
}
.e-aiassistview.e-rtl .e-output-icon {
  margin: 0 8px 0 4px;
}

@media (max-width: 760px) {
  .e-aiassistview .e-view-container,
  .e-aiassistview .e-footer {
    width: 100%;
  }
  .e-aiassistview .e-view-container .e-suggestions,
  .e-aiassistview .e-prompt-content {
    padding-right: 8px;
  }
  .e-aiassistview.e-rtl .e-view-container .e-suggestions,
  .e-aiassistview.e-rtl .e-prompt-content {
    padding: 0 0 0 8px;
  }
}
.e-aiassistview {
  border-color: #e0e0e0;
  background-color: #fff;
}
.e-aiassistview .e-view-content {
  color: rgba(0, 0, 0, 0.87);
}
.e-aiassistview .e-view-header {
  border-bottom-color: #e0e0e0;
}
.e-aiassistview .e-view-header .e-toolbar-item::after {
  background-color: transparent;
}
.e-aiassistview .e-view-header .e-toolbar,
.e-aiassistview .e-view-header .e-toolbar-items,
.e-aiassistview .e-view-header .e-tbar-btn {
  background: #fff;
}
.e-aiassistview .e-view-header .e-toolbar-item.e-active::after {
  background-color: #e3165b;
}
.e-aiassistview .e-view-header .e-toolbar-item.e-custom-view-header .e-btn:active,
.e-aiassistview .e-view-header .e-toolbar-item.e-custom-view-header .e-btn:hover,
.e-aiassistview .e-view-header .e-toolbar-item.e-custom-view-header .e-btn:focus,
.e-aiassistview .e-view-header .e-toolbar-item.e-assist-view-header .e-btn:active,
.e-aiassistview .e-view-header .e-toolbar-item.e-assist-view-header .e-btn:hover,
.e-aiassistview .e-view-header .e-toolbar-item.e-assist-view-header .e-btn:focus {
  background: transparent;
  border-color: transparent;
}
.e-aiassistview .e-view-header .e-toolbar-item.e-custom-view-header .e-tbar-btn,
.e-aiassistview .e-view-header .e-toolbar-item.e-assist-view-header .e-tbar-btn {
  background: transparent;
}
.e-aiassistview .e-view-header .e-toolbar-item.e-custom-view-header .e-tbar-btn:focus,
.e-aiassistview .e-view-header .e-toolbar-item.e-assist-view-header .e-tbar-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.e-aiassistview .e-view-header .e-toolbar-item.e-custom-view-header .e-tbar-btn:focus-visible,
.e-aiassistview .e-view-header .e-toolbar-item.e-assist-view-header .e-tbar-btn:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: rgba(0, 0, 0, 0.12);
}
.e-aiassistview .e-suggestion-header {
  color: rgba(0, 0, 0, 0.87);
}
.e-aiassistview .e-suggestions li {
  color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.1), 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.1), 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.13);
  border: 1px solid #fff;
}
.e-aiassistview .e-prompt-icon,
.e-aiassistview .e-output-icon {
  border: 1px solid #fff;
  color: #616161;
  background-color: #e0e0e0;
}
.e-aiassistview .e-prompt-text {
  background: #eee;
  color: rgba(0, 0, 0, 0.87);
  border: 1px solid #fff;
}
.e-aiassistview .e-views .e-content-body {
  color: rgba(0, 0, 0, 0.87);
}
.e-aiassistview .e-views .e-content-body a {
  color: rgb(10, 83, 172);
}
.e-aiassistview .e-views .e-content-body pre {
  background: #eee;
}
.e-aiassistview .e-views .e-content-body tbody,
.e-aiassistview .e-views .e-content-body td,
.e-aiassistview .e-views .e-content-body tfoot,
.e-aiassistview .e-views .e-content-body th,
.e-aiassistview .e-views .e-content-body thead,
.e-aiassistview .e-views .e-content-body tr {
  border: 1px solid #e0e0e0;
}
.e-aiassistview .e-views .e-content-body blockquote {
  border-left: 4px solid #eee;
}
.e-aiassistview .e-views .e-content-body img,
.e-aiassistview .e-views .e-content-body svg {
  background-color: #eee;
}
.e-aiassistview .e-views .e-content-body code:not(pre code) {
  background: rgb(255, 241, 241);
  color: rgb(134, 18, 18);
}
.e-aiassistview .e-stop-response {
  border-color: #e3165b;
  color: #fff;
  background-color: #e3165b;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.e-aiassistview .e-views::-webkit-scrollbar-thumb,
.e-aiassistview .e-custom-view::-webkit-scrollbar-thumb,
.e-aiassistview .e-assistview-content-section::-webkit-scrollbar-thumb {
  background: #757575;
}
.e-aiassistview .e-footer textarea::-webkit-scrollbar-thumb {
  background: #757575;
}
.e-aiassistview .e-footer .e-input-group.e-multi-line-input {
  border: 1px solid #e0e0e0 !important; /* stylelint-disable-line declaration-no-important */
}
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
  color: rgba(0, 0, 0, 0.54);
}
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send.disabled {
  color: rgba(0, 0, 0, 0.54);
}
.e-aiassistview .e-view-header .e-toolbar .e-assist-view-header.e-toolbar-item .e-tbar-btn:hover:active .e-icons, .e-aiassistview .e-view-header .e-toolbar .e-assist-view-header.e-toolbar-item .e-tbar-btn:hover .e-icons, .e-aiassistview .e-view-header .e-toolbar .e-assist-view-header.e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text, .e-aiassistview .e-view-header .e-toolbar .e-assist-view-header.e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text,
.e-aiassistview .e-view-header .e-toolbar .e-custom-view-header.e-toolbar-item .e-tbar-btn:hover:active .e-icons,
.e-aiassistview .e-view-header .e-toolbar .e-custom-view-header.e-toolbar-item .e-tbar-btn:hover .e-icons,
.e-aiassistview .e-view-header .e-toolbar .e-custom-view-header.e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text,
.e-aiassistview .e-view-header .e-toolbar .e-custom-view-header.e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
  color: rgba(0, 0, 0, 0.87);
}
.e-aiassistview .e-view-header .e-toolbar .e-toolbar-item.e-active .e-tbar-btn:hover:active .e-icons,
.e-aiassistview .e-view-header .e-toolbar .e-toolbar-item.e-active .e-tbar-btn:hover .e-icons,
.e-aiassistview .e-view-header .e-toolbar .e-toolbar-item.e-active .e-tbar-btn:hover .e-tbar-btn-text,
.e-aiassistview .e-view-header .e-toolbar .e-toolbar-item.e-active .e-tbar-btn:hover:active .e-tbar-btn-text,
.e-aiassistview .e-view-header .e-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons,
.e-aiassistview .e-view-header .e-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-tbar-btn-text {
  color: #e3165b;
}
.e-aiassistview.e-rtl .e-views .e-content-body blockquote {
  border-right: 4px solid #eee;
}

.e-prompt-toolbar .e-toolbar,
.e-prompt-toolbar .e-toolbar .e-toolbar-items,
.e-prompt-toolbar .e-tbar-btn:not(:hover),
.e-prompt-toolbar .e-tbar-btn:not(:active),
.e-prompt-toolbar .e-tbar-btn:not(:focus),
.e-content-footer .e-toolbar,
.e-content-footer .e-toolbar .e-toolbar-items,
.e-content-footer .e-tbar-btn:not(:hover),
.e-content-footer .e-tbar-btn:not(:active),
.e-content-footer .e-tbar-btn:not(:focus) {
  background: #fff;
}
.e-prompt-toolbar .e-toolbar,
.e-content-footer .e-toolbar {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: unset;
}

.e-aiassist-view-toolbar-item .e-tbar-btn:not(:hover),
.e-aiassist-view-toolbar-item .e-tbar-btn:not(:active),
.e-aiassist-view-toolbar-item .e-tbar-btn:not(:focus) {
  background: transparent;
}

.e-bigger.e-aiassistview .e-view-header,
.e-bigger .e-aiassistview .e-view-header {
  height: 58px;
}
.e-bigger.e-aiassistview .e-view-header .e-toolbar .e-toolbar-items .e-toolbar-left,
.e-bigger .e-aiassistview .e-view-header .e-toolbar .e-toolbar-items .e-toolbar-left {
  height: 57px;
}
.e-bigger.e-aiassistview .e-view-header .e-toolbar .e-toolbar-items .e-toolbar-item.e-assist-view-header, .e-bigger.e-aiassistview .e-view-header .e-toolbar .e-toolbar-items .e-toolbar-item.e-custom-view-header,
.e-bigger .e-aiassistview .e-view-header .e-toolbar .e-toolbar-items .e-toolbar-item.e-assist-view-header,
.e-bigger .e-aiassistview .e-view-header .e-toolbar .e-toolbar-items .e-toolbar-item.e-custom-view-header {
  padding: 0;
}
.e-bigger.e-aiassistview .e-view-header .e-toolbar .e-toolbar-items .e-toolbar-item.e-assist-view-header .e-tbar-btn, .e-bigger.e-aiassistview .e-view-header .e-toolbar .e-toolbar-items .e-toolbar-item.e-custom-view-header .e-tbar-btn,
.e-bigger .e-aiassistview .e-view-header .e-toolbar .e-toolbar-items .e-toolbar-item.e-assist-view-header .e-tbar-btn,
.e-bigger .e-aiassistview .e-view-header .e-toolbar .e-toolbar-items .e-toolbar-item.e-custom-view-header .e-tbar-btn {
  padding: 0;
}
.e-bigger.e-aiassistview .e-view-header .e-toolbar .e-toolbar-items .e-toolbar-item.e-assist-view-header .e-tbar-btn .e-btn-icon, .e-bigger.e-aiassistview .e-view-header .e-toolbar .e-toolbar-items .e-toolbar-item.e-custom-view-header .e-tbar-btn .e-btn-icon,
.e-bigger .e-aiassistview .e-view-header .e-toolbar .e-toolbar-items .e-toolbar-item.e-assist-view-header .e-tbar-btn .e-btn-icon,
.e-bigger .e-aiassistview .e-view-header .e-toolbar .e-toolbar-items .e-toolbar-item.e-custom-view-header .e-tbar-btn .e-btn-icon {
  padding: 4px 4px 4px 2px;
}
.e-bigger.e-aiassistview .e-view-content,
.e-bigger .e-aiassistview .e-view-content {
  height: calc(100% - 58px);
}
.e-bigger.e-aiassistview .e-prompt-icon,
.e-bigger .e-aiassistview .e-prompt-icon {
  min-height: 40px;
}
.e-bigger.e-aiassistview .e-output-icon,
.e-bigger .e-aiassistview .e-output-icon {
  height: 40px;
}
.e-bigger.e-aiassistview .e-prompt-icon,
.e-bigger.e-aiassistview .e-output-icon,
.e-bigger .e-aiassistview .e-prompt-icon,
.e-bigger .e-aiassistview .e-output-icon {
  min-width: 40px;
}
.e-bigger.e-aiassistview .e-loading-body,
.e-bigger.e-aiassistview .e-content-body,
.e-bigger.e-aiassistview .e-loading-footer,
.e-bigger .e-aiassistview .e-loading-body,
.e-bigger .e-aiassistview .e-content-body,
.e-bigger .e-aiassistview .e-loading-footer {
  padding: 6px 0 0 6px;
}
.e-bigger.e-aiassistview .e-prompt-text,
.e-bigger .e-aiassistview .e-prompt-text {
  padding: 7px 12px;
  line-height: 22px;
}
.e-bigger.e-aiassistview .e-content-container,
.e-bigger .e-aiassistview .e-content-container {
  font-size: 16px;
}
.e-bigger.e-aiassistview .e-suggestion-header,
.e-bigger .e-aiassistview .e-suggestion-header {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.e-bigger.e-aiassistview .e-suggestions.e-suggestion-item-template ul li,
.e-bigger .e-aiassistview .e-suggestions.e-suggestion-item-template ul li {
  padding: 0;
}
.e-bigger.e-aiassistview .e-suggestions li,
.e-bigger .e-aiassistview .e-suggestions li {
  line-height: 22px;
  font-weight: 400;
  padding: 12px 16px;
  margin: 0 0 16px 16px;
}
.e-bigger.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send,
.e-bigger .e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
  font-size: 16px;
  bottom: 12px;
}
.e-bigger.e-aiassistview .e-footer .e-clear-icon:not(.e-clear-icon-hide),
.e-bigger .e-aiassistview .e-footer .e-clear-icon:not(.e-clear-icon-hide) {
  padding-bottom: 13px;
}
.e-bigger.e-aiassistview .e-footer .e-input-group.e-control-wrapper.e-multi-line-input .e-textarea,
.e-bigger .e-aiassistview .e-footer .e-input-group.e-control-wrapper.e-multi-line-input .e-textarea {
  min-height: 38px;
  padding: 6px 12px 6px 16px;
}
.e-bigger.e-aiassistview .e-footer .e-input-group.e-control-wrapper.e-multi-line-input.e-rtl .e-textarea,
.e-bigger .e-aiassistview .e-footer .e-input-group.e-control-wrapper.e-multi-line-input.e-rtl .e-textarea {
  padding: 6px 16px 6px 12px;
}
.e-bigger.e-aiassistview .e-stop-response.e-btn-active,
.e-bigger .e-aiassistview .e-stop-response.e-btn-active {
  height: 52px;
  margin-bottom: 20px;
  padding: 15px 18px;
  line-height: 22px;
  font-weight: 600;
  font-size: 16px;
}
.e-bigger.e-aiassistview.e-rtl .e-view-header .e-toolbar-item.e-assist-view-header .e-tbar-btn .e-btn-icon, .e-bigger.e-aiassistview.e-rtl .e-view-header .e-toolbar-item.e-custom-view-header .e-tbar-btn .e-btn-icon,
.e-bigger .e-aiassistview.e-rtl .e-view-header .e-toolbar-item.e-assist-view-header .e-tbar-btn .e-btn-icon,
.e-bigger .e-aiassistview.e-rtl .e-view-header .e-toolbar-item.e-custom-view-header .e-tbar-btn .e-btn-icon {
  padding: 4px 2px 4px 4px;
}
.e-bigger.e-aiassistview.e-rtl .e-suggestions li,
.e-bigger .e-aiassistview.e-rtl .e-suggestions li {
  margin: 0 16px 16px 0;
}
.e-bigger.e-aiassistview.e-rtl .e-loading-body,
.e-bigger.e-aiassistview.e-rtl .e-content-body,
.e-bigger.e-aiassistview.e-rtl .e-loading-footer,
.e-bigger .e-aiassistview.e-rtl .e-loading-body,
.e-bigger .e-aiassistview.e-rtl .e-content-body,
.e-bigger .e-aiassistview.e-rtl .e-loading-footer {
  padding: 6px 6px 0 0;
}

/* stylelint-disable property-no-vendor-prefix */
@-webkit-keyframes material-spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes material-spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fabric-spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fabric-spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.e-chat-send::before {
  content: "\e816";
}

.e-chat-check::before {
  content: "\e96d";
}

.e-chat-error::before {
  content: "\e7e9";
}

.e-chat-seen::before {
  content: "\e9df";
}

.e-chat-scroll-down::before {
  content: "\e304";
}

.e-chat-ui {
  border: 1px solid;
}
.e-chat-ui .e-chat-content {
  position: relative;
  height: calc(100% - 44px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px;
  padding-bottom: 10px;
}
.e-chat-ui .e-chat-header {
  height: 44px;
  border-bottom: 1px solid;
}
.e-chat-ui .e-chat-header .e-chat-toolbar {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.e-chat-ui .e-chat-header .e-chat-toolbar.e-toolbar {
  border: none;
}
.e-chat-ui .e-header {
  height: 100%;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.e-chat-ui .e-message-wrapper {
  gap: 8px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-top: 10px;
}
.e-chat-ui .e-message-wrapper.e-scroll-smooth {
  scroll-behavior: smooth;
}
.e-chat-ui .e-message-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.e-chat-ui .e-message-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
.e-chat-ui .e-message-group {
  max-width: 75%;
  margin: 4px;
}
.e-chat-ui .e-message-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 12px;
}
.e-chat-ui .e-message-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
}
.e-chat-ui .e-message-header {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}
.e-chat-ui .e-time {
  font-size: 10px;
  white-space: nowrap;
}
.e-chat-ui .e-text {
  white-space: pre-wrap;
  padding: 5px 8px;
  border-radius: 4px;
  margin-top: 4px;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
.e-chat-ui .e-right,
.e-chat-ui .e-right .e-text,
.e-chat-ui .e-right .e-time {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.e-chat-ui .e-left {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
}
.e-chat-ui .e-left:not(.e-message-item-template) {
  padding-left: 40px;
}
.e-chat-ui .e-message-icon {
  position: absolute;
  top: 20px;
  left: 0;
}
.e-chat-ui .e-footer {
  position: relative;
  margin: 0 auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.e-chat-ui .e-footer .e-clear-icon:not(.e-clear-icon-hide) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 7px;
}
.e-chat-ui .e-footer textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
.e-chat-ui .e-footer textarea::-webkit-scrollbar {
  width: 4px;
}
.e-chat-ui .e-footer .hide-scrollbar textarea {
  scrollbar-width: none;
}
.e-chat-ui .e-footer:has(.e-rtl):not(.e-footer-template) .e-chat-send {
  right: unset;
  left: 20px;
}
.e-chat-ui .e-footer .e-multi-line-input {
  margin: 0 5px;
  padding-right: 35px;
}
.e-chat-ui .e-footer .e-multi-line-input.e-rtl {
  padding-left: 35px;
  padding-right: unset;
}
.e-chat-ui .e-footer .e-multi-line-input.e-rtl.e-input-group.e-control-wrapper .e-textarea {
  padding: 4px 12px 4px 8px;
}
.e-chat-ui .e-footer .e-input-group.e-multi-line-input {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.e-chat-ui .e-footer .e-input-group.e-multi-line-input .e-textarea {
  padding: 4px 8px 4px 12px;
}
.e-chat-ui .e-footer:not(.e-footer-template) .e-textarea {
  max-height: 280px;
}
.e-chat-ui .e-footer:not(.e-footer-template) .e-chat-send {
  position: absolute;
  right: 15px;
  font-size: 14px;
  bottom: 7px;
  padding-top: 2px;
}
.e-chat-ui .e-footer:not(.e-footer-template) .e-chat-send.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.e-chat-ui .e-footer:not(.e-footer-template) .e-chat-send.enabled {
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
}
.e-chat-ui .e-footer:not(.e-footer-template) .e-chat-send:not(.disabled):focus-visible {
  outline: 1px solid;
}
.e-chat-ui .e-chat-content,
.e-chat-ui .e-message-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.e-chat-ui .e-message-icon {
  height: 32px;
  width: 32px;
  font-size: 14px;
}
.e-chat-ui .e-message-icon,
.e-chat-ui .e-header-icon,
.e-chat-ui .e-user-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.e-chat-ui .e-status-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.e-chat-ui .e-status-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.e-chat-ui .e-right .e-time,
.e-chat-ui .e-status-text {
  margin-right: 18px;
}
.e-chat-ui .e-status-text {
  font-size: 12px;
}
.e-chat-ui .e-status-icon {
  -ms-flex-item-align: end;
      align-self: flex-end;
  height: 16px;
  width: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
.e-chat-ui .e-timebreak {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1px 8px;
  position: relative;
}
.e-chat-ui .e-timebreak::before, .e-chat-ui .e-timebreak::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
}
.e-chat-ui .e-timebreak::before {
  margin-right: 12px;
}
.e-chat-ui .e-timebreak::after {
  margin-left: 12px;
}
.e-chat-ui .e-timestamp {
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 2px;
  font-weight: 400;
  border: 1px solid;
  display: inline-block;
}
.e-chat-ui .e-typing-indicator {
  -ms-flex-item-align: baseline;
      align-self: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  margin-left: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.e-chat-ui .e-user-icon {
  margin-right: -16px;
  height: 24px;
  width: 24px;
  font-size: 10px;
}
.e-chat-ui .e-user-text {
  margin-left: 20px;
  font-size: 12px;
}
.e-chat-ui .e-indicator-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  height: 12px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.e-chat-ui .e-indicator {
  border-radius: 9999px;
  height: 0.3rem;
  width: 0.3rem;
}
.e-chat-ui .e-indicator:nth-child(1) {
  -webkit-animation-delay: 0.3333s;
          animation-delay: 0.3333s;
}
.e-chat-ui .e-indicator:nth-child(2) {
  -webkit-animation-delay: 0.6666s;
          animation-delay: 0.6666s;
}
.e-chat-ui .e-indicator:nth-child(3) {
  -webkit-animation-delay: 0.9999s;
          animation-delay: 0.9999s;
}
.e-chat-ui .e-header-icon {
  width: 32px;
  height: 32px;
}
.e-chat-ui .e-typing-suggestions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  position: relative;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.e-chat-ui .e-suggestions {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.e-chat-ui .e-suggestions.e-suggestion-item-template li {
  padding: 0;
}
.e-chat-ui .e-suggestions ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 1px;
}
.e-chat-ui .e-suggestions li {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  padding: 3px 8px;
  margin: 8px 4px 0;
  border: 1px solid;
  border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-chat-ui .e-spinner-pane.e-spin-show {
  height: 35px;
}
.e-chat-ui.e-rtl .e-text {
  text-align: right;
}
.e-chat-ui.e-rtl .e-left:not(.e-message-item-template) {
  padding-right: 40px;
  padding-left: unset;
}
.e-chat-ui.e-rtl .e-message-icon {
  left: unset;
  right: 0;
}
.e-chat-ui.e-rtl .e-typing-indicator {
  margin-right: 5px;
}
.e-chat-ui.e-rtl .e-user-text {
  margin-right: 20px;
}
.e-chat-ui.e-rtl .e-user-icon {
  margin-left: -16px;
  margin-right: unset;
}
.e-chat-ui.e-rtl .e-typing-indicator,
.e-chat-ui.e-rtl .e-user-text,
.e-chat-ui.e-rtl .e-header {
  margin-left: unset;
}
.e-chat-ui.e-rtl .e-header {
  margin-right: 16px;
}
.e-chat-ui.e-rtl .e-suggestions ul {
  margin-right: unset;
  margin-left: 1px;
}
.e-chat-ui.e-rtl .e-right .e-time,
.e-chat-ui.e-rtl .e-status-text {
  margin-right: unset;
  margin-left: 18px;
}
.e-chat-ui .e-fab.e-btn.e-fab-bottom {
  bottom: 8px;
}
.e-chat-ui .e-arrowdown-hide,
.e-chat-ui .e-hide-suggestions {
  display: none;
}
.e-chat-ui .e-arrowdown-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.e-chat-ui .e-show-suggestions {
  display: block;
}
.e-chat-ui .e-suggestions li:focus-visible {
  outline: 1px solid;
}
.e-chat-ui .e-chat-header .e-toolbar-item.e-overlay {
  opacity: 0.5;
}
.e-chat-ui .e-empty-chat-template {
  margin: auto;
}

.e-chat-ui {
  border-color: #e0e0e0;
  background: #fff;
}
.e-chat-ui .e-chat-content {
  color: rgba(0, 0, 0, 0.87);
}
.e-chat-ui .e-right .e-text {
  background: #e8eaf6;
  color: rgba(0, 0, 0, 0.87);
}
.e-chat-ui .e-left .e-text {
  color: rgba(0, 0, 0, 0.87);
  background: #f5f5f5;
}
.e-chat-ui .e-left .e-text:active, .e-chat-ui .e-left .e-text:focus {
  color: #000;
  background: #bdbdbd;
}
.e-chat-ui .e-left .e-text:hover {
  color: #000;
  background: #e0e0e0;
}
.e-chat-ui .e-message-wrapper::-webkit-scrollbar-thumb {
  background: #757575;
}
.e-chat-ui .e-message-wrapper .e-message-header {
  color: #3f51b5;
}
.e-chat-ui .e-message-wrapper .e-time {
  color: rgba(0, 0, 0, 0.54);
}
.e-chat-ui .e-chat-header {
  border-bottom-color: #e0e0e0;
  background: #3f51b5;
  border-color: #3f51b5;
  color: #fff;
}
.e-chat-ui .e-chat-header .e-toolbar,
.e-chat-ui .e-chat-header .e-toolbar-items,
.e-chat-ui .e-chat-header .e-tbar-btn {
  background: #3f51b5;
}
.e-chat-ui .e-chat-header .e-toolbar .e-tbar-btn-text,
.e-chat-ui .e-chat-header .e-toolbar .e-btn-icon,
.e-chat-ui .e-chat-header .e-toolbar-items .e-tbar-btn-text,
.e-chat-ui .e-chat-header .e-toolbar-items .e-btn-icon,
.e-chat-ui .e-chat-header .e-tbar-btn .e-tbar-btn-text,
.e-chat-ui .e-chat-header .e-tbar-btn .e-btn-icon {
  color: #fff;
}
.e-chat-ui .e-timebreak::before, .e-chat-ui .e-timebreak::after {
  background: #e0e0e0;
}
.e-chat-ui .e-timestamp {
  background: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
  border-color: #e0e0e0;
}
.e-chat-ui .e-chat-error {
  color: #d74113;
}
.e-chat-ui .e-chat-seen {
  color: #3f51b5;
}
.e-chat-ui .e-footer textarea::-webkit-scrollbar-thumb {
  background: #757575;
}
.e-chat-ui .e-footer .e-input-group.e-multi-line-input {
  border: 1px solid #e0e0e0 !important; /* stylelint-disable-line declaration-no-important */
}
.e-chat-ui .e-footer:not(.e-footer-template) .e-chat-send {
  color: rgba(0, 0, 0, 0.54);
}
.e-chat-ui .e-footer:not(.e-footer-template) .e-chat-send.disabled {
  color: rgba(0, 0, 0, 0.54);
}
.e-chat-ui .e-suggestions li {
  color: #e3165b;
  border-color: #e3165b;
}
.e-chat-ui .e-header-icon,
.e-chat-ui .e-message-icon,
.e-chat-ui .e-user-icon {
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.e-chat-ui .e-message-icon,
.e-chat-ui .e-user-icon {
  color: #616161;
  background-color: #e0e0e0;
}
.e-chat-ui .e-indicator {
  background: #f5f5f5;
  -webkit-animation: e-chat-indicator-blink 1s infinite;
          animation: e-chat-indicator-blink 1s infinite;
}
.e-chat-ui .e-user-text {
  color: rgba(0, 0, 0, 0.54);
}
@-webkit-keyframes e-chat-indicator-blink {
  50% {
    background: #3f51b5;
    height: 0.2rem;
  }
}
@keyframes e-chat-indicator-blink {
  50% {
    background: #3f51b5;
    height: 0.2rem;
  }
}
.e-chat-ui .e-chat-header .e-toolbar-item.e-overlay {
  background: unset;
}
.e-bigger.e-chat-ui .e-chat-content,
.e-bigger .e-chat-ui .e-chat-content {
  height: calc(100% - 58px);
}
.e-bigger.e-chat-ui .e-chat-header,
.e-bigger .e-chat-ui .e-chat-header {
  height: 58px;
}
.e-bigger.e-chat-ui .e-chat-send,
.e-bigger .e-chat-ui .e-chat-send {
  font-size: 16px;
  bottom: 13px;
}
.e-bigger.e-chat-ui .e-message-header,
.e-bigger .e-chat-ui .e-message-header {
  font-size: 14px;
}
.e-bigger.e-chat-ui .e-message-icon,
.e-bigger .e-chat-ui .e-message-icon {
  height: 40px;
  width: 40px;
  font-size: 16px;
}
.e-bigger.e-chat-ui .e-user-icon,
.e-bigger .e-chat-ui .e-user-icon {
  height: 32px;
  width: 32px;
  font-size: 14px;
}
.e-bigger.e-chat-ui .e-left:not(.e-message-item-template),
.e-bigger .e-chat-ui .e-left:not(.e-message-item-template) {
  padding-left: 52px;
}
.e-bigger.e-chat-ui .e-message-icon,
.e-bigger .e-chat-ui .e-message-icon {
  top: 25px;
}
.e-bigger.e-chat-ui .e-user-text,
.e-bigger .e-chat-ui .e-user-text {
  margin-left: 22px;
  font-size: 14px;
}
.e-bigger.e-chat-ui .e-user-icon,
.e-bigger .e-chat-ui .e-user-icon {
  margin-right: -18px;
}
.e-bigger.e-chat-ui .e-text,
.e-bigger .e-chat-ui .e-text {
  font-size: 16px;
  padding: 7px 12px;
}
.e-bigger.e-chat-ui .e-time,
.e-bigger .e-chat-ui .e-time {
  font-size: 12px;
}
.e-bigger.e-chat-ui .e-status-text,
.e-bigger .e-chat-ui .e-status-text {
  font-size: 14px;
}
.e-bigger.e-chat-ui .e-status-icon,
.e-bigger .e-chat-ui .e-status-icon {
  height: 18px;
  width: 18px;
  font-size: 18px;
}
.e-bigger.e-chat-ui .e-footer .e-clear-icon:not(.e-clear-icon-hide),
.e-bigger .e-chat-ui .e-footer .e-clear-icon:not(.e-clear-icon-hide) {
  padding-bottom: 14px;
}
.e-bigger.e-chat-ui .e-footer .e-input-group.e-control-wrapper.e-multi-line-input .e-textarea,
.e-bigger .e-chat-ui .e-footer .e-input-group.e-control-wrapper.e-multi-line-input .e-textarea {
  min-height: 38px;
  padding: 10px 12px 0 16px;
  min-height: 28px;
}
.e-bigger.e-chat-ui .e-footer .e-input-group.e-control-wrapper.e-multi-line-input.e-rtl .e-textarea,
.e-bigger .e-chat-ui .e-footer .e-input-group.e-control-wrapper.e-multi-line-input.e-rtl .e-textarea {
  padding: 10px 16px 0 12px;
}
.e-bigger.e-chat-ui .e-timestamp,
.e-bigger .e-chat-ui .e-timestamp {
  font-size: 14px;
  padding: 5px 12px;
}
.e-bigger.e-chat-ui .e-suggestions li,
.e-bigger .e-chat-ui .e-suggestions li {
  font-size: 14px;
  padding: 5px 12px;
  line-height: 22px;
}
.e-bigger.e-chat-ui.e-rtl .e-left:not(.e-message-item-template),
.e-bigger .e-chat-ui.e-rtl .e-left:not(.e-message-item-template) {
  padding-right: 52px;
  padding-left: unset;
}
.e-bigger.e-chat-ui.e-rtl .e-user-text,
.e-bigger .e-chat-ui.e-rtl .e-user-text {
  margin-right: 22px;
  margin-left: unset;
}
.e-bigger.e-chat-ui.e-rtl .e-user-icon,
.e-bigger .e-chat-ui.e-rtl .e-user-icon {
  margin-left: -18px;
  margin-right: unset;
}