/*
Template Name: Menorca - Intranet v2.0
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/


::-webkit-scrollbar{
    width: 0.5em;
    height: 0.8em;
    
}
::-webkit-scrollbar-track{
    background: hsl(0, 0%, 70%);
}
::-webkit-scrollbar-thumb{
    background: hsl(0, 0%, 15%);
    border-radius: 10vw;
}