:root {
    --scrollbar-thumb: #c9ccd3;
    --scrollbar-thumb-hover: #b7bac2;
}

* {
    scrollbar-width: thin !important;
    scrollbar-color: var(--scrollbar-thumb) transparent !important;
}

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

*::-webkit-scrollbar-track {
    background: transparent !important;
}

*::-webkit-scrollbar-thumb {
    min-height: 42px;
    background-color: var(--scrollbar-thumb) !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    background-clip: content-box !important;
}

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

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

*::-webkit-scrollbar-corner {
    background: transparent !important;
}
