/* Custom scrollbar */
::-webkit-scrollbar              { width: 6px; height: 6px; }
::-webkit-scrollbar-track        { background: transparent; }
::-webkit-scrollbar-thumb        { background: #27273a; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover  { background: #3d3d55; }
