:root, [data-bs-theme=light] {
    --bs-primary: #26337b;
  /*  --bs-app-bg-color: #fff; */
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link.active {
    transition: color .2s ease;
    background-color: #2c3b8d;
    color: var(--bs-primary-inverse);
}

.text-green-jungle {
    color: #26C281 !important;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.dz-image img {
    width: 100%;
}

#kt_app_sidebar {
    background-color: #26337b;
}

.link-primary {
    color: #26337b !important
}

.link-primary:focus, .link-primary:hover {
    color: #354EB9 !important
}



.cursor-not-allowed {
    cursor: not-allowed !important;
}

