::-webkit-scrollbar-track
{
	width:10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: none;
    border-radius: 1em;
}
::-webkit-scrollbar
{
	width: 14px;
	background-color: none;
    margin:10px;
}

::-webkit-scrollbar-thumb
{
	width:10px;
	background-color: rgba(0,0,0,0.6);
    border-radius: 1em;
}

.inv-pop-list::-webkit-scrollbar-track
{
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: none;
    border-radius: 1em;
}
.inv-pop-list::-webkit-scrollbar
{
	width: 0px;
	padding-left: 20px;
	background-color: none;
    
}

.inv-pop-list::-webkit-scrollbar-thumb
{
	background-color: rgba(0,0,0,0.6);
    border-radius: 1em;
}

