:root {
  --sidebar-width: 240px;
}

body {
  min-height: 100vh;
}

.sidebar {
  min-height: calc(100vh - 57px);
  background: rgba(255,255,255,.015);
}

.sidebar .nav-link {
  color: var(--bs-secondary-color);
  border-radius: .5rem;
}

.sidebar .nav-link:hover {
  color: var(--bs-body-color);
  background: rgba(255,255,255,.05);
}

.metric-card {
  min-height: 130px;
}

.login-wrapper {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 1.5rem;
}

.login-card {
  width: min(100%, 420px);
}

.target-url {
  max-width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

pre {
  white-space: pre-wrap;
  word-break: break-word;
  max-height: 500px;
  overflow: auto;
  margin: 0;
}
