.form-label{
  font-weight: 600;
}

.nav-link.active {
    font-weight: bold;
    color: #007bff; /* Colore del testo per l'elemento attivo */
}


.modal-header {
    background: #c7c2c2;
    font-weight: 600 !important;
}

.modal-title {
    font-weight: 600;
}

/* Colore di sfondo giallo per sfondi generici */
.bg-yellow {
    background-color: #ffdf00 !important;
    color: #333 !important;
}

/* Pulsante giallo */
.btn-yellow {
    background-color: #ffdf00 !important;
    color: #333 !important;
    border-color: #f7dc6f !important;
}

.btn-yellow:hover {
    background-color: #ffdf00 !important;
    border-color: #ffdf00 !important;
}

/* Link giallo */
a.yellow {
    color: #ffdf00 !important;
}

a.yellow:hover {
    color: #ffdf00 !important;
    text-decoration: underline;
}

/* Stile per link nelle liste (ul, li) */
ul.yellow li a {
    color: #ffdf00 !important;
}

ul.yellow li a:hover {
    color: #ffdf00 !important;
}

/* Dropdown menu con sfondo giallo */
.dropdown-menu-yellow {
    background-color: #ffdf00 !important;
    color: #333 !important;
}

.dropdown-menu-yellow a {
    color: #333 !important;
}

.dropdown-menu-yellow a:hover {
    background-color: #f7dc6f !important;
    color: #000 !important;
}

/* Stili per le card Bootstrap con sfondo giallo */
.card-yellow {
    background-color: #ffdf00 !important;
    border-color: #f7dc6f !important;
    color: #333 !important;
}

.card-yellow .card-header {
    background-color: #f7dc6f !important;
    border-bottom-color: #f4d03f !important;
    color: #333 !important;
}

/* Bordo giallo per gli elementi con bordo */
.border-yellow {
    border-color: #ffdf00 !important;
}

/* Colore di testo giallo */
.text-yellow {
    color: #ffdf00 !important;
}

/* Altri stili specifici di Bootstrap */
.navbar-yellow {
    background-color: #ffdf00 !important;
    color: #333 !important;
}

.navbar-yellow .navbar-nav .nav-link {
    color: #333 !important;
}

.navbar-yellow .navbar-nav .nav-link:hover {
    color: #f7dc6f !important;
}

