.skin-dark .left-sidebar{
    background: #1C1C2B!important;
    margin-top: 60px;
}
.topbar{
    z-index: 30;
}
.mini-sidebar .page-wrapper{
    /* z-index: -1; */
}
.page-wrapper .page-content{
    padding-top: 25px;
}
.page-wrapper .page-content .DSchan{
    border-bottom: 1px solid #e9ecef;
}
.nav-tabs .nav-link.active{
    box-shadow: 0px -2px 0px 0px #0abb87 inset;
    border-bottom: none !important
}
/* table.dataTable thead th{
    white-space: nowrap;
} */
.topbar .top-navbar{
    /* background: #4e8cf9; */
    background: #1bbc9b;
}
.topbar .top-navbar .navbar-header:nth-child(2){
    line-height: 32px;
    /* background: #4e8cf9; */
    background: #1bbc9b;
    display: none;
    z-index: 50;
}
.topbar .top-navbar .navbar-header a{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1bbc9b;
}
.topbar .top-navbar .navbar-header a i{
    font-size: 30px;
    line-height: 35px;
    color: #fff
}
.navbar-header .wrapper-menu{
    height: 4px;
    width: 30px;
    background: #fff;
    position: relative;
    border-radius: 10px
}
.navbar-header .wrapper-menu:before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(calc(100% + 4px));
    background: #fff;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 10px
}
.navbar-header .wrapper-menu:after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(calc(-100% - 4px));
    background: #fff;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 10px
}
/* .navbar-header a.active .wrapper-menu {
    background: transparent
}
.navbar-header a.active .wrapper-menu:before{
    transform: rotate(45deg) translateY(0);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1)
}
.navbar-header a.active .wrapper-menu:after{
    transform: rotate(-45deg) translateY(0);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1)
} */
.sidebar-nav ul li a p{
    display: none
}
.left-sidebar .sidebar-nav ul>li:first-child{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}
.left-sidebar .sidebar-nav ul>li:first-child a {
    width: 55px;
    height: 55px;
    background: #000000
}
.left-sidebar .sidebar-nav ul>li:first-child .wrapper-menu{
    background: transparent;
    height: 4px;
    width: 15px;
    position: relative;
    border-radius: 10px;
    margin-left: auto;
}
.left-sidebar .sidebar-nav ul>li:first-child .wrapper-menu:before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: rotate(45deg) translateY(0);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 10px
}
.left-sidebar .sidebar-nav ul>li:first-child .wrapper-menu:after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    transform: rotate(-45deg) translateY(0);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1)
}
@media (max-width: 767px){
    .left-sidebar .sidebar-nav ul>li:first-child{
        display: block
    }
    .page-wrapper .page-content{
        padding-top: 15px;
    }
    .topbar .top-navbar .navbar-header{
        display: none
    }
    .topbar .top-navbar .navbar-header:nth-child(2){
        display: block;
        flex: 0 0 60px;
        left: 0;
        transition: .3s all ease-in-out
    }
    .topbar .top-navbar .navbar-header.active:nth-child(2){
        flex: 0 0 60px;
        /* position: absolute;
        left: 300px;
        z-index: 10;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center; */
    }
    .mini-sidebar .page-wrapper{
        margin-left: 0 !important;
    }
    .skin-dark .left-sidebar {
        z-index: 50;
        margin-top: 0;
        position: absolute;
        left: -100%;
        top: 0;
        height: 100vh;
        max-width: 300px;
    }
    .skin-dark .left-sidebar.active{
        left: 0 
    }
    .left-sidebar .sidebar-nav ul>li{
        margin: 0;
        /* border-bottom: 1px solid #4d4e94; */
    }
    .sidebar-nav ul li a{
        display: flex;
        align-items: center;
        width: 100%;
        padding: 15px 15px;
    }
    .mini-sidebar .sidebar-nav #sidebarnav li:hover a{
        width: 100% !important;
    }
    .sidebar-nav ul li a p{
        margin-bottom: 0;
        line-height: 25px;
        font-size: 15px;
        font-weight: 600;
        color: #a2a3b7;
        margin-left: 10px;
        display: block
    }
}
/* fix tooltip */
@media(max-width: 768px){
    .tooltip {
        display: none !important;
    }
 }