.navbar-top {
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    background-color: white;
    box-shadow: 0 1px 3px 0 #ccc;
}
.navbar-top a {
    margin-right: 20px;
    font-weight: bold;
    padding-bottom: 10px !important;
    color: black !important;
}
.navbar-top a:hover,
.navbar-top li.active > a {
    color: var(--custom-yellow) !important;
    background-color: white !important;
}
.navbar-top li.active > a {
    border-bottom: 5px solid var(--custom-yellow);
}
.navbar-icons {
    list-style: none;
    font-size: 25px;
}
.env-logo {
    height: 60px;
    margin: 1vh 0 0 1vw;
}

/* SUB NAVBAR SITE */
#sitenav {
    background-color: var(--custom-blue);
    height: 6vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2vh;
    font-weight: bold;
}
#sitenav span,
#sitenav a {
    color: white;
    text-decoration: none;
}
#superadmin-sub-navbar .dropdown-item {
    color: black;
}
#superadmin-sub-navbar .active {
    border-bottom: 3px solid white;
}
