

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-track {
    background: rgba(15, 23, 42, 0.6);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.04);
}

*::-webkit-scrollbar-thumb {
    background: rgba(203, 213, 225, 0.18);
    border-radius: 10px;
    border: 2px solid rgba(15, 23, 42, 0.6);
}

*::-webkit-scrollbar-thumb:hover {
    background: rgba(203, 213, 225, 0.35);
}

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

* {
    scrollbar-width: thin;
    scrollbar-color: rgba(203, 213, 225, 0.18) rgba(15, 23, 42, 0.6);
}
