.footer {
  background-color: var(--bs-secondary-bg, #f0f0f0);
  color: var(--bs-body-color, #333);
  padding: 20px;
  margin-top: 20px;
  border-radius: 8px;
  text-align: center;
}

.footer a {
  color: #3490dc; /* Scegli il colore che preferisci per il link */
  text-decoration: underline;
  font-weight: bold;
}

.sidebar-logo {
    height: 100px !important;
    width: auto !important;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

/* Logo company nella navbar */
.navbar-company-logo {
    height: 60px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
}
