/* Custom Scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { 
    background: var(--border-color); 
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover { background: var(--electric-indigo); }