/*
===============
    Sidebar
===============
*/

.sidebar-wrapper * {
    overflow: hidden;
    white-space: nowrap;
}

.sidebar-wrapper {
}
.sidebar-theme #compactSidebar { background: #5c1ac3; }

.sidebar-closed #content {
    margin-left: 0;
}
.sidebar-wrapper #compactSidebar {
    width: 150px;
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 1031;
    transition: .3s ease all;
    height: 100vh;
    touch-action: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}
.sidebar-closed #compactSidebar {
    left: -150px;
}

.sidebar-wrapper #compactSidebar .menu-categories {
    position: relative;
    padding: 0;
    height: calc(100vh - 80px);
}
.sidebar-wrapper #compactSidebar .menu-categories.ps .ps__rail-y:hover,
.sidebar-wrapper #compactSidebar .menu-categories.ps .ps__rail-y.ps--clicking {
    background-color: transparent;
}
.sidebar-wrapper #compactSidebar .menu-categories > li.menu {
    position: relative;
    list-style: none;
}
.sidebar-wrapper #compactSidebar .menu-categories > li.menu svg.feather-chevron-left {
    position: absolute;
    right: -20px;
    color: #fff;
    fill: rgb(240, 234, 250);
    top: 20%;
    display: none;
    width: 50px;
    height: 50px;
    stroke-width: 0;
}
.sidebar-wrapper #compactSidebar .menu-categories a.menu-toggle {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    color: #515365;
    transition: color .3s;
    transition: background .3s;
}
.sidebar-wrapper #compactSidebar .menu-categories a.menu-toggle > div.base-menu {
    text-align: center;
}
.sidebar-wrapper #compactSidebar .menu-categories a.menu-toggle .base-icons {
    text-align: center;
}
.sidebar-wrapper #compactSidebar .menu-categories a.menu-toggle .base-icons svg {
    position: relative;
    display: inline-block;
    color: #fafafa;
    vertical-align: middle;
    width: 46px;
    height: 46px;
    fill: rgba(224, 230, 237, 0.10980392156862745);
    stroke-width: 0.7px;
}
.sidebar-wrapper #compactSidebar .menu-categories a.menu-toggle .base-menu span {
    font-size: 14px;
    margin-top: 8px;
    display: inline-block;
    color: #fafafa;
    font-weight: 500;
}
.sidebar-wrapper #compactSidebar .menu-categories > li.menu:hover svg.feather-chevron-left {
    display: block;
}
/*Data active True*/
.sidebar-wrapper #compactSidebar .menu-categories > li.menu.active svg.feather-chevron-left {
    display: block;
}
.sidebar-wrapper #compactSidebar .menu-categories a.menu-toggle[data-active="true"] .base-icons {
    text-align: center;
}
.sidebar-wrapper #compactSidebar .menu-categories a.menu-toggle[data-active="true"] .base-icons svg {
    color: #e0e6ed;
}
.sidebar-wrapper #compactSidebar .menu-categories a.menu-toggle[data-active="true"] .base-menu span {
    font-weight: 700;
    color: #e0e6ed;
    font-size: 15px;
}
.sidebar-wrapper #compact_submenuSidebar {
    left: -255px;
    position: fixed;
    height: 100%;
    height: calc(100vh - 79px);
    top: 80px;
    background: rgb(240, 234, 250);
    width: 225px;
    padding: 20px;
    transition: .3s ease all;
    z-index: 1030;
    border-right: 1px solid #e0e6ed;
}
.sidebar-wrapper #compact_submenuSidebar.show {
    left: 150px;
}
.sidebar-wrapper #compact_submenuSidebar .submenu {
    display: none;
}
.sidebar-wrapper #compact_submenuSidebar .submenu.show {
    display: block;
}
.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list {
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}
.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li {
    padding: 0;
    list-style: none;
    margin-bottom: 3px;
}
.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.active a {
    font-weight: 600;
    padding: 6px 8px;
    color: #5c1ac3;
    transition: .300s;
    border-radius: 5px;
    background-color: #fafafa;
    box-shadow: 0px 1px 3px 0.5px rgba(0, 0, 0, 0.05);
    margin: 2px;
}
.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li a {
    padding: 6px 5px;
    display: block;
    color: #506690;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: .300s;
    border-radius: 5px;
    margin: 2px;
}
.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li a svg:not(.feather-chevron-right) {
    color: #060818;
    margin-right: 15px;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    stroke-width: 0.8px;
    fill: rgba(6, 8, 24, 0.0784313725490196);
}
.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li a .icon {
    display: inline-flex;
    justify-content: center;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 4px;
    transition: .100s;
}
.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li a .icon svg:not(.feather-chevron-right) {
    margin-right: 0;
    width: 12px;
    height: 12px;
    align-self: center;
}
.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li a:hover {
    color: #5c1ac3;
    font-weight: 600;
    padding: 6px 14px;
    transition: .300s;
    background-color: rgba(92, 26, 195, 0.14);
    box-shadow: 0px 1px 3px 0.5px rgba(0, 0, 0, 0.05);
}
.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li a svg.feather-chevron-right {
    width: 15px;
    height: 15px;
    align-self: center;
    transition: .500s;
}
.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu a[aria-expanded="true"] {
    font-weight: 600;
    color: #5c1ac3;
    transition: .300s;
    border-radius: 5px;
    padding: 7px 14px;
    background-color: rgba(92, 26, 195, 0.14);
}
.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu a[aria-expanded="true"] svg {
    transform: rotate(90deg);
}
.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu a {
    display: flex;
    justify-content: space-between;
}
.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu ul {
    padding-left: 0;
}
.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu ul li:first-child a {
    padding-top: 20px;
}
.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu ul li a {
    position: relative;
    padding: 6px 30px;
    background: transparent;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    box-shadow: none;
    color: #506690;
}
.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu ul li.active a {
    color: #5c1ac3;
}
.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu ul li.active a:before {
    background-color: #5c1ac3;
}
.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu ul li:first-child a:before {
    top: 28px;
}
.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu ul li a:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 3px;
    background-color: #888ea8;
    top: 14px;
    left: 18px;
    border-radius: 50%;
}
.sidebar-wrapper #compact_submenuSidebar .submenu ul.submenu-list li.sub-submenu ul li a:hover:before {
    background-color: #5c1ac3;
}
.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.4);
    z-index: 1029!important;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;

    touch-action: pan-y;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.overlay.show {
    display: block;
}
.animated{-webkit-animation-duration:0.6s;animation-duration:0.6s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes e-fadeInUp {
    0% {
        opacity: 0;
        margin-top: 10px;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}
@keyframes e-fadeInUp {
    0% {
        opacity: 0;
        margin-top: 10px;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}
.fadeInUp {
    -webkit-animation-name: e-fadeInUp;
    animation-name: e-fadeInUp
}

/*