.divCategoryDashboard {
    background-color: black;
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.txtCategory {
    color: white !important;
    font-size: 13px;
    font-weight: bold;
}
.divCategoryList {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid white !important;
}
.divCategoryTitle {
    font-size: 13px;
    border-width: 0px;
    background-color: lightgray;
    text-decoration: none !important;
    color: black !important;
    text-align: center;
}