/* COlor palette variables*/
.Rag:not(.white-mode) .Chats {
  background-color: #080808;
}

#rag-application {
  display: block;
  height: 100%;
  background-color: #080808;
  color: white !important;
  font-family: var(--theme-font_family, arial);
  max-width: 100%;
  padding-top: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Effra", sans-serif;
}

.nav-link {
  color: white;
}

.nav-link:hover {
  color: inherit;
  text-decoration: underline;
}

.nav-item {
  border-radius: 2rem;
  margin: 0 1rem;
  padding: 0 1rem;
}

.brand-logo {
  width: 100%;
  display: flex;
  height: 100%;
  object-fit: cover;
  max-width: 191px;
}

.navbar-container {
  max-height: 7vh;
  padding-bottom: 0 !important;
}

.navbar__powered-by {
  font-size: 0.75rem;
}

.hl {
  background-color: color-mix(in srgb, var(--theme-color1), transparent 30%);
  color: inherit;
  padding: 0 0.15em;
  border-radius: 0.2em;
  color: black;
}

.hl.flash {
  animation: flash 0.8s ease-out;
}

@keyframes flash {
  from {
    box-shadow: 0 0 6px 4px var(--theme-color1);
  }
  to {
    box-shadow: 0 0 0 0 rgba(255, 255, 0, 0);
  }
}
.hl-marker {
  -webkit-filter: drop-shadow(1px 1px 5px var(--theme-color1)) drop-shadow(-1px -1px 5px var(--theme-color1));
  filter: drop-shadow(1px 1px 5px var(--theme-color1)) drop-shadow(-1px -1px 5px var(--theme-color1));
}

.object_action_wrapper__item-wrap,
.dynamic-data__item-wrap {
  width: initial;
  text-align: left;
  border-radius: 2rem;
  margin-bottom: 1rem;
  position: relative;
  background: #151519;
  padding: 1rem;
  overflow: scroll;
  height: 100%;
}
.object_action_wrapper__item-wrap img,
.dynamic-data__item-wrap img {
  max-width: 100%;
  max-height: 100%;
}
.object_action_wrapper__item-wrap-inner,
.dynamic-data__item-wrap-inner {
  height: 100%;
}
.object_action_wrapper__item-wrap-inner .map-marker-description,
.dynamic-data__item-wrap-inner .map-marker-description {
  width: 200px;
  max-width: 200px;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}
.object_action_wrapper__item-wrap-inner h5,
.dynamic-data__item-wrap-inner h5 {
  margin-top: 2rem;
}
.object_action_wrapper__item-wrap-inner .map-container,
.dynamic-data__item-wrap-inner .map-container {
  position: absolute;
  inset: 0;
  z-index: 1 !important;
}
.object_action_wrapper__item-inner,
.dynamic-data__item-inner {
  max-height: 16rem;
  overflow: scroll;
  padding: 0.5rem;
  border-radius: 1rem;
}
.object_action_wrapper__item #videoPlayerYoutube,
.dynamic-data__item #videoPlayerYoutube {
  width: 100%;
}
.object_action_wrapper__box,
.dynamic-data__box {
  border-radius: 1rem;
  margin-bottom: 1rem;
  position: relative;
  padding-right: 1rem;
  height: 48%;
  width: 100%;
}
.object_action_wrapper__box.half-height,
.dynamic-data__box.half-height {
  height: 48% !important;
}
.object_action_wrapper__box.full-height,
.dynamic-data__box.full-height {
  height: 100% !important;
}
.object_action_wrapper__box.map .data__expand,
.dynamic-data__box.map .data__expand {
  display: none;
}
.object_action_wrapper__avatar,
.dynamic-data__avatar {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
}
.object_action_wrapper__avatar img,
.dynamic-data__avatar img {
  width: auto;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50%;
}
.object_action_wrapper__avatar-dropdown,
.dynamic-data__avatar-dropdown {
  position: relative;
  display: inline-block;
  background-color: #1A1F1F;
  color: white;
  text-align: center;
  padding: 38px 0;
  cursor: pointer;
  width: 100%;
  border-radius: 50%;
}
.object_action_wrapper__avatar-dropdown:hover .dynamic-data__avatar-dropdown-content,
.dynamic-data__avatar-dropdown:hover .dynamic-data__avatar-dropdown-content {
  display: block;
}
.object_action_wrapper__avatar-dropbtn,
.dynamic-data__avatar-dropbtn {
  background-color: #1A1F1F;
  color: white;
  font-size: 16px;
  border: none;
}
.object_action_wrapper__avatar-dropdown-content,
.dynamic-data__avatar-dropdown-content {
  display: none;
  position: absolute;
  background-color: #1A1F1F;
  border-radius: 50px;
  top: -80%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.object_action_wrapper__avatar-dropdown-content .dynamic-data__avatar,
.dynamic-data__avatar-dropdown-content .dynamic-data__avatar {
  margin: 10px 0;
  height: 50px;
  text-decoration: none;
  display: block;
}
.object_action_wrapper__avatar-dropdown-content .dynamic-data__avatar:hover,
.dynamic-data__avatar-dropdown-content .dynamic-data__avatar:hover {
  border-radius: 50%;
  opacity: 0.5;
}
.object_action_wrapper__download-link,
.dynamic-data__download-link {
  border-radius: 1.5rem;
  padding: 0.8rem;
  background: rgba(20, 26, 25, 0.568627451);
}
.object_action_wrapper__icon-wrap,
.dynamic-data__icon-wrap {
  padding: 2rem;
}
.object_action_wrapper__item-fullscreen,
.dynamic-data__item-fullscreen {
  position: absolute;
  z-index: 12;
  height: 90vh;
  display: flex;
  width: 99vw;
  background: #151616;
  border-radius: 2rem;
  box-shadow: 0px 0px 100vh 100vw rgba(52, 53, 53, 0.5137254902);
  left: 0;
  top: 1rem;
}
.object_action_wrapper__item-fullscreen #videoPlayer,
.dynamic-data__item-fullscreen #videoPlayer {
  width: 100%;
}
.object_action_wrapper__container,
.dynamic-data__container {
  overflow-y: auto;
  overflow-x: hidden;
}
.object_action_wrapper__wrapper,
.dynamic-data__wrapper {
  height: 90vh;
  overflow-y: auto;
  margin-left: auto !important;
  scrollbar-width: thin;
}
.object_action_wrapper__hive-object-list .object-card-group,
.dynamic-data__hive-object-list .object-card-group {
  height: calc(100% - 60px);
  border-bottom: none !important;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 2rem;
  scrollbar-width: thin;
  margin-bottom: 0.5rem;
}
.object_action_wrapper__hive-object-list .object-card-group__reduced,
.dynamic-data__hive-object-list .object-card-group__reduced {
  height: calc(100% - 80px);
  margin-top: 0;
}
.object_action_wrapper__hive-object-list .object-card-group__filter,
.dynamic-data__hive-object-list .object-card-group__filter {
  display: none;
}
.object_action_wrapper__hive-object-list .object-card-group .object-card,
.object_action_wrapper__hive-object-list .object-card-group .object-card-used,
.dynamic-data__hive-object-list .object-card-group .object-card,
.dynamic-data__hive-object-list .object-card-group .object-card-used {
  border-bottom: 1px solid #EEE;
  padding: 1rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
.object_action_wrapper__hive-object-list .object-card-group .object-card:hover,
.object_action_wrapper__hive-object-list .object-card-group .object-card-used:hover,
.dynamic-data__hive-object-list .object-card-group .object-card:hover,
.dynamic-data__hive-object-list .object-card-group .object-card-used:hover {
  box-shadow: 0px 0px 8px 0px gray;
}
.object_action_wrapper__hive-object-list .object-card-group .object-card:last-child,
.object_action_wrapper__hive-object-list .object-card-group .object-card-used:last-child,
.dynamic-data__hive-object-list .object-card-group .object-card:last-child,
.dynamic-data__hive-object-list .object-card-group .object-card-used:last-child {
  border-bottom: none !important;
}
.object_action_wrapper__hive-object-list .object-card-group .object-card__main,
.object_action_wrapper__hive-object-list .object-card-group .object-card-used__main,
.dynamic-data__hive-object-list .object-card-group .object-card__main,
.dynamic-data__hive-object-list .object-card-group .object-card-used__main {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.object_action_wrapper__hive-object-list .object-card-group .object-card__info,
.object_action_wrapper__hive-object-list .object-card-group .object-card-used__info,
.dynamic-data__hive-object-list .object-card-group .object-card__info,
.dynamic-data__hive-object-list .object-card-group .object-card-used__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.object_action_wrapper__hive-object-list .object-card-group .object-card__score,
.object_action_wrapper__hive-object-list .object-card-group .object-card-used__score,
.dynamic-data__hive-object-list .object-card-group .object-card__score,
.dynamic-data__hive-object-list .object-card-group .object-card-used__score {
  display: flex;
  justify-content: center;
  align-items: center;
}
.object_action_wrapper__hive-object-list .object-card-group .object-card__labels,
.object_action_wrapper__hive-object-list .object-card-group .object-card-used__labels,
.dynamic-data__hive-object-list .object-card-group .object-card__labels,
.dynamic-data__hive-object-list .object-card-group .object-card-used__labels {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.object_action_wrapper__hive-object-list .object-card-group .object-card__label,
.object_action_wrapper__hive-object-list .object-card-group .object-card-used__label,
.dynamic-data__hive-object-list .object-card-group .object-card__label,
.dynamic-data__hive-object-list .object-card-group .object-card-used__label {
  background: #444;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  font-size: 0.75rem;
}
.object_action_wrapper__hive-object-list .object-card-group .object-card__name,
.object_action_wrapper__hive-object-list .object-card-group .object-card-used__name,
.dynamic-data__hive-object-list .object-card-group .object-card__name,
.dynamic-data__hive-object-list .object-card-group .object-card-used__name {
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.object_action_wrapper__hive-object-list .object-card-group .object-card__description,
.object_action_wrapper__hive-object-list .object-card-group .object-card-used__description,
.dynamic-data__hive-object-list .object-card-group .object-card__description,
.dynamic-data__hive-object-list .object-card-group .object-card-used__description {
  display: none;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
.object_action_wrapper__hive-object-list .object-card-group .object-card-divider,
.dynamic-data__hive-object-list .object-card-group .object-card-divider {
  border: none;
  border-top: 2px solid #888;
  margin: 0;
}
.object_action_wrapper__hive-object-list .hive-object-list__label,
.dynamic-data__hive-object-list .hive-object-list__label {
  background: #888;
  padding: 0 0.5rem;
  border-radius: 8px;
  color: white;
  pointer-events: none;
}
.object_action_wrapper__hive-object .hive-meta-info__title,
.object_action_wrapper__hive-object .hive-meta-info__description,
.object_action_wrapper__hive-object .hive-label-input .hive-hollow-input,
.dynamic-data__hive-object .hive-meta-info__title,
.dynamic-data__hive-object .hive-meta-info__description,
.dynamic-data__hive-object .hive-label-input .hive-hollow-input {
  color: white !important;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.object_action_wrapper__hive-object .columns.large-2, .object_action_wrapper__hive-object .columns.large-4, .object_action_wrapper__hive-object .columns.large-8, .object_action_wrapper__hive-object .columns.medium-4, .object_action_wrapper__hive-object .columns.medium-8, .object_action_wrapper__hive-object .columns.medium-10,
.dynamic-data__hive-object .columns.large-2,
.dynamic-data__hive-object .columns.large-4,
.dynamic-data__hive-object .columns.large-8,
.dynamic-data__hive-object .columns.medium-4,
.dynamic-data__hive-object .columns.medium-8,
.dynamic-data__hive-object .columns.medium-10 {
  flex: 0 0 100%;
  max-width: 100%;
}
.object_action_wrapper__hive-object .object-list-item,
.dynamic-data__hive-object .object-list-item {
  margin-bottom: 1rem;
}
.object_action_wrapper__hive-object .hive-label-wrap,
.dynamic-data__hive-object .hive-label-wrap {
  max-width: 93% !important;
}
.object_action_wrapper__hive-object .centered-hive-button,
.dynamic-data__hive-object .centered-hive-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.object_action_wrapper__hive-object .hive-button-success.btn-full,
.dynamic-data__hive-object .hive-button-success.btn-full {
  margin-right: 1rem;
}
.object_action_wrapper__hive-object .hive-object-info__addinfo-wrap,
.dynamic-data__hive-object .hive-object-info__addinfo-wrap {
  display: flex;
  flex-direction: column;
}
.object_action_wrapper__hive-object .object-modified-wrap.object-created-wrap,
.dynamic-data__hive-object .object-modified-wrap.object-created-wrap {
  display: none;
}
.object_action_wrapper__hive-object .dynamic-application .dynamic-grid,
.dynamic-data__hive-object .dynamic-application .dynamic-grid {
  display: flex;
  flex-direction: column;
  margin: 0 !important;
}
.object_action_wrapper__hive-object .hive-label,
.dynamic-data__hive-object .hive-label {
  padding: 0.2rem;
  min-height: min-content;
  border-radius: 8px;
  color: #5d5d5d;
  background: white;
  box-shadow: 0 0 0 1px #e9e9ea;
}
.object_action_wrapper__hoaw-wrap,
.dynamic-data__hoaw-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 20rem;
}
.object_action_wrapper__hoaw-select,
.dynamic-data__hoaw-select {
  border-radius: 4px;
}
.object_action_wrapper__hoaw-buttons,
.dynamic-data__hoaw-buttons {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  width: 100%;
}
.object_action_wrapper__hoaw-buttons > button:first-child,
.dynamic-data__hoaw-buttons > button:first-child {
  margin-right: 1rem;
}

.leaflet-container, .leaflet-pane {
  z-index: 1;
}

.object_wrapper:not(.fullscreen__inner) .dynamic-data__hive-object .hive-component-container {
  overflow-x: hidden;
}
.object_wrapper:not(.fullscreen__inner) .dynamic-data__hive-object .dynamic-grid {
  display: flex;
  flex-direction: column;
}

.dynamic-data__item-wrap .single-task-bar-wrap {
  z-index: 10;
}

.dynamic-data__item-fullscreen .object-card-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.dynamic-data__item-fullscreen .object-card {
  border-radius: 1rem;
  max-width: 29%;
  padding: 1rem;
  margin: 1rem;
  height: min-content;
}
.dynamic-data__item-fullscreen .object-card__info {
  width: 100%;
}
.dynamic-data__item-fullscreen .object-card__description {
  display: flex;
}
.dynamic-data__item-fullscreen .dynamic-application .dynamic-grid {
  display: grid;
}
.dynamic-data__item-fullscreen .dynamic-data__item-wrap {
  border: unset;
  box-shadow: unset;
  width: 100%;
}
.dynamic-data__item-fullscreen .dynamic-data__hive-object-list .dynamic-data__item-wrap-inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.dynamic-data__item-fullscreen .dynamic-data__hive-object-list .object-card-group__filter {
  min-width: min-content;
  background: white;
  border-left: 1px solid #eeeeee;
  height: 102%;
  padding: 2rem 0.5rem;
  display: flex;
  flex-direction: column;
  max-width: min-content;
  min-width: 320px;
  position: relative;
}
.dynamic-data__item-fullscreen .dynamic-data__hive-object-list .object-card-group__filter.filter-closed {
  min-width: 4rem;
}
.dynamic-data__item-fullscreen .dynamic-data__hive-object-list .object-card-group__filter-actions {
  flex-direction: row-reverse;
  display: flex;
}
.dynamic-data__item-fullscreen .dynamic-data__hive-object-list .object-card-group__filter-button {
  padding: 0.5rem;
  width: min-content;
  margin-bottom: 1rem;
  border-radius: 8px;
  color: white;
}
.dynamic-data__item-fullscreen .dynamic-data__hive-object-list .object-card-group__filter-button:hover {
  box-shadow: 0 0 0 2px vat(--theme-color1);
}
.dynamic-data__item-fullscreen .dynamic-data__hive-object-list .object-card-group__filter .filter-menu__button {
  box-shadow: 0 0 0 1px var(--theme-color1);
  border-radius: 8px;
  padding: 0.5rem;
  margin-bottom: 1rem;
  width: min-content;
  height: min-content;
}
.dynamic-data__item-fullscreen .dynamic-data__hive-object-list .object-card-group__filter .filter-menu__apply {
  width: min-content;
  height: min-content;
  background: var(--theme-color1);
  border-radius: 8px;
  padding: 0.5rem;
  margin-bottom: 1rem;
  color: white;
  position: absolute;
  left: 0.5rem;
  top: 2rem;
  background: var(--theme-color1);
}
.dynamic-data__item-fullscreen .dynamic-data__hive-object-list .object-card-group__filter .filter-menu__apply:hover {
  opacity: 0.8;
}
.dynamic-data__item-fullscreen .dynamic-data__hive-object-list .object-card-group__filter .filter-menu__apply:disabled {
  cursor: wait;
  opacity: 0.3;
}
.dynamic-data__item-fullscreen .dynamic-data__hive-object-list .object-card-group__filter .chatbot__parameter-group {
  height: 80%;
  overflow-y: scroll;
}
.dynamic-data__item-fullscreen .dynamic-data__hive-object-list .object-card-group__filter .chatbot__parameter-selectable-options {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
  background: transparent;
}
.dynamic-data__item-fullscreen .dynamic-data__hive-object-list .object-card-group__filter .chatbot__parameter-selectable-button {
  background: transparent;
  box-shadow: 0 0 0 1px #d0d6d8;
  margin: 4px;
  padding: 5px 6px;
}
.dynamic-data__item-fullscreen .dynamic-data__hive-object-list .object-card-group__filter .chatbot__parameter-selectable-button:hover, .dynamic-data__item-fullscreen .dynamic-data__hive-object-list .object-card-group__filter .chatbot__parameter-selectable-button.selected {
  background-color: var(--theme-color1);
  color: white;
}
.dynamic-data__item-fullscreen .dynamic-data__hive-object-list .object-card-group__filter .chatbot__parameter-label {
  color: black;
  font-size: 0.75rem;
  margin: 0.5rem;
}
.dynamic-data__item-fullscreen .hive-object-list__label {
  display: none;
}
.dynamic-data__item-fullscreen .graph canvas {
  width: 100% !important;
  height: 100% !important;
}

.dynamic-component-wrapper__label {
  font-weight: bold;
}

.data__expand,
.data__close {
  position: absolute;
  top: 0.5rem;
  right: 1.5rem;
  width: 2rem;
  height: 2rem;
  background-color: rgba(52, 53, 53, 0.2666666667);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  z-index: 11;
  cursor: pointer;
}

.data__close {
  top: -2rem;
  font-size: 2rem;
}

.fullscreen__inner {
  width: 100%;
  height: 90vh;
  max-height: 100%;
}
.fullscreen__inner .graph,
.fullscreen__inner .force-graph-container,
.fullscreen__inner .dynamic-data__item-wrap {
  max-height: 100%;
  height: 100%;
  width: 100%;
}
.fullscreen__inner .data__expand {
  display: none;
}
.fullscreen__inner .dynamic-data__item-inner {
  max-height: 100%;
}

.chatbot__wrapper {
  height: 90vh;
  background: linear-gradient(to left, rgb(21, 21, 25), rgb(21, 21, 25)) padding-box, linear-gradient(to right, var(--theme-color1, #008775), var(--theme-color1, #008775), var(--theme-color1, #008775)) border-box;
  border-radius: 2rem;
  border: 2px solid transparent !important;
  position: relative;
}

.chatbot__input-form {
  position: absolute;
  bottom: 2.8rem;
  width: 96%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #1A1F1F;
  color: white;
  padding: 0.5rem 1rem;
  min-height: 60px;
  border: 1px solid #353535;
  padding-bottom: 1.5rem;
  border-radius: 2rem;
}
.chatbot__input-form.lessrounded {
  border-radius: 1rem;
}

.chatbot__wrapper #query {
  border-radius: 2rem;
  width: 100%;
  color: white;
  padding: 0.5rem 1rem;
  min-height: 48px;
  background: transparent;
  border: unset;
  box-shadow: unset;
  margin-bottom: 2rem;
}
.chatbot__wrapper #query:focus {
  box-shadow: unset;
}

.chatbot__wrapper input:not(#query, .chatbot__parameter) {
  width: 40px;
  height: 40px;
  background: linear-gradient(to left, rgb(21, 21, 25), rgb(21, 21, 25)) padding-box, linear-gradient(to right, var(--theme-color1, #008775), var(--theme-color1, #008775), var(--theme-color1, #008775)) border-box;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  right: 5px;
  bottom: 4px;
}

#videoPlayer {
  width: fit-content;
  max-width: 100%;
}

.chatbot__icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 11;
  pointer-events: none;
  font-size: 1rem;
  font-weight: bold;
  font-size: 1.5rem;
}

.chatbot__messages {
  display: flex;
  flex-direction: column;
  height: 90%;
  max-height: 90vh;
  word-wrap: break-word;
}
.chatbot__messages-anchor {
  flex-basis: 1px;
  flex-grow: 0;
  flex-shrink: 0;
  overflow-anchor: auto !important;
}

.chatbot__current {
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem;
  overflow-y: scroll;
  margin-bottom: 4rem;
}
.chatbot__current * {
  overflow-anchor: none;
}

.message-success,
.chatbot__user-message:not(:empty),
.chatbot__predefined-message,
.chatbot__bot-message {
  border-radius: 12px;
  background: #1E2126;
  padding: 0.8rem;
  margin-top: 1rem;
  position: relative;
  margin-bottom: 2rem;
}

.chatbot__bot-message {
  max-width: fit-content;
}

.chatbot__predefined-message {
  width: 100%;
  cursor: pointer;
  display: inline-block;
  margin: 0px 5px 1rem 5px;
  box-shadow: 0 0 0 1px var(--theme-color1, #008775) !important;
}
.chatbot__predefined-message:hover {
  box-shadow: 0 0 0 3px var(--theme-color1, #008775) !important;
}

.chatbot__user-message:not(:empty) {
  background: #30353D;
}

.chatbot__flash-messages {
  align-self: flex-start;
}

.chatbot__user-message {
  display: flex;
  align-self: flex-end;
  max-width: fit-content;
  margin-bottom: 1rem;
}

.chatbot__bot-message-summary {
  margin-bottom: 1rem;
}

.chatbot__bot-message-details {
  font-size: 0.9rem;
}
.chatbot__bot-message-details p {
  margin: 0;
}

.chatbot__copy {
  position: absolute;
  bottom: -1.5rem;
  font-size: small;
  left: 0;
  background: none;
  border: unset;
  color: white;
}

.chatbot__history {
  display: flex;
  flex-direction: column-reverse;
}

.chatbot__button {
  background: none;
  border: unset;
  color: white;
  padding: 0.5rem;
}
.chatbot__button:hover {
  color: rgb(0, 135, 117);
}
.chatbot__button-wrapper {
  position: absolute;
  bottom: 5px;
  margin: 0 2rem;
  display: inline-flex;
}
.chatbot__button-submit.disabled {
  cursor: wait;
  opacity: 0.3;
  background-color: rgba(0, 0, 0, 0.2196078431);
}
.chatbot__button-icon.disabled {
  opacity: 0.3;
}
.chatbot__button-submit {
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 9px;
  bottom: 8px;
  background: var(--theme-color1, #008775);
  border-radius: 50%;
}

.chatbot__textarea {
  resize: none;
  padding-right: 3rem;
}

.chatbot__parameter {
  margin: 0.5rem;
  background: linear-gradient(to left, rgb(21, 21, 25), rgb(21, 21, 25)) padding-box, linear-gradient(to right, var(--theme-color1, #008775), var(--theme-color1, #008775), var(--theme-color1, #008775)) border-box;
  border: 1px solid transparent;
  border-radius: 15px;
  display: inline-block;
  font-size: 15px;
  color: white;
}
.chatbot__parameter::placeholder {
  color: gray;
}
.chatbot__parameter-label {
  color: white;
  margin: 0 0.5rem;
  padding-left: 7px;
}
.chatbot__parameter-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0.5rem 0;
}
.chatbot__parameter-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: #fff;
  font-weight: normal;
}
.chatbot__parameter-checkbox input[type=checkbox] {
  position: static !important;
  margin: 0 0.5rem 0 0;
  width: 18px !important;
  height: 18px !important;
  accent-color: #2196f3;
}
.chatbot__parameter-selectable-options {
  padding: 1px 16px;
}
.chatbot__parameter-selectable-button {
  padding: 7px 12px;
  border-radius: 16px;
  min-height: 32px;
  background-color: #d0d6d8;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.chatbot__parameter-selectable-button.selected {
  background-color: var(--theme-color1, #2196f3);
}

.chatbot__input-parameters {
  bottom: 7rem;
  left: 0;
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-width: max-content;
  background-color: #1A1F1F;
  color: white;
  padding: 0.5rem 1rem;
  min-height: 48px;
  border: 1px solid #353535;
  border-radius: 27px;
}
.chatbot__input-parameters .chatbot__parameter-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-height: 60vh;
  overflow-y: scroll;
}

.chatbot__button-queryparams {
  position: absolute;
  bottom: 18px;
  left: 1rem;
  color: white;
}
.chatbot__button-queryparams i {
  margin-right: 0.5rem;
}
.chatbot__button-queryparams-length {
  margin-left: 0.3rem;
}

.chatbot__icon {
  color: white;
  font-size: 1.5rem !important;
  right: 16px;
  bottom: 17px;
}
.chatbot__icon.fi-microphone {
  opacity: 1;
  right: 3.85rem;
  bottom: 17px;
  color: var(--theme-color1);
}
.chatbot__button-submit {
  width: 2.5rem !important;
  height: 2.5rem !important;
}
.chatbot__button-audio {
  background-color: unset;
  opacity: 0.3;
  right: 3rem;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  bottom: 9px;
}
.chatbot__button-audio.recording {
  opacity: 0.8;
  animation: listening 1.3s infinite;
}
.chatbot__button-audio:hover {
  opacity: 0.6;
  background-color: var(--theme-color1);
}

.listening-text {
  display: none;
}

.listening-text.listening,
.listening-text.transcribing {
  position: absolute;
  display: flex;
  width: 96%;
  height: 40px;
  top: 4rem;
  color: rgba(0, 0, 0, 0.3411764706);
}

@keyframes listening {
  from {
    opacity: 0.25;
  }
  to {
    transform: scale(2);
    opacity: 0.6;
  }
}
.data__label {
  position: absolute;
  background: rgba(20, 26, 25, 0.568627451);
  padding: 0.5rem 1rem;
  top: 1rem;
  left: 1rem;
  border-radius: 2rem;
}

.pagination {
  max-height: 5rem;
  width: 10rem;
  display: flex;
  z-index: 10;
  position: absolute;
  bottom: 0;
}
.pagination button {
  background: transparent;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  margin: 1rem;
  color: white;
  border-color: var(--theme-color1, #008775);
}
.pagination button.disabled {
  color: rgba(255, 255, 255, 0.5019607843);
}
.pagination button:hover {
  background: #353535;
}

.data__text {
  font-size: 0.9rem;
  text-align: left;
}

.typing {
  display: inline-block;
}
.typing .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  background-color: var(--theme-color1, #008775);
  border-radius: 50%;
  animation: jumping-dots 1s infinite;
}
.typing .dot:nth-child(1) {
  animation-delay: 0s;
}
.typing .dot:nth-child(2) {
  animation-delay: 0.2s;
}
.typing .dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes jumping-dots {
  0%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
}
.data-loading, .data_error {
  position: relative;
  width: 100%;
  height: 100%;
}

.loader {
  --d: 22px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  color: var(--theme-color1, #008775);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  box-shadow: calc(1 * var(--d)) calc(0 * var(--d)) 0 0, calc(0.707 * var(--d)) calc(0.707 * var(--d)) 0 1px, calc(0 * var(--d)) calc(1 * var(--d)) 0 2px, calc(-0.707 * var(--d)) calc(0.707 * var(--d)) 0 3px, calc(-1 * var(--d)) calc(0 * var(--d)) 0 4px, calc(-0.707 * var(--d)) calc(-0.707 * var(--d)) 0 5px, calc(0 * var(--d)) calc(-1 * var(--d)) 0 6px;
  animation: l27 1s infinite steps(8);
}

@keyframes l27 {
  100% {
    transform: rotate(1turn);
  }
}
.graph-error {
  font-size: 2rem;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
}

.page__title {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6392156863), rgba(0, 0, 0, 0.6392156863));
  min-height: 12rem;
  margin: 0 auto 2rem;
  background-size: cover;
  background-position: center;
}

.page__container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 2rem;
  align-content: center;
}

.dp__title {
  background-image: url("https://cdn.prod.website-files.com/621cd51ad5af02545887eafe/630cac3eb123fb6185d17d7c_page-top_data-protection-bg_grayscaled-min.jpg");
}

.imprint__title {
  background-image: url("https://cdn.prod.website-files.com/621cd51ad5af02545887eafe/630cacb357c56a75ee325c3c_page-top_imprint-bg_grayscaled-min.jpg");
}

.footer__item {
  margin: 0 1rem;
}
.footer__links {
  display: flex;
  align-items: center;
}
.footer__icons {
  font-size: 2rem;
  justify-content: end;
  display: flex;
}

.cookie-popup {
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.cookie-modal {
  background-color: #111111;
  border-radius: 0.25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem rgba(38, 41, 38, 0.0509803922);
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}
.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  position: relative;
  color: #FCFCFD;
  text-decoration: none;
}
.cookie-modal_content-wrap {
  padding: 1.5rem;
  background-color: #111111;
}
.cookie-modal_title {
  color: #FCFCFD;
  font-size: 1.1875rem;
  margin-bottom: 0.1875em;
  font-weight: 700;
}
.cookie-modal_description {
  color: #FCFCFD;
}
.cookie-modal_link {
  text-align: right;
  transition: color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
}
.cookie-modal_button-wrap {
  background-color: #111111;
  justify-content: flex-start;
  padding: 1.5rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 0 0 0.25rem 0.25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}
.cookie-modal_button {
  background-color: var(--theme-color1, #008775);
  color: #FCFCFD;
  text-align: center;
  border-radius: 0.25rem;
  padding: 0.875em 1.5em 1rem;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cookie-modal_button.is-secondary {
  color: #FCFCFD;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: 0.875rem;
  font-weight: 700;
}
.cookie-modal_form-wrap {
  margin-bottom: 0;
}
.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
}
.cookie-modal_form-title {
  font-size: 0.9375rem;
  font-weight: 600;
}
.cookie-modal_form-description {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.25rem;
}

.cookie-preference {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
  display: flex;
  opacity: 1;
}
.cookie-preference_background {
  background-color: var(--theme-color1, #008775);
  opacity: 0.7;
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.cookie-preference_wrapper {
  width: 50%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
  min-width: 600px;
}

@media only screen and (max-width: 768px) {
  .chatbot__current {
    padding: 1rem;
  }
  footer {
    padding: 1rem 0;
  }
  .navbar-container {
    max-height: unset;
  }
}
.homepage__button {
  padding: 16px 24px 16px 16px;
  border-radius: 56px;
  background: #008775;
  border: unset;
  color: white;
  font-size: 0.9rem;
  position: fixed;
  bottom: 3rem;
  right: 2rem;
  font-weight: bold;
  min-height: 54px;
  min-width: 156px;
}
.homepage__button:hover {
  background-color: rgba(0, 135, 117, 0.7137254902);
}
.homepage__button svg {
  margin-right: 0.3rem;
}

.overlay-menu {
  position: absolute;
  top: 195px;
  left: 450px;
  background: #151616;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 4px 10px rgba(255, 255, 255, 0.2);
  z-index: 1000;
}
.overlay-menu button {
  all: unset;
  display: block;
  color: white;
  font-size: 16px;
  padding: 8px 12px;
  cursor: pointer;
  transition: color 0.3s ease, background 0.3s ease;
}
.overlay-menu button:hover {
  color: var(--theme-color1, #008775);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

.rag-sidebar__wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  color: white;
  z-index: 10;
  padding: 1rem;
  background: linear-gradient(to left, #151519, #151519) padding-box, linear-gradient(to right, var(--theme-color1, #008775), var(--theme-color1, #008775), var(--theme-color1, #008775)) border-box;
}
.rag-sidebar__icon {
  height: 25px;
  cursor: pointer;
  padding-right: 1rem;
}
.rag-sidebar__new-chat {
  padding: 20px 0;
  cursor: pointer;
}
.rag-sidebar__new-chat:hover {
  font-weight: bold;
}
.rag-sidebar__conversation {
  overflow-y: auto;
  height: 80vh;
}
.rag-sidebar__conversation-label {
  font-size: 12px;
  padding: 0 0 10px 0;
}
.rag-sidebar__conversation-chat {
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 8px;
}
.rag-sidebar__conversation-chat:hover, .rag-sidebar__conversation-chat-selected {
  font-weight: bold;
}
.rag-sidebar__conversation .hive_loader {
  transform: scale(0.3) !important;
  max-height: 1rem;
}
.rag-sidebar__admin {
  color: white;
}

.side-menu {
  background: rgba(52, 53, 53, 0.2666666667);
  box-shadow: 1px 1px 5px 1px #d5d5d5;
}

.hive-donut-graph__text {
  padding-left: 0.1rem;
}

/* Overlay background on small only */
@media screen and (max-width: 639px) {
  .overlay-backdrop {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 5;
  }
  .main-content.shifted {
    margin-left: 0;
    /* don't shift on mobile */
  }
  .breadcrumb-sidebar {
    height: 45px;
  }
  .chatbot__wrapper {
    max-height: 45vh;
  }
  .side-menu-background {
    max-height: 100vh;
  }
  .dynamic-data__item-fullscreen .dynamic-data__item-wrap-inner.fullscreen__inner .object-card {
    max-width: 100%;
  }
  .dynamic-data__item-fullscreen .dynamic-data__item-wrap-inner.fullscreen__inner .dynamic-grid {
    display: flex;
  }
  .dynamic-data__item-fullscreen .dynamic-data__hive-object-list .dynamic-data__item-wrap-inner {
    flex-direction: column;
    height: min-content;
  }
  .dynamic-data__item-fullscreen .object-card {
    max-width: 100%;
  }
  .hive-component-container .object-list-item {
    margin-bottom: 1rem !important;
  }
}
/* Push content only on medium and larger */
@media screen and (min-width: 640px) {
  .main-content {
    transition: margin-left 0.3s ease-in-out;
    margin-left: 0;
  }
  .main-content.shifted {
    margin-left: 240px;
  }
}
.Rag .hive-donut-graph__wrapper-small {
  display: flex;
}
.Rag .workspace-name {
  display: none;
}
.Rag.white-mode .header-rag,
.Rag.white-mode #rag-application {
  background-color: #e6e9eb;
  color: #000;
  box-shadow: unset;
}
.Rag.white-mode .breadcrumb-sidebar,
.Rag.white-mode .rag-sidebar__icon,
.Rag.white-mode .rag-sidebar__admin a {
  filter: invert(1);
}
.Rag.white-mode .side-menu-container {
  font-family: sans-serif;
  font-size: 0.9rem;
}
.Rag.white-mode .dynamic-data__item-wrap,
.Rag.white-mode .chatbot__wrapper,
.Rag.white-mode .rag-sidebar__wrapper,
.Rag.white-mode .dynamic-data__item-fullscreen,
.Rag.white-mode .chatbot__parameter-group,
.Rag.white-mode .chatbot__parameter,
.Rag.white-mode .chatbot__input-parameters {
  border-radius: 0.5rem;
  color: #1e2326;
  background-color: #fdfeff;
  box-shadow: 1px 0px 2px 0px gray;
  scrollbar-width: none;
}
.Rag.white-mode .chatbot__query-parameters,
.Rag.white-mode .chatbot__parameter-group,
.Rag.white-mode .chatbot__button-queryparams,
.Rag.white-mode .chatbot__parameter-checkbox {
  color: black !important;
}
.Rag.white-mode .chatbot__wrapper,
.Rag.white-mode .chatbot__input-form,
.Rag.white-mode .rag-sidebar__wrapper {
  background: linear-gradient(to left, #fdfeff, #fdfeff) padding-box, linear-gradient(to right, var(--theme-color1, #008775), var(--theme-color1, #008775), var(--theme-color1, #008775)) border-box;
}
.Rag.white-mode .dynamic-data__item-fullscreen {
  background-color: #fdfeff;
  border-radius: 0.5rem;
}
.Rag.white-mode .chatbot__wrapper #query,
.Rag.white-mode .chatbot__input-form {
  box-shadow: unset;
  border-radius: 0.5rem;
  color: black;
  padding: 0.5rem;
}
.Rag.white-mode .message-success,
.Rag.white-mode .chatbot__user-message:not(:empty),
.Rag.white-mode .chatbot__bot-message {
  background-color: #fdfeff;
  color: #1e2326;
  box-shadow: 0 0 0 1px gray;
}
.Rag.white-mode .chatbot__predefined-message {
  background-color: #fdfeff;
  color: #1e2326;
}
.Rag.white-mode .chatbot__user-message {
  background-color: #d0d6d8;
  box-shadow: none;
}
.Rag.white-mode .chatbot__current {
  scrollbar-width: thin;
}
.Rag.white-mode .chatbot__button-submit {
  right: 3px;
}
.Rag.white-mode .chatbot__button-submit:not(.disabled):hover {
  opacity: 0.8;
}
.Rag.white-mode .chatbot__button-wrapper {
  display: none;
}
.Rag.white-mode .object_action_wrapper__hive-object .hive-meta-info__title,
.Rag.white-mode .object_action_wrapper__hive-object .hive-meta-info__description,
.Rag.white-mode .object_action_wrapper__hive-object .hive-label-input .hive-hollow-input,
.Rag.white-mode .dynamic-data__hive-object .hive-meta-info__title,
.Rag.white-mode .dynamic-data__hive-object .hive-meta-info__description,
.Rag.white-mode .dynamic-data__hive-object .hive-label-input .hive-hollow-input {
  color: #5D5D5D !important;
}
.Rag.white-mode .user-menu__theme-mode {
  display: none;
}
