:root {
    --aside-collapsed-width: 56px;
    --aside-expanded-width: 280px;
}
/*
REMOVE THIS - INI
*/
body.aside-light,
body.aside-light:fullscreen::backdrop {
    background: #eee;
    overflow-x: hidden;
}
body.aside-dark,
body.aside-dark:fullscreen::backdrop {
    background: #111;
    overflow-x: hidden;
}
/*
REMOVE THIS - END
*/
.aside-expanded {
    overflow-y: hidden;
}
@media(min-width: 1025px) {
    .aside-expanded {
        overflow-y: auto;
    }
}
.aside-page {
    position: relative;
    display: block;
    left: 0;
    width: 100%;
    padding: 0;
    transition: all .6s ease;
}
.aside-collapsed .aside-page {
    padding-left: var(--aside-collapsed-width);
}
.aside-expanded .aside-page {
    padding-left: 0;
    left: var(--aside-expanded-width);
}
@media(min-width: 1025px) {
    .aside-expanded .aside-page {
        width: calc(100% - var(--aside-expanded-width));
    }
}
.aside-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all .6s ease;
    z-index: 1;
}
.aside-expanded .aside-overlay {
    opacity: 1;
    visibility: visible;
}
.aside-light .aside-overlay {
    background: rgba(50, 50, 50, .6);
}
.aside-dark .aside-overlay {
    background: rgba(205, 205, 205, .6);
}
@media(min-width: 1025px){
    .aside-expanded .aside-overlay {
        opacity: 0;
        visibility: hidden;
    }
}
.aside-nav {
    position: fixed;
    top: 0;
    left: calc(var(--aside-expanded-width) * -1);
    width: 80%;
    max-width: var(--aside-expanded-width);
    height: 100vh;
    overflow: hidden;
    z-index: 1;
    transition: all .6s ease;
}
.aside-light .aside-nav {
    background: #eee;
}
.aside-dark .aside-nav {
    background: #111;
}
.aside-collapsed .aside-nav {
    left: 0;
    width: var(--aside-collapsed-width);
}
.aside-expanded .aside-nav {
    left: 0;
    width: var(--aside-expanded-width);
}
@media(min-width: 1025px){
    .aside-nav {
        left: 0;
        width: var(--aside-expanded-width);
    }
}
.aside-light.aside-collapsed .aside-nav,
.aside-light.aside-expanded .aside-nav {
    border-right: 1px solid #bbb;
}
.aside-dark.aside-collapsed .aside-nav,
.aside-dark.aside-expanded .aside-nav {
    border-right: 1px solid #333;
}
.aside-sticky {
    position: -webkit-sticky;
    position: sticky;
    display: block;
    top: 0;
    z-index: 1;
}
.aside-title {
    width: var(--aside-expanded-width);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
    white-space: nowrap;
}
.aside-light .aside-title {
    background: #eee;
    border-bottom: 1px solid #bbb;
}
.aside-dark .aside-title {
    background: #111;
    border-bottom: 1px solid #333;
}
.aside-title>div {
    display: inline-block;
    vertical-align: middle;
}
.aside-title>div:nth-child(1) {
    width: 36px;
}
.aside-title>div:nth-child(2) {
    width: calc(var(--aside-expanded-width) - 40px - 72px);
    margin: 0 10px;
}
.aside-title>div:nth-child(3) {
    width: 36px;
}
.aside-title>div>i {
    font-size: 30px;
}
.aside-light .aside-title>div>i {
    color: #333;
}
.aside-dark .aside-title>div>i {
    color: #bbb;
}
.aside-title>div>span {
    display: block;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.aside-title>div>span:nth-child(1) {
    font-size: 14px;
}
.aside-title>div>span:nth-child(2) {
    font-size: 12px;
}
.aside-light .aside-title>div>span:nth-child(1) {
    color: #111;
}
.aside-light .aside-title>div>span:nth-child(2) {
    color: #444;
}
.aside-dark .aside-title>div>span:nth-child(1) {
    color: #eee;
}
.aside-dark .aside-title>div>span:nth-child(2) {
    color: #bbb;
}
.aside-menu {
    display: block;
    height: 100vh;
    padding-bottom: 48px;
    overflow-x: hidden;
    overflow-y: auto;
}
.aside-light .aside-menu {
    background: #eee;
}
.aside-dark .aside-menu {
    background: #111;
}
.aside-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    padding-bottom: 48px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all .6s ease;
    z-index: 1;
}
.aside-light .aside-submenu {
    background: #eee;
}
.aside-dark .aside-submenu {
    background: #111;
}
.aside-submenu-expanded {
    left: 0;
}
.aside>nav li {
    display: block;
    white-space: nowrap;
}
.aside .listitem {
    position: relative;
    display: block;
    width: var(--aside-expanded-width);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.aside-light .listitem {
    color: #333;
    border-bottom: 1px solid #bbb;
    background: white;
}
.aside-light .listitem:hover {
    background: #eee;
}
.aside-dark .listitem {
    color: #bbb;
    border-bottom: 1px solid #333;
    background: black;
}
.aside-dark .listitem:hover {
    background: #111;
}
.aside span.listitem {
    padding-right: 26px;
}
.aside span.listitem:before {
    content: "\f105";
    position: absolute;
    display: block;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 16px;
    color: #808080;
    text-align: center;
    transition: all .6s ease;
}
.aside .listitem>i {
    display: inline-block;
    width: 36px;
    margin-right: 10px;
    font-size: 22px;
    text-align: center;
    vertical-align: middle;
}
.aside-light .listitem>i {
    color: #333;
}
.aside-dark .listitem>i {
    color: #bbb;
}
.aside-submenu-title {
    width: var(--aside-expanded-width);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}
.aside-light .aside-submenu-title {
    background: #eee;
    border-bottom: 1px solid #bbb;
}
.aside-dark .aside-submenu-title {
    background: #111;
    border-bottom: 1px solid #333;
}
.aside-submenu-title>div {
    display: inline-block;
    vertical-align: middle;
}
.aside-submenu-title>div:nth-child(1) {
    width: 36px;
}
.aside-submenu-title>div:nth-child(2) {
    width: calc(var(--aside-expanded-width) - 40px - 72px);
    margin: 0 10px;
}
.aside-submenu-title>div:nth-child(3) {
    width: 36px;
}
.aside-submenu-title>div>i {
    font-size: 22px;
}
.aside-light .aside-submenu-title>div>i {
    color: #333;
}
.aside-dark .aside-submenu-title>div>i {
    color: #bbb;
}
.aside-submenu-title>div>span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.aside-light .aside-submenu-title>div>span {
    color: #111;
}
.aside-dark .aside-submenu-title>div>span {
    color: #eee;
}

