:root{
    --color-fuente-nav:#575962;
}

.sidebar, .sidebar[data-background-color=white] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 250px;
    margin-top: 62px;
    display: block;
    z-index: 1000;
    color: #fff;
    font-weight: 200;
    background: #fff;
    -webkit-box-shadow: 4px 4px 10px rgb(69 65 78 / 6%);
    -moz-box-shadow: 4px 4px 10px rgba(69,65,78,.06);
    box-shadow: unset !important;
    transition: all .3s;
}

.main-header {
    background: #fff;
    min-height: 60px;
    width: 100%;
    position: fixed;
    z-index: 1001;
    box-shadow: unset !important;
}

.logo img {
    height: 50%!important;
    margin-left:50px;
}

.logo-header .nav-toggle {
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 5;
    

}

.icon-menu{
    color: var(--color-fuente-nav);
}

#first-sid{
    border-right: 2px solid var(--color-fuente-nav) !important;

}

.icon-options-vertical{
    color: var(--color-fuente-nav) !important;
}

.nav-logo-link {
    margin-left: 15%;
    z-index: 10;
}

.sidebar_minimize .nav-logo-link {
    z-index: 2;
}

.paginate_button {
    z-index: 3;
  }