/* Body padding for fixed footer */
body {
  padding-bottom: 6em;
}

/* Footer */
.bb-footer {
  background-color: rgb(43, 48, 53);
  height: 5em;
  padding: 1em;
  color: #fff;
  font-size: 80%;
}

/* Notifications / overlays */
.notie-container {
  box-shadow: none;
  z-index: 10010;
}

.datepicker {
  z-index: 10000;
}

.swal2-html-container {
  overflow: unset !important;
}

.swal2-actions {
  z-index: auto !important;
}

/* Style a button to look like a link */
.link-button {
  background: none;
  border: none;
  color: #0d6efd;
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

.card-link.link-post {
  color: #0d6efd;
  text-decoration: underline;
  cursor: pointer;
}
