/* Adicione aqui os seus estilos. */
.sidebar-item-active {
    background-color: rgba(16, 185, 129, 0.1);
    border-left: 4px solid #10B981;
    color: #10B981;
    font-weight: 700;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(16, 185, 129, 0.2);
    border-radius: 10px;
}

