*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #8c52ff;
    border-radius: 10px;
}

.info-box::-webkit-scrollbar {
    width: 4px;
}

.info-box::-webkit-scrollbar-track {
    background: transparent;
}

.info-box::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.0);
    border-radius: 10px;
}