







/* Font Family */
/* border */
/* 0px */
/* 1px */
/* 1.5px */
/* 2px */
/* 3px */
/* 4px */
/* 5px */
/* 6px */
/* 7px */
/* 8px */
/* Radius */
/* 1px */
/* 2px */
/* 3px */
/* 4px */
/* 5px */
/* 6px */
/* 7px */
/* 8px */
/* 9px */
/* 10px */
/* 11px */
/* 12px */
/* 13px */
/* 14px */
/* 15px */
/* 16px */
/* 17px */
/* 18px */
/* 19px */
/* 20px */
/* 21px */
/* 22px */
/* 23px */
/* 24px */
/* 25px */
/* 26px */
/* 27px */
/* 28px */
/* 29px */
/* 30px */
/* 31px */
/* 32px */
/* 33px */
/* 34px */
/* 35px */
/* 36px */
/* 37px */
/* 38px */
/* 39px */
/* 40px */
/* 41px */
/* 42px */
/* 43px */
/* 44px */
/* 45px */
/* 46px */
/* 47px */
/* 48px */
/* 49px */
/* 50px */
/* 5em */


/* stylelint-disable */
.e-assist-send::before {
  content: "\e71d";
}

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

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

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

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

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

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

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

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

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

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

.e-assist-clear-icon::before {
  content: "\e7e7";
}

.e-assist-attachment-icon::before {
  content: "\e940";
}

.e-assist-file-format-icon::before {
  content: "\e941";
}

.e-assist-circle-close::before {
  content: "\e878";
}

.e-aiassistview {
  border: 1px solid;
  position: relative;
  /* ======== Asssit Footer Styles ======== */
}
.e-aiassistview.e-assist-tab-header-disabled .e-view-header {
  display: none;
}
.e-aiassistview .e-view-header {
  height: 49px;
  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: calc(var(--e-radius) * 0.25);
}
.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: 48px;
}
.e-aiassistview .e-view-container,
.e-aiassistview .e-footer,
.e-aiassistview .e-upload-failure-alert {
  width: max(80%, 425px);
}
.e-aiassistview .e-view-container {
  margin: 0 auto 10px auto;
  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-prompt-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}
.e-aiassistview .e-prompt-toolbar {
  width: 100%;
}
.e-aiassistview .e-view-content {
  height: calc(100% - 49px);
  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-view-content .e-upload-failure-alert {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  padding: 13px 12px;
  border-radius: calc(var(--e-radius) * 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}
.e-aiassistview .e-view-content .e-upload-failure-alert .e-assist-clear-icon {
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
}
.e-aiassistview .e-view-content .e-upload-failure-alert .e-failure-message {
  font-size: 14px;
  line-height: 20px;
  margin-right: auto;
}
.e-aiassistview .e-view-content .e-upload-failure-alert .e-assist-circle-close {
  font-size: 16px;
  margin-right: 12px;
}
.e-aiassistview .e-view-content .e-upload-failure-alert.e-show {
  opacity: 1;
}
.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-toolbar {
  height: 32px;
  min-height: 32px;
}
.e-aiassistview .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
  padding: unset;
}
.e-aiassistview .e-output-container {
  width: 100%;
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.e-aiassistview .e-prompt-text {
  white-space: pre-wrap;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: calc(var(--e-radius) * 0.5);
  padding: 5px 8px;
  line-height: 20px;
  min-height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.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%;
  -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: 8px 12px;
  margin: 0 0 12px 12px;
  border-radius: calc(var(--e-radius) * 0.5);
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.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: calc(var(--e-radius) * 0.25);
}
.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: 40px;
  line-height: 40px;
}
.e-aiassistview .e-views .e-content-body h2 {
  font-size: 32px;
  line-height: 36px;
}
.e-aiassistview .e-views .e-content-body h3 {
  font-size: 28px;
  line-height: 32px;
}
.e-aiassistview .e-views .e-content-body h4 {
  font-size: 24px;
}
.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: calc(var(--e-radius) * 0.25);
}
.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: calc(var(--e-radius) * 0.25);
  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: calc(var(--e-radius) * 0.625);
}
.e-aiassistview .e-views::-webkit-scrollbar-corner,
.e-aiassistview .e-custom-view::-webkit-scrollbar-corner,
.e-aiassistview .e-assistview-content-section::-webkit-scrollbar-corner {
  background-color: transparent;
}
.e-aiassistview .e-footer {
  position: relative;
  margin: 0 auto 24px;
}
.e-aiassistview .e-footer .e-assist-textarea::-webkit-scrollbar-thumb {
  border-radius: calc(var(--e-radius) * 0.625);
}
.e-aiassistview .e-footer .e-assist-textarea::-webkit-scrollbar {
  width: 4px;
}
.e-aiassistview .e-footer .hide-scrollbar .e-assist-textarea {
  scrollbar-width: none;
}
.e-aiassistview .e-footer.e-footer-expanded.e-toolbar-inline .e-footer-icons-wrapper .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right {
  position: absolute;
}
.e-aiassistview .e-footer:not(.e-footer-expanded).e-toolbar-inline .e-footer-icons-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.e-aiassistview .e-footer:not(.e-footer-expanded).e-toolbar-inline .e-footer-icons-wrapper .e-toolbar-items.e-tbar-pos .e-toolbar-right {
  position: unset;
}
.e-aiassistview .e-footer:not(.e-footer-expanded).e-toolbar-inline .e-footer-icons-wrapper .e-toolbar-items.e-tbar-pos .e-toolbar-center {
  position: absolute;
}
.e-aiassistview .e-footer:not(.e-footer-expanded).e-toolbar-inline .e-footer-icons-wrapper .e-toolbar[style*="width:"][style*=px] .e-toolbar[style*=px] .e-toolbar-items.e-tbar-pos .e-toolbar-right {
  position: absolute;
}
.e-aiassistview .e-footer:not(.e-footer-expanded).e-toolbar-inline .e-footer-icons-wrapper .e-toolbar[style*="width:"][style*=px] .e-toolbar[style*=px] .e-toolbar-items.e-tbar-pos .e-toolbar-center {
  position: unset;
}
.e-aiassistview .e-footer .e-footer-icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 4px 8px 4px 0;
}
.e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar {
  width: 100%;
  min-height: 32px;
}
.e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn {
  min-height: 32px;
  min-width: 32px;
  cursor: default;
}
.e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn:focus {
  padding: 0;
}
.e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn:has(.e-assist-stop) {
  max-width: 32px;
}
.e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn:has(.e-assist-stop) .e-btn-icon {
  min-width: 32px;
}
.e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-right .e-toolbar-item:last-child {
  margin-right: 0;
}
.e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-item {
  min-height: unset;
  min-width: unset;
}
.e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-item .e-tbar-btn:focus-visible .e-icons:not(.disabled) {
  outline: 1px solid;
  padding: 4px;
}
.e-aiassistview .e-footer .e-footer-icons-wrapper .e-assist-attachment-icon {
  font-size: 14px;
}
.e-aiassistview .e-footer .e-footer-icons-wrapper .e-icons {
  cursor: pointer;
}
.e-aiassistview .e-footer .e-assist-textarea {
  height: 100%;
  width: 100%;
  min-height: 40px;
  outline: none;
  overflow-y: auto;
  max-height: 280px;
  line-height: 20px;
  padding: 10px 12px;
  font-size: 14px;
}
.e-aiassistview .e-footer .e-assist-textarea[placeholder]:empty::before {
  content: attr(placeholder);
  cursor: text;
}
.e-aiassistview .e-footer:not(.e-footer-template) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: calc(var(--e-radius) * 0.375);
}
.e-aiassistview .e-footer:not(.e-footer-template).e-footer-expanded .e-textarea-icons-wrapper {
  display: block;
}
.e-aiassistview .e-footer:not(.e-footer-template).e-footer-expanded .e-textarea-icons-wrapper .e-footer-icons-wrapper {
  padding: 4px 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.e-aiassistview .e-footer:not(.e-footer-template).e-footer-expanded .e-textarea-icons-wrapper .e-assist-textarea {
  width: 100%;
}
.e-aiassistview .e-footer:not(.e-footer-template).e-toolbar-bottom .e-textarea-icons-wrapper {
  display: block;
}
.e-aiassistview .e-footer:not(.e-footer-template).e-toolbar-bottom .e-textarea-icons-wrapper .e-footer-icons-wrapper {
  padding: 4px 8px;
}
.e-aiassistview .e-footer:not(.e-footer-template).e-toolbar-bottom .e-textarea-icons-wrapper .e-footer-icons-wrapper .e-toolbar {
  width: 100%;
}
.e-aiassistview .e-footer:not(.e-footer-template).e-toolbar-bottom .e-textarea-icons-wrapper .e-footer-icons-wrapper .e-toolbar .e-toolbar-left .e-toolbar-item:first-child {
  margin-left: unset;
}
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send {
  font-size: 14px;
}
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-clear-icon {
  font-size: 14px;
}
.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-footer:not(.e-footer-template) .e-textarea-icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.e-aiassistview .e-footer .e-hidden-textarea {
  display: none;
}
.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-footer .e-assist-stop {
  height: 32px;
  width: 32px;
  padding: 6px;
  line-height: 18px;
  font-weight: 600;
  font-size: 16px;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid;
}
.e-aiassistview .e-prompt-icon,
.e-aiassistview .e-output-icon,
.e-aiassistview .e-assist-edit-icon {
  -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-assist-stop {
  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-assist-stop: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;
}
.e-aiassistview.e-rtl .e-footer .e-footer-icons-wrapper {
  padding: 4px 0 4px 8px;
  padding-right: unset;
}
.e-aiassistview .e-footer-icons-wrapper .e-upload {
  display: none;
}
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files:has(.e-assist-uploaded-file-item) {
  -ms-flex-item-align: end;
      align-self: flex-end;
  border-radius: calc(var(--e-radius) * 0.25);
  padding: 8px;
  margin-bottom: 4px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6px;
}
.e-aiassistview .e-footer .e-assist-drop-area::-webkit-scrollbar,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files::-webkit-scrollbar {
  display: none;
}
.e-aiassistview .e-footer .e-assist-drop-area:has(.e-assist-uploaded-file-item) {
  margin: 4px;
}
.e-aiassistview .e-footer .e-assist-drop-area {
  overflow-y: auto;
  overflow-x: hidden;
  white-space: normal;
  max-width: inherit;
  max-height: 225px;
  scrollbar-width: thin;
  row-gap: 6px;
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-uploaded-file-item {
  margin: 2px 4px 0;
}
.e-aiassistview .e-footer .e-assist-drop-area,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-uploaded-file-item,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-uploaded-file-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: calc(var(--e-radius) * 0.25);
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 144px;
  max-width: 144px;
  min-width: 144px;
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-uploaded-file-item:not(:has(.e-assist-clear-icon)) .e-assist-file-details,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-uploaded-file-item:not(:has(.e-assist-clear-icon)) .e-assist-file-details {
  padding-right: 12px;
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-file-format-icon,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-file-format-icon {
  padding: 3px;
  font-size: 24px;
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-file-details,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-file-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4px 4px 4px 2px;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-file-name,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-file-name {
  font-weight: 500;
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-file-name,
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-file-size,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-file-name,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-file-size {
  font-size: 10px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-clear-icon,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-clear-icon {
  cursor: pointer;
  font-weight: bold;
  padding: 10px 8px;
  border-radius: calc(var(--e-radius) * 0.375);
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-progress-bar,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-progress-bar {
  width: 100%;
  border-radius: calc(var(--e-radius) * 0.25);
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-progress-fill,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-progress-fill {
  height: 3px;
  width: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.e-aiassistview .e-prompt-details:has(.e-prompt-uploaded-files) {
  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-prompt-details:has(.e-prompt-uploaded-files) .e-prompt-text {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.e-aiassistview .e-prompt-content:has(.e-prompt-uploaded-files):not(:has(.e-prompt-text)) + .e-prompt-toolbar {
  display: none;
}

@media (max-width: 760px) {
  .e-aiassistview .e-view-container {
    width: 100%;
  }
  .e-aiassistview .e-footer,
  .e-aiassistview .e-upload-failure-alert {
    width: calc(100% - 10px);
  }
  .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: var(--color-sf-border);
  background-color: var(--color-sf-content-bg-color);
}
.e-aiassistview .e-view-content {
  color: var(--color-sf-content-text-color);
}
.e-aiassistview .e-view-header {
  border-bottom-color: var(--color-sf-border);
}
.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: var(--color-sf-content-bg-color);
}
.e-aiassistview .e-view-header .e-toolbar-item:not(.e-custom-view-header) .e-tbar-btn:focus,
.e-aiassistview .e-view-header .e-toolbar-item:not(.e-assist-view-header) .e-tbar-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.e-aiassistview .e-view-header .e-toolbar-item:not(.e-custom-view-header) .e-tbar-btn:focus:not(:focus-visible) .e-icons,
.e-aiassistview .e-view-header .e-toolbar-item:not(.e-assist-view-header) .e-tbar-btn:focus:not(:focus-visible) .e-icons {
  color: var(--color-sf-secondary-text-color-hover);
}
.e-aiassistview .e-view-header .e-toolbar-item:not(.e-custom-view-header) .e-tbar-btn:focus-visible,
.e-aiassistview .e-view-header .e-toolbar-item:not(.e-assist-view-header) .e-tbar-btn:focus-visible {
  background: var(--color-sf-content-bg-color-alt1);
  -webkit-box-shadow: inset 0 0 0 2px var(--color-sf-primary);
          box-shadow: inset 0 0 0 2px var(--color-sf-primary);
}
.e-aiassistview .e-view-header .e-toolbar-item.e-active::after {
  background-color: var(--color-sf-primary-bg-color);
}
.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: 0 0 0 2px var(--color-sf-content-bg-color), 0 0 0 4px var(--color-sf-primary);
          box-shadow: 0 0 0 2px var(--color-sf-content-bg-color), 0 0 0 4px var(--color-sf-primary);
}
.e-aiassistview .e-suggestion-header {
  color: var(--color-sf-content-text-color);
}
.e-aiassistview .e-suggestions li {
  color: var(--color-sf-content-text-color-alt2);
  -webkit-box-shadow: 0 1px 2px -1px rgba(var(--color-sf-black), 0.1), 0 1px 3px 0 rgba(var(--color-sf-black), 0.1);
          box-shadow: 0 1px 2px -1px rgba(var(--color-sf-black), 0.1), 0 1px 3px 0 rgba(var(--color-sf-black), 0.1);
  border: 1px solid var(--color-sf-content-bg-color);
}
.e-aiassistview .e-prompt-icon,
.e-aiassistview .e-output-icon {
  border: 1px solid var(--color-sf-content-bg-color);
  color: var(--color-sf-icon-color);
  background-color: var(--color-sf-content-bg-color-alt2);
}
.e-aiassistview .e-prompt-text {
  background: var(--color-sf-content-bg-color-alt2);
  color: var(--color-sf-content-text-color-alt2);
  border: 1px solid var(--color-sf-content-bg-color);
}
.e-aiassistview .e-views .e-content-body {
  color: var(--color-sf-content-text-color);
}
.e-aiassistview .e-views .e-content-body pre {
  background: var(--color-sf-content-bg-color-alt2);
}
.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 var(--color-sf-border);
}
.e-aiassistview .e-views .e-content-body blockquote {
  border-left: 4px solid var(--color-sf-content-bg-color-alt2);
}
.e-aiassistview .e-views .e-content-body img,
.e-aiassistview .e-views .e-content-body svg {
  background-color: var(--color-sf-content-bg-color-alt2);
}
.e-aiassistview .e-footer .e-assist-stop.e-icons {
  border-color: var(--color-sf-primary-lighter);
  color: var(--color-sf-primary-bg-color);
  background-color: var(--color-sf-primary-lighter);
}
.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: var(--color-sf-border);
}
.e-aiassistview .e-footer .e-assist-textarea::-webkit-scrollbar-thumb {
  background: var(--color-sf-border);
}
.e-aiassistview .e-footer .e-assist-textarea[placeholder]:empty::before {
  color: var(--color-sf-placeholder-text-color);
}
.e-aiassistview .e-footer:not(.e-footer-template) {
  border: 1px solid var(--color-sf-border);
  border-bottom-color: var(--color-sf-border);
}
.e-aiassistview .e-footer:not(.e-footer-template).e-footer-focused {
  border: 1px solid var(--color-sf-primary-bg-color);
  -webkit-box-shadow: 0 0 0 1px var(--color-sf-primary);
          box-shadow: 0 0 0 1px var(--color-sf-primary);
}
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send,
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-clear-icon:not(.e-assist-clear-icon-hide) {
  color: var(--color-sf-icon-color);
}
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-send.disabled,
.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-clear-icon:not(.e-assist-clear-icon-hide).disabled {
  color: var(--color-sf-icon-color-disabled);
}
.e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar-item::after {
  background-color: transparent;
}
.e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar,
.e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar-items,
.e-aiassistview .e-footer .e-footer-icons-wrapper .e-tbar-btn {
  background: transparent;
}
.e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-item .e-tbar-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-item .e-tbar-btn:hover:not(:focus-visible), .e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-item .e-tbar-btn:active {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-item .e-tbar-btn:hover:not(:focus-visible) .e-icons, .e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons {
  color: var(--color-sf-icon-color);
}
.e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-item .e-tbar-btn:hover:not(:focus-visible) .e-icons.disabled, .e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-item .e-tbar-btn:active .e-icons.disabled {
  color: var(--color-sf-icon-color-disabled);
}
.e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-item .e-tbar-btn:hover:not(:focus-visible) .e-assist-stop, .e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-item .e-tbar-btn:active .e-assist-stop {
  color: var(--color-sf-primary-bg-color);
}
.e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-item .e-tbar-btn:focus:not(:focus-visible) {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.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: var(--color-sf-content-text-color);
}
.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: var(--color-sf-primary-bg-color);
}
.e-aiassistview.e-rtl .e-views .e-content-body blockquote {
  border-right: 4px solid var(--color-sf-content-bg-color-alt2);
}
.e-aiassistview .e-view-content .e-upload-failure-alert {
  background-color: var(--color-sf-msg-danger-bg-color-alt2);
  border: 1px solid var(--color-sf-msg-danger-border-color-alt2);
}
.e-aiassistview .e-view-content .e-upload-failure-alert .e-failure-message {
  color: var(--color-sf-msg-danger-color-alt2);
}
.e-aiassistview .e-view-content .e-upload-failure-alert .e-assist-circle-close {
  color: var(--color-sf-msg-danger-icon-color-alt2);
}
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files:has(.e-assist-uploaded-file-item) {
  background-color: var(--color-sf-content-bg-color-alt2);
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-uploaded-file-item,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-uploaded-file-item {
  border: 1px solid var(--color-sf-border-light);
  background-color: var(--color-sf-content-bg-color);
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-file-format-icon,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-file-format-icon {
  color: var(--color-sf-content-text-color-alt3);
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-file-size,
.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-file-size {
  color: var(--color-sf-content-text-color-alt3);
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-progress-bar {
  background-color: rgb(156, 163, 175);
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-progress-fill {
  background-color: var(--color-sf-primary);
}
.e-aiassistview .e-footer .e-assist-drop-area .e-assist-progress-fill.failed {
  background-color: var(--color-sf-danger);
}

.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: var(--color-sf-content-bg-color);
}
.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: 57px;
}
.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: 56px;
}
.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% - 57px);
}
.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;
  min-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.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: 8px 12px;
  margin: 0 0 16px 16px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.e-bigger.e-aiassistview .e-footer .e-assist-stop,
.e-bigger .e-aiassistview .e-footer .e-assist-stop {
  height: 40px;
  width: 40px;
  min-height: 40px;
  padding: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 24px;
  font-weight: 600;
  font-size: 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;
}
.e-bigger.e-aiassistview .e-footer:not(.e-footer-template) .e-assist-clear-icon:not(.e-assist-clear-icon-hide),
.e-bigger .e-aiassistview .e-footer:not(.e-footer-template) .e-assist-clear-icon:not(.e-assist-clear-icon-hide) {
  font-size: 16px;
}
.e-bigger.e-aiassistview .e-footer:not(.e-footer-template).e-toolbar-bottom .e-textarea-icons-wrapper .e-footer-icons-wrapper,
.e-bigger .e-aiassistview .e-footer:not(.e-footer-template).e-toolbar-bottom .e-textarea-icons-wrapper .e-footer-icons-wrapper {
  padding: 4px 8px;
}
.e-bigger.e-aiassistview .e-footer .e-footer-icons-wrapper,
.e-bigger .e-aiassistview .e-footer .e-footer-icons-wrapper {
  gap: 8px;
  padding: 5px 8px 5px 0;
}
.e-bigger.e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar,
.e-bigger .e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar {
  height: 40px;
  min-height: 40px;
}
.e-bigger.e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn,
.e-bigger .e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn {
  min-height: 40px;
  min-width: 40px;
  max-width: 40px;
}
.e-bigger.e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn:has(.e-assist-stop),
.e-bigger .e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn:has(.e-assist-stop) {
  max-width: 40px;
}
.e-bigger.e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn:has(.e-assist-stop) .e-btn-icon,
.e-bigger .e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar .e-tbar-btn:has(.e-assist-stop) .e-btn-icon {
  min-width: 40px;
}
.e-bigger.e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-item,
.e-bigger .e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-item {
  min-height: unset;
  min-width: unset;
}
.e-bigger.e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-right .e-toolbar-item:last-child,
.e-bigger .e-aiassistview .e-footer .e-footer-icons-wrapper .e-toolbar .e-toolbar-right .e-toolbar-item:last-child {
  margin-right: 0;
}
.e-bigger.e-aiassistview .e-footer .e-footer-icons-wrapper .e-assist-attachment-icon,
.e-bigger .e-aiassistview .e-footer .e-footer-icons-wrapper .e-assist-attachment-icon {
  font-size: 16px;
}
.e-bigger.e-aiassistview .e-footer .e-assist-textarea,
.e-bigger .e-aiassistview .e-footer .e-assist-textarea {
  min-height: 50px;
  line-height: 24px;
  padding: 13px 12px;
  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;
}
.e-bigger.e-aiassistview.e-rtl .e-footer .e-footer-icons-wrapper,
.e-bigger .e-aiassistview.e-rtl .e-footer .e-footer-icons-wrapper {
  padding: 5px 0 5px 8px;
  padding-right: unset;
}
.e-bigger.e-aiassistview .e-prompt-content .e-prompt-uploaded-files:has(.e-assist-uploaded-file-item),
.e-bigger .e-aiassistview .e-prompt-content .e-prompt-uploaded-files:has(.e-assist-uploaded-file-item) {
  border-radius: calc(var(--e-radius) * 0.5);
  padding: 8px 12px;
  gap: 6px;
}
.e-bigger.e-aiassistview .e-footer .e-assist-drop-area:has(.e-assist-uploaded-file-item),
.e-bigger .e-aiassistview .e-footer .e-assist-drop-area:has(.e-assist-uploaded-file-item) {
  margin: 4px 8px;
}
.e-bigger.e-aiassistview .e-footer .e-assist-drop-area .e-assist-uploaded-file-item,
.e-bigger .e-aiassistview .e-footer .e-assist-drop-area .e-assist-uploaded-file-item {
  margin: 4px 4px 0;
}
.e-bigger.e-aiassistview .e-footer .e-assist-drop-area .e-assist-uploaded-file-item:not(:has(.e-assist-clear-icon)) .e-assist-file-details,
.e-bigger.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-uploaded-file-item:not(:has(.e-assist-clear-icon)) .e-assist-file-details,
.e-bigger .e-aiassistview .e-footer .e-assist-drop-area .e-assist-uploaded-file-item:not(:has(.e-assist-clear-icon)) .e-assist-file-details,
.e-bigger .e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-uploaded-file-item:not(:has(.e-assist-clear-icon)) .e-assist-file-details {
  padding-right: 15px;
}
.e-bigger.e-aiassistview .e-footer .e-assist-drop-area .e-assist-file-details,
.e-bigger.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-file-details,
.e-bigger .e-aiassistview .e-footer .e-assist-drop-area .e-assist-file-details,
.e-bigger .e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-file-details {
  padding: 4px 4px 4px 2px;
}
.e-bigger.e-aiassistview .e-footer .e-assist-drop-area .e-assist-clear-icon,
.e-bigger.e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-clear-icon,
.e-bigger .e-aiassistview .e-footer .e-assist-drop-area .e-assist-clear-icon,
.e-bigger .e-aiassistview .e-prompt-content .e-prompt-uploaded-files .e-assist-clear-icon {
  padding: 10px 8px;
}
.e-bigger.e-aiassistview .e-view-content .e-upload-failure-alert,
.e-bigger .e-aiassistview .e-view-content .e-upload-failure-alert {
  padding: 16px;
  border-radius: calc(var(--e-radius) * 0.25);
}
.e-bigger.e-aiassistview .e-view-content .e-upload-failure-alert .e-assist-clear-icon,
.e-bigger .e-aiassistview .e-view-content .e-upload-failure-alert .e-assist-clear-icon {
  font-size: 18px;
  line-height: 20px;
}
.e-bigger.e-aiassistview .e-view-content .e-upload-failure-alert .e-failure-message,
.e-bigger .e-aiassistview .e-view-content .e-upload-failure-alert .e-failure-message {
  font-size: 16px;
  line-height: 24px;
}
.e-bigger.e-aiassistview .e-view-content .e-upload-failure-alert .e-assist-circle-close,
.e-bigger .e-aiassistview .e-view-content .e-upload-failure-alert .e-assist-circle-close {
  font-size: 18px;
  margin-right: 12px;
}

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

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

.e-chat-copy::before {
  content: "\e77c";
}

.e-chat-close::before {
  content: "\e7e7";
}

.e-chat-pin::before {
  content: "\e923";
}

.e-chat-view::before {
  content: "\e7de";
}

.e-chat-unpin::before {
  content: "\e924";
}

.e-chat-forward::before {
  content: "\e922";
}

.e-chat-reply::before {
  content: "\e921";
}

.e-chat-trash::before {
  content: "\e820";
}

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

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

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

.e-user-online::before {
  content: "\e72b";
}

.e-user-away::before {
  content: "\e705";
}

.e-user-offline::before {
  content: "\e878";
}

.e-chat-attachment-icon::before {
  content: "\e940";
}

.e-chat-file-icon::before {
  content: "\e941";
}

.e-chat-upload::before {
  content: "\e712";
}

.e-chat-video-play::before {
  content: "\e70c";
}

.e-chat-download::before {
  content: "\e7a1";
}

.e-chat-circle-close::before {
  content: "\e878";
}

.e-chat-back-icon::before {
  content: "\e773";
}

.e-chat-ui {
  border: 1px solid;
  /* ======== Asssit Footer Styles ======== */
  /* ======== Attachment Styles ======== */
}
.e-chat-ui .e-chat-content {
  position: relative;
  height: calc(100% - 50px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px;
  padding-bottom: 10px;
}
.e-chat-ui .e-chat-header {
  height: 50px;
  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: 500;
  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: calc(var(--e-radius) * 0.625);
}
.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;
  position: relative;
  margin-bottom: 12px;
}
.e-chat-ui .e-message-item .e-chat-message-toolbar {
  border-radius: calc(var(--e-radius) * 0.25);
  display: none;
  position: absolute;
  height: 32px !important; /* stylelint-disable-line declaration-no-important */
  min-height: 32px;
  z-index: 10;
  overflow-x: scroll;
  scrollbar-width: none;
}
.e-chat-ui .e-message-item .e-chat-message-toolbar.e-show, .e-chat-ui .e-message-item .e-chat-message-toolbar:hover {
  display: block;
}
.e-chat-ui .e-message-item .e-chat-message-toolbar .e-toolbar-items .e-toolbar-item {
  padding: 2px 4px;
  min-height: 28px;
}
.e-chat-ui .e-message-item .e-chat-message-toolbar .e-toolbar-items .e-toolbar-item:first-child {
  margin-left: 2px;
}
.e-chat-ui .e-message-item .e-chat-message-toolbar .e-toolbar-items .e-toolbar-item:last-child {
  margin-right: 2px;
}
.e-chat-ui .e-message-item .e-chat-message-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn {
  min-height: 28px;
  padding: 2px;
}
.e-chat-ui .e-message-item .e-forwarded-indicator {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 4px;
}
.e-chat-ui .e-message-item .e-forwarded-indicator .e-forward-arrow {
  font-weight: normal;
  font-size: 14px;
  padding: 1px 4px;
}
.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: 500;
}
.e-chat-ui .e-time {
  font-size: 10px;
  white-space: nowrap;
}
.e-chat-ui .e-message-content {
  white-space: pre-wrap;
  padding: 6px 8px;
  border-radius: calc(var(--e-radius) * 0.5);
  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-message-content,
.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;
  width: calc(100% - 10px);
}
.e-chat-ui .e-footer .e-chat-textarea::-webkit-scrollbar-thumb {
  border-radius: calc(var(--e-radius) * 0.625);
}
.e-chat-ui .e-footer .e-chat-textarea::-webkit-scrollbar {
  width: 4px;
}
.e-chat-ui .e-footer .hide-scrollbar .e-chat-textarea {
  scrollbar-width: none;
}
.e-chat-ui .e-footer .e-footer-icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 6px 8px 6px 0;
}
.e-chat-ui .e-footer .e-footer-icons-wrapper .e-icons {
  cursor: pointer;
}
.e-chat-ui .e-footer .e-footer-icons-wrapper .e-upload {
  display: none;
}
.e-chat-ui .e-footer .e-chat-textarea {
  height: 100%;
  width: 100%;
  min-height: 34px;
  outline: none;
  overflow-y: auto;
  max-height: 280px;
  line-height: 20px;
  padding: 6px 8px;
  font-size: 14px;
  border: none;
}
.e-chat-ui .e-footer .e-chat-textarea[placeholder]:empty::before {
  content: attr(placeholder);
  cursor: text;
}
.e-chat-ui .e-footer:not(.e-footer-template) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: calc(var(--e-radius) * 0.375);
}
.e-chat-ui .e-footer:not(.e-footer-template).e-footer-expanded .e-textarea-icons-wrapper {
  display: block;
}
.e-chat-ui .e-footer:not(.e-footer-template).e-footer-expanded .e-textarea-icons-wrapper .e-footer-icons-wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.e-chat-ui .e-footer:not(.e-footer-template).e-footer-expanded .e-textarea-icons-wrapper .e-chat-textarea {
  width: 100%;
}
.e-chat-ui .e-footer:not(.e-footer-template) .e-chat-send {
  font-size: 14px;
}
.e-chat-ui .e-footer:not(.e-footer-template) .e-chat-attachment-icon {
  font-size: 14px;
}
.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-textarea-icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.e-chat-ui .e-footer .e-hidden-textarea {
  display: none;
}
.e-chat-ui .e-footer[hidden] {
  display: none;
}
.e-chat-ui .e-footer:not(.e-footer-template) .e-chat-send:not(.disabled):focus-visible,
.e-chat-ui .e-footer:not(.e-footer-template) .e-chat-attachment-icon: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,
.e-chat-ui .e-message-icon img {
  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: 10px;
}
.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: 4px 8px;
  border-radius: calc(var(--e-radius) * 0.375);
  font-weight: 500;
  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: 10px;
}
.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: 999px;
  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 {
  position: relative;
  display: inline-block;
  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: 16px;
  font-weight: 500;
  padding: 4px 8px;
  margin: 8px 4px 0;
  border: 1px solid;
  border-radius: calc(var(--e-radius) * 0.375);
  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-message-content {
  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-rtl .e-footer .e-footer-icons-wrapper {
  padding: 6px 0 6px 8px;
  padding-right: unset;
}
.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 .e-user-status-icon {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  right: 0;
  height: 12px;
  width: 12px;
  border: 1px solid;
  border-color: #f9fafb;
  border-radius: 999px;
  font-size: 12px;
}
.e-chat-ui .e-user-status-icon:not(.e-user-offline) {
  color: #f9fafb;
}
.e-chat-ui .e-reply-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 8px 8px;
  margin: 5px;
  border-radius: calc(var(--e-radius) * 0.3125);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: normal;
  cursor: pointer;
}
.e-chat-ui .e-reply-wrapper .e-reply-content {
  padding-left: 8px;
}
.e-chat-ui .e-reply-wrapper .e-reply-message-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding-bottom: 4px;
}
.e-chat-ui .e-reply-wrapper .e-reply-message-details .e-chat-close {
  margin-left: auto;
  font-size: 14px;
  cursor: pointer;
}
.e-chat-ui .e-reply-wrapper .e-reply-message-user {
  font-size: 12px;
  font-weight: 500;
}
.e-chat-ui .e-reply-wrapper .e-reply-message-text {
  font-size: 14px;
  vertical-align: middle;
}
.e-chat-ui .e-reply-wrapper .e-reply-message-time {
  font-size: 10px;
}
.e-chat-ui .e-pinned-message-wrapper {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
.e-chat-ui .e-pinned-message-wrapper .e-pinned-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
}
.e-chat-ui .e-pinned-message-wrapper .e-pinned-dropdown-popup {
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: auto;
}
.e-chat-ui .e-message-content .e-attached-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 0;
  cursor: pointer;
}
.e-chat-ui .e-message-content .e-attached-file .e-image-wrapper,
.e-chat-ui .e-message-content .e-attached-file .e-video-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.e-chat-ui .e-message-content .e-attached-file .e-image-wrapper .e-image,
.e-chat-ui .e-message-content .e-attached-file .e-image-wrapper .e-video,
.e-chat-ui .e-message-content .e-attached-file .e-video-wrapper .e-image,
.e-chat-ui .e-message-content .e-attached-file .e-video-wrapper .e-video {
  max-width: 250px;
  max-height: 350px;
  min-width: 200px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: calc(var(--e-radius) * 0.375);
  display: block;
}
.e-chat-ui .e-message-content .e-attached-file .e-image-wrapper .e-play-icon-wrapper,
.e-chat-ui .e-message-content .e-attached-file .e-video-wrapper .e-play-icon-wrapper {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}
.e-chat-ui .e-message-content .e-attached-file .e-image-wrapper .e-play-icon-wrapper .e-chat-video-play,
.e-chat-ui .e-message-content .e-attached-file .e-video-wrapper .e-play-icon-wrapper .e-chat-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  cursor: pointer;
  z-index: 1;
  line-height: 20px;
  font-weight: 400;
  -webkit-transform: translate(-42%, -52%);
          transform: translate(-42%, -52%);
}
.e-chat-ui .e-pinned-message {
  min-width: 0;
}
.e-chat-ui .e-pinned-message .e-pinned-message-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-width: 0;
}
.e-chat-ui .e-pinned-message .e-pinned-message-text .e-pinned-img-thumb {
  height: 30px;
  width: 30px;
  border-radius: calc(var(--e-radius) * 0.375);
  -o-object-fit: inherit;
     object-fit: inherit;
}
.e-chat-ui .e-pinned-message .e-pinned-message-text .e-pinned-file-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 0;
  display: inline-block;
  font-size: 14px;
}
.e-chat-ui .e-pinned-message .e-pinned-message-text .e-chat-file-icon {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}
.e-chat-ui .e-reply-wrapper .e-reply-media-preview {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-right: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  vertical-align: middle;
}
.e-chat-ui .e-reply-wrapper .e-reply-media-preview .e-reply-media-thumb {
  height: 20px;
  width: 20px;
  border-radius: calc(var(--e-radius) * 0.1875);
  -o-object-fit: inherit;
     object-fit: inherit;
}
.e-chat-ui .e-reply-wrapper .e-reply-media-preview .e-reply-file-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.e-chat-ui .e-reply-wrapper .e-reply-media-preview .e-chat-file-icon {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}
.e-chat-ui .e-preview-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.e-chat-ui .e-preview-overlay .e-preview-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 8px 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
}
.e-chat-ui .e-preview-overlay .e-preview-header .e-icons {
  text-decoration: none;
  cursor: pointer;
}
.e-chat-ui .e-preview-overlay .e-preview-header .e-chat-back-icon {
  margin-right: 8px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}
.e-chat-ui .e-preview-overlay .e-preview-header .e-chat-download {
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
}
.e-chat-ui .e-preview-overlay .e-preview-header .e-preview-file-name {
  padding-right: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.e-chat-ui .e-preview-overlay .e-media-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.e-chat-ui .e-preview-overlay .e-image-preview,
.e-chat-ui .e-preview-overlay .e-video-preview {
  max-width: 95%;
  max-height: 80%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.e-chat-ui .e-preview-overlay .e-file-preview {
  height: 70%;
  width: 80%;
  margin: auto;
  border-radius: calc(var(--e-radius) * 0.375);
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid;
  overflow-y: auto;
  scrollbar-width: thin;
}
.e-chat-ui .e-preview-overlay .e-file-preview .e-file-document {
  font-size: 80px;
}
.e-chat-ui .e-preview-overlay .e-file-preview .e-preview-file-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: normal;
  margin-top: 24px;
  margin-bottom: 12px;
  text-align: center;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
.e-chat-ui .e-preview-overlay .e-file-preview .e-file-details {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  font-weight: 400;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}
.e-chat-ui .e-upload-failure-alert {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  padding: 12px 16px 12px 12px;
  border-radius: calc(var(--e-radius) * 0.375);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 10px);
}
.e-chat-ui .e-upload-failure-alert .e-chat-circle-close {
  font-size: 16px;
  line-height: 16px;
  margin-right: 12px;
  font-weight: 400;
}
.e-chat-ui .e-upload-failure-alert .e-failure-message {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: 500;
  margin-right: auto;
}
.e-chat-ui .e-upload-failure-alert .e-chat-close {
  font-size: 16px;
  line-height: 16px;
  margin-left: 16px;
  font-weight: 400;
  cursor: pointer;
}
.e-chat-ui .e-upload-failure-alert.e-show {
  opacity: 1;
}
.e-chat-ui .e-footer:has(.e-chat-drop-area .e-chat-uploaded-file-item) .e-chat-textarea {
  max-height: 90px;
}
.e-chat-ui .e-footer .e-chat-drop-area:has(.e-chat-uploaded-file-item) {
  margin: 4px;
}
.e-chat-ui .e-footer .e-chat-drop-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: normal;
  max-width: inherit;
  max-height: 225px;
  scrollbar-width: thin;
}
.e-chat-ui .e-footer .e-chat-drop-area::-webkit-scrollbar {
  width: 4px;
}
.e-chat-ui .e-footer .e-chat-drop-area::-webkit-scrollbar-thumb {
  border-radius: calc(var(--e-radius) * 0.625);
}
.e-chat-ui .e-footer .e-chat-drop-area .e-chat-uploaded-file-item,
.e-chat-ui .e-footer .e-chat-drop-area .e-file-wrapper,
.e-chat-ui .e-attached-file .e-chat-uploaded-file-item,
.e-chat-ui .e-attached-file .e-file-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: calc(var(--e-radius) * 0.25);
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  max-width: 160px;
  min-width: 160px;
  margin: 2px;
  cursor: pointer;
}
.e-chat-ui .e-footer .e-chat-drop-area .e-chat-uploaded-file-item:not(:has(.e-chat-close)) .e-chat-file-details,
.e-chat-ui .e-footer .e-chat-drop-area .e-file-wrapper:not(:has(.e-chat-close)) .e-chat-file-details,
.e-chat-ui .e-attached-file .e-chat-uploaded-file-item:not(:has(.e-chat-close)) .e-chat-file-details,
.e-chat-ui .e-attached-file .e-file-wrapper:not(:has(.e-chat-close)) .e-chat-file-details {
  padding-right: 12px;
}
.e-chat-ui .e-footer .e-chat-drop-area .e-chat-file-icon,
.e-chat-ui .e-attached-file .e-chat-file-icon {
  padding: 3px;
  font-size: 24px;
}
.e-chat-ui .e-footer .e-chat-drop-area .e-chat-file-details,
.e-chat-ui .e-attached-file .e-chat-file-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4px 4px 4px 2px;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.e-chat-ui .e-footer .e-chat-drop-area .e-chat-file-name,
.e-chat-ui .e-attached-file .e-chat-file-name {
  font-weight: 500;
}
.e-chat-ui .e-footer .e-chat-drop-area .e-chat-file-name,
.e-chat-ui .e-footer .e-chat-drop-area .e-chat-file-size,
.e-chat-ui .e-attached-file .e-chat-file-name,
.e-chat-ui .e-attached-file .e-chat-file-size {
  font-size: 10px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.e-chat-ui .e-footer .e-chat-drop-area .e-chat-close,
.e-chat-ui .e-attached-file .e-chat-close {
  cursor: pointer;
  font-weight: bold;
  padding: 5px;
  border-radius: calc(var(--e-radius) * 0.25);
  margin: 5px 3px;
}
.e-chat-ui .e-footer .e-chat-drop-area .e-chat-progress-bar,
.e-chat-ui .e-footer .e-attachment-template .e-chat-progress-bar {
  width: 100%;
  border-radius: calc(var(--e-radius) * 0.25);
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
.e-chat-ui .e-footer .e-chat-drop-area .e-chat-progress-fill,
.e-chat-ui .e-footer .e-attachment-template .e-chat-progress-fill {
  height: 3px;
  width: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.e-chat-ui .e-attached-file .e-file-wrapper {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.e-chat-ui .e-right .e-text .e-chat-mention-user-chip {
  font-weight: 400;
}
.e-chat-ui .e-left .e-text .e-chat-mention-user-chip {
  font-weight: 500;
}

.e-chat-mention .e-chat-mention-item-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 8px 12px;
}

.e-chat-mention .e-chat-mention-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-mention .e-chat-mention-user-name {
  font-size: 14px;
  line-height: 22px;
  margin: 9px 8px;
}

.e-chat-mention.e-rtl .e-chat-mention-user-icon {
  left: unset;
  right: 0;
}

.e-chat-mention .e-chat-mention-user-icon,
.e-chat-mention .e-chat-mention-user-icon img {
  height: 40px;
  width: 40px;
  font-size: 14px;
}

.e-chat-mention > div {
  border-radius: calc(var(--e-radius) * 0.25);
}

.e-chat-mention .e-list-item {
  text-indent: 0;
  height: 56px;
}

.e-chat-ui {
  border-color: var(--color-sf-border);
  background: var(--color-sf-content-bg-color);
}
.e-chat-ui .e-chat-content {
  color: var(--color-sf-content-text-color);
}
.e-chat-ui .e-right .e-message-content {
  background: var(--color-sf-primary-lighter);
  color: var(--color-sf-content-text-color);
}
.e-chat-ui .e-left .e-message-content {
  color: var(--color-sf-content-text-color);
  background: var(--color-sf-content-bg-color-alt2);
}
.e-chat-ui .e-left .e-message-content:active, .e-chat-ui .e-left .e-message-content:focus {
  color: var(--color-sf-content-text-color-selected);
  background: var(--color-sf-content-bg-color-pressed);
}
.e-chat-ui .e-left .e-message-content:hover {
  color: var(--color-sf-content-text-color-hover);
  background: var(--color-sf-content-bg-color-hover);
}
.e-chat-ui .e-message-wrapper::-webkit-scrollbar-thumb {
  background: var(--color-sf-border);
}
.e-chat-ui .e-message-wrapper .e-message-header {
  color: var(--color-sf-primary);
}
.e-chat-ui .e-message-wrapper .e-time {
  color: var(--color-sf-content-text-color-alt1);
}
.e-chat-ui .e-chat-header {
  border-bottom-color: var(--color-sf-border);
  background: var(--color-sf-primary-bg-color);
  border-color: var(--color-sf-primary-bg-color);
  color: var(--color-sf-primary-text-color);
}
.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: var(--color-sf-primary-bg-color);
}
.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: var(--color-sf-primary-text-color);
}
.e-chat-ui .e-timebreak::before, .e-chat-ui .e-timebreak::after {
  background: var(--color-sf-border);
}
.e-chat-ui .e-timestamp {
  background: var(--color-sf-content-bg-color);
  color: var(--color-sf-chip-secondary-text);
  border-color: var(--color-sf-chip-secondary-border-color);
}
.e-chat-ui .e-chat-error {
  color: var(--color-sf-danger);
}
.e-chat-ui .e-chat-seen {
  color: var(--color-sf-primary);
}
.e-chat-ui .e-footer .e-chat-textarea::-webkit-scrollbar-thumb {
  background: var(--color-sf-border);
}
.e-chat-ui .e-footer .e-chat-textarea[placeholder]:empty::before {
  color: var(--color-sf-placeholder-text-color);
}
.e-chat-ui .e-footer:not(.e-footer-template) {
  border: 1px solid var(--color-sf-border);
  border-bottom-color: var(--color-sf-border);
}
.e-chat-ui .e-footer:not(.e-footer-template).e-footer-focused, .e-chat-ui .e-footer:not(.e-footer-template).e-upload-drag-hover {
  border: 1px solid var(--color-sf-primary-bg-color);
  -webkit-box-shadow: 0 0 0 1px var(--color-sf-primary);
          box-shadow: 0 0 0 1px var(--color-sf-primary);
}
.e-chat-ui .e-footer:not(.e-footer-template) .e-chat-send {
  color: var(--color-sf-icon-color);
}
.e-chat-ui .e-footer:not(.e-footer-template) .e-chat-send.disabled {
  color: var(--color-sf-icon-color-disabled);
}
.e-chat-ui .e-footer:not(.e-footer-template) .e-chat-attachment-icon {
  color: var(--color-sf-icon-color);
}
.e-chat-ui .e-suggestions li {
  color: var(--color-sf-primary-bg-color);
  border-color: var(--color-sf-primary-bg-color);
}
.e-chat-ui .e-header-icon,
.e-chat-ui .e-message-icon,
.e-chat-ui .e-message-icon img,
.e-chat-ui .e-user-icon {
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.e-chat-ui .e-user-online {
  background-color: var(--color-sf-success);
}
.e-chat-ui .e-user-away {
  background-color: var(--color-sf-warning);
}
.e-chat-ui .e-user-busy {
  background-color: var(--color-sf-danger);
}
.e-chat-ui .e-user-offline {
  background-color: #f9fafb;
}
.e-chat-ui .e-message-icon,
.e-chat-ui .e-user-icon {
  color: var(--color-sf-icon-color);
  background-color: var(--color-sf-content-bg-color-alt2);
}
.e-chat-ui .e-indicator {
  background: var(--color-sf-content-bg-color-alt2);
  -webkit-animation: e-chat-indicator-blink 1s infinite;
          animation: e-chat-indicator-blink 1s infinite;
}
.e-chat-ui .e-user-text {
  color: var(--color-sf-content-text-color-alt1);
}
@-webkit-keyframes e-chat-indicator-blink {
  50% {
    background: var(--color-sf-primary);
    height: 0.2rem;
  }
}
@keyframes e-chat-indicator-blink {
  50% {
    background: var(--color-sf-primary);
    height: 0.2rem;
  }
}
.e-chat-ui .e-chat-header .e-toolbar-item.e-overlay {
  background: unset;
}
.e-chat-ui .e-reply-wrapper {
  background: var(--color-sf-border-light);
}
.e-chat-ui .e-reply-wrapper .e-reply-content {
  border-left: 2px solid rgb(156, 163, 175);
}
.e-chat-ui .e-chat-message-toolbar:has(.e-toolbar-item) {
  border: 1px solid var(--color-sf-border-light);
}
.e-chat-ui .e-forwarded-indicator {
  color: var(--color-sf-content-text-color-alt2);
}
.e-chat-ui .e-forwarded-indicator .e-forward-arrow {
  color: var(--color-sf-icon-color);
}
.e-chat-ui .e-pinned-message-wrapper {
  background-color: var(--color-sf-content-bg-color-alt3);
}
.e-chat-ui .e-right .e-text .e-chat-mention-user-chip {
  color: var(--color-sf-primary);
}
.e-chat-ui .e-left .e-text .e-chat-mention-user-chip {
  color: rgb(194, 65, 12);
}
.e-chat-ui .e-footer .e-chat-textarea.e-mention .e-mention-chip {
  background: unset;
}
.e-chat-ui .e-status-wrapper .e-upload-failed {
  color: var(--color-sf-danger);
}
.e-chat-ui .e-preview-overlay {
  background: var(--color-sf-content-text-color);
}
.e-chat-ui .e-preview-overlay .e-preview-header {
  background: var(--color-sf-content-bg-color-alt1);
  color: var(--color-sf-content-text-color);
}
.e-chat-ui .e-preview-overlay .e-preview-header .e-icons {
  color: var(--color-sf-icon-color);
}
.e-chat-ui .e-preview-overlay .e-file-preview {
  background: var(--color-sf-content-bg-color-alt2);
  border-color: var(--color-sf-border-light);
}
.e-chat-ui .e-preview-overlay .e-file-preview .e-preview-file-text {
  color: var(--color-sf-content-text-color);
}
.e-chat-ui .e-preview-overlay .e-file-preview .e-file-details {
  color: var(--color-sf-content-text-color-alt1);
}
.e-chat-ui .e-preview-overlay .e-file-preview .e-file-document {
  color: var(--color-sf-content-text-color);
}
.e-chat-ui .e-attached-file .e-video-wrapper .e-play-icon-wrapper {
  background-color: var(--color-sf-primary-lighter);
}
.e-chat-ui .e-attached-file .e-video-wrapper .e-chat-video-play {
  color: var(--color-sf-content-text-color);
}
.e-chat-ui .e-upload-failure-alert {
  background-color: var(--color-sf-msg-danger-bg-color-alt2);
  border: 1px solid var(--color-sf-msg-danger-border-color-alt2);
}
.e-chat-ui .e-upload-failure-alert .e-chat-circle-close {
  color: var(--color-sf-msg-danger-icon-color-alt2);
}
.e-chat-ui .e-upload-failure-alert .e-failure-message {
  color: var(--color-sf-msg-danger-color-alt2);
}
.e-chat-ui .e-upload-failure-alert .e-chat-close {
  color: var(--color-sf-content-text-color);
}
.e-chat-ui .e-footer .e-chat-drop-area .e-chat-uploaded-file-item,
.e-chat-ui .e-footer .e-chat-drop-area .e-file-wrapper,
.e-chat-ui .e-attached-file .e-chat-uploaded-file-item,
.e-chat-ui .e-attached-file .e-file-wrapper {
  border: 1px solid var(--color-sf-border-light);
  background-color: var(--color-sf-content-bg-color);
}
.e-chat-ui .e-footer .e-chat-drop-area .e-chat-file-icon,
.e-chat-ui .e-attached-file .e-chat-file-icon {
  color: var(--color-sf-icon-color);
}
.e-chat-ui .e-footer .e-chat-drop-area .e-chat-file-size,
.e-chat-ui .e-attached-file .e-chat-file-size {
  color: var(--color-sf-content-text-color-alt2);
}
.e-chat-ui .e-footer .e-chat-drop-area .e-chat-file-name,
.e-chat-ui .e-attached-file .e-chat-file-name {
  color: var(--color-sf-content-text-color);
}
.e-chat-ui .e-footer .e-chat-uploaded-file-item:hover {
  background-color: var(--color-sf-content-bg-color-hover);
}
.e-chat-ui .e-footer .e-chat-uploaded-file-item:active {
  background-color: var(--color-sf-content-bg-color-pressed);
}
.e-chat-ui .e-footer .e-chat-uploaded-file-item .e-chat-close:hover {
  background: var(--color-sf-secondary-bg-color-hover);
  color: var(--color-sf-icon-color-hover);
}
.e-chat-ui .e-footer .e-chat-uploaded-file-item .e-chat-close:active {
  background-color: var(--color-sf-secondary-bg-color-pressed);
  color: var(--color-sf-icon-color-pressed);
}
.e-chat-ui .e-footer .e-chat-drop-area .e-chat-progress-bar,
.e-chat-ui .e-footer .e-attachment-template .e-chat-progress-bar {
  background-color: rgb(156, 163, 175);
}
.e-chat-ui .e-footer .e-chat-drop-area .e-chat-progress-fill,
.e-chat-ui .e-footer .e-attachment-template .e-chat-progress-fill {
  background-color: var(--color-sf-primary);
}
.e-chat-ui .e-footer .e-chat-drop-area .e-chat-progress-fill.failed,
.e-chat-ui .e-footer .e-attachment-template .e-chat-progress-fill.failed {
  background-color: var(--color-sf-danger);
}

.e-chat-mention .e-chat-mention-user-icon,
.e-chat-mention .e-chat-mention-user-icon img {
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.e-chat-mention.e-mention.e-popup {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-radius: calc(var(--e-radius) * 2.6875);
  border: 1px solid var(--color-sf-flyout-border);
}

.e-chat-mention .e-chat-mention-user-icon {
  color: var(--color-sf-icon-color);
  background-color: var(--color-sf-content-bg-color-alt2);
}

.e-bigger.e-chat-ui,
.e-bigger .e-chat-ui {
  /* ======== Attachment Styles ======== */
}
.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-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 img,
.e-bigger .e-chat-ui .e-message-icon,
.e-bigger .e-chat-ui .e-message-icon img {
  font-size: 16px;
  height: 40px;
  width: 40px;
}
.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: 12px;
}
.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: 8px 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: 12px;
}
.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:not(.e-footer-template) .e-chat-send,
.e-bigger .e-chat-ui .e-footer:not(.e-footer-template) .e-chat-send {
  font-size: 16px;
}
.e-bigger.e-chat-ui .e-footer:not(.e-footer-template) .e-chat-attachment-icon,
.e-bigger .e-chat-ui .e-footer:not(.e-footer-template) .e-chat-attachment-icon {
  font-size: 16px;
}
.e-bigger.e-chat-ui .e-footer .e-footer-icons-wrapper,
.e-bigger .e-chat-ui .e-footer .e-footer-icons-wrapper {
  gap: 8px;
  padding: 8px 12px 8px 0;
}
.e-bigger.e-chat-ui .e-footer .e-chat-textarea,
.e-bigger .e-chat-ui .e-footer .e-chat-textarea {
  min-height: 40px;
  line-height: 24px;
  padding: 8px 12px;
  font-size: 16px;
}
.e-bigger.e-chat-ui .e-timestamp,
.e-bigger .e-chat-ui .e-timestamp {
  font-size: 14px;
  padding: 6px 12px;
}
.e-bigger.e-chat-ui .e-suggestions li,
.e-bigger .e-chat-ui .e-suggestions li {
  font-size: 14px;
  padding: 6px 12px;
  line-height: 20px;
}
.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;
}
.e-bigger.e-chat-ui.e-rtl .e-footer .e-footer-icons-wrapper,
.e-bigger .e-chat-ui.e-rtl .e-footer .e-footer-icons-wrapper {
  padding: 8px 0 8px 12px;
  padding-right: unset;
}
.e-bigger.e-chat-ui .e-user-status-icon,
.e-bigger .e-chat-ui .e-user-status-icon {
  height: 14px;
  width: 14px;
  font-size: 14px;
  border-radius: 999px;
  border: 1px solid;
  border-color: #f9fafb;
}
.e-bigger.e-chat-ui .e-message-item .e-chat-message-toolbar,
.e-bigger .e-chat-ui .e-message-item .e-chat-message-toolbar {
  height: 40px !important; /* stylelint-disable-line declaration-no-important */
  min-height: 40px;
}
.e-bigger.e-chat-ui .e-message-item .e-chat-message-toolbar .e-toolbar-items .e-toolbar-item,
.e-bigger .e-chat-ui .e-message-item .e-chat-message-toolbar .e-toolbar-items .e-toolbar-item {
  min-height: 32px;
}
.e-bigger.e-chat-ui .e-message-item .e-chat-message-toolbar .e-toolbar-items .e-toolbar-item:first-child,
.e-bigger .e-chat-ui .e-message-item .e-chat-message-toolbar .e-toolbar-items .e-toolbar-item:first-child {
  margin-left: 2px;
}
.e-bigger.e-chat-ui .e-message-item .e-chat-message-toolbar .e-toolbar-items .e-toolbar-item:last-child,
.e-bigger .e-chat-ui .e-message-item .e-chat-message-toolbar .e-toolbar-items .e-toolbar-item:last-child {
  margin-right: 2px;
}
.e-bigger.e-chat-ui .e-message-item .e-chat-message-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn,
.e-bigger .e-chat-ui .e-message-item .e-chat-message-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn {
  min-height: 32px;
  padding: 4px 2px;
}
.e-bigger.e-chat-ui .e-message-content .e-attached-file .e-image-wrapper .e-play-icon-wrapper,
.e-bigger.e-chat-ui .e-message-content .e-attached-file .e-video-wrapper .e-play-icon-wrapper,
.e-bigger .e-chat-ui .e-message-content .e-attached-file .e-image-wrapper .e-play-icon-wrapper,
.e-bigger .e-chat-ui .e-message-content .e-attached-file .e-video-wrapper .e-play-icon-wrapper {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.e-bigger.e-chat-ui .e-message-content .e-attached-file .e-image-wrapper .e-play-icon-wrapper .e-chat-video-play,
.e-bigger.e-chat-ui .e-message-content .e-attached-file .e-video-wrapper .e-play-icon-wrapper .e-chat-video-play,
.e-bigger .e-chat-ui .e-message-content .e-attached-file .e-image-wrapper .e-play-icon-wrapper .e-chat-video-play,
.e-bigger .e-chat-ui .e-message-content .e-attached-file .e-video-wrapper .e-play-icon-wrapper .e-chat-video-play {
  font-size: 24px;
  line-height: 24px;
}
.e-bigger.e-chat-ui .e-pinned-message .e-pinned-message-text .e-pinned-img-thumb,
.e-bigger .e-chat-ui .e-pinned-message .e-pinned-message-text .e-pinned-img-thumb {
  height: 32px;
  width: 32px;
}
.e-bigger.e-chat-ui .e-pinned-message .e-pinned-message-text .e-chat-file-icon,
.e-bigger .e-chat-ui .e-pinned-message .e-pinned-message-text .e-chat-file-icon {
  font-size: 20px;
  line-height: 20px;
}
.e-bigger.e-chat-ui .e-reply-wrapper .e-reply-media-preview .e-reply-media-thumb,
.e-bigger .e-chat-ui .e-reply-wrapper .e-reply-media-preview .e-reply-media-thumb {
  height: 30px;
  width: 30px;
}
.e-bigger.e-chat-ui .e-reply-wrapper .e-reply-media-preview .e-reply-file-name,
.e-bigger .e-chat-ui .e-reply-wrapper .e-reply-media-preview .e-reply-file-name {
  font-size: 14px;
}
.e-bigger.e-chat-ui .e-reply-wrapper .e-reply-media-preview .e-chat-file-icon,
.e-bigger .e-chat-ui .e-reply-wrapper .e-reply-media-preview .e-chat-file-icon {
  font-size: 20px;
  line-height: 20px;
}
.e-bigger.e-chat-ui .e-preview-overlay .e-preview-header,
.e-bigger .e-chat-ui .e-preview-overlay .e-preview-header {
  height: 48px;
}
.e-bigger.e-chat-ui .e-preview-overlay .e-preview-header .e-chat-back-icon,
.e-bigger .e-chat-ui .e-preview-overlay .e-preview-header .e-chat-back-icon {
  font-size: 18px;
  line-height: 18px;
}
.e-bigger.e-chat-ui .e-preview-overlay .e-preview-header .e-chat-download,
.e-bigger .e-chat-ui .e-preview-overlay .e-preview-header .e-chat-download {
  font-size: 16px;
  line-height: 100%;
}
.e-bigger.e-chat-ui .e-preview-overlay .e-preview-header .e-preview-file-name,
.e-bigger .e-chat-ui .e-preview-overlay .e-preview-header .e-preview-file-name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: normal;
}
.e-bigger.e-chat-ui .e-preview-overlay .e-file-preview .e-preview-file-text,
.e-bigger .e-chat-ui .e-preview-overlay .e-file-preview .e-preview-file-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: normal;
}
.e-bigger.e-chat-ui .e-preview-overlay .e-file-preview .e-file-details,
.e-bigger .e-chat-ui .e-preview-overlay .e-file-preview .e-file-details {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  font-weight: 400;
}
.e-bigger.e-chat-ui .e-upload-failure-alert,
.e-bigger .e-chat-ui .e-upload-failure-alert {
  padding: 16px 20px 16px 16px;
  border-radius: calc(var(--e-radius) * 0.375);
}
.e-bigger.e-chat-ui .e-upload-failure-alert .e-chat-circle-close,
.e-bigger .e-chat-ui .e-upload-failure-alert .e-chat-circle-close {
  font-size: 16px;
  line-height: 16px;
  margin-right: 12px;
  font-weight: 400;
}
.e-bigger.e-chat-ui .e-upload-failure-alert .e-failure-message,
.e-bigger .e-chat-ui .e-upload-failure-alert .e-failure-message {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  font-weight: 500;
}
.e-bigger.e-chat-ui .e-upload-failure-alert .e-chat-close,
.e-bigger .e-chat-ui .e-upload-failure-alert .e-chat-close {
  font-size: 16px;
  line-height: 16px;
  margin-left: 12px;
  font-weight: 400;
}
.e-bigger.e-chat-ui .e-footer .e-chat-drop-area:has(.e-chat-uploaded-file-item),
.e-bigger .e-chat-ui .e-footer .e-chat-drop-area:has(.e-chat-uploaded-file-item) {
  margin: 4px 8px;
}
.e-bigger.e-chat-ui .e-footer .e-chat-drop-area .e-chat-uploaded-file-item,
.e-bigger.e-chat-ui .e-attached-file .e-chat-uploaded-file-item,
.e-bigger .e-chat-ui .e-footer .e-chat-drop-area .e-chat-uploaded-file-item,
.e-bigger .e-chat-ui .e-attached-file .e-chat-uploaded-file-item {
  margin: 0 4px 4px;
}
.e-bigger.e-chat-ui .e-footer .e-chat-drop-area .e-chat-uploaded-file-item:not(:has(.e-chat-close)) .e-chat-file-details,
.e-bigger.e-chat-ui .e-attached-file .e-chat-uploaded-file-item:not(:has(.e-chat-close)) .e-chat-file-details,
.e-bigger .e-chat-ui .e-footer .e-chat-drop-area .e-chat-uploaded-file-item:not(:has(.e-chat-close)) .e-chat-file-details,
.e-bigger .e-chat-ui .e-attached-file .e-chat-uploaded-file-item:not(:has(.e-chat-close)) .e-chat-file-details {
  padding-right: 15px;
}
.e-bigger.e-chat-ui .e-footer .e-chat-drop-area .e-chat-file-details,
.e-bigger.e-chat-ui .e-attached-file .e-chat-file-details,
.e-bigger .e-chat-ui .e-footer .e-chat-drop-area .e-chat-file-details,
.e-bigger .e-chat-ui .e-attached-file .e-chat-file-details {
  padding: 3px 0 2px 2px;
}

.e-bigger.e-chat-mention .e-chat-mention-user-name,
.e-bigger .e-chat-mention .e-chat-mention-user-name {
  font-size: 16px;
  line-height: 24px;
  margin: 10px 8px;
}

.e-bigger.e-chat-mention .e-chat-mention-user-icon,
.e-bigger.e-chat-mention .e-chat-mention-user-icon img,
.e-bigger .e-chat-mention .e-chat-mention-user-icon,
.e-bigger .e-chat-mention .e-chat-mention-user-icon img {
  height: 44px;
  width: 44px;
  font-size: 16px;
}

.e-bigger.e-chat-mention .e-list-item,
.e-bigger .e-chat-mention .e-list-item {
  text-indent: 0;
  height: 62px;
}