  :root,
  [data-bs-theme="light"],
  [data-bs-theme="dark"] {
    --bs-purple:#00763B !important;
    --bs-primary: #00763B !important;
    --bs-primary-rgb: rgb(0,118,59) !important;
    --bs-primary-bg-subtle: color-mix(in sRGB, var(--bs-paper-bg) 84%, #00763B);
    --bs-primary-border-subtle: rgba(0,118,59, 0.39) !important;
    --bs-primary-contrast: #000 !important;
    --bs-link-color: #00763B !important;
    --bs-link-hover-color: #780e10 !important;
    --bs-secondary: #780e10 !important;
    --bs-secondary-rgb: rgb(120,14,16) !important;
    --bs-secondary-bg-subtle: color-mix(in sRGB, var(--bs-paper-bg) 84%, #780e10);
    --bs-secondary-border-subtle: rgba(120,14,16, 0.39) !important;
    --bs-secondary-contrast: #000 !important;
    --bs-menu-color: #00763b !important;
    --bs-menu-rbg: rgba(0,118,59, 0.95) !important;
  }

  .btn-primary {
    color: #fff;
    background-color: #00763B !important;
    border-color: #00763B !important;
  }
  .btn-primary:hover {
    background-color: #780e10 !important;
    border-color: #780e10 !important;
  }

  .bg-menu-theme .menu-inner-shadow {
    background: linear-gradient(#00763b 41%, rgba(0,118,59, 0.11) 95%, rgba(0,118,59, 0)) !important;
  }

  .bg-menu-theme.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle) {
    background: linear-gradient(72.47deg, var(--bs-primary) 22.16%, rgba(0,118,59, 0.7) 76.47%) !important;
    box-shadow: 0px 2px 6px 0px rgba(0,118,59, 0.48) !important;
  }

  .bg-menu-theme .menu-inner .menu-item.open > .menu-link.menu-toggle, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item.open > .menu-link.menu-toggle, .bg-menu-theme .menu-inner .menu-item.active > .menu-link.menu-toggle, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item.active > .menu-link.menu-toggle {
    background:rgba(0,118,59, 0.4) !important;
  }

  html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item:not(.active) .menu-link:hover, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item:not(.active) .menu-link:hover {
    background:rgba(0,118,59, 0.4) !important;
 }

 .form-check-input:checked {
    background-color: #00763B !important;
    border-color: #00763B !important;
  }
