body {
  padding-bottom: 84px;
}

.card {
  border: 0;
}

.pre-wrap {
  white-space: pre-wrap;
}

.fab-add {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}
.filter-bar .btn {
  border-radius: 999px;
}

.card.border-danger {
  border-width: 2px !important;
}