/* Adicione aqui os seus estilos. */
body {
    font-family: 'Manrope', sans-serif;
}
.sidebar-item-active {
    background-color: rgba(23, 207, 38, 0.15);
    border-right: 4px solid #17cf26;
    color: #17cf26;
    font-weight: 600;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #e2e8f0;
    border-radius: 10px;
}
