@font-face {
  font-family: "Sage UI";
  src: url("path/to/SageUI-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Sage UI";
  src: url("path/to/SageUI-Medium.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
}
body {
  padding: 20px;
}
body.dx-theme-generic-typography {
  font-family: "Sage UI", Arial, sans-serif;
}
body .dx-widget {
  font-family: "Sage UI", Arial, sans-serif;
}

.dx-chat-messagegroup {
  padding-bottom: 0.75rem;
  row-gap: 0.5rem;
}

.dx-chat-messagebubble {
  padding: 1rem;
  border-radius: 1rem;
}
.dx-chat-messagebubble .chat-message-sources {
  margin-top: 16px;
}
.dx-chat-messagebubble .chat-message-sources a {
  line-height: 1.5;
  display: block;
  padding: 8px 0;
  color: #007e45;
}
.dx-chat-messagebubble .chat-message-sources a img {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: 10px;
  flex-shrink: 0;
}

.dx-chat-messagegroup-alignment-end .dx-chat-messagebubble {
  color: rgba(0, 0, 0, 0.9);
  background-color: #f5f5f5;
}
.dx-chat-messagegroup-alignment-end .dx-chat-messagebubble p {
  margin: 0;
}
.dx-chat-messagegroup-alignment-end .dx-chat-messagebubble:first-child {
  border-radius: 1rem;
}
.dx-chat-messagegroup-alignment-end .dx-chat-messagebubble:last-child {
  border-radius: 1rem;
}

.dx-chat-messagegroup-alignment-start .dx-chat-messagebubble {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.32);
  color: rgba(0, 0, 0, 0.9);
}
.dx-chat-messagegroup-alignment-start .dx-chat-messagebubble p {
  margin: 0;
}
.dx-chat-messagegroup-alignment-start .dx-chat-messagebubble:first-child {
  border-radius: 1rem;
}
.dx-chat-messagegroup-alignment-start .dx-chat-messagebubble:last-child {
  border-radius: 1rem;
}

.dx-fa-button.dx-fa-button-main .dx-overlay-content {
  background: #ffffff;
}
.dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-fa-button-icon {
  background-image: url("Sage-Copilot-Logo.png");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
.dx-fa-button.dx-fa-button-main .dx-overlay-content .dx-fa-button-icon > i {
  display: none;
}
.dx-fa-button.dx-fa-button-main .dx-overlay-content.dx-state-hover, .dx-fa-button.dx-fa-button-main .dx-overlay-content.dx-state-active {
  background-color: rgba(0, 0, 0, 0.04);
}

.dx-popup-wrapper > .dx-overlay-content {
  height: calc(100vh - 128px) !important;
  border: none;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px 0 rgba(0, 20, 30, 0.1), 0 30px 60px 0 rgba(0, 20, 30, 0.1);
}
.dx-popup-wrapper > .dx-overlay-content.dx-state-focused {
  border: none;
}
.dx-popup-wrapper .dx-popup-content {
  padding: 0;
}
.dx-popup-wrapper .dx-toolbar-label .dx-toolbar-item-content {
  background-image: url("Sage-Copilot-Logo.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 8px center;
  padding-left: 40px;
}
.dx-popup-wrapper .dx-toolbar-label .dx-toolbar-item-content > div {
  font-weight: 500;
}
.dx-popup-wrapper .dx-toolbar.dx-popup-title {
  padding: 10px 20px;
  border-bottom: 2px solid #e6ebed;
}
.dx-popup-wrapper .dx-chat.dx-widget {
  border: none;
}
.dx-popup-wrapper .dx-chat.dx-widget .dx-chat-messagelist {
  padding-bottom: 48px;
}
.dx-popup-wrapper .dx-chat.dx-widget .dx-chat-messagelist > .dx-scrollable > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content {
  padding: 0 1rem;
}
.dx-popup-wrapper .dx-chat.dx-widget .dx-chat-messagebox {
  position: relative;
  padding: 1rem;
  gap: 12px;
}
.dx-popup-wrapper .dx-chat.dx-widget .dx-chat-messagebox .custom-loader {
  display: none;
  padding: 12px;
  position: absolute;
  align-items: center;
  justify-content: center;
  gap: 8px;
  top: -44px;
  left: 0;
  right: 0;
  text-align: center;
}
.dx-popup-wrapper .dx-chat.dx-widget .dx-chat-messagebox .custom-loader .loader-spinner {
  width: 20px;
  height: 20px;
  background-image: url("loader-spinner.svg");
  animation: rotation 1s linear infinite;
}
.dx-popup-wrapper .dx-chat.dx-widget .dx-chat-messagebox .custom-loader .loader-text {
  color: #1a1a1a;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dx-popup-wrapper .dx-chat.dx-widget .dx-chat-messagebox .custom-loader.visible {
  display: flex;
}
.dx-popup-wrapper .dx-chat.dx-widget .dx-chat-messagebox .ai-inaccuracy {
  color: rgba(0, 0, 0, 0.55);
  font-size: 14px;
}
.dx-popup-wrapper .dx-chat.dx-widget .dx-chat-messagebox .ai-inaccuracy a {
  font-size: 13px;
  color: #007e45;
  text-decoration: underline;
}
.dx-popup-wrapper .dx-chat.dx-widget .dx-chat-messagebox .dx-chat-messagebox-input-container {
  align-items: center;
}
.dx-popup-wrapper .dx-chat.dx-widget .dx-chat-messagebox .dx-chat-messagebox-input-container .dx-texteditor.dx-editor-outlined {
  border-color: #668494;
}
.dx-popup-wrapper .dx-chat.dx-widget .dx-chat-messagebox .dx-chat-messagebox-button {
  border: 2px solid #007e45;
  background-color: #007e45;
  border-radius: 18px;
}
.dx-popup-wrapper .dx-chat.dx-widget .dx-chat-messagebox .dx-chat-messagebox-button .dx-button-content {
  padding: 8px 16px;
}
.dx-popup-wrapper .dx-chat.dx-widget .dx-chat-messagebox .dx-chat-messagebox-button .dx-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  width: auto;
}
.dx-popup-wrapper .dx-chat.dx-widget .dx-chat-messagebox .dx-chat-messagebox-button .dx-icon::before {
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("send-icon.svg");
  background-size: contain;
}
.dx-popup-wrapper .dx-chat.dx-widget .dx-chat-messagebox .dx-chat-messagebox-button .dx-icon:after {
  display: block;
  color: #ffffff;
  content: "Send";
  font-family: "Sage UI", Arial, sans-serif;
  font-size: 14px;
}
.dx-popup-wrapper .dx-chat.dx-widget .dx-chat-messagebox .dx-chat-messagebox-button.dx-state-disabled {
  background-color: transparent;
}
.dx-popup-wrapper .dx-chat.dx-widget .dx-chat-messagebox .dx-chat-messagebox-button.dx-state-disabled .dx-icon::before {
  background-image: url("send-icon_disabled.svg");
  background-size: contain;
}
.dx-popup-wrapper .dx-chat.dx-widget .dx-chat-messagebox .dx-chat-messagebox-button.dx-state-disabled .dx-icon::after {
  color: #007e45;
}/*# sourceMappingURL=styles.css.map */