section#home {
   background-color: rgba(28, 87, 22) !important;
   background: linear-gradient(0deg, rgba(4, 59, 3, 1) 0%, rgb(6, 99, 16) 36%, rgb(0, 136, 13) 100%);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
   color: rgb(0, 136, 13);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
   color: rgb(0, 136, 13);
}

.bg-custom-green {
   --bs-bg-opacity: 1;
   background-color: rgba(0, 136, 13, var(--bs-bg-opacity)) !important;
}

.bg-dark-green {
   --bs-bg-opacity: 1;
   background-color: rgba(16, 24, 32, var(--bs-bg-opacity)) !important;
}

.text-custom-green {
   --bs-text-opacity: 1;
   color: rgba(0, 136, 13, var(--bs-text-opacity)) !important;
}

.text-dark-green {
   --bs-text-opacity: 1;
   color: rgba(16, 24, 32, var(--bs-text-opacity)) !important;
}

.icon-sm {
   width: 2rem;
   height: 2rem;
   font-size: 100%;
}

.icon-md {
   font-size: 175%;
}

.error-validation {
   width: 100%;
   margin-top: 0.25rem;
   font-size: 0.875em;
   color: #f25767;
}

.fs-7 {
   font-size: 0.8rem !important;
}
