#bp-mobile-bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fffffff5;
    border-top: 1px solid #ddd;
    z-index: 9999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#bp-mobile-bottom-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

#bp-mobile-bottom-menu ul li {
    position: relative;
    text-align: center;
    padding: 10px;
}

#bp-mobile-bottom-menu ul li a {
    color: #333;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#bp-mobile-bottom-menu ul li a i {
    font-size: 20px;
    margin-bottom: 4px;
}

#bp-mobile-bottom-menu ul li a span {
    font-size: 12px;
    margin-top: 4px;
}

#bp-mobile-bottom-menu .menu-count {
    background-color: #d96c6c;
    color: #fff;
    border-radius: 50%;
    padding: 0 5px;
    font-size: 10px;
    position: absolute;
    top: 0px;
    right: 15px;
    min-width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

#bp-mobile-bottom-menu .user-avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
}

#bp-mobile-bottom-menu .user-name {
    font-size: 12px;
    margin-top: -4px;
}
