/* Hide scrollbar for Chrome, Safari and Opera */
.sidenav::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.sidenav {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1040;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-bottom: 60px;
}

.sidenav-header {
    height: 55px;
    padding: 8px;
    background-color: #182b3c;
}

.sidenav a,
.sidenav span {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 1em;
    color: #909090;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #ef8000;
}

.sidenav .closebtn {
    position: absolute;
    top: -10px;
    right: 8px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.side-item {
    width: 100%;
    position: relative;
}

.side-subitem:hover,
.side-item .item:hover {
    background-color: #182b3cf0;
}

.side-item .item:hover .fa-angle-right {
    color: white;
}

.side-item .fa-angle-right {
    position: absolute;
    right: 14px;
    top: 14px;
    color: #909090;
    cursor: pointer;
}

.side-subitem {
    display: none;
}

.sidenav .sidenav-btn-back {
    background-color: #cacaca;
}
