.sidebar {
    width: 30%;
    /*min-width: 319px;*/
    display: flex;
    flex-flow: column;
    flex: 0 1 auto;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(126, 126, 126, 0.75);
    -moz-box-shadow: 0 0 8px 0 rgba(126, 126, 126, 0.75);
    box-shadow: 0 0 8px 0 rgba(126, 126, 126, 0.75);
}

.sidebar-pictureContainer {
    padding: 20px 0 20px 0;
    width:100%;
    flex:1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
}

.sidebar-titleContainer {
    text-align: center;
    font-size: 48px;
    font-weight: 100;
    cursor: default;
    border-right: 2px solid #7f06c4;
}

.sidebar-item, .sidebar-itemLast {
    width: 100%;
    padding-left: 20px;
    background-color: #fff;
    border-right: 2px solid #3ab54a;
    cursor: pointer;
}

.sidebar-item a {
    display: block;
    color: black;
    line-height: 50px;
    height: 50px;
}

.sidebar-itemLast a {
    display: block;
    color: black;
    line-height: 50px;
    height: 50px;
}

.sidebar-item:hover {
    background-color: #f2f2f2;
    border-right: 2px solid #7f06c4;
}

.sidebar-itemLast:hover {
    background-color: #f2f2f2;
    border-right: 2px solid #7f06c4;
}

.sidebar-logo {
    width: 100%;
    max-height: 100px;
    border-radius:25px 25px 25px 25px;
    object-fit: contain;
}

.sidebar--active {
    border-right: 4px solid #7f06c4
}

.sidebar-logoContainer {
    padding: 12px 0 12px 0;
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.75);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.75);
}

.sidebarProfile__container {
    background-color: #3ab54a;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
}

.sidebarProfile__pictureContainer {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.sidebar-picture {
    display: inline;
    height: 100%;
    width: auto;
}

.sidebar__sectionLabel {
    border-right: 0;
    color: #7f06c4;
    font-size: 1.2em;
}

.sidebar-itemLast {
    align-self: flex-end;
}
