/* Custom Scrollbar */
.custom-scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #121212;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #535353;
    border-radius: 5px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
}

/* Utilities */
.text-spotify-green { color: #1DB954; }
.bg-spotify-green { background-color: #1DB954; }
