/* Hide vertical scrollbar for webkit browsers */
::-webkit-scrollbar {
    width: 0;
    background: transparent; /* Optional: to make the scrollbar area invisible */
}


/*scrollbar-width: none; /* For Firefox */
/* -ms-overflow-style: none;/*  For Internet Explorer and Edge*/
