
::-webkit-scrollbar {
    width: 12px;  
    height: 12px; 

}

::-webkit-scrollbar-track {
    background: #f1f1f1;  
    border-radius: 50px;   
}

::-webkit-scrollbar-thumb {
    background-color: #6255b4cc;  
    border-radius: 50px;        
}

::-webkit-scrollbar-thumb:hover {
    background-color: #6155B4;  
}

::-webkit-scrollbar-thumb:active {
    background-color: #3b368d;      
}
.nav-icon {
    width: 14px; 
    height: 14px; 
}

.text-small {
    font-size: 13px;
}



/* 
* {
    scrollbar-width: thin;
    scrollbar-color: #6155B4 #f2f0ff;

}

body {
    scrollbar-color: #6155B4 #f2f0ff;
    scrollbar-width: thin;
    
} */

