body {
    scrollbar-width: thin;  
    scrollbar-color: #ff8b1c #00180a;}
::-webkit-scrollbar-thumb {
    width: 6px!important;    
    background: #ff8b1c!important;    
    border-radius: 0!important;}
::-webkit-scrollbar-thumb {
    position: absolute;    
    top: 0;    
    left: 0;    
    width: 8px;    
    height: 8px;    
    background: #00180a;    
    border-radius: 4px;}
::-webkit-scrollbar  {
    position: absolute;    
    opacity: 0;    
    z-index: 1;    
    width: 6px;    
    background: #00180a;
}