li{
    list-style: none;
}
aside .navbar-vertical-content {
    padding-top: 0;
}

.navbar-vertical-content {
    background: white;
    padding: 10px 15.9px;
}

.navbar-vertical .navbar-nav.nav-tabs .active .nav-link, .navbar-vertical .navbar-nav.nav-tabs .active.nav-link {
    border-left: none;
}

.navbar-vertical:not([class*="container"]) .navbar-nav .nav .nav-link {
    padding-right: 10px;
}

.navbar-vertical .navbar-nav.nav-tabs .active .nav-link, .navbar-vertical .navbar-nav.nav-tabs .active.nav-link {
    border-left: none;
}

.for-web-logo{
    width: 155px;
}

.userProfile_dropdown{
    z-index: 99;
}

/* ------ Login image ------- */
.loginLeftDiv{
    padding: unset;
}

.sideBarDiv{
    background-color: rgb(43, 37, 37);
}

body {
    background-color: #f8f9fa;
    width: 100%;
    max-width: 100%;
}
.sidebar {
    width: 250px;
    height: 100vh;
    background-color: #111;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
}
.sidebar a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 10px 0;
}
.sidebar a:hover {
    color: #FFD700;
}
.content {
    /* margin-left: 46vh; */
    padding: 5px 15px;
}

.navbar.navbar-expand-lg{
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.mainLeftDiv{
    width: 100%;
    background-color: #F9F9F9;
}
.mainRightDiv{
    width: 20%;
}

.navbar-vertical-container{
    width: 100%;
    height: 100%;
}

.navWholeDiv{
    width: 100%;
    /* margin-left: 68% !important; */
}

.navWholeDiv>div , .navWholeDiv>div>div{
    width: 100%;
    justify-content: end;
}

.sidebarList{
    line-height: 30px;
}

.collapseLi{
    padding: 5px 5px 5px 20px;
}

.nav-link{
    font-size: 16px;
    color: white;
}

.sidebarList{
    padding: unset;
}
.content-header.row{
    display: none;
}

.navbar-vertical-footer-offset{
    padding: 15px;
    /* padding: unset; */
}

.hamburger{
    height: 44px;
    width: 28px;
    /* margin-bottom: 12px; */
    color: #857b7b;
    cursor: pointer;
}

/* .asideSidebar{
    background-color: #111; 
    color: white;
     position: fixed; 
     width: 100%;
     max-width: 19.2%; 
     height: 100vh; 
     left: 0;
} */
 
/* .app-content{
    margin-left: 10%;
} */

.tableButton{
    width: 10%;
    height: 38px;
}

.btn-primary{
    background-color: #898383 !important;
    border-color: #898383 !important;
}

.btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background-color: #898383 !important;
    border-color: #898383 !important;
}

.card-title{
    margin-bottom: unset;
}

.add-new.btn.btn-primary.mt-50{
    display: none !important;
}

.collapse.list-unstyled{
    width: 193px;
    position: relative;
    left: 6vh;
}

.createBtn{
    z-index: 99;
    position: absolute;
    right: 6vh;
}
.show>.dropdown-menu {
    z-index: 999;
}
.searchBtn{
        margin-top: 10px;
    margin-bottom: 10px;
}