#belcms_user {
    margin: 0;
    margin-bottom: 20px;
}
#belcms_user_ul {
    margin: 0;
    padding: 0;
}
#belcms_user_ul a {
    text-decoration: none;
    display: block;
    line-height: 35px;
    padding-left: 15px;
}
#belcms_user_ul li {
    list-style: none;
    transition: all 300ms linear;
}
#belcms_user_ul li:hover {
    background-color: var(--bs-gray);
    transition: all 300ms linear;
    color: var(--bs-white);
}
#belcms_user_ul li:last-child {
    background-color: var(--bs-danger);
    color: var(--bs-white);
}
#belcms_user_ul li:last-child a {
    text-transform: none;
    color: var(--bs-white);
    font-weight: bold;
}
#belcms_user_ul li:hover a {
    color: var(--bs-white);
}
.card-title {
    margin-bottom: 5px;
    border-bottom: 1px solid var(--bs-light);
}
#belcms_user_ul li.active {
    background-color: var(--bs-gray-dark) !important;
}
#belcms_user_ul li.active a {
    color: var(--bs-white);
}

#belcms_table_user {
    display: table;
    vertical-align: middle;
    text-align: center;
}
#belcms_table_user picture,
#belcms_table_user source,
#belcms_table_user img {
    width: 50px;
    height: 50px;
}