.btn.btn-outline-orange:hover {
    background: #f57c00 !important;
    color: #ffffff !important;
    font-weight: bold;
}

div#top-navbar-dashboard .nav-item .nav-link {
    color: #ffffff !important;
}

#sidebar-wrapper.secondary-color-dark>.list-group .list-group-item {
    background: #93c !important;
    color: #ffffff !important;
    text-align: left;
}

#sidebar-wrapper.secondary-color-dark>.list-group .list-group-item:hover {
    background: rgb(109, 25, 151) !important;
    color: #ffffff !important;
}

.list-group-title-category {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #6a1b9a;
    margin-top: 10px;
    margin-bottom: 5px;
}