.sidebar-container {
    background: #490625;
    width: 230px;
    height: 100vh;
}

.sidebar-container .nav-link {
    color: #e0e5f5;
    font-size: 1.08rem;
}

.sidebar-container .nav-link.active,
.sidebar-container .nav-link:hover {
    background: #273052;
    border-radius: .5rem;
    color: #fff;
}

.sidebar-footer {
    text-align: center;
    font-size: .9rem;
    color: #a3b1d0;
}