#sidebar {
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
}

.navbar-brand img {
    width: 150px;
    padding: 12px 0px;
}

.navbar-toggler {
    color: #000 !important;
    border: 0;
    padding: 13px 15px 0px 0px;
    position: absolute;
    right: 0;
}