.bg-primary-alt{
    background-color: #038C3E !important
}

.btn-primary-alt{
    background-color: #038C3E !important
}

.card-body-alt {
    border: 2px dashed #038C3E;
}

.mm-active .active {
    color: #038C3E !important;
}
.mm-active>a {
    color: #038C3E !important;
}

a {
    color: #038C3E;
    text-decoration: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #038C3E;
}

.form-check-input:checked {
    background-color: #038C3E;
    border-color: #038C3E;
}


