@media screen and (max-width: 767px) {
    .app-sidebar-toggle {
        display: block;
        position: absolute;
        top: 18px;
        z-index: 1031;
        left: 0;
        right: 0;
    }
}

.app-sidebar {
    width: inherit;
    min-width: 220px;
    max-width: 220px;
    background-color: #252a2d;
    float: left;
    height: 100%;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

.app-sidebar > .app-sidebar-inner{
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.app-sidebar ul {
    list-style-type: none;
    padding-left: 0;
}

.app-sidebar  .sidebar-list-bottom{
    position: relative  !important;
}

.app-sidebar li {
    font-size: 15px;
    font-weight: 400;
}

.app-sidebar-toggle { display: none; }

.row-offcanvas { height: 100%; }

@media screen and (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        width: calc(100% + 220px);
    }

    .row-offcanvas-left { left: -220px; }
    .row-offcanvas-left.active { left: 0; }

    .app-sidebar-offcanvas {
        position: absolute;
        top: 0;
    }

    .app-sidebar.app-sidebar-offcanvas {
        position: relative;
        top: inherit;
    }

    .app-sidebar-toggle {
        display: block;
        position: absolute;
        top: 18px;
        left: 170px;
        z-index: 12;
        z-index: 1031;
    }

    .app-sidebar-toggle button {
        color: #fff;
        background-color: transparent;
        border: none;
    }
}

.app-sidebar .badge-notification {
    width: 20px;
    height: 20px;
    background-color: #4a5155;
    color: whitesmoke;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    border-radius: 20px;
    font-size: 80%;
}

.app-sidebar .app-sidebar-inner ul > .active > .badge-notification {
    background-color: #58595b;
    color: #fff;
}

.app-sidebar .app-sidebar-inner > ul > li.active ul > li.active > a > .badge-notification {
    width: 20px;
    height: 20px;
    background-color: #4a5155;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    border-radius: 20px;
    font-size: 80%;
}

@media screen and (max-width: 767px) {
    .app-sidebar-toggle {
        display: block;
        position: absolute;
        top: 22px;
        left: 150px;
        right: auto;
        z-index: 1031;
    }
}

.app-sidebar.app-sidebar-upd-light li.active:after,
.app-sidebar li:hover:after {
    height: 100%;
    transform: scaleY(1);
    transform-origin: 0% 50%;
}

.app-sidebar.app-sidebar-upd-light li.active:after {
    content: "";
    height: 100%;
}

.app-sidebar{
    background-color: #f0f2f5;
    padding-top: 30px;
}

.app-sidebar .app-sidebar-inner > ul > li,
.app-sidebar .app-sidebar-inner > ul > li > a,
.app-sidebar .app-sidebar-inner > ul > li > .nested-child > ul > li > a{
    position: relative;
    width: auto;
    display: block;
    color: #29373d;
}

.app-sidebar .app-sidebar-inner > ul > li > a{
    margin:4px;
    border-radius: 4px;
    padding: 8px 4px;
    padding-left: 28px;
}

.app-sidebar .app-sidebar-inner > ul > li > a:hover{
    background-color: #dedfe2;
}

.app-sidebar .app-sidebar-inner > ul > li.active > a{
    background-color: #4a5155;
    color:#fff;
    font-weight: 700;
}

.app-sidebar .app-sidebar-inner ul > li.nested-parent.active {
    background-color: #fff;
    padding:4px 4px 4px 4px;
    margin-bottom: 12px;
}

.app-sidebar .app-sidebar-inner > ul > li.nested-parent.active  > a{
    margin: 0 0 0 0;
}

.app-sidebar .app-sidebar-inner ul > li.nested-parent.active > a{
    margin-bottom: 12px;
}

.app-sidebar .app-sidebar-inner ul > li.nested-parent .nested-child ul li {
    padding-left: 52px;
    margin-bottom: 12px;
}

.app-sidebar .app-sidebar-inner ul > li.nested-parent.active .nested-child ul li a{
    color: #4a5155;
    font-weight: 300;
}

.app-sidebar .app-sidebar-inner ul > li.nested-parent.active .nested-child ul li.active a{
    color: #4a5155;
    font-weight: 700;
}

.app-sidebar .app-sidebar-inner ul > li.nested-parent.active .nested-child ul li a:hover{
    font-weight: 700;
}

.app-sidebar .app-sidebar-inner ul > li.nested-parent.active .nested-child ul li.active a{
    font-weight: 700;
    position: relative;
}

.app-sidebar .app-sidebar-inner ul > li.nested-parent.active .nested-child ul li.active a:before{
    content: "";
    position: absolute;
    left:-12px;
    width: 6px;
    height: 6px;
    top: 8px;
    border-radius: 100%;
    background-color: #fbb03b;
}

/* reports overrides */
.app-sidebar ul li,
.app-v3 .app-sidebar ul.sidebar-list-bottom li{
    padding: 0 0 0 0;
}

.app-sidebar {
    padding: 30px 0 0;
    border-right: none;
}

.app-sidebar.app-sidebar-320 {
    min-width: 316px;
    max-width: 316px;
}

.app-sidebar li ul {
    padding-left: 0;
}

.app-sidebar li {
    font-size: 14px;
}

.app-sidebar .app-sidebar-inner ul > li.nested-parent .nested-child ul li {
    padding-left: 52px;
    margin-bottom: 12px;
}

.app-sidebar li ul li:first-child {
    padding: 0px;
}

.nested-parent--accordion .nested-parent .nested-parent--accordion-heading {
    display: block;
    position: relative;
    color: #4a5155;
}

.nested-parent--accordion .nested-parent .nested-parent--accordion-heading::before {
    color:#4a5155;
    content: '';
    width: 16px;
    height:16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%234a5155' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");    background-repeat: no-repeat;
    position: absolute;
    right:32px;
}


.nested-parent--accordion .nested-parent.active.active-parent .nested-parent--accordion-heading:before {
    color:#4a5155;
    content: '';
    width: 16px;
    height:16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");    background-repeat: no-repeat;
    position: absolute;
    right:32px;
}

.nested-parent--accordion .nested-parent.active.active-parent .nested-parent--accordion-heading::before {
    color: #fff;
}

.app-sidebar li.nested-parent .nested-child a:after {
    left: -20px;
}

.app-sidebar .app-sidebar-inner > ul > li.active > a {
    background-color: #4a5155;
    color: #fff;
    font-weight: 700;
}

.app-sidebar .app-sidebar-inner ul > li.nested-parent .nested-child ul li a {
    font-weight: 300;
}

.app-sidebar .app-sidebar-inner ul > li.nested-parent .nested-child{
    font-weight: 300;
}

.nested-parent.nested-parent--accordion-item .nested-parent--accordion-content{
    display:none;
}

.nested-parent.nested-parent--accordion-item.accordion-expanded .nested-parent--accordion-content{
    display:block;
}

.nested-parent--accordion .nested-parent.nested-parent--accordion-item.accordion-expanded .nested-parent--accordion-heading::before {
    transform: rotate(90deg);
}

.nested-parent--accordion .nested-parent .nested-parent--accordion-content {
    overflow: hidden;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.app-sidebar .nested-parent  li  a::after,
.app-sidebar .nested-parent  li:hover a::after {
    display: none;
}

.app-sidebar .app-sidebar-inner ul > li.nested-parent.nested-parent--accordion-item .nested-child ul li:hover a {
    font-weight: 600;
}