.left-bar {
    background: var(--sub-white);
    
    position: fixed;
    top: 60px;
    left: 0;
    width: 270px;
    height: calc(100vh - 60px);
    padding: 0 15px;
}

.left-bar .nav-container > div > .icon,
.left-bar .nav-container > .link > .icon {
    width: 18px !important;
    height: 18px !important;
}

/* RIGHT BAR */
.right-bar {
    position: fixed;
    top: 60px;
    right: 0;
    width: 350px;
    height: calc(100vh - 60px);
    padding:0 15px 0 0;
}

.right-bar .header {
    width: inherit;
    height: 60px;
    padding-left: 15px;
    
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.settings-card > .settings-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;

    width: inherit;
    height: 45px;
}

.settings-card > .settings-item > .icon {
    width: 16px;
    height: 16px;
    margin: 0 15px 0 15px;
}

.settings-card > .settings-item > .title {
    font-size: 16px;
}