.btn-primary {
    color: #ffffff;
    background-color: #42ba96;
    border-color: #42ba96;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #389e7f;
    border-color: #359478;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0rem rgba(94, 196, 166, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff;
    background-color: #42ba96;
    border-color: #42ba96;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #359478;
    border-color: #318b70;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0rem rgba(94, 196, 166, 0.5);
}

a {
    color: #389e7f;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #389e7f;
    text-decoration: underline;
}

.btn-link {
    font-weight: 400;
    color: #389e7f;
    text-decoration: none;
}

.btn-link:hover {
    color: #389e7f;
    text-decoration: underline;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #389e7f;
    background-color: #f9fbfd;
    border-color: #d9e2ef #d9e2ef #f9fbfd;
}

.sidebar.bg-white .nav-link.active {
    background: #f6f6f6;
    color: #389e7f !important;
}

.sidebar.bg-white .nav-link.active .nav-icon,
.sidebar.bg-white .nav-link.active:hover .nav-icon {
    color: #389e7f !important;
}

.sidebar.sidebar-pills .nav-link.active,
.sidebar.sidebar-pills .nav-link:hover {
    color: #389e7f !important;
    /*font-weight: 500;*/
    background-color: rgba(0, 0, 0, 0.02);
}

.sidebar-pills .nav-link.active,
.sidebar-pills .nav-link:hover {
    color: #389e7f !important;
}

.sidebar-pills .nav-link:hover .nav-icon {
    color: #389e7f !important;
}

.sidebar.sidebar-pills .nav-link.active .nav-icon,
.sidebar.sidebar-pills .nav-link:hover .nav-icon {
    color: #389e7f;
}
.sidebar .nav-link.active .nav-icon {
    color: #389e7f;
}

.sidebar .nav-link:hover {
    color: #fff;
    background: #389e7f;
}
.sidebar.sidebar-pills .nav-link.active .nav-icon,
.sidebar.sidebar-pills .nav-link:hover .nav-icon {
    color: #389e7f;
}
