/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 31 2023 | 01:07:12 */
::-webkit-scrollbar{
    width: 0.4vw; 
    background: #FFFFFF; 
}
::-webkit-scrollbar-thumb{
    background: -webkit-linear-gradient(transparent,#CC1DCB); 
    background: linear-gradient(transparent,#CC1DCB); 
    border-radius: 25px;
}