/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.breadcrumb {
  padding: 12px 24px;
  background: #fff;
}

.breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb a {
  color: #4a5568;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.breadcrumb a:hover {
  color: #1a202c;
}

.breadcrumb svg {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.breadcrumb .separator {
  margin: 0 8px;
  color: #a0aec0;
}

.borderless td, .borderless th {
  border: none !important;
}
