  :root,
  [data-bs-theme="light"],
  [data-bs-theme="dark"] {
    --bs-purple:#026429 !important;
    --bs-primary: #026429 !important;
    --bs-primary-rgb: rgb(2,100,41) !important;
    --bs-primary-bg-subtle: color-mix(in sRGB, var(--bs-paper-bg) 84%, #026429);
    --bs-primary-border-subtle: rgba(2,100,41, 0.39) !important;
    --bs-primary-contrast: #000 !important;
    --bs-link-color: #026429 !important;
    --bs-link-hover-color: #00215b !important;
    --bs-secondary: #00215b !important;
    --bs-secondary-rgb: rgb(0,33,91) !important;
    --bs-secondary-bg-subtle: color-mix(in sRGB, var(--bs-paper-bg) 84%, #00215b);
    --bs-secondary-border-subtle: rgba(0,33,91, 0.39) !important;
    --bs-secondary-contrast: #000 !important;
    --bs-menu-color: #00215b !important;
    --bs-menu-rbg: rgba(0,33,91, 0.95) !important;
  }

  .btn-primary {
    color: #fff;
    background-color: #026429 !important;
    border-color: #026429 !important;
  }
  .btn-primary:hover {
    background-color: #00215b !important;
    border-color: #00215b !important;
  }

  .bg-menu-theme .menu-inner-shadow {
    background: linear-gradient(#00215b 41%, rgba(0,33,91, 0.11) 95%, rgba(0,33,91, 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(2,100,41, 0.7) 76.47%) !important;
    box-shadow: 0px 2px 6px 0px rgba(2,100,41, 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(2,100,41, 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(2,100,41, 0.4) !important;
 }

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