/* Hide dev server error/warning overlay to prevent warnings from blocking the UI in development mode */
body > iframe#webpack-dev-server-client-overlay {
  display: none !important;
}

.not-authenticated {
  display: none;
}

.not-found {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.not-found div {
  font-size: large;
  font-weight: bold;
}
