:root {
    --left-sidebar-width : 190px;
}
td {
    font-size: 14px;
}
.side-menu{
    top: 0px !important;
    width: var(--left-sidebar-width);
}
.topbar {
    left: 250px;
}
.user-img.image-sidebar {
    margin-top: 6px;
    margin-bottom: 10px;
}
h5.sidebar-name {
    margin-top: 20px;
    color: white;
    font-size: 18px !important;
}
div#sidebar-menu{
    overflow-y: auto;
    height: calc(100vh - 327px);
    overflow-x: hidden;
    padding: 0px 0px;
}
.left.side-menu {
    background-color: #ffffff;
    border-top: 3px solid #71b6f9;
}
img.rounded-circle.img-thumbnail-sidebar.img-responsive {
    height: 109px;
    width: 110px;
}
#sidebar-menu > ul > li > a{
    background-color: rgba(255, 255, 255, 0);
    color: black!important;
    width: 100%;
    height: 50px;
    border-radius: 0px;
}
#sidebar-menu > ul > li > a.active {
    color:white !important;
    background-color: var(--color-primary);
    border-left: none !important;
    width: 98%;
    border-radius: 0px 50px 50px 0px;
}

.footer.footer.text-right, .topbar{
    left:var(--left-sidebar-width);
    background: rgb(245 245 245)! important;
    font-size: 17px;
}
.content-page{
    margin-left: var(--left-sidebar-width);
    background-color: #F5F5F5;
}
.sidebar-bottom > ul > li > a{
    background-color: rgba(255, 255, 255, 0);
    color: black !important;
}
.custom-icon{
    margin-left: 3px;
    margin-right: 15px;
}
a > div > .custom-icon > path{
    fill: white;
}
a.active > div > .custom-icon > path{
    fill: var(--color-primary-dark);
}
.menu-icon {
    display: flex;
    align-items: center;
    height: 100%;
}
.sidebar-bottom>ul{
    list-style: none;
}
.sidebar-bottom {
    padding-top: 15px;
    position: fixed;
    bottom: 0;
}
.navbar-nav {
    flex-direction: row;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: "|" ;
}
.breadcrumb-item>a{
    color:#060606 !important;
}
li.breadcrumb-item{
    position: relative;
    padding-right: 20px;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "";
    height: 20px;
    border-left: 1px solid #000;
    margin-top: 5px;
    position: absolute;
    left: -6px;
}
.menu-icon>span, .sidebar-bottom>ul > li > a >span{
    font-size: 14px;
}
h4.page-title {
    font-size: 20px;
}
.sidebar-bottom> ul{
    padding-left: 30px;
}
.pagination-label{
    font-size: 16px;
}
.navbar.navbar-default {
    background-color: #F5F5F5;
}
.navbar-default .navbar-left li {
    padding-right: 0px!important; 
}
.cust-table-responsive{
    border-radius: 6px!important; 
    box-shadow: 0px 2px 5px #00000029;
}