/* Custom Modern Scrollbar */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #f4f4f4; border-radius: 5px; }
::-webkit-scrollbar-thumb { background: #111111; border-radius: 5px; border: 2px solid #f4f4f4; }
::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:active { background: #ef6c26; }
/* Firefox */
* { scrollbar-width: thin; scrollbar-color: #111111 #f4f4f4; }