.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgb(34, 147, 2) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgb(23, 87, 5) !important;
}

.nav-link {
  color: rgb(255, 255, 255);
}

.text-muted {
  color: rgb(255, 255, 255) !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #175705;
}

.nav-link {
  color: rgb(255, 255, 255);
  background: #229302;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgb(255, 255, 255) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgb(138, 232, 111) !important;
}

.bg-greens {
  background-color: #229302;
}

.offcanvas {
--bs-offcanvas-bg: #229302;
}

.offcanvas-title {
color:#fff;
}

body {
  background: #8ae86f;
  color: #000;
}

a {
  color: rgb(34, 147, 2);
}

.modal-title {
  color: #447337;
}

    /* Update - 07.09.25 */

