html {
  height: 100%;
}
html body {
  height: 100%;
  overflow: hidden;
}
html body .container-fluid.body-content,
.container.body-content {
  position: absolute;
  top: 55px;
  bottom: 40px;
  right: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
}
footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6px;
  height: 40px;
}
.article-col,
.notes-col,
.progress-col {
  background-color: lightgray;
  margin: 5px 0;
  border: solid black 1px;
  border-radius: 10px;
}
.article-col h6,
.notes-col h6,
.progress-col h6 {
  margin: 4px 0;
}
.article-col p,
.notes-col p,
.progress-col p {
  margin: 8px 0;
}
.progress-col-complete {
  background-color: lightgreen;
}
.progress-col-incomplete {
  background-color: lightcoral;
}
code {
  color: darkblue;
}
.flash-message {
  position: fixed;
  top: 10px;
  max-width: 350px;
  left: 50%;
  transform: translate(-50%);
  z-index: 10000;
  opacity: 1;
  transition: opacity 1s;
  padding: 10px;
}
.flash-message ul {
  padding-left: 8px;
  margin: 0;
}
.dashboard-row {
  flex-grow: 1;
}
.dropdown-menu[data-bs-popper] {
  left: -43px;
}
/*# sourceMappingURL=site.css.map */