


/* ---------- CSS SCROLLBAR ---------- */

/* BARRA DE ROLAGEM - DEFAULT */
::-webkit-scrollbar-track { background-color: rgba(0, 0, 0, 0); }
::-webkit-scrollbar { height: 5px; width: 5px; background: rgba(0, 0, 0, 0.03); }
::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.4); }


/* BARRA DE ROLAGEM - MENU */
div.menu::-webkit-scrollbar-track { background-color: rgba(0, 0, 0, 0); }
div.menu::-webkit-scrollbar { height: 5px; width: 5px; background: rgba(0, 0, 0, 0); }
div.menu::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.5); }



/* BARRA DE ROLAGEM - CONTENT */
div.content::-webkit-scrollbar-track { background-color: rgba(0, 0, 0, 0); }
div.content::-webkit-scrollbar { height: 6px; width: 6px; background: rgba(0, 0, 0, 0.03); }
div.content::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.4); }



/* BARRA DE ROLAGEM - TABS */
ul.tabs::-webkit-scrollbar-track { background-color: rgba(0, 0, 0, 0); }
ul.tabs::-webkit-scrollbar { height: 4px; width: 4px; background: rgba(0, 0, 0, 0); }
ul.tabs::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.08); }