.left-bar > .nav-container {
    width: 210px;
    margin: 15px;

    background: white;
    border-radius: 0.25rem;
    box-shadow: 0 2px 20px rgba(142,156,170,0.2);
    max-height: calc(100vh - 135px);
    overflow-y: scroll;
}

.left-bar > .nav-container > .link {
    height: 45px;
    text-decoration: none;

    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;

    padding: 0 15px;
}

.left-bar > .nav-container > .link > .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.left-bar > .nav-container > .link > .title-wrap {
    overflow: initial !important;
    white-space: normal !important;
    text-overflow: initial !important;
}

.left-bar > .nav-container > .smaller {
    height: 30px !important;

}

.left-bar > .nav-container > .child {
    padding-left: 30px;
}

.left-bar > .nav-container .subtitle {
    margin-left: 0 !important;
    font-weight: bold;
}