.aside .nav-link {
    color: #cbd5e1 !important; /* colore testo link */
}

.aside .nav-link.active,
.aside .nav-link:hover {
    background-color: #374151 !important; /* colore sfondo attivo/hover */
    color: #fff !important;
}

.bg-dark {
    background-color: #122747 !important; /* colore di sfondo scuro */
}

.profile-container {
    background-color: #374151 !important; /* colore di sfondo del profilo */
}

button[id*="submit-modal"] {
    background-color: #122747 !important;
    color: white !important;
    padding: 0.4rem 1.5rem;
    border: none;
    border-radius: 0.5rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


.pagination .page-item.active .page-link {
    color: #edeef0 !important;
    border-radius: 45% !important;
    background-color: #122747 !important;

    &:hover {
        color: #edeef0 !important;
        text-decoration: none !important;
    }
}

.workspace-limit {
    width: 100% !important;
    max-width: 100% !important;
}
