/*-------SCROLL--------*/

body::-webkit-scrollbar{
    width: 8px;
    height: 8px;}

body::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color:#f2f2f2;}

body::-webkit-scrollbar-thumb{
    background: #2E9AFE;
    border-radius:5px;
}
/*-------END SCROLL---------*/

/*-------BANNER--------*/
.brand-image-container {
    width: 100%;
    height: 80px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*-------END BANNER--------*/

/*-------NAVIGATION--------*/   
.sidebar .nav-link:hover,
.sidebar .nav-link:active {
    border-bottom: 1px solid #2E9AFE;
    border-left: 4px solid #2E9AFE;
    border-radius: 0px;
}
/*-------END NAVIGATION--------*/