.link-with-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.fnd .sidebar-badge,
.vidlounge .sidebar-badge {
    position: relative;
    top: -30px;
    right: 10px;
    background-color: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 12px;
    display: inline-block;
    min-width: 20px;
    text-align: center;
    line-height: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.vidlounge.loungemen .sidebar-badge {
    right: 10px;
}

.vidlounge.loungewomen .sidebar-badge {
    right: 10px;
}

.vidlounge.loungez .sidebar-badge {
    top: -68px;
    right: -164px;
}

.vidlounge-users a.user {
    font-size: 0.7em;
}

.link-with-badge .sidebar-badge {
    position: absolute;
    top: 0;
    right: -10px;
    background-color: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 12px;
    display: inline-block;
    min-width: 20px;
    text-align: center;
    line-height: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

@keyframes wiggle {
    0%, 100% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(10deg);
    }
    75% {
        transform: rotate(-10deg);
    }
}

.link-with-badge .sidebar-badge.wiggle {
    animation: wiggle 1s ease-in-out;
}



.sidebar-notification-badge {
    position: relative;
    top: -16px;
    right: 4px;
    background-color: red;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 3px;
    border-radius: 6px;
    display: inline-block;
    min-width: 15px;
    max-width: 30px;
    text-align: center;
    line-height: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.to_sidebar_mini .sb-badge{
    position: relative;
    top: -11px;
    right: 7px;
    background-color: red;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 3px;
    border-radius: 6px;
    display: inline-block;
    min-width: 15px;
    max-width: 30px;
    text-align: center;
    line-height: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.vidlounge-users.grid {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping to a new row */
    gap: 8px; /* Adjust spacing between items */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
}

.vidlounge-users.grid li {
    list-style: none; /* Remove bullets */
    margin: 0; /* Reset margin */
    padding: 0; /* No extra padding around items */
    display: flex; /* Align avatar and text horizontally if needed */
    align-items: center; /* Vertically center content within the list item */
}

.vidlounge-users.grid img.profile-picture {
    width: 32px; /* Adjust the size of the profile picture */
    height: 32px; /* Ensure it's square */
}

.vidlounge-users.grid a.user {
    text-decoration: none; /* Remove underline */
    color: #333; /* Set a neutral color for usernames */
    font-size: 14px; /* Adjust the font size */
    padding: 0;
}

.viewProfile {
    border-radius: 10px;
    display: inline-block;
}

.vidlounge-users .viewProfile {
    border: 3px solid green;
    border-radius: 10px;
    display: inline-block;
}

 a.viewProfile.user img{
    width: 24px;
    height: auto;
    border-radius: 10px;
    padding: 0;
}

.vidlounge-users.grid a.viewProfile.user img{
    width: 24px;
    height: auto;
    border-radius: 10px;
    padding: 0;
}

.vidlounge-users .asl {
    font-size: 0.6em;
}

.vidlounge .sidebar-badge {
    display: none;
}

.fnd .sidebar-badge {
    right: 0px;
    top: -15px;
    white-space: nowrap;
}