.sideFooter-user-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #000;
}

.user-name-text {
    color: white;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.nav-item {
    text-align: center;
    flex-grow: 1;
    padding: 10px;
}

.nav-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #6c757d;
}

.nav-item a.active {
    color: #007bff;
}

.nav-item a i {
    font-size: 1.2rem;
}

.list--column__item-sm > .active {
    background: #DE606B;
    color: #fff;
}

.vh-hero {
    background-image: unset !important;
}

.vh-plan-card {
    padding: 30px 20px !important;
}

.invested-shadow {

    position: absolute;
    font-weight: bold;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    top: 0;
    height: 100%;
    background: #b18b8b8a;

}
