:root {
    --bs-primary: #015440;
    --bs-primary-rgb: 1, 84, 64;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

.btn-primary {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: #fff !important;
}

.btn-primary:hover {
    background-color: #013f33 !important;
    border-color: #013f33 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--bs-primary) !important;
    color: #fff !important;
}

.nav-pills .nav-link.active i,
.nav-pills .show>.nav-link i {
    color: #fff !important;
}
