/* Deus Impetus — scrollbar globale uniforme */
html,
body,
* {
    scrollbar-width: thin !important;
    scrollbar-color: rgba(255, 255, 255, .28) rgba(0, 0, 0, .16) !important;
}

*::-webkit-scrollbar {
    width: 11px !important;
    height: 11px !important;
}

*::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .16) !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    border-radius: 4px !important;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08) !important;
}

*::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .28) !important;
    border: 1px solid rgba(255, 255, 255, .20) !important;
    border-radius: 4px !important;
    background-clip: padding-box !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .035) !important;
}

*::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, .38) !important;
    border-color: rgba(255, 255, 255, .28) !important;
    background-clip: padding-box !important;
}

*::-webkit-scrollbar-thumb:active {
    background: rgba(255, 255, 255, .48) !important;
    border-color: rgba(255, 255, 255, .36) !important;
    background-clip: padding-box !important;
}

*::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, .16) !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
}

*::-webkit-scrollbar-button {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}
