.usage-analysis {
  width: 100%;
  height: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
  user-select: text;
  position: relative;
}

.usage-analysis .usage-analysis-toolbar {
  display: flex;
  padding-bottom: 16px;
}

.usage-analysis md-table-container {
  max-height: calc(calc(100 * var(--window-inner-height)) - 270px);
  max-width: calc(100vw - 50px);
}

.usage-analysis .usage-analysis-toolbar .filter-wrapper {
  display: flex;
  flex: 1;
}

.usage-analysis .usage-analysis-toolbar .filter-wrapper md-select {
  min-width: fit-content;
}

.usage-analysis .usage-analysis-toolbar .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.usage-analysis .usage-analysis-progress-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}