@font-face {
  font-family: 'Matter';
  font-weight: 300;
  src: url('../fonts/matter/MatterSQTRIAL-Light.woff2') format('woff2'),
    url('../fonts/matter/MatterSQTRIAL-Light.woff') format('woff');
}

@font-face {
  font-family: 'Matter';
  font-weight: 400;
  src: url('../fonts/matter/MatterSQTRIAL-Regular.woff2') format('woff2'),
    url('../fonts/matter/MatterSQTRIAL-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Matter';
  font-weight: 500;
  src: url('../fonts/matter/MatterSQTRIAL-Medium.woff2') format('woff2'),
    url('../fonts/matter/MatterSQTRIAL-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Matter';
  font-weight: 600;
  src: url('../fonts/matter/MatterSQTRIAL-SemiBold.woff2') format('woff2'),
    url('../fonts/matter/MatterSQTRIAL-SemiBold.woff') format('woff');
}

@font-face {
  font-family: 'Matter';
  font-weight: 700;
  src: url('../fonts/matter/MatterSQTRIAL-Bold.woff2') format('woff2'),
    url('../fonts/matter/MatterSQTRIAL-Bold.woff') format('woff');
}

/* material-symbols-outlined-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/material-symbols/material-symbols-outlined-v222-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

[x-cloak] {
  display: none !important;
}

body {
  background-color: #ffffff;
  font-family: 'Matter';
  color: #000000;
  height: 100%;
}

.text-alignment-1 {
  text-align: justify;
  hyphens: auto;
}

#assistant-chat-box h1,
#assistant-chat-box h2,
#assistant-chat-box h3,
#assistant-chat-box h4,
#assistant-chat-box h5,
#assistant-chat-box h6 {
  all: revert;
  font-family: 'Matter';
  font-weight: 600;
  font-weight: normal;
}

#assistant-chat-box strong,
#assistant-chat-box b {
  font-family: 'Matter' !important;
  font-weight: 600 !important;
  font-weight: normal !important;
}

#assistant-chat-box td,
th {
  padding: 10px;
}

#assistant-chat-box ul {
  margin-bottom: 15px !important;
}


#assistant-chat-box td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#assistant-chat-box td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}


#assistant-chat-box table {
  margin-bottom: 15px;
}

table tbody tr:nth-child(odd) {
  background-color: #f7f7f7;
}

#assistant-chat-box thead {
  background-color: #ffffff;
  font-family: 'Matter' !important;
  font-weight: 600 !important;
}

.text-brand {
  color: #6E1EE1;
}

.form-check-input[type=checkbox]:checked {
  background-color: #6E1EE1 !important;
  border-color: #6E1EE1;
}

.form-check-input[type=checkbox]:focus {
  background-color: #6E1EE1 !important;
  border-color: #6E1EE1;
}

.form-check-input[type=checkbox]:active {
  background-color: #6E1EE1 !important;
  border-color: #6E1EE1;
}

.form-check-input:checked {
  border-color: #6E1EE1;
}

.form-outline {
  --mdb-form-outline-select-notch-border-color: #6E1EE1;
}

.no-shadow-card {
  box-shadow: none !important;
}

.grey-input {
  border: 2px solid #AAAAAA !important;
}

.bg-white {
  background-color: #ffffff !important;
}

#deleteThreadModal,
#deleteAllThreadsModal {
  margin-top: 200px;
}

.modal-sm {
  max-width: 350px !important;
}

.persona_card:hover {
  cursor: pointer;
  background-color: #f6f6f6;
}

.chat-history-card {
  border: 2px solid #ffffff;
}

.chat-history-card-active {
  border: 2px solid #6E1EE1;
  border-radius: 10px;
}

.chat-history-card-nonactive:hover {
  cursor: pointer;
  background-color: #f6f6f6;
}

.auth-icon-area {
  background-color: #000000;
  width: 35px;
  height: 35px;
  border-radius: 8px;
}

.auth-icon-row {
  width: 100%;
  margin-top: 35px;
}

.login-icon {
  color: #ffffff;
  font-size: 20px !important;
}

.logout-icon {
  color: #ffffff;
  font-size: 20px !important;
}

.text-grey-1 {
  color: #7C7C7C;
}

.text-red-1 {
  color: #C6342B;
}

.button-type-0s {
  color: #7C7C7C;
  text-transform: none;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.forgot-password {
  padding-left: 10px;
}

.btn-link.button-type-0:hover,
.btn-link.button-type-0:focus,
.btn-link.button-type-0:active {
  --mdb-btn-hover-color: #3b71ca;
  /* Setzt die Hover-Farbe auf die ursprüngliche Farbe */
  --mdb-btn-hover-bg: transparent;
  /* Macht den Hintergrund beim Hover transparent */
  --mdb-btn-focus-color: #3b71ca;
  /* Setzt die Focus-Farbe auf die ursprüngliche Farbe */
  --mdb-btn-active-color: #3b71ca;
  /* Setzt die Active-Farbe auf die ursprüngliche Farbe */
  box-shadow: none;
  /* Entfernt den Schatten */
  text-decoration: underline;
  /* Entfernt die Unterstreichung */
  background-color: transparent !important;
}

.btn-link.button-type-0s:hover,
.btn-link.button-type-0s:focus,
.btn-link.button-type-0s:active {
  --mdb-btn-hover-color: #3b71ca;
  /* Setzt die Hover-Farbe auf die ursprüngliche Farbe */
  --mdb-btn-hover-bg: transparent;
  /* Macht den Hintergrund beim Hover transparent */
  --mdb-btn-focus-color: #3b71ca;
  /* Setzt die Focus-Farbe auf die ursprüngliche Farbe */
  --mdb-btn-active-color: #3b71ca;
  /* Setzt die Active-Farbe auf die ursprüngliche Farbe */
  box-shadow: none;
  /* Entfernt den Schatten */
  text-decoration: underline;
  /* Entfernt die Unterstreichung */
  background-color: transparent !important;
}

.font-size-10 {
  font-size: 10px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-18 {
  font-size: 18px;
}

.navbar {
  box-shadow: none;
}

.reduced-line-height-1 {
  line-height: 1.25;
}

#circle_animation {
  margin: 20px;
  width: 200px;
  height: 200px;
  position: relative;
}

.cases {
  z-index: 10;
  position: absolute;
  left: 240px;
  top: 390px;
  color: #7C7C7C;
}

#chat-back {
  position: absolute;
  top: -6.5%;
  z-index: 15000;
  font-size: 20px;
  line-height: 1em;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.file-upload-wrapper {
  background-color: #f0f0f0;
  padding: 0px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.file-upload-wrapper:hover {
  background-color: #e0e0e0;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 60px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side, #f0f0f0 90%, #0000);
  background:
    var(--_g) 0% 50%,
    var(--_g) 50% 50%,
    var(--_g) 100% 50%;
  background-size: calc(100%/3) 50%;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%
  }

  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%
  }

  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%
  }

  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%
  }
}

.initial-loader-overlay {
  position: absolute;
  z-index: 9999;
  inset: 0;
  background-color: white;
  height: calc(100%);
}

.centered-loader {
  margin-top: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.prompts-centered-loader {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cursor-pointer {
  cursor: pointer;
}

.delete-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #f5f5f5;
  /* Hintergrundfarbe des Buttons */
  border-radius: 5px;
  /* Abgerundete Ecken */
  padding: 5px;
  /* Padding, um das Icon zu zentrieren */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* Zeigt an, dass es klickbar ist */
  box-shadow: none;
  /* Leichter Schatten für Button */
}

.delete-icon:hover {
  /* old color: background-color: #dc4c64; */
  background-color: #6E1EE1;
}

.delete-icon:hover .material-symbols-outlined {
  color: #FFFFFF;
  /* Farbe des Icons beim Hover auf Weiß ändern */
}

.delete-icon .material-symbols-outlined {
  font-size: 16px;
  /* Größe des Icons */
  color: #333;
  /* Farbe des Icons */
}

/*Style Platform System-------------------------------------------------------------------------------*/
@media (min-width: 991.98px) {
  main {
    padding-left: 240px;
  }
}

.bg-blue {
  background-color: #0000FF;
}

.fixed-width {
  width: 350px;
}

.fixed-width-advisor {
  width: 400px;
}

.select-persona-col {
  height: calc(100vh - 225px);
  overflow-y: auto;
}

.filter-sector {
  border-right: 1px solid #f2f2f2;
  overflow-y: auto;
  height: calc(100vh - 150px);
}

.filter-sector {
  height: calc(100vh - 150px);
}

.chat-history-sector {
  border-right: 1px solid #f2f2f2;
  position: relative;
}

.chat-history-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.invis-button {
  background-color: transparent;
  border: none;
  padding: 8px 12px;
  font-size: 12px;
}

.flat-button {
  background-color: #f5f5f5;
  border-radius: 0.25rem;
  border: none;
  padding: 8px 12px;
  font-size: 12px;
}

.flat-button:not(:disabled):hover {
  background-color: #6E1EE1;
  color: #fff;
  box-shadow: none;
}

.flat-button:disabled {
  filter: brightness(0.7);
  cursor: not-allowed;
}

.flat-button-primary {
  background-color: #6E1EE1;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 12px;
  border: none;
  padding: 8px 12px;
}

.flat-button-secondary {
  background-color: #f2f2f2;
  color: #4F4F4F;
  border-radius: 0.25rem;
  font-size: 12px;
  border: none;
  padding: 8px 12px;
}

.flat-button-primary:not(:disabled):hover {
  box-shadow: none;
}

.flat-button-primary:disabled {
  filter: brightness(0.7);
  cursor: not-allowed;
}

.btn-danger {
  box-shadow: none;
  font-size: 12px !important;
}

.btn-danger:hover,
:not(.btn-check)+.btn-danger:hover {
  box-shadow: none;
}

.btn-light {
  font-size: 12px !important;
}

.chat-history-cards {
  height: calc(100vh - 240px);
  overflow-y: auto;
}

.custom-btn {
  border-width: 1px;
  /* Reduce border width */
  border-radius: 10px;
  /* More rounded corners */
  text-transform: none;
}

.btn-group,
.btn-group-vertical {
  --mdb-btn-box-shadow: none !important;
}

.btn-group-vertical:hover,
.btn-group:hover {
  box-shadow: none !important;
}

.btn-group>.btn-group:not(:first-child),
.btn-group>:not(.btn-check:first-child)+.btn {
  margin-left: 0px;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: #ffffff;
  background-color: #7F7F7F;
  border-color: #7F7F7F;
  box-shadow: none;
}

.btn-check:active+.btn-light:hover,
.btn-check:checked+.btn-light:hover,
.btn-light.active:hover,
.btn-light.show:hover,
.btn-light:active:hover {
  background-color: #7F7F7F;
  color: #ffffff;
}

.btn-check+.btn:hover {
  color: var(--mdb-btn-color);
  background-color: #f6f6f6;
}

.custom-radio {
  box-shadow: none !important;
  --mdb-btn-box-shadow: none !important;
  background-color: #f6f6f6;
  text-transform: none;
}

.vp-tab-selector {
  padding: 2px;
  background-color: #F2F2F2;
  border-radius: 8px;
  display: flex;
  gap: 2px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  & .background-fill {
    background-color: #6e1ee1;
    border-radius: 8px;
    width: 50%;
    height: 100%;
    position: absolute;
    transition: right 0.2s ease-out;
    right: 50%;

    &.right {
      right: 0%;
    }
  }

  

  & button {
    padding: 8px 24px;
    border-radius: 8px;
    text-align: center;
    font-size: 12px;
    border: none;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-content: center;
    z-index: 1;
    color: rgba(0, 0, 0, 0.55);
    transition: color 0.2s ease-out;

    &.active {
      color: white;
    }
  }
}

.p-tab-selector {
  padding: 2px;
  background-color: #F2F2F2;
  border-radius: 20px;
  display: flex;
  gap: 2px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  & .background-fill {
    background-color: #ffffff;
    border-radius: 20px;
    width: calc(50% - 4px);
    height: calc(100% - 4px);
    top: 2px;                 
    bottom: 2px; 
    position: absolute;
    transition: right 0.2s ease-out;
    right: 50%;
    left: 2px;

    &.right {
      left: calc(50% + 2px); 
    }
  }

  

  & button {
    padding: 4px 14px; 
    margin: 2px;
    border-radius: 8px;
    text-align: center;
    font-size: 12px;
    border: none;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-content: center;
    z-index: 1;
    color: rgba(0, 0, 0, 0.55);
    transition: color 0.2s ease-out;

    &.active {
      color: #000000;
    }
  }
}

.custom-pill-left {
  display: flex;
  align-items: center;
  /* Zentriert das Icon und den Text vertikal */
  gap: 8px;
}

.custom-pill-right {
  display: flex;
  align-items: center;
  /* Zentriert das Icon und den Text vertikal */
  gap: 8px;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-color: #f2f2f2;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 14px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 13px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #000000;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.0) transparent;
  cursor: pointer;
  border-radius: 6px;
}

.select-arrow-active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #cccccc;
  color: #000000;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

/*Uranos Select*/

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 58px 0 0;
  /* Height of navbar */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  width: 240px;
  z-index: 600;
}

@media (max-width: 991.98px) {
  .sidebar {
    width: 100%;
  }
}

.sidebar .active {
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
}

.fixed-top {
  z-index: 2000;
}

.sidenav {
  margin-top: 52px;
}

.navbar-brand {
  border-radius: 5px;
  padding-left: 6px;
  margin-left: 8px;
  margin-right: 48px;
}

.sidenav-link {
  padding: 26px !important;
  margin-top: 7px !important;
  margin-bottom: 7px !important;
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.menu-text {
  padding-left: 12px;
}

.spacer {
  flex-grow: 1;
}

.fixed-bottom {
  margin-top: auto;
  margin-bottom: 60px;
}

.fixed-bottom-1 {
  margin-top: auto;
}

.initials-square {
  padding: 10px;
  background-color: #6E1EE1;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 10px;

  width: 35px;
  height: 35px;
}

.cursor-pointer {
  cursor: pointer;
}

.disable-transition {
  transition: none !important;
}

.sidenav {
  box-shadow: none !important;
}

.sidenav-menu {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0px !important;
  padding-top: 5px !important;
}

.navbar {
  box-shadow: none !important;
}

.card-body-vert {
  border-bottom: 1px solid #f2f2f2 !important;
  border-left: 1px solid #f2f2f2 !important;
  border-right: 1px solid #f2f2f2 !important;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.card-body-hor {
  border-bottom: 1px solid #f2f2f2 !important;
  border-top: 1px solid #f2f2f2 !important;
  border-right: 1px solid #f2f2f2 !important;
  height: 100%;
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.nav-active {
  background-color: transparent;
}

.sidenav-menu .sidenav-item.nav-active .sidenav-link {
  background-color: #f3f3f3;
  border-radius: 10px;
  margin: 12px 12px;
  padding-left: 18px;
  padding-right: 18px;
}

.sidenav-primary .sidenav-item .sidenav-link:hover, .sidenav-primary .sidenav-link:active, .sidenav-primary .sidenav-link:focus {
  background-color: #f3f3f3;
  border-radius: 10px;
  margin: 12px 12px;
  padding-left: 18px;
  padding-right: 18px;
}

.main-content {
  animation: fadeInAnimation ease 0.5s;
  opacity: 1;
  transition: opacity 0.5s ease;
  margin-left: 78px;
}

/* Fade-Out-Zustand */
.fade-out {
  opacity: 0;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*Chat----------------------------------------------------------------------------------------*/

.chat-container {
  max-width: 800px;
}

.chat-container-chatkit-personas {
  max-width: 800px;
  margin-top: -21px;
}

.iframe-content {
  height: calc(100vh - 100px);
  width: 100%;
}

.name-pill-black {
  display: inline-block;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 2px;
  padding-bottom: 0px;
  border-radius: 20px;
  background-color: #000000;
  color: #ffffff;
  margin-bottom: 3px;
}

.chat-message {
  display: inline-block;
  color: #0D0D0D;
  margin-bottom: 35px;
  margin-top: 35px;
}

.chat-message img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.chat-message-user {
  display: inline-flex;
  max-width: 75%;
  ;
  align-items: end;
  margin-left: auto;
  margin-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  background-color: #f6f6f6;
  color: #0D0D0D;
  margin-bottom: 3px;
}

.prompt-suggestion {
  display: inline-flex;
  max-width: 100%;
  align-items: end;
  margin-left: auto;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  background-color: #f6f6f6;
  color: #0D0D0D;
  margin-bottom: 3px;
  font-size: 12px;
  cursor: pointer;
}

.input-container {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.input-container .attach-image {
  position: relative;
  width: 37px;
  height: 37px;
  border-radius: 10px;
  border: solid 1px #f3f3f3;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}

.input-container .user-message-input {
  border: none;
  width: 100%;
  outline: none;
}

#send-button {
  background: url('../icons/arrow_upward_black.png') no-repeat center center;
  background-size: 18px;
  width: 37px;
  height: 37px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  background-color: #f3f3f3;
  aspect-ratio: 1/1;
}

#send-button:disabled {
  filter: brightness(0.7);
  cursor: not-allowed;
}

#chat-input {
  flex-grow: 1;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 5px;
}

#chat-input:disabled {
  filter: brightness(0.8);
}

#chat-box {
  height: calc(100vh - 300px);
  overflow-y: scroll;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

#chat-box.has-images-attached {
  height: calc(100vh - 400px);
}

.input-container button.continue-auto-scroll {
  position: absolute;
  top: -50px;
  right: 50%;
  transform: rotate(180deg);
  z-index: 11;
}

#centered-content {
  margin-top: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-box {
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  width: 50px;
  height: 50px;
}

.logo-img {
  padding: 5px;
}

#audience-box {
  height: calc(100vh - 200px);
  overflow-y: scroll;
  border-left: 1px solid #f2f2f2;
  padding: 10px;
}

.persona-card {
  margin-bottom: 24px;
  position: relative;
  text-align: center;
}

.persona-card:hover {
  cursor: pointer;
}

.audience-img {
  border-radius: 15px;
}

.close-area {
  position: absolute;
  left: 10px;
  top: 10px;
  display: inline-block;
  background-color: rgba(216, 216, 216, 0.6);
  padding-top: 6px;
  width: 30px;
  height: 30px;
  border-radius: 8px;
}

.centered-text {
  position: absolute;
  bottom: 15px;
  /* Abstand vom unteren Rand des Bildes */
  left: 50%;
  transform: translateX(-50%);
  color: white;
  /* Textfarbe */
  display: inline-block;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 20px;
}

.pill-bg-color-1 {
  background-color: #FF9632;
}

.pill-bg-color-2 {
  background-color: #FF8C8C;
}

.pill-bg-color-3 {
  background-color: #964BF5;
}

.pill-bg-color-4 {
  background-color: #055AFA;
}

.border-color-1 {
  border: 5px solid #FF9632;
}

.border-color-2 {
  border: 5px solid #FF8C8C;
}

.border-color-3 {
  border: 5px solid #964BF5;
}

.border-color-4 {
  border: 5px solid #055AFA;
}

.grayscale-filter {
  filter: grayscale(85%);
}

.border-element {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  box-sizing: border-box;
}

.name-pill {
  display: inline-block;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 2px;
  padding-bottom: 0px;
  border-radius: 20px;
  color: #ffffff;
  margin-bottom: 3px;
}

/*Chat Loading animation----------------------------------------------------------------------------------------*/
.chat-bubble {
  background-color: #E6F8F1;
  margin-left: 50px;
  padding: 16px 28px;
  -webkit-border-radius: 20px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius: 20px;
  -moz-border-radius-topleft: 2px;
  border-radius: 20px;
  border-top-left-radius: 2px;
  display: inline-block;
}

.typing {
  align-items: center;
  display: flex;
  height: 17px;
}

.typing .dot {
  animation: mercuryTypingAnimation 1.8s infinite ease-in-out;
  background-color: #6CAD96;
  border-radius: 50%;
  height: 7px;
  margin-right: 4px;
  vertical-align: middle;
  width: 7px;
  display: inline-block;
}

.typing .dot:nth-child(1) {
  animation-delay: 200ms;
}

.typing .dot:nth-child(2) {
  animation-delay: 300ms;
}

.typing .dot:nth-child(3) {
  animation-delay: 400ms;
}

.typing .dot:last-child {
  margin-right: 0;
}

@keyframes mercuryTypingAnimation {
  0% {
    transform: translateY(0px);
    background-color: #6CAD96;
  }

  28% {
    transform: translateY(-7px);
    background-color: #9ECAB9;
  }

  44% {
    transform: translateY(0px);
    background-color: #B5D9CB;
  }
}

.reset-button {
  height: 40px;
  background-color: #f2f2f2;
  box-shadow: none;
  border-radius: 10px;
}

.standard-icon-button {
  height: 35px;
  background-color: #f2f2f2;
  color:#4F4F4F;
  box-shadow: none;
  border-radius: 10px;
  border:0px;
  padding-top:5px;
  padding-left: 6px;
  padding-right:6px;
}

.auth-icon-area {
  background-color: #000000;
  width: 35px;
  height: 35px;
  border-radius: 8px;
}

.auth-icon-row {
  width: 100%;
  margin-top: 35px;
}

.login-icon {
  color: #ffffff;
  font-size: 20px !important;
}

.logout-icon {
  color: #ffffff;
  font-size: 20px !important;
}

.error {
  color: #FF8C8C;
  padding: 5px;
  font-size: 10px;
}

.logout-message {
  font-size: 16px;
}

.createaccount-success-message {
  font-size: 16px;
}

.text-grey-1 {
  color: #7C7C7C;
}

.button-type-0s {
  color: #7C7C7C;
  text-transform: none;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.button-type-0 {
  color: #7C7C7C;
  text-transform: none;
  font-size: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.button-type-1 {
  color: #000000;
  background-color: #f3f3f3;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-transform: none;
}

.button-type-1gh {
  color: #4F4F4F;
  background-color: #f3f3f3;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 9px;
  padding-bottom: 9px;
  text-transform: none;
}

.button-type-2 {
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-transform: none;
}

.forgot-password {
  padding-left: 10px;
}

.btn-link.button-type-0:hover,
.btn-link.button-type-0:focus,
.btn-link.button-type-0:active {
  --mdb-btn-hover-color: #3b71ca;
  /* Setzt die Hover-Farbe auf die ursprüngliche Farbe */
  --mdb-btn-hover-bg: transparent;
  /* Macht den Hintergrund beim Hover transparent */
  --mdb-btn-focus-color: #3b71ca;
  /* Setzt die Focus-Farbe auf die ursprüngliche Farbe */
  --mdb-btn-active-color: #3b71ca;
  /* Setzt die Active-Farbe auf die ursprüngliche Farbe */
  box-shadow: none;
  /* Entfernt den Schatten */
  text-decoration: underline;
  /* Entfernt die Unterstreichung */
}

.btn-link.button-type-0s:hover,
.btn-link.button-type-0s:focus,
.btn-link.button-type-0s:active {
  --mdb-btn-hover-color: #3b71ca;
  /* Setzt die Hover-Farbe auf die ursprüngliche Farbe */
  --mdb-btn-hover-bg: transparent;
  /* Macht den Hintergrund beim Hover transparent */
  --mdb-btn-focus-color: #3b71ca;
  /* Setzt die Focus-Farbe auf die ursprüngliche Farbe */
  --mdb-btn-active-color: #3b71ca;
  /* Setzt die Active-Farbe auf die ursprüngliche Farbe */
  box-shadow: none;
  /* Entfernt den Schatten */
  text-decoration: underline;
  /* Entfernt die Unterstreichung */
}

.font-size-1 {
  font-size: 8px;
}

.font-size-2 {
  font-size: 10px;
}

.font-size-3 {
  font-size: 12px;
}

.font-size-4 {
  font-size: 14px;
}

.font-size-5 {
  font-size: 16px;
}

.text-color-0 {
  color: #BDBDBD;
}

.text-color-1 {
  color: #7c7c7c;
}

.text-color-2 {
  color: #964BF5;
}

.form-check-input[type=checkbox] {
  margin-top: .35em
}

.line-height-1 {
  line-height: 1.2;
}

.light {
  font-family: 'Matter';
  font-weight: 300;
}

.medium {
  font-family: 'Matter';
  font-weight: 500;
}

.semibold {
  font-family: 'Matter';
  font-weight: 600;
}

.bold {
  font-family: 'Matter';
  font-weight: 700;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-icon {
  position: absolute;
  top: 42%;
  right: 10px;
  /* Abstand vom rechten Rand */
  transform: translateY(-50%);
  pointer-events: none;
  /* Verhindert, dass das Icon klickbar ist */
  font-size: 16px;
  color: #000;
  /* Farbe des Icons */
}

.select-wrapper .select-arrow {
  display: none !important;
}

.form-check-input {
  margin-top: 4px !important;
}

.custom_btn_age_filter {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#milieu-map-window {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2001;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.tooltip-inner {
  max-width: 500px !important;
  text-align: justify;
}

#milieu-map-window .content {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  width: 100%;
  max-width: 65vw;
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* same as padding */
}

#milieu-map-window .content .header {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

#milieu-map-window .content .header .close-button {
  display: flex;
  line-height: 1em;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border: none;
  background-color: transparent;
}

#milieu-map-window .content .actions {
  display: flex;
  gap: 20px;
  margin-left: auto;
}

.milieu-filter {
  display: flex;
  align-items: center;
  gap: 8px;
}

.milieu-filter div {
  flex-grow: 1;
  background-color: #F2F2F2;
  color: #4f4f4f;
  padding: 8px 12px;
  border-radius: 0.25rem;
  font-size: 12px;
}

.img-border-radius-1 {
  border-radius: 0.5rem;
}

.img-border-radius-2 {
  border-radius: 0.3rem;
}

/*Scores----------------------------------------*/

.status_score_bar_background {
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  background-color: #D9D9D9;
  opacity: 0.4;
  z-index: 4;
  border-radius: 0.50rem;
}

.status_score_number_background {
  position: absolute;
  display: block;
  height: 10px;
  z-index: 4;
}

#status_score_figure_bar {
  width: 42%;
  min-width: 3%;
  bottom: 6px;
}

.status_score_bar {
  position: absolute;
  display: block;
  height: 10px;
  width: 42%;
  background-color: #964BF5;
  opacity: 1.0;
  z-index: 5;
  border-radius: 0.50rem;
}

.status_score_line_50 {
  position: absolute;
  display: block;
  height: 10px;
  width: 2px;
  left: 50%;
  background-color: #ffffff;
  z-index: 6;
}

.progressiveness_score_bar_background {
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  background-color: #D9D9D9;
  opacity: 0.4;
  z-index: 4;
  border-radius: 0.50rem;
}

.progressiveness_score_number_background {
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  z-index: 4;
}

#progressiveness_score_figure_bar {
  width: 83%;
  min-width: 3%;
  bottom: 6px;
}

.progressiveness_score_bar {
  position: absolute;
  display: block;
  width: 83%;
  height: 10px;
  background-color: #964BF5;
  opacity: 1.0;
  z-index: 5;
  border-radius: 0.50rem;
}

.progressiveness_score_line_50 {
  position: absolute;
  display: block;
  height: 10px;
  width: 2px;
  left: 50%;
  background-color: #ffffff;
  z-index: 6;
}

.h-line-1 {
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
}

.chat-error {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

.chat-error .icon {
  background-color: #FF4034;
  color: white;
  border-radius: 8px;
  padding: 0.2rem;
  font-size: 22px;
}

.chat-error .message {
  color: #FF4034;
}

.chat-error .action {
  margin-left: auto;
  box-shadow: none !important;
  border: solid 1px currentColor;
}

.demographics-chart-container-1 {
  border: 1px solid #f2f2f2;
  border-radius: 0.50rem;
  height: 100%;
  position: relative;
}

#genderChart {
  display: flex;
  align-items: center;
  justify-content: center;
}

.chart-overlay {
  position: absolute;
  inset: 0;
  /* Deckt die gesamte Fläche von genderChart ab */
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  /* Optional: macht Overlay nicht klickbar */
}

/* Vertikale Linie */
.chart-overlay .line {
  width: 1px;
  height: 30%;
  /* Relativ zur Containerhöhe für Responsive Design */
  background-color: #5F6368;
}

/* Icons links und rechts von der Linie */
.chart-overlay .icon-left,
.chart-overlay .icon-right {
  font-size: 3rem;
  /* Responsive Schriftgröße */
  color: #5F6368;
}

.chart-overlay .icon-left {
  margin-right: 10px;
}

.chart-overlay .icon-right {
  margin-left: 10px;
}

.gender-icon {
  font-size: 36px;
}

.chart-footer {
  font-size: 10px;
  /* Schriftgröße für den Footer */
  color: #7c7c7c;
  /* Grau-Ton für dezente Darstellung */
  margin-top: 10px;
  /* Abstand zum Chart */
}

.chat-headline-1 {
  line-height: 1.3;
}

#myCanvas {
  width: 100%;
  height: 100%;
  display: block;
  /* Verhindert Lücken unterhalb des Canvas */
}

.accent-border-top {
  border-top: 1px solid #f2f2f2;
  padding-top: 1rem;
}

.tab-selector {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vp-tab-select-spacer {
  height: 40px;
}

#market-selector {
  position: relative;

  & .toggle {
    display: flex;
    align-items: center;
    background-color: #F2F2F2;
    border: none;
    border-radius: 8px;
    padding: 4px 12px;
    padding-right: 8px;
    font-weight: 500;
    font-family: "Matter";
    font-weight: 500;

    & .seperator {
      width: 1px;
      height: 15px;
      background-color: #D8D8D8;
      margin-left: 9px;
      margin-right: 6px;
    }
  }

  & .dropdown {
    position: absolute;
    margin-top: 4px;
    background-color: #F2F2F2;
    display: flex;
    flex-direction: column;
    width: max-content;
    border-radius: 8px;
    overflow: hidden;
    font-family: "Matter";
    font-weight: 500;
    max-height: 80vh;
    overflow-y: auto;

    & .loading-placeholder {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 8px 16px;

      & .material-symbols-outlined {
        animation: rotation 1s linear infinite;
      }
    }

    & button {
      background-color: transparent;
      border: none;
      padding: 8px 16px;
      cursor: pointer;
      text-align: left;
      display: flex;
      align-items: center;
      gap: 4px;

      &:hover:not(:disabled),
      &:focus:not(:disabled) {
        background-color: #f7f7f7;
        color: #6E1EE1;
      }

      &:disabled {
        cursor: initial;
        color: #ababab;
      }

      & .icon {
        font-size: 19px;
      }
    }
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#assistant-chat-box {
  height: calc(100vh - 200px);
  overflow-y: scroll;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

#assistant-chat-box.has-images-attached {
  height: calc(100vh - 300px);
}

#img-gen-canvas {
  width: 100%;
  aspect-ratio: 16/9;
}

/* Image Upload Dropdown Styles */
.image-upload-dropdown {
  position: relative;
}

.image-upload-dropdown-menu {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 8px;
  min-width: 200px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 8px 0;
}

.image-upload-dropdown-item {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.image-upload-dropdown-item:hover {
  background-color: #f8f9fa;
}

.image-upload-dropdown-item .material-symbols-outlined {
  margin-right: 8px;
  font-size: 20px;
}

.attached-images {
  width: 100%;
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  gap: 0.5rem
}

.attached-images button.remove-image {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.attached-images button.remove-image .material-symbols-outlined {
  font-size: 20px;
}

.attached-images img {
  width: 100px;
  object-fit: cover;
  border-radius: 5px;
  aspect-ratio: 1/1;
  display: block;
}

.is-chat-message {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.is-chat-message .attached-images img {
  width: 75px;
}

.rounded-image {
  border-radius: 5px;
}

.context-tag {
  color: #6E1EE1;
}

.context-tag:hover {
  text-decoration: underline;
  cursor: pointer;
}
