::-webkit-scrollbar             {width: 12px; background: rgba(var(--c-back-1)1);}
::-webkit-scrollbar-track       {box-shadow: inset 0 0 5px rgba(0,1,28,.8); border-radius: 6px;}
::-webkit-scrollbar-thumb       {background: rgba(var(--c-sign-1)1) ; border-radius: 2px;}
::-webkit-scrollbar-thumb:hover {background:  rgba(0,1,28,.8);}


@media  screen and (max-width: 900px)                   {

::-webkit-scrollbar		{display: none;}
                                                        }
