:root {
  /* colors */
  --bs-btn-color: #0F3B60;
  --bs-primary: #0F3B60;
  --bs-primary-rgb: 15, 59, 96;
  --bs-link-color: #1CA4A6;
  --bs-link-color-rgb: 28,164,166;
  --bs-link-hover-color: #105e5f;
  --bs-link-hover-color-rgb: 16, 94, 95;
  --bs-nav-link-color: #0F3B60;
  --bs-nav-link-hover-color: #98c01e;
  /* fonts */
  --bs-font-sans-serif: "Nunito Variable";
  --bs-font-family-base: "Nunito Variable";
  --bs-body-font-size: 16px;
  /* border radius */
  --bs-border-radius: 5px;
  --bs-alert-border-radius: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Comfortaa Variable", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-green {
  color: #98c01e;
}

.text-blue {
  color: #0F3B60;
}

.text-turquoise {
  color: #1CA4A6;
}

.text-bg-green {
  color: #fff;
  background-color: #98c01e;
}

.text-bg-blue {
  color: #fff;
  background-color: #0F3B60;
}

.text-bg-turquoise {
  color: #fff;
  background-color: #1CA4A6;
}

.bg-biodiversa-green-subtle {
  background-color: rgba(152, 192, 30, 0.15) !important;
}

.bg-biodiversa-blue-subtle {
  background-color: rgba(15, 59, 96, 0.15) !important;
}

.bg-biodiversa-turquoise-subtle {
  background-color: rgba(28, 164, 166, 0.15) !important;
}

a.nav-link {
  font-size: 14px;
}

.dt-bootstrap5 {
  font-size: 14px;
}
.dt-bootstrap5 .page-link {
  font-size: 14px;
}
.dt-bootstrap5 .action-1 {
  min-width: 50px;
  vertical-align: top;
}
.dt-bootstrap5 .action-2 {
  min-width: 100px;
  vertical-align: top;
}
.dt-bootstrap5 .action-more {
  min-width: 155px;
  vertical-align: top;
}
.dt-bootstrap5 .process-midterm {
  max-width: 100px;
  vertical-align: top;
}

.text-display {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: var(--bs-tertiary-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  white-space: pre-line;
}

/*# sourceMappingURL=app.output.css.map */
