@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


html, body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.toolbar-spacing {
  margin-left: 8px; /* oder beliebiger Wert */
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid red;
}

.validation-message {
  color: red;
}

.button-link {
  text-decoration: unset;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

  #blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
  }

.title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 0.625rem;
}

  .title.title-secondary {
    padding-top: 0.313rem;
    padding-bottom: 0;
    color: var(--bs-secondary-color, var(--DS-color-content-neutral-default-rest));
  }

.title-header-text {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 600;
  letter-spacing: 0rem;
  padding: 0.3125rem 0;
}

.title-content-text {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0rem;
}

.main-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.block-content {
  width: 31.25rem;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  max-width: 100%;
}

.icon {
  width: var(--icon-width);
  height: var(--icon-height);
  background-color: currentcolor;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: var(--icon-mask-image);
  mask-image: var(--icon-mask-image);
}


/* eigenes DevExpress-kompatibles Icon */
.dx-icon-export-xlsx {
  background: url('/icons/export_xlsx.svg') no-repeat center center;
  background-size: 16px 16px; /* Icon-Größe anpassen */
  width: 16px;
  height: 16px;
  display: inline-block;
}

/* eigenes DevExpress-kompatibles Icon */
.dx-icon-export-csv {
  background: url('/icons/export_csv.svg') no-repeat center center;
  background-size: 16px 16px; /* Icon-Größe anpassen */
  width: 16px;
  height: 16px;
  display: inline-block;
}

.dx-icon-export-pdf {
  background: url('/icons/export_pdf.svg') no-repeat center center;
  background-size: 16px 16px; /* Icon-Größe anpassen */
  width: 16px;
  height: 16px;
  display: inline-block;
}

.dx-icon-export-png {
  background: url('/icons/export_png.svg') no-repeat center center;
  background-size: 16px 16px; /* Icon-Größe anpassen */
  width: 16px;
  height: 16px;
  display: inline-block;
}

.dx-icon-reload {
  background: url('/icons/reload.svg') no-repeat center center;
  background-size: 16px 16px; /* Icon-Größe anpassen */
  width: 16px;
  height: 16px;
  display: inline-block;
}

.dx-icon-columnchooser {
  background: url('/icons/ColumnChooser.svg') no-repeat center center;
  background-size: 16px 16px; /* Icon-Größe anpassen */
  width: 16px;
  height: 16px;
  display: inline-block;
}

.dx-icon-clearstyle {
  background: url('/icons/clear_table_style.svg') no-repeat center center;
  background-size: 16px 16px; /* Icon-Größe anpassen */
  width: 16px;
  height: 16px;
  display: inline-block;
}

.dx-icon-modifystyle {
  background: url('/icons/modify_table_style.svg') no-repeat center center;
  background-size: 16px 16px; /* Icon-Größe anpassen */
  width: 16px;
  height: 16px;
  display: inline-block;
}

.dx-icon-home {
  background: url('/icons/home_white.svg') no-repeat center center;
  background-size: 16px 16px; /* Icon-Größe anpassen */
  width: 16px;
  height: 16px;
  display: inline-block;
}


.dx-icon-menu {
  background: url('/icons/menu_item.svg') no-repeat center center;
  background-size: 16px 16px; /* Icon-Größe anpassen */
  width: 16px;
  height: 16px;
  display: inline-block;
}

.dx-icon-export-as {
  background: url('/icons/export_as.svg') no-repeat center center;
  background-size: 16px 16px; /* Icon-Größe anpassen */
  width: 16px;
  height: 16px;
  display: inline-block;
}

.dx-icon-auto-width {
  background: url('/icons/auto_width.svg') no-repeat center center;
  background-size: 16px 16px; /* Icon-Größe anpassen */
  width: 16px;
  height: 16px;
  display: inline-block;
}

.dx-icon-clear-filter {
  background: url('/icons/clear_filter.svg') no-repeat center center;
  background-size: 16px 16px; /* Icon-Größe anpassen */
  width: 16px;
  height: 16px;
  display: inline-block;
}

.dx-icon-show-filter {
  background: url('/icons/show_filter_row.svg') no-repeat center center;
  background-size: 16px 16px; /* Icon-Größe anpassen */
  width: 16px;
  height: 16px;
  display: inline-block;
}

.dx-icon-show-group-by {
  background: url('/icons/show_group_by.svg') no-repeat center center;
  background-size: 16px 16px; /* Icon-Größe anpassen */
  width: 16px;
  height: 16px;
  display: inline-block;
}

.parameter-grid {
  display: grid;
  grid-template-columns: max-content 1fr;
  row-gap: 0.5rem;
  column-gap: 1rem;
  align-items: center; /* sorgt schon für mittige Ausrichtung */
}

  .parameter-grid label {
    white-space: nowrap;
    display: flex;
    align-items: center; /* Label-Text mittig zur Control-Höhe */
    height: 100%;
  }

.periode-container {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.periode-year {
  width: 140px; /* erste ComboBox schmaler */
}

.periode-month {
  flex: 1; /* zweite ComboBox füllt den Rest */
}

/*.bg-logo {
  position: fixed;
  bottom: 0px;
  right: 0px;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

  .bg-logo img {
    max-width: 30vw;
    height: auto;
  }

.bg-img {
  height: 350px;
  z-index: 0;
}*/

.bg-logo {
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  height: auto;
}

  .bg-logo img {
    max-width: 30vw;
    max-height: 30vh; /* verhindert Abschneiden bei kleineren Viewports */
    height: auto;
    width: auto;
    object-fit: contain; /* skaliert das Bild vollständig */
  }

.filter-type-container {
  display: flex;
}

  .filter-type-container > div {
    width: 100%;
  }

.filter-type-button {
  margin-right: 5px;
}

.filter-operator-dropdown {
  min-width: 200px;
  width: auto !important;
}

.filter-operator-listbox {
  white-space: nowrap;
}

.components-reconnect-show {
  display: none;
}

@media screen and (max-width: 768px) {
  .bg-img {
    height: 150px;
  }
}
