/* SIDEBAR */
.sidebar {
    min-width: 25%;
    background-color: var(--primary-sidebar-color);
    border-radius: 5px;
    margin-bottom: 10px;
}
