/* Change the color of the sidebar background */
.sidebar {
    background-color: #d3e6e4 !important;
}

/* Change the color of the nav-tabs */
.nav-link {
    background-color: #d3e6e3 !important;
    color: black !important;
    border-radius: 5px;
    margin-bottom: 6px;
}

/* Change the color of the active nav-tab */
.nav-link.active {
    background-color: #a2d4cf !important;
    color: black !important;
}
