:root {
  --bs-primary: #2a664a;
  --bs-primary-darken: #1b4230;
  --bs-primary-opposite: #fff;
  --bs-primary-rgb: 42, 102, 74;
}
.table-primary {
  border-color: #317857;
  --bs-table-bg: var(--bs-primary);
  color: #fff;
}
.list-group-item.active, .list-group-item-action:hover, .list-group-item-action:focus {
  background-color: #bdd7cc;
  color: #000;
}
.btn-primary {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.btn-primary:hover, .btn-primary:focus {
  background-color: var(--bs-primary-darken);
  border-color: var(--bs-primary-darken);
}
.btn-primary:focus, .btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgb(rgb 42, 102, 74 / 50%);
}
.popover-header {
  background-color: var(--bs-primary);
}
.dropdown-item.active, .dropdown-item:active {
  background-color: var(--bs-primary-darken);
}