.react-loading,
.react-error {
  padding: 2rem 1rem;
  text-align: center;
  color: #6c757d;
}

.react-loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}

.react-error {
  color: #b02a37;
}

.react-shell .page-shell {
  min-height: calc(100vh - 4rem);
}
