/*Write your custom css in this file.*/
:root {
    --cor-principal: #8ecf82;
    --cor-botoes: #6eb960;
}
.sidebar-menu li.active > a {
    color: #fff !important;
    background-color: var(--cor-principal);
}

.tab-title .btn-default {
    background-color: var(--cor-botoes);
    border: 1px solid #f2f4f6;
    color: #fff;
}
.tab-title .btn-default:hover {
    background-color: var(--cor-botoes);
    opacity: 0.8;
}