
.sidenav {
    min-height: 100%;
    height: 100%;
    width: 260px;
    position: fixed;
    z-index: 10;
    top: -9px;
    left: 0;
    background-color: #f1f1f8;
    transition: 0.5s;
    font-family: 'Yu Gothic UI';
    padding: 10px 0px;
}

    .sidenav a {
        /*padding: 8px 8px 8px 32px;*/
        text-decoration: none;
        color: #818181;
        /*display: block;*/
        transition: 0.3s;
    }

        .sidenav a:hover, .offcanvas a:focus {
            color: #FFF;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 50%;
        right: -26px;
        font-size: 20px;
        background: linear-gradient(to right, #4f9e1a, #91d11c);
        color: white;
        border-radius: 0px 10px 10px 0px;
        padding: 34px 3px;
    }

        .sidenav .closebtn:hover {
            color: #f29a47 !important;
        }

@media screen and (max-height: 300px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.arrowSpace {
    padding-top: 5px;
    position: absolute;
    left: 0;
}

.sidebar-nav {
    background: #8bc34a;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 112;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: 0.5s;
}

    .sidebar-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .sidebar-nav ul li.active .style1 {
            background-color: #f59c1a !important;
        }

        .sidebar-nav ul li.active .style1 {
            background-color: rgba(139, 195, 74, 0.25) !important;
        }

    .sidebar-nav .metismenu a.style1 + ul li.active a.has-arrow {
        background-color: #78a841 !important;
    }

    .sidebar-nav.isOverlay .backdrop {
        content: '';
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        top: 0px;
        z-index: -1;
        background-color: rgba(12, 12, 12, 0.33);
        bottom: 0px;
    }

.nav-bordered > li:not(.disabled) > a:not(.disabled):hover:before, .nav-bordered > li:not(.disabled) > a:not(.disabled):focus:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.nav-bordered > li:not(.disabled) > a:not(.disabled):before, .nav-bordered > a:not(.disabled):before {
    position: absolute;
    height: 100%;
    width: 4px;
    content: '';
    left: 0;
    top: 0;
    background: #f59c1a;
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.metismenu .active > .has-arrow, .metismenu .has-arrow[aria-expanded="true"] {
    color: black;
    font-weight: 700;
}

.metismenu .collapse.in {
    background-color: #6a9439;
}

.sidebar-nav .metismenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .sidebar-nav .metismenu > li {
        /*    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }

    .sidebar-nav .metismenu a {
        position: relative;
        display: block;
        padding: 13px 15px;
        color: #f9f9f9;
        outline-width: 0;
        transition: all .3s ease-out;
        letter-spacing: .5px;
        cursor: pointer;
    }

    .sidebar-nav .metismenu ul a {
        padding: 10px 15px 10px 30px;
        z-index: 1;
    }

    .sidebar-nav .metismenu ul ul a {
        z-index: 1;
        padding: 10px 15px 10px 45px;
    }

    .sidebar-nav .metismenu a:hover,
    .sidebar-nav .metismenu a:focus,
    .sidebar-nav .metismenu a:active {
        color: #ffffff;
        text-decoration: none;
        background: #80b246;
    }

    .sidebar-nav .metismenu ul a::before {
        content: "";
        width: 8px;
        height: 8px;
        background-color: #f59c1a;
        position: absolute;
        left: 14px;
        top: 17px;
        border: 1.5px solid #f9f9f9;
        border-radius: 50%;
    }

    .sidebar-nav .metismenu .collapse.in li a.has-arrow + .collapse.in li a::before {
        left: 29px;
    }

    .sidebar-nav .metismenu li {
        position: relative;
    }


        .sidebar-nav .metismenu li::after {
            left: 16.5px;
        }

    .sidebar-nav .metismenu ul ul li::after {
        left: 31.5px;
    }

    .sidebar-nav .metismenu ul ul li::after, .sidebar-nav .metismenu ul li::after {
        content: "";
        height: 100%;
        background-color: #13191e;
        position: absolute;
        top: 0;
        border: 1px solid #0E171E;
        z-index: 0;
    }

    .sidebar-nav .metismenu a.style1 + ul ul li.active a.has-arrow::before {
        border: 2px solid #F59C1A !important;
    }

.dropdown-menu {
    font-size: 13px;
}

.metismenuWrp {
    overflow-y: auto;
    height: calc(100vh - 132px);
    float: left;
    width: 100%;
}

    .metismenuWrp .jks-menu-search .fa-search {
        position: absolute;
        padding: 9px;
        font-size: 16px;
        color: #608536;
    }

    .metismenuWrp .jks-menu-search .fa-remove {
        position: absolute;
        padding: 9px;
        font-size: 16px;
        color: #608536;
        right: 10px;
    }

    .metismenuWrp .jks-menu-search .fa-search:hover {
        color: #f99a01;
    }

    .metismenuWrp::-webkit-scrollbar {
        width: 1em;
    }

    .metismenuWrp::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .metismenuWrp::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }
