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

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

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

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

.sidebar-content-wrapper {
    height: 100vh;
}

.faculty-container {
    height: 100dvh;
    background: #023a32;
}

.cust-card {
    border: 1px solid silver;
    background-color: #023a32;
}

.cust-faculty-card {
    background: white;
    border: none;
}

.biography {
    height: 100dvh;
}

.cust-card-container {
    width: 100%;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

#faculty,
#visiting-faculty {
    display: flex;
    justify-content: space-between;
}

@media all and (max-width: 992px) {
    #sidebar-top {
        height: 20px;
    }

    .adjust-2 {
        height: 0px;
        background-color: transparent;
    }

    .cust-card-container,
    .biography{
        height: max-content;
    }
}