.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 46px;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #202228;
    display: block;
    transition: 0.3s;
}

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

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

.logout-btn{
    background:#e91b2f;
    font-size: 15px;
    border-color: transparent;
    margin-top: 45px;
    border-radius: 2px;
}

.logout-btn a {
    color: #eee !important;
    font-size: 14px !important;
    font-weight: 700;
    padding: 5px 55px 5px 55px !important;
}

.custom-hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #cccccc;
}

.menu-item a i {
    line-height: 2em;
    padding-right: 10px;
}

.side-nav-logo {
    width: 100%;
    height: 35px;
    display: block;
    padding: 0px 65px 0px 20px;
}


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