.nav-active {
    font-weight: 600;
    color: #01a555;
}

.nav-active:hover {
    color: #01a555;
}

.cust-link:hover {
    color: #01a555 !important;
}

.cust-collapse {
    background: #3f403b;
}

.cust-navbar {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}


.cust-administration-card,
.cust-associates-card,
.cust-governance-card {
    background: #3f403b;
    height: 100%;
}

.admin-card-body{
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cust-studies-card{
    color: white;
    background: #3f403b;
    height: 100%;
}

@media all and (max-width: 767px){
    .admin-card-body{
        height: max-content;
    }
}