/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
a[href*="wiki.dolibarr.org/index.php/Documentation_utilisateur"] 
{
    display: none !important;
}

.tmenuversion,
div[class*="version"],
span[class*="version"] {
    display: none !important;
}.tmenuversion,
div[class*="version"],
span[class*="version"] {
    display: none !important;
}

/* global smooth */
* {
    transition: all 0.2s ease;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-thumb {
    background: #64748b;
    border-radius: 10px;
}