body {
    height: 100%;
    font-family: Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;

}
/*Sidebar*/
.nav-item a{
    font-size: 1em!important;
    --bs-nav-link-color: black!important;
}
@media (min-width: 768px) {

    .navbar-search {
        display: block;
    }
}
@media (min-width: 576px) {
    .sidebar{
        height: calc(100vh) !important;
    }

}
.sidebar{
    z-index: 100;

}
.sidebar .nav-link {
    font-size: .875rem;
    font-weight: 500;
}

.sidebar .nav-link.active {
    color: #2470dc;
}

.sidebar-heading {
    font-size: .75rem;
}

.customTable, .customTable input, .customTable textarea{
    font-size: 0.8em;
}

/*
 * Navbar
 */

/*#mobile-menu-toggle {*/
/*    position: fixed;*/
/*    right: 10px;*/
/*    top: 10px;*/
/*}*/

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}


.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

/*Left sidebar*/
/*@media (min-width: 768px) {*/
/*    .left-sidebar {*/
/*        height: calc(100vh);*/
/*    }*/
/*}*/

#imgUploadModal{
    z-index: 999999;
}

/*Footer*/
.admin-footer {
    margin-top: 4em;
}
/* image list (select image to insert) */
body { padding-right: 0 !important }
