:root {
  --mud-zindex-appbar: 1050 !important;
}

.fw-bold {
  font-weight: bold !important;
}

.bg-white {
  background-color: white !important;
}

.ai-model-icon,
.knowledge-db-icon,
.document-icon,
.card-icon {
  --mud-palette-border-opacity: 0.6;
  color: var(--mud-palette-text-primary);
  height: var(--icon-wrapper-h, 40px);
  width: var(--icon-wrapper-w, 40px);
  overflow: hidden;
}
.ai-model-icon span,
.knowledge-db-icon span,
.document-icon span,
.card-icon span {
  display: inline-block;
  font-weight: bold;
  opacity: 0.6;
}
.ai-model-icon svg,
.knowledge-db-icon svg,
.document-icon svg,
.card-icon svg {
  opacity: 0.6;
}
.ai-model-icon.icon-color-success,
.knowledge-db-icon.icon-color-success,
.document-icon.icon-color-success,
.card-icon.icon-color-success {
  --mud-palette-text-primary: var(--mud-palette-success);
  --mud-palette-text-primary-rgb: var(--mud-palette-success-rgb);
}
.ai-model-icon.icon-color-warning,
.knowledge-db-icon.icon-color-warning,
.document-icon.icon-color-warning,
.card-icon.icon-color-warning {
  --mud-palette-text-primary: var(--mud-palette-warning);
  --mud-palette-text-primary-rgb: var(--mud-palette-warning-rgb);
}

.mud-chip.chip-border {
  border-width: 1px !important;
  border-style: solid !important;
}

.mud-drawer {
  color: #343a40 !important;
}

.mud-nav-link {
  --mud-palette-action-default-hover: rgba(60, 180, 184, 0.2);
  --mud-palette-drawer-icon: inherit;
  color: inherit !important;
}
.mud-nav-link .mud-nav-link-text {
  line-height: 1;
  display: flex;
  flex-direction: column;
  min-height: 24px;
  justify-content: center;
  font-weight: 400 !important;
}

.back-link {
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}
.back-link svg {
  font-size: 20px !important;
}

.pg-container {
  padding-bottom: 50px;
}

.knowledge-db-item-card,
.ai-model-item-card,
.document-item-card,
.agent-item-card {
  min-height: 100%;
}
.knowledge-db-item-card .mud-chip,
.ai-model-item-card .mud-chip,
.document-item-card .mud-chip,
.agent-item-card .mud-chip {
  border-width: 1px !important;
  border-style: solid !important;
}

.text-gray {
  color: #596066 !important;
}

.info-item-stack {
  padding-block: 5px;
  font-size: 14px !important;
}
.info-item-stack svg {
  font-size: 20px !important;
}

.uploading-alert .mud-alert-message {
  width: 100%;
}

.break-all {
  word-break: break-all !important;
}

.mud-input-helper-text {
  line-height: 1;
}

.mud-button-filled {
  box-shadow: none !important;
}

.mud-input-control.editable-text-look {
  /* .mud-input.mud-input-underline::before{
      display: none;
  } */
}

.form-label-wrapper {
  /* label{
      font-size: 14px;
  } */
}
.form-label-wrapper svg {
  vertical-align: middle;
  font-size: 16px;
  opacity: 0.6;
}
.form-label-wrapper span + svg {
  margin-left: 3px;
}

.tt-form-label, .custom-tooltip {
  max-width: 300px !important;
  text-wrap: balanced;
  text-align: left !important;
}/*# sourceMappingURL=theme.css.map */