    
    .navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link{
        color:#4f4f4f;
    }
    
    .dropdown-item:hover, .dropdown-item:focus{
        background-color: #ebebeb!important;
    }
    
    .sidebar .nav:not(.sub-menu) > .nav-item:hover:not(.nav-category):not(.account-dropdown) > .nav-link{
      background-color: #ebebeb!important;
    }
    
    .bg-dark{
        background-color: rgb(233 233 233) !important;
    }
    
    .img-input{
        border: 1px dashed #c8c8c8!important;
    }
    
    .img-input-2{
        border: 1px dashed #c8c8c8!important;
    }
    
    .img-input svg{
        color:#c8c8c8!important;
    }
    
    .img-input-2 svg{
        color:#c8c8c8!important;
    }
    
    .sidebar .nav.sub-menu .nav-item .nav-link:hover{
        color:#ababab!important;
    }
    
    thead, tbody, tfoot, tr, td, th{
        border-color:#c1c1c1;
    }
    
    .table > :not(:last-child) > :last-child > *, .jsgrid .jsgrid-table > :not(:last-child) > :last-child > *, .jsgrid .jsgrid-table > :not(:last-child) > :last-child > *{
        border-bottom-color:#c1c1c1;  
    }
    
    .table-row{
        border-top: 1px solid #c1c1c1!important;
    }