﻿.resultTable td {
  padding: 0px;
}
.resultTable .mud-table-root {
  table-layout: fixed;
}
.resultTable .mud-table-root .NoChildren .mud-table-cell:first-of-type button {
  display: none;
}
.resultTable .mud-table-container {
  overflow-y: unset;
}

.hidden {
  display: none !important;
}

.resultColumn {
  width: 150px;
}

@media (max-width: 1500px) {
  .resultColumn {
    width: 100px;
  }
}
.mud-input-slot svg {
  margin-top: -3px;
  margin-bottom: -3px;
}

.orgchart-responsive-dialog {
  width: min(100%, calc(100vw - 2rem));
  max-width: min(100%, calc(100vw - 2rem));
}

.orgchart-dialog-content {
  min-width: 0;
  width: 100%;
  overflow-x: hidden;
}

.orgchart-benchmark-chipset {
  width: 100%;
}

.orgchart-benchmark-chip {
  max-width: 100%;
  height: auto !important;
  min-height: 24px;
  align-items: center;
}

.orgchart-benchmark-chip .mud-chip-content {
  min-width: 0;
  max-width: 100%;
  justify-content: flex-start;
  text-align: left;
  align-items: center;
  height: auto !important;
}

.orgchart-benchmark-chip-text {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1.4;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.orgchart-benchmark-chip .mud-chip-close-button {
  flex-shrink: 0;
  align-self: center;
}

.orgchart-benchmark-chip-add {
  flex-shrink: 0;
}

.orgchart-admin-position-content {
  min-width: 0;
}

.orgchart-admin-position-row {
  min-width: 0;
  align-items: flex-start !important;
  row-gap: 4px;
}

.orgchart-admin-position-title {
  min-width: 0;
  padding-top: 2px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.orgchart-admin-position-row .orgchart-benchmark-chip {
  align-self: flex-start;
  margin-top: 1px !important;
}

.orgchart-benchmark-select {
  width: 100%;
}

.orgchart-benchmark-select .mud-select-input {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.orgchart-benchmark-select-popover {
  max-width: min(calc(100vw - 2rem), 56rem);
}

.orgchart-benchmark-select-popover .mud-list-item {
  max-width: 100%;
}

.orgchart-benchmark-select-popover .mud-list-item-text {
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
