
.sidebar-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 0;
    height: 100%;
    border-right: solid 1px silver;
}

.sidebar-wrapper {
    overflow-y: auto;
    height: 100%;
}

.sidebar-wrapper a, .sidebar-wrapper a:hover, .sidebar-wrapper a:focus {
    color: inherit;
    text-decoration: none;

}

.sidebar-wrapper button, .sidebar-wrapper button:hover, .sidebar-wrapper button:focus {
    color: inherit;
    text-decoration: none;

}

.sidebar-wrapper li {
    list-style-type: none;
    cursor: pointer;
}

/* width */
.sidebar-wrapper::-webkit-scrollbar {
    width: 2px;

}

/* Track */
.sidebar-wrapper::-webkit-scrollbar-track {
    background: silver;

}

/* Handle */
.sidebar-wrapper::-webkit-scrollbar-thumb {
    background: gray;
}

/* Handle on hover */
.sidebar-wrapper::-webkit-scrollbar-thumb:hover {
    background: gray;
}

.sidebar-wrapper__user-icon {
    font-size: 60px;
}

.sidebar-wrapper__header {
    text-align: center;
    margin-bottom: 25px;
}

.sidebar-wrapper__list-header {
    padding: 5px 15px 5px 0px

}

.sidebar-wrapper__list-header--short:hover {
    opacity: 1;
}

.sidebar-wrapper__list-header:hover {
    opacity: 1;
}

.sidebar-wrapper__list-header--hover-bg:hover,
.sidebar-wrapper__list-header--hover-bg[aria-expanded="true"] {
    background: #E7E7E6;
}

.sidebar__link {
    text-decoration: none !important;
    white-space: nowrap;
    width: 100%;
}

.sidebar__link-icon {
    width: 20px;
}

.sidebar-wrapper__toggle {
    float: right;
    margin-top: 5px
}

.sidebar-wrapper__sub-menu {
    padding-left: 24px;


}

.sidebar-wrapper__footer {
    padding: 16px;
    opacity: 0.4;
    font-size: 12px;
    font-style: italic;

}

