
.main-item {
    font-size: 13px;
    font-weight: 500;
    color: white;
}

.sub-menu {
    background-color: #36454F;
    position: absolute;
    z-index: 1;
    min-width: 200px;
    padding-bottom: 3px;
    border: 0px;
}

.sub-item {
    font-size: 13px;
    font-weight: 400;
    color: white;
}

#dashboard-navbar .nav-item {
    position: relative;
    color: white;
    padding-left: 12px;
    padding-right: 12px;
}

.nav-item a, .nav-item button {
    color: white !important;
}

ul li .nav-item a:hover, ul li .nav-item button:hover, ul li .main-item:hover {
    background-color: white;
    color: #36454F !important;
    font-weight: 600;
    border-radius: 2px;
    text-decoration: none;
}
