body  *::-webkit-scrollbar {
    display: block !important;
    height: 10px!important;
    width: 10px !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

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

body *::-webkit-scrollbar-corner {
    background-color: transparent;
}

body *::-webkit-scrollbar-thumb {
    height: 40px !important;
    border: 3px solid rgba(0, 0, 0, 0) !important;
    background-clip: padding-box !important;
    background-color: #919BB633 !important;
    -webkit-border-radius: 7px!important;

    transition: background-color 0.2s!important;
}

body *::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-primary--opacity-35) !important;
}