html,
body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  background: #f6f8f4;
  color: #1f2933;
}

.app-main {
  padding-top: 24px;
  padding-bottom: 40px;
}

.app-loading {
  align-items: center;
  color: #334155;
  display: flex;
  font-size: 1rem;
  height: 100vh;
  justify-content: center;
}

.search-row {
  flex-wrap: wrap;
}

.search-row .mud-input-control {
  flex: 1 1 280px;
}

.search-row .mud-button-root {
  flex: 0 0 auto;
}

.profile-panel {
  min-height: 180px;
}

.profile-json {
  background: #101820;
  border-radius: 6px;
  color: #e6edf3;
  font-size: 0.8125rem;
  line-height: 1.45;
  margin: 0;
  max-height: 560px;
  overflow: auto;
  padding: 16px;
  white-space: pre-wrap;
}

#blazor-error-ui {
  background: #fff3cd;
  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;
}

@media (max-width: 600px) {
  .search-row {
    align-items: stretch;
    flex-direction: column;
  }

  .search-row .mud-input-control,
  .search-row .mud-button-root {
    flex-basis: auto;
    width: 100%;
  }
}
