.wy-menu-vertical .caption-text {
    color: #FFF !important;
}

.wy-side-nav-search {
    background-color: #ffffff; /* Codice colore bianco */
}

/* Aggiungi una linea di bordo destro al menu laterale sinistro */
.wy-nav-side {
    border-right: 1px solid #dddddd; /* Imposta il colore del bordo */
    background: #c9325d !important;
}

.wy-nav-content {
    max-width: 100% !important;
}

.icon-home {
    color: #000000 !important; /* Imposta il colore del testo (nero) */
}

.wy-menu-vertical a:hover {
    background-color: #FD3470 !important;
}

.wy-menu-vertical li.current > a, .wy-menu-vertical li.on a {
    background: #FD3470 !important;
    color: white !important;
}

.wy-menu-vertical li.current a:hover {
    background-color: #FD3470 !important;
    color: white !important;
}

.wy-menu-vertical li.current > a:hover button.toctree-expand, .wy-menu-vertical li.on a:hover button.toctree-expand {
    color: white !important;
}

.wy-menu-vertical li.current > a button.toctree-expand, .wy-menu-vertical li.on a button.toctree-expand {
    color: white !important;
}

.wy-menu-vertical li button.toctree-expand {
    color: white !important;
}

.nota-custom > .admonition.note {
    clear: unset;
}

.nota-custom {
    /*background-color: #f0f0f0;*/
    /*border: 1px solid #ccc;*/
    /*padding: 10px;*/
    /*margin-bottom: 10px;*/
    /*max-width: 100%;*/
}
