.app-content {
  padding: 2rem 2rem;
  flex: 1;
  margin-left: 0;
}

label.error {
  color: #f9e80d;
  font-size: 1rem;
  display: block;
  margin-top: 5px;
}

.toasts-container {
  z-index: 9999;
  top: 2.5rem;
  padding-top: 1rem;
  right: 1rem;
}

.modal {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
}

#pagination a {
  text-decoration: none;
}

.pagination {
  justify-content: center;
  margin: 15px;
}

.app-header {
  align-items: center;
}

.app-header .brand {
  width: 29rem;
}

.export-btn {
  height: 35px;
}

.global-title {
  display: flex;
  flex: 3;
  justify-content: center;
  align-items: center;
}

.table tr.highlight td {
  background-color: #313945;
}

.y-axis {
  position: absolute;
  width: 25vw;
  transform: rotate(-90deg);
  top: 56%;
  right: 85%;
}

.x-axis {
  position: absolute;
  top: 95%;
  width: 80vw;
}
